Skip to content

idaks/wese-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages