TLDR: Researchers developed AMELIA, a family of language models for argument mining. They created a unified dataset from 19 existing sources and explored fine-tuning, multi-task fine-tuning, and model merging with Llama-3.1-8B-Instruct. Multi-task fine-tuning achieved the best overall performance across eight argument mining tasks, while model merging offered a flexible and computationally efficient alternative.
Understanding and analyzing arguments in natural language text is a complex but crucial task for various applications, from fact-checking to political analysis. This field, known as argument mining, aims to automatically extract the underlying argumentative structures, such as claims, premises, and the relationships between them. Traditionally, this has involved developing separate models for each specific task, which can be inefficient and limit broader applicability.
A new research effort introduces AMELIA, a family of multi-task end-to-end language models designed to tackle several argument mining tasks simultaneously. The core idea behind AMELIA is to leverage a single large language model (LLM) to perform one or multiple argument mining functions, offering a more unified and efficient approach.
The researchers made two significant contributions. First, they meticulously constructed a comprehensive multi-task dataset. This involved surveying and converting 19 well-known argument mining datasets from existing literature into a single, standardized format. This unified dataset is a valuable resource for training and evaluating LLMs in argumentation. Second, they explored various training strategies using Meta AI’s Llama-3.1-8B-Instruct model, a powerful open-source LLM.
These strategies included fine-tuning the model on individual tasks, fine-tuning it jointly on multiple tasks, and merging models that were fine-tuned separately on individual tasks. Each approach aimed to understand how LLMs can best adapt to the nuances of argument mining.
The experiments yielded insightful results. Task-specific fine-tuning significantly improved individual performance across all tasks, demonstrating the power of tailoring LLMs to specific argumentative challenges. More impressively, multi-task fine-tuning maintained strong performance without degradation, suggesting that the model effectively transfers learning across related tasks. This means the model can learn from different tasks and apply that knowledge to improve its performance on others. Finally, model merging emerged as a viable compromise, offering competitive performance while reducing the computational costs often associated with full multi-task fine-tuning.
The unified dataset supports eight distinct argument mining tasks. These include Argument Component Classification (ACC), which classifies text units as premises or claims; Claim Detection (CD), for identifying statements asserted as true or false; Evidence Detection (ED), for finding information that supports or challenges a claim; and Argument Relation Classification (AR), which determines if arguments attack, support, or have no relation to each other.
Other tasks covered are Evidence Type Classification (ET), categorizing evidence as anecdotal, expert opinion, explanation, or study; Stance Detection (SD), identifying whether an argument supports or opposes a topic; Fallacies Detection (FD), for identifying logical errors in arguments; and Argument Quality Assessment (AQ), which rates an argument’s strength across various dimensions like clarity and cogency.
For their experiments, the researchers used the Llama-3.1-8B-Instruct model, chosen for its balance of performance, efficiency, and accessibility. They employed Low-Rank Adaptation (LoRA) to reduce computational and memory requirements during fine-tuning. The performance of the fine-tuned models was compared against zero-shot and few-shot baselines, as well as a DeBERTa model.
In exploring model merging, the team evaluated methods like DARE and DELLA. DELLA, which uses magnitude-based adaptive pruning to preserve significant modifications while minimizing interference between tasks, proved particularly effective. The ‘DELLA II’ configuration, in particular, achieved the best overall trade-off, performing well across tasks of varying difficulty.
The multi-task fine-tuned model achieved the best overall performance, outperforming all other trained models on most tasks. It set new benchmarks for Argument Component Classification, Argument Relation Classification, Stance Detection, and Argument Quality Assessment. This highlights the effectiveness of training a single model to learn from a diverse set of argumentative tasks, leading to a robust and versatile system.
While multi-task fine-tuning delivered superior results, model merging offers a flexible and lightweight alternative, especially useful when data is scarce, computational resources are limited, or incremental updates are needed. The AMELIA project demonstrates that large language models, when carefully adapted through fine-tuning and merging strategies, provide a powerful foundation for advancing argument mining. The researchers have made the AMELIA models and datasets publicly available to foster further research in computational argumentation. You can find more details in the full research paper: AMELIA: A Family of Multi-Task End-to-End Language Models for Argumentation.
Also Read:
- Unpacking User-Assistant Bias in Large Language Models: A New Framework for Understanding and Control
- Enhancing Large Language Model Reasoning Through Contrastive Learning and Reinforced Fine-Tuning
Looking ahead, future work includes extending this framework to generative argument mining tasks, incorporating explainability mechanisms, and further optimizing hyperparameters and prompt engineering to enhance model performance across different LLM architectures.


