paper-with-me

홈 › Papers

Reducing Hallucinations in Entity Abstract Summarization with Facts-Template Decomposition

2024-02-29 · Fangwei Zhu, Peiyi Wang, Zhifang Sui

Entity abstract summarization aims to generate a coherent description of a given entity based on a set of relevant Internet documents. Pretrained language models (PLMs) have achieved significant success in this task, but they may suffer from hallucinations, i.e. generating non-factual information about the entity. To address this issue, we decompose the summary into two components: Facts that represent the factual information about the given entity, which PLMs are prone to fabricate; and Template that comprises generic content with designated slots for facts, which PLMs can generate competently. Based on the facts-template decomposition, we propose SlotSum, an explainable framework for entity abstract summarization. SlotSum first creates the template and then predicts the fact for each template slot based on the input documents. Benefiting from our facts-template decomposition, SlotSum can easily locate errors and further rectify hallucinated predictions with external knowledge. We construct a new dataset WikiFactSum to evaluate the performance of SlotSum. Experimental results demonstrate that SlotSum could generate summaries that are significantly more factual with credible external knowledge.

📄 PDF Abstract BibTeX arXiv:2402.18873

Code (1)

solitaryzero/slotsum 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Improving the Faithfulness of Abstractive Summarization via Entity Coverage Control

2022-07-05 · Findings (NAACL) 2022 7 · Haopeng Zhang, Semih Yavuz, Wojciech Kryscinski, Kazuma Hashimoto 외

Abstractive summarization systems leveraging pre-training language models have achieved superior results on benchmark datasets. However, such models have been shown to be more prone to hallucinate facts that are unfaithf…

Abstractive Text Summarization

Improving the Faithfulness of Abstractive Summarization via Entity Coverage Control

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Abstractive summarization systems leveraging pre-training language models have achieved superior results on benchmark datasets. However, such models have been shown to be more prone to hallucinate facts that are unfaithf…

Abstractive Text Summarization

Reducing Hallucinations in Summarization via Reinforcement Learning with Entity Hallucination Index

2025-07-30 · Praveenkumar Katwe, Rakesh Chandra, Balabantaray Kali, Prasad Vittala arxiv

Reducing hallucinations in abstractive summarization remains a critical challenge for deploying language models (LMs) in real-world settings. In this work, we introduce a rewarddriven fine-tuning framework that explicitl…

Reinforcement Learning

Faithful to the Document or to the World? Mitigating Hallucinations via Entity-linked Knowledge in Abstractive Summarization

2022-04-28 · Yue Dong, John Wieting, Pat Verga

Despite recent advances in abstractive summarization, current summarization systems still suffer from content hallucinations where models generate text that is either irrelevant or contradictory to the source document. H…

Abstractive Text SummarizationWorld Knowledge

Faithful Abstractive Summarization via Fact-aware Consistency-constrained Transformer

2022-10-01 · CIKM 2022 10 · Yuanjie Lyu, Chen Zhu, Tong Xu, Zikai Yin 외

Abstractive summarization is a classic task in Natural Language Generation (NLG), which aims to produce a concise summary of the original document. Recently, great efforts have been made on sequence-to-sequence neural ne…

Abstractive Text SummarizationText Generation