Discourse-Driven Evaluation: Unveiling Factual Inconsistency in Long Document Summarization
Yang Zhong, Diane Litman
TL;DR
The paper tackles factual inconsistency in long-document summarization by introducing StructScore, a discourse-informed evaluation framework that leverages RST-based discourse structure to both segment long texts into cohesive chunks and re-weight sentence-level NLI scores. By analyzing discourse features such as EDU density and nucleus-satellite relations, the approach identifies where errors are likeliest to occur and adjusts scoring accordingly. Empirical results across AggreFact-FtSOTA, DiverSumm, LongSciVerify, LongEval, and LegalSumm show that StructScore improves factuality detection over strong baselines and maintains competitiveness with large-language-model-based approaches, with notable gains on long, domain-diverse texts. The work also discusses computation costs, limitations of current discourse parsers, and avenues for generalization to other tasks, underscoring the value of incorporating discourse information into long-document evaluation and interpretability.
Abstract
Detecting factual inconsistency for long document summarization remains challenging, given the complex structure of the source article and long summary length. In this work, we study factual inconsistency errors and connect them with a line of discourse analysis. We find that errors are more common in complex sentences and are associated with several discourse features. We propose a framework that decomposes long texts into discourse-inspired chunks and utilizes discourse information to better aggregate sentence-level scores predicted by natural language inference models. Our approach shows improved performance on top of different model baselines over several evaluation benchmarks, covering rich domains of texts, focusing on long document summarization. This underscores the significance of incorporating discourse features in developing models for scoring summaries for long document factual inconsistency.
