CLApr 8, 2020

Asking and Answering Questions to Evaluate the Factual Consistency of Summaries

arXiv:2004.04228v11120 citations
Originality Highly original
AI Analysis

This addresses the limitation of current evaluation metrics in detecting factual errors in summaries, which is crucial for practical applications in text generation.

The paper tackles the problem of factual inconsistencies in abstractive summarization models by proposing QAGS, an automatic evaluation protocol that uses question-answering to assess consistency, achieving substantially higher correlations with human judgments than existing metrics on CNN/DailyMail and XSUM datasets.

Practical applications of abstractive summarization models are limited by frequent factual inconsistencies with respect to their input. Existing automatic evaluation metrics for summarization are largely insensitive to such errors. We propose an automatic evaluation protocol called QAGS (pronounced "kags") that is designed to identify factual inconsistencies in a generated summary. QAGS is based on the intuition that if we ask questions about a summary and its source, we will receive similar answers if the summary is factually consistent with the source. To evaluate QAGS, we collect human judgments of factual consistency on model-generated summaries for the CNN/DailyMail (Hermann et al., 2015) and XSUM (Narayan et al., 2018) summarization datasets. QAGS has substantially higher correlations with these judgments than other automatic evaluation metrics. Also, QAGS offers a natural form of interpretability: The answers and questions generated while computing QAGS indicate which tokens of a summary are inconsistent and why. We believe QAGS is a promising tool in automatically generating usable and factually consistent text.

Code Implementations2 repos
Foundations

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

Your Notes