CLMar 23, 2021

QuestEval: Summarization Asks for Fact-based Evaluation

arXiv:2103.12693v2711 citations
AI Analysis

This addresses the limitation of current metrics like ROUGE for summarization evaluation, offering a more accurate method for researchers and practitioners, though it builds incrementally on prior QA-based approaches.

The paper tackles the problem of evaluating summarization without ground-truth references by proposing QuestEval, a unified framework based on question answering models, which improves correlation with human judgments across four dimensions (consistency, coherence, fluency, and relevance) in extensive experiments.

Summarization evaluation remains an open research problem: current metrics such as ROUGE are known to be limited and to correlate poorly with human judgments. To alleviate this issue, recent work has proposed evaluation metrics which rely on question answering models to assess whether a summary contains all the relevant information in its source document. Though promising, the proposed approaches have so far failed to correlate better than ROUGE with human judgments. In this paper, we extend previous approaches and propose a unified framework, named QuestEval. In contrast to established metrics such as ROUGE or BERTScore, QuestEval does not require any ground-truth reference. Nonetheless, QuestEval substantially improves the correlation with human judgments over four evaluation dimensions (consistency, coherence, fluency, and relevance), as shown in the extensive experiments we report.

Code Implementations1 repo
Foundations

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

Your Notes