paper-with-me

Papers

Hallucination Diversity-Aware Active Learning for Text Summarization

2024-04-02 · Yu Xia, Xu Liu, Tong Yu, Sungchul Kim, Ryan A. Rossi, Anup Rao, Tung Mai, Shuai Li

Large Language Models (LLMs) have shown propensity to generate hallucinated outputs, i.e., texts that are factually incorrect or unsupported. Existing methods for alleviating hallucinations typically require costly human annotations to identify and correct hallucinations in LLM outputs. Moreover, most of these methods focus on a specific type of hallucination, e.g., entity or token errors, which limits their effectiveness in addressing various types of hallucinations exhibited in LLM outputs. To our best knowledge, in this paper we propose the first active learning framework to alleviate LLM hallucinations, reducing costly human annotations of hallucination needed. By measuring fine-grained hallucinations from errors in semantic frame, discourse and content verifiability in text summarization, we propose HAllucination Diversity-Aware Sampling (HADAS) to select diverse hallucinations for annotations in active learning for LLM finetuning. Extensive experiments on three datasets and different backbone models demonstrate advantages of our method in effectively and efficiently mitigating LLM hallucinations.

📄 PDF Abstract BibTeX arXiv:2404.01588

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningDiversityHallucinationText Summarization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Fidelity-Enriched Contrastive Search: Reconciling the Faithfulness-Diversity Trade-Off in Text Generation

2023-10-23 · Wei-Lin Chen, Cheng-Kuang Wu, Hsin-Hsi Chen, Chung-Chi Chen

In this paper, we address the hallucination problem commonly found in natural language generation tasks. Language models often generate fluent and convincing content but can lack consistency with the provided source, res…

Abstractive Text SummarizationDialogue GenerationDiversityHallucination+3

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, convent…

Abstractive Text SummarizationDiversityHallucinationNatural Language Inference+2

Context-aware Decoding Reduces Hallucination in Query-focused Summarization

2023-12-21 · Zhichao Xu

Query-focused summarization (QFS) aims to provide a summary of a single document/multi documents that can satisfy the information needs of a given query. It is useful for various real-world applications, such as abstract…

HallucinationLanguage ModellingLarge Language ModelNews Summarization+4

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

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