Argument Mining as a Text-to-Text Generation Task

arXiv cs.CL / 3/26/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper frames argument mining as a unified text-to-text generation task to produce argumentative annotations for spans, components, and relations in one model run.
  • It contrasts with prior multi-subtask approaches that require span/component/relation prediction followed by rule-based postprocessing to reconstruct argumentative structures.
  • By using a pretrained encoder–decoder language model, the proposed method avoids task-specific postprocessing and reduces the need for extensive hyperparameter tuning.
  • The approach is designed to be easily adaptable to different forms of argumentative structures due to its straightforward generation formulation.
  • Experiments report state-of-the-art results on three benchmark datasets: AAEC, AbstRCT, and CDCP.

Abstract

Argument Mining(AM) aims to uncover the argumentative structures within a text. Previous methods require several subtasks, such as span identification, component classification, and relation classification. Consequently, these methods need rule-based postprocessing to derive argumentative structures from the output of each subtask. This approach adds to the complexity of the model and expands the search space of the hyperparameters. To address this difficulty, we propose a simple yet strong method based on a text-to-text generation approach using a pretrained encoder-decoder language model. Our method simultaneously generates argumentatively annotated text for spans, components, and relations, eliminating the need for task-specific postprocessing and hyperparameter tuning. Furthermore, because it is a straightforward text-to-text generation method, we can easily adapt our approach to various types of argumentative structures. Experimental results demonstrate the effectiveness of our method, as it achieves state-of-the-art performance on three different types of benchmark datasets: the Argument-annotated Essays Corpus(AAEC), AbstRCT, and the Cornell eRulemaking Corpus(CDCP)