WESE (Well-founded Explanations for Stable Extensions in Abstract Argumentation Framework) is a tool designed to explain stable extensions using provenance tracking and visualization techniques. It helps users understand how stable extensions are derived based on the following logical rule under stable semantics:
You can access the tool by visiting the following website (https://wese.onrender.com) directly. Please note that it may take some time to load, as the service automatically shuts down after long periods of inactivity.
Install the necessary package
pip install -r requirements.txt
python app.py
before deployment, you need to test by running
gunicorn app:server
Rebuild the Docker Image
docker buildx build --platform linux/amd64 -t seanyl/wese:app .
Push the image to docker hub
docker push seanyl/wese:app
The software is available under the MIT license.
WESE is built upon PyArg
For any queries, please open an issue on GitHub or contact Yilin Xia