paper-with-me

Papers

Improved Beam Search for Hallucination Mitigation in Abstractive Summarization

2022-12-06 · Arvind Krishna Sridhar, Erik Visser

Advancement in large pretrained language models has significantly improved their performance for conditional language generation tasks including summarization albeit with hallucinations. To reduce hallucinations, conventional methods proposed improving beam search or using a fact checker as a postprocessing step. In this paper, we investigate the use of the Natural Language Inference (NLI) entailment metric to detect and prevent hallucinations in summary generation. We propose an NLI-assisted beam re-ranking mechanism by computing entailment probability scores between the input context and summarization model-generated beams during saliency-enhanced greedy decoding. Moreover, a diversity metric is introduced to compare its effectiveness against vanilla beam search. Our proposed algorithm significantly outperforms vanilla beam decoding on XSum and CNN/DM datasets.

📄 PDF Abstract BibTeX arXiv:2212.02712

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDiversityHallucinationNatural Language InferenceRe-RankingText Generation

Similar Papers 제목 키워드 기반

Don't Say What You Don't Know: Improving the Consistency of Abstractive Summarization by Constraining Beam Search

2022-03-16 · Daniel King, Zejiang Shen, Nishant Subramani, Daniel S. Weld 외

Abstractive summarization systems today produce fluent and relevant output, but often "hallucinate" statements not supported by the source text. We analyze the connection between hallucinations and training data, and fin…

Abstractive Text Summarization

Survey of Hallucination in Natural Language Generation

2022-02-08 · Ziwei Ji, Nayeon Lee, Rita Frieske, Tiezheng Yu 외

Natural Language Generation (NLG) has improved exponentially in recent years thanks to the development of sequence-to-sequence deep learning technologies such as Transformer-based language models. This advancement has le…

Abstractive Text SummarizationData-to-Text GenerationDialogue GenerationGenerative Question Answering+5

Correction with Backtracking Reduces Hallucination in Summarization

2023-10-24 · Zhenzhen Liu, Chao Wan, Varsha Kishore, Jin Peng Zhou 외

Abstractive summarization aims at generating natural language summaries of a source document that are succinct while preserving the important elements. Despite recent advances, neural text summarization models are known …

Abstractive Text SummarizationHallucinationText Summarization

Reducing Quantity Hallucinations in Abstractive Summarization

2020-09-28 · Findings of the Association for Computational Linguistics 2020 · Zheng Zhao, Shay B. Cohen, Bonnie Webber

It is well-known that abstractive summaries are subject to hallucination---including material that is not supported by the original text. While summaries can be made hallucination-free by limiting them to general phrases…

Abstractive Text SummarizationHallucination

BRIDO: Bringing Democratic Order to Abstractive Summarization

2025-02-25 · Junhyun Lee, Harshith Goka, Hyeonmok Ko

Hallucination refers to the inaccurate, irrelevant, and inconsistent text generated from large language models (LLMs). While the LLMs have shown great promise in a variety of tasks, the issue of hallucination still remai…

Abstractive Text SummarizationContrastive LearningHallucinationText Summarization