An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# A Survey of Computational Argumentation Tools

![Node tests](https://github.com/TimKam/fantastic-arg-tools/actions/workflows/node.js.yml/badge.svg)

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.