CLMay 13

An LLM-Based System for Argument Reconstruction

arXiv:2605.1379376.6
Predicted impact top 79% in CL · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers in argumentation mining and computational linguistics, this work offers an end-to-end LLM pipeline for argument reconstruction, though it is an incremental application of existing LLM methods to a known problem.

The paper presents an LLM-based system that reconstructs arguments from natural language into abstract argument graphs, achieving reasonable performance on benchmark datasets and adequately recovering argumentative structures from textbook examples.

Arguments are a fundamental aspect of human reasoning, in which claims are supported, challenged, and weighed against one another. We present an end-to-end large language model (LLM)-based system for reconstructing arguments from natural language text into abstract argument graphs. The system follows a multi-stage pipeline that progressively identifies argumentative components, selects relevant elements, and uncovers their logical relations. These elements are represented as directed acyclic graphs consisting of two component types (premises and conclusions) and three relation types (support, attack, and undercut). We conduct two complementary experiments to evaluate the system. First, we perform a manual evaluation on arguments drawn from an argumentation theory textbook to assess the system's ability to recover argumentative structure. Second, we conduct a quantitative evaluation on benchmark datasets, allowing comparison with prior work by mapping our outputs to established annotation schemes. Results show that the system can adequately recover argumentative structures and, when adapted to different annotation schemes, achieve reasonable performance across benchmark datasets. These findings highlight the potential of LLM-based pipelines for scalable argument reconstruction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes