ARC: Argument Representation and Coverage Analysis for Zero-Shot Long Document Summarization with Instruction Following LLMs
Mohamed Elaraby, Diane Litman
TL;DR
This paper introduces Argument Representation Coverage (ARC), a multi-granularity evaluation framework for assessing how well instruction-tuned LLMs preserve salient argumentative content in long-form summaries. ARC defines fullset, role, and atomic coverage using a Phi function and evaluates summaries across CANLII and DRI corpora, employing GPT-4o judgments and classifiers to approximate large-scale assessments. Findings show that ARC atomic coverage correlates most strongly with expert judgments, but LLMs exhibit notable positional and role biases, with sparse legal arguments being particularly challenging to preserve. The work highlights the need for argument-aware summarization strategies and explicit argument representations to improve reliability in high-stakes domains.
Abstract
Integrating structured information has long improved the quality of abstractive summarization, particularly in retaining salient content. In this work, we focus on a specific form of structure: argument roles, which are crucial for summarizing documents in high-stakes domains such as law. We investigate whether instruction-tuned large language models (LLMs) adequately preserve this information. To this end, we introduce Argument Representation Coverage (ARC), a framework for measuring how well LLM-generated summaries capture salient arguments. Using ARC, we analyze summaries produced by three open-weight LLMs in two domains where argument roles are central: long legal opinions and scientific articles. Our results show that while LLMs cover salient argument roles to some extent, critical information is often omitted in generated summaries, particularly when arguments are sparsely distributed throughout the input. Further, we use ARC to uncover behavioral patterns -- specifically, how the positional bias of LLM context windows and role-specific preferences impact the coverage of key arguments in generated summaries, emphasizing the need for more argument-aware summarization strategies.
