Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.09 KB

WESE Logo
WESE

Introduction

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 directly visit the following website to use the tool https://wese-app.onrender.com

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

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