AI Navigate

A comprehensive study of LLM-based argument classification: from Llama through DeepSeek to GPT-5.2

arXiv cs.AI / 3/23/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • A comprehensive evaluation of LLM-based argument classification compares GPT-5.2, Llama 4, and DeepSeek on public datasets Args.me and UKP using prompting strategies such as chain-of-thought prompting, prompt rephrasing, voting, and certainty-based classification.
  • GPT-5.2 emerges as the best-performing model with 78.0% accuracy on UKP and 91.9% on Args.me, with prompting techniques boosting performance and robustness by a few percentage points.
  • The study provides qualitative error analysis, identifying consistent failure modes including prompt instability, difficulties in detecting implicit criticism, complex argument structures, and misalignment with specific claims.
  • This work is the first to combine quantitative benchmarking and qualitative analysis across multiple argument mining datasets using advanced prompting, contributing to best practices for future AM research.

Abstract

Argument mining (AM) is an interdisciplinary research field focused on the automatic identification and classification of argumentative components, such as claims and premises, and the relationships between them. Recent advances in large language models (LLMs) have significantly improved the performance of argument classification compared to traditional machine learning approaches. This study presents a comprehensive evaluation of several state-of-the-art LLMs, including GPT-5.2, Llama 4, and DeepSeek, on large publicly available argument classification corpora such as Args.me and UKP. The evaluation incorporates advanced prompting strategies, including Chain-of- Thought prompting, prompt rephrasing, voting, and certainty-based classification. Both quantitative performance metrics and qualitative error analysis are conducted to assess model behavior. The best-performing model in the study (GPT-5.2) achieves a classification accuracy of 78.0% (UKP) and 91.9% (Args.me). The use of prompt rephrasing, multi-prompt voting, and certainty estimation further improves classification performance and robustness. These techniques increase the accuracy and F1 metric of the models by typically a few percentage points (from 2% to 8%). However, qualitative analysis reveals systematic failure modes shared across models, including instabilities with respect to prompt formulation, difficulties in detecting implicit criticism, interpreting complex argument structures, and aligning arguments with specific claims. This work contributes the first comprehensive evaluation that combines quantitative benchmarking and qualitative error analysis on multiple argument mining datasets using advanced LLM prompting strategies.