Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 80% Match Research Paper NLP Researchers,Computational Linguists,AI Researchers,Data Scientists working with text data 2 weeks ago

End-to-End Argument Mining through Autoregressive Argumentative Structure Prediction

large-language-models › model-architecture
📄 Abstract

Abstract: Argument Mining (AM) helps in automating the extraction of complex argumentative structures such as Argument Components (ACs) like Premise, Claim etc. and Argumentative Relations (ARs) like Support, Attack etc. in an argumentative text. Due to the inherent complexity of reasoning involved with this task, modelling dependencies between ACs and ARs is challenging. Most of the recent approaches formulate this task through a generative paradigm by flattening the argumentative structures. In contrast to that, this study jointly formulates the key tasks of AM in an end-to-end fashion using Autoregressive Argumentative Structure Prediction (AASP) framework. The proposed AASP framework is based on the autoregressive structure prediction framework that has given good performance for several NLP tasks. AASP framework models the argumentative structures as constrained pre-defined sets of actions with the help of a conditional pre-trained language model. These actions build the argumentative structures step-by-step in an autoregressive manner to capture the flow of argumentative reasoning in an efficient way. Extensive experiments conducted on three standard AM benchmarks demonstrate that AASP achieves state-of-theart (SoTA) results across all AM tasks in two benchmarks and delivers strong results in one benchmark.
Authors (5)
Nilmadhab Das
Vishal Vaibhav
Yash Sunil Choudhary
V. Vijaya Saradhi
Ashish Anand
Submitted
October 18, 2025
arXiv Category
cs.CL
arXiv PDF

Key Contributions

Proposes the Autoregressive Argumentative Structure Prediction (AASP) framework for end-to-end argument mining. Unlike previous methods that flatten structures, AASP jointly models Argument Components (ACs) and Argumentative Relations (ARs) using an autoregressive approach with a conditional pre-trained language model, treating structures as constrained actions.

Business Value

Enables automated analysis of persuasive texts, aiding in areas like legal document review, opinion mining, and fact-checking by identifying claims and supporting evidence.