CLJan 23, 2022

WIDAR -- Weighted Input Document Augmented ROUGE

arXiv:2201.09282v1
Originality Incremental advance
AI Analysis

This addresses the limitation of ROUGE's dependence on high-quality reference summaries for researchers and practitioners in NLP, though it is incremental as it builds on existing evaluation frameworks.

The authors tackled the problem of evaluating text summarization quality by proposing WIDAR, a metric that uses both the reference summary and input document, achieving correlation improvements over ROUGE by 26% in coherence, 76% in consistency, 82% in fluency, and 15% in relevance on the SummEval dataset.

The task of automatic text summarization has gained a lot of traction due to the recent advancements in machine learning techniques. However, evaluating the quality of a generated summary remains to be an open problem. The literature has widely adopted Recall-Oriented Understudy for Gisting Evaluation (ROUGE) as the standard evaluation metric for summarization. However, ROUGE has some long-established limitations; a major one being its dependence on the availability of good quality reference summary. In this work, we propose the metric WIDAR which in addition to utilizing the reference summary uses also the input document in order to evaluate the quality of the generated summary. The proposed metric is versatile, since it is designed to adapt the evaluation score according to the quality of the reference summary. The proposed metric correlates better than ROUGE by 26%, 76%, 82%, and 15%, respectively, in coherence, consistency, fluency, and relevance on human judgement scores provided in the SummEval dataset. The proposed metric is able to obtain comparable results with other state-of-the-art metrics while requiring a relatively short computational time.

Foundations

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

Your Notes