CLAISep 8, 2022

Extractive is not Faithful: An Investigation of Broad Unfaithfulness Problems in Extractive Summarization

arXiv:2209.03549v2238 citationsh-index: 85Has Code
AI Analysis

This work highlights a previously overlooked issue in extractive summarization, which is crucial for improving reliability in NLP applications.

The paper investigates unfaithfulness in extractive summarization, identifying five types of problems and finding that 30% of summaries from 16 systems contain at least one issue. It proposes a new metric, ExtEval, which outperforms existing metrics in detecting these problems.

The problems of unfaithful summaries have been widely discussed under the context of abstractive summarization. Though extractive summarization is less prone to the common unfaithfulness issues of abstractive summaries, does that mean extractive is equal to faithful? Turns out that the answer is no. In this work, we define a typology with five types of broad unfaithfulness problems (including and beyond not-entailment) that can appear in extractive summaries, including incorrect coreference, incomplete coreference, incorrect discourse, incomplete discourse, as well as other misleading information. We ask humans to label these problems out of 1600 English summaries produced by 16 diverse extractive systems. We find that 30% of the summaries have at least one of the five issues. To automatically detect these problems, we find that 5 existing faithfulness evaluation metrics for summarization have poor correlations with human judgment. To remedy this, we propose a new metric, ExtEval, that is designed for detecting unfaithful extractive summaries and is shown to have the best performance. We hope our work can increase the awareness of unfaithfulness problems in extractive summarization and help future work to evaluate and resolve these issues. Our data and code are publicly available at https://github.com/ZhangShiyue/extractive_is_not_faithful

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