These files were created as part of the repository for the following publication in ArgMining 2025:
Maximilian Heinrich, Khalid Al-Khatib, and Benno Stein. Multi-Class versus Means-End: Assessing Classification Approaches for Argument Patterns.
The goal is to classify argument schemes based on Walton’s framework:
Argumentation Scheme (Wikipedia)
-
EthiX Dataset:
https://github.com/ElfiaBv/EthiX -
USTV Dataset:
https://corpora.aifdb.org/US2016G1tvWALTON
- The results are stored in a MongoDB database.
- To run the code:
- First, execute the functions in the
data_preparation
directory. - Then, run the main code found in the root directory.
- Use the code in the
evaluation
directory to obtain the results.
- First, execute the functions in the