揭示大模型在多文档摘要中幻觉的普遍性与规律
From Single to Multi: How LLMs Hallucinate in Multi-Document Summarization
- 构建首个针对多文档摘要幻觉的基准数据集
- 模型生成摘要中高达75%内容为幻觉,结尾部分更易出错
- 发现幻觉主因是未遵循指令或输出过于泛化,现有方法效果有限
尽管已有大量研究关注单文档任务中大语言模型(LLMs)的幻觉问题,但多文档摘要(MDS)中的幻觉研究仍属空白。本文通过使用新闻和对话数据集并标注主题相关信息,构建了两个全新的多文档摘要基准。评估5个LLMs时发现,平均有75%的摘要内容为幻觉,且幻觉倾向随摘要位置后移而增加。当面对不存在的主题信息时,gpt-3.5-turbo和GPT-4o仍分别以79.35%和44%的概率生成相关摘要,凸显其虚构能力。人工评估700+条洞察后发现,多数错误源于未能遵循指令或产生过于泛化的结论。虽尝试简单后处理方法缓解幻觉,但效果仅中等。研究呼吁需发展更有效的系统性策略来应对多文档摘要中的幻觉问题。代码与数据已开源。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。