This is the repository for our paper "Retrieving Argument Graphs Using Vision Transformers". It contains our code
- to visualize argumentation graphs using our visualizations: Treemaps, Logical and Space-Reclaiming Icicle Plots (
visdirectory), - for pre-training and fine-tuning our vision transformers (
trainingdirectory), - for generating a training dataset to fine-tune a GPT-4o model (
oai_finetuningdirectory), - to evaluate the various models (
evaldirectory).
A more detailed explanation of our scripts can be found in the README.md within those directories.
A corpus of publicly available argumentation graphs is available on GitHub. For our evaluation, we used the microtexts dataset, together with the requests found here.
The project's dependencies are managed by uv. After installing uv, create a virtual environment for the project using uv sync. After that, the various scripts can be executed using uv run python <script>.