paper-with-me

홈 › Papers

From Single to Multi: How LLMs Hallucinate in Multi-Document Summarization

2024-10-17 · Catarina G. Belem, Pouya Pezeskhpour, Hayate Iso, Seiji Maekawa, Nikita Bhutani, Estevam Hruschka

Although many studies have investigated and reduced hallucinations in large language models (LLMs) for single-document tasks, research on hallucination in multi-document summarization (MDS) tasks remains largely unexplored. Specifically, it is unclear how the challenges arising from handling multiple documents (e.g., repetition and diversity of information) affect models outputs. In this work, we investigate how hallucinations manifest in LLMs when summarizing topic-specific information from multiple documents. Since no benchmarks exist for investigating hallucinations in MDS, we use existing news and conversation datasets, annotated with topic-specific insights, to create two novel multi-document benchmarks. When evaluating 5 LLMs on our benchmarks, we observe that on average, up to 75% of the content in LLM-generated summary is hallucinated, with hallucinations more likely to occur towards the end of the summaries. Moreover, when summarizing non-existent topic-related information, gpt-3.5-turbo and GPT-4o still generate summaries about 79.35% and 44% of the time, raising concerns about their tendency to fabricate content. To understand the characteristics of these hallucinations, we manually evaluate 700+ insights and find that most errors stem from either failing to follow instructions or producing overly generic insights. Motivated by these observations, we investigate the efficacy of simple post-hoc baselines in mitigating hallucinations but find them only moderately effective. Our results underscore the need for more effective approaches to systematically mitigate hallucinations in MDS. We release our dataset and code at github.com/megagonlabs/Hallucination_MDS.

📄 PDF Abstract BibTeX arXiv:2410.13961

Code (1)

megagonlabs/hallucination_mds 공식 구현

Tasks

Document SummarizationHallucinationMulti-Document Summarization

Similar Papers 제목 키워드 기반

MiRANews: Dataset and Benchmarks for Multi-Resource-Assisted News Summarization

2021-09-22 · Findings (EMNLP) 2021 11 · Xinnuo Xu, Ondřej Dušek, Shashi Narayan, Verena Rieser 외

One of the most challenging aspects of current single-document news summarization is that the summary often contains 'extrinsic hallucinations', i.e., facts that are not present in the source document, which are often de…

ArticlesDocument SummarizationMulti-Document SummarizationNews Summarization+1

Enhancing Large Language Models with Domain-specific Retrieval Augment Generation: A Case Study on Long-form Consumer Health Question Answering in Ophthalmology

2024-09-20 · Aidan Gilson, Xuguang Ai, Thilaka Arunachalam, Ziyou Chen 외

Despite the potential of Large Language Models (LLMs) in medicine, they may generate responses lacking supporting evidence or based on hallucinated evidence. While Retrieval Augment Generation (RAG) is popular to address…

Evidence SelectionFormQuestion AnsweringRAG

Collaborative QA using Interacting LLMs. Impact of Network Structure, Node Capability and Distributed Data

2025-11-18 · Adit Jain, Vikram Krishnamurthy, Yiming Zhang arxiv

In this paper, we model and analyze how a network of interacting LLMs performs collaborative question-answering (CQA) in order to estimate a ground truth given a distributed set of documents. This problem is interesting …

Tackling the Inherent Difficulty of Noise Filtering in RAG

2026-01-05 · Jingyu Liu, Jiaen Lin, Yong Liu arxiv

Retrieval-Augmented Generation (RAG) has become a widely adopted approach to enhance Large Language Models (LLMs) by incorporating external knowledge and reducing hallucinations. However, noisy or irrelevant documents ar…

OmniHandwritingOCR: A Diagnostic Benchmark for Evaluating Multimodal LLMs in Handwritten OCR Scenarios

2026-08-19 · Zinuo Guo, Min Zhang, Bo Jiang arxiv

Multimodal large language models (MLLMs) are increasingly used as OCR systems in document and knowledge-processing pipelines, but their ability to faithfully read real handwriting remains underexplored. Existing OCR benc…

Handwritten Text Recognition