Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.66 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.66 KB
WESE Logo

WESE

Well-founded Explanations for Stable Extensions in Abstract Argumentation Framework

deploy

alt text

Overview

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:

$$ \text{Defeated}(x) \leftarrow \text{Attacks}(y, x), \neg \text{Defeated}(y). $$

Usage

Website

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.

Locally Development

Install the necessary package

pip install -r requirements.txt
python app.py

before deployment, you need to test by running

gunicorn app:server

Docker Manually Deployment

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

License

The software is available under the MIT license.

Acknowledgment

WESE is built upon PyArg

Contact

For any queries, please open an issue on GitHub or contact Yilin Xia