https://github.com/timkam/fantastic-arg-tools
A Survey of Computational Argumentation Tools
https://github.com/timkam/fantastic-arg-tools
computational-argumentation formal-arguments
Last synced: 10 months ago
JSON representation
A Survey of Computational Argumentation Tools
- Host: GitHub
- URL: https://github.com/timkam/fantastic-arg-tools
- Owner: TimKam
- License: apache-2.0
- Created: 2024-09-21T21:10:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T20:58:15.000Z (12 months ago)
- Last Synced: 2025-06-05T02:19:30.685Z (12 months ago)
- Topics: computational-argumentation, formal-arguments
- Language: JavaScript
- Homepage: https://people.cs.umu.se/~tkampik/argtools
- Size: 214 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Survey of Computational Argumentation Tools

This survey contains the content and code for *Fantastic Argumentation Tools And Where To Find Them*--a continuously ongoing survey of tools and libraries for computational argumentation.
The survey webpage is available at [https://people.cs.umu.se/~tkampik/argtools/](https://people.cs.umu.se/~tkampik/argtools/).
## Adding a New Tool
If you would like to add a new tool or library, fork the repository, add a new YAML file to [./tools](https://github.com/TimKam/fantastic-arg-tools/tree/main/tools), and open a pull requests.
You can take one of the existing files as a blueprint.
Alternatively, open an [issue](https://github.com/TimKam/fantastic-arg-tools/issues) with your request.
The same applies to changes to the properties of tools that the survey already covers.
## Cite as
```
@inproceedings{persiani2024fantastic,
title={Fantastic Argumentation Tools And Where To Find Them},
author={Persiani, Michele and Guerrero, Esteban and Br{\"a}nnstr{\"o}m, Andreas and Kilic, Kaan and Kampik, Timotheus},
booktitle={International Workshop on Systems and Algorithms for Formal Argumentation (SAFA2024)},
year={2024},
organization={CEUR}
}
```
## Open ToDos
There are a range of open ToDos related to this project, such as:
* Adding additional analysis charts;
* Automating the deployment pipeline;
* Improving the page layout across device types and sizes.
Contributions in these and other directions are welcome.