paper-with-me

Papers

Factual Error Correction for Abstractive Summaries Using Entity Retrieval

2022-04-18 · Hwanhee Lee, Cheoneum Park, Seunghyun Yoon, Trung Bui, Franck Dernoncourt, Juae Kim, Kyomin Jung

Despite the recent advancements in abstractive summarization systems leveraged from large-scale datasets and pre-trained language models, the factual correctness of the summary is still insufficient. One line of trials to mitigate this problem is to include a post-editing process that can detect and correct factual errors in the summary. In building such a post-editing system, it is strongly required that 1) the process has a high success rate and interpretability and 2) has a fast running time. Previous approaches focus on regeneration of the summary using the autoregressive models, which lack interpretability and require high computing resources. In this paper, we propose an efficient factual error correction system RFEC based on entities retrieval post-editing process. RFEC first retrieves the evidence sentences from the original document by comparing the sentences with the target summary. This approach greatly reduces the length of text for a system to analyze. Next, RFEC detects the entity-level errors in the summaries by considering the evidence sentences and substitutes the wrong entities with the accurate entities from the evidence sentences. Experimental results show that our proposed error correction system shows more competitive performance than baseline methods in correcting the factual errors with a much faster speed.

📄 PDF Abstract BibTeX arXiv:2204.08263

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationEntity RetrievalRetrieval

Similar Papers 제목 키워드 기반

Factual Error Correction for Abstractive Summarization Models

2020-10-17 · EMNLP 2020 11 · Meng Cao, Yue Dong, Jiapeng Wu, Jackie Chi Kit Cheung

Neural abstractive summarization systems have achieved promising progress, thanks to the availability of large-scale datasets and models pre-trained with self-supervised methods. However, ensuring the factual consistency…

Abstractive Text Summarization

Correcting Diverse Factual Errors in Abstractive Summarization via Post-Editing and Language Model Infilling

2022-10-22 · Vidhisha Balachandran, Hannaneh Hajishirzi, William W. Cohen, Yulia Tsvetkov

Abstractive summarization models often generate inconsistent summaries containing factual errors or hallucinated content. Recent works focus on correcting factual errors in generated summaries via post-editing. Such corr…

Abstractive Text SummarizationLanguage ModelingLanguage Modelling

Enhancing Factual Consistency of Abstractive Summarization

2020-03-19 · NAACL 2021 4 · Chenguang Zhu, William Hinthorn, Ruochen Xu, Qingkai Zeng 외

Automatic abstractive summaries are found to often distort or fabricate facts in the article. This inconsistency between summary and original text has seriously impacted its applicability. We propose a fact-aware summari…

Abstractive Text SummarizationGraph Attention

CLIFF: Contrastive Learning for Improving Faithfulness and Factuality in Abstractive Summarization

2021-09-19 · EMNLP 2021 11 · Shuyang Cao, Lu Wang

We study generating abstractive summaries that are faithful and factually consistent with the given articles. A novel contrastive learning formulation is presented, which leverages both reference summaries, as positive t…

Abstractive Text SummarizationArticlesContrastive LearningReranking

Multi-Fact Correction in Abstractive Text Summarization

2020-10-06 · EMNLP 2020 11 · Yue Dong, Shuohang Wang, Zhe Gan, Yu Cheng 외

Pre-trained neural abstractive summarization systems have dominated extractive strategies on news summarization performance, at least in terms of ROUGE. However, system-generated abstractive summaries often face the pitf…

Abstractive Text SummarizationNews SummarizationQuestion AnsweringText Summarization