arXiv:2506.12483cs.AIcs.CL2025-06被引 1

通过多信息关联减少大模型幻觉,提升回答真实性

MALM: A Multi-Information Adapter for Large Language Models to Mitigate Hallucination

  • 构建多图学习框架,连接输入、上下文与外部事实
  • 在4个数据集上显著降低三类幻觉,优于LLaMA-2
  • 适配性强,适合需高可靠生成的场景

大型语言模型(LLMs)易产生三类幻觉:输入冲突、上下文冲突和事实冲突。本文提出多信息适配器MALM,通过定制化的多图学习方法揭示原始输入、上下文信息与外部事实知识之间的关联,统一缓解三类幻觉。在HaluEval、TruthfulQA、Natural Questions和TriviaQA四个基准数据集上评估,MALM在7种主流基线模型上均表现更优,尤其在与三种检索增强生成(RAG)组件(BM25、Spider、DPR)结合时展现强泛化能力。自动化与人工评估显示,GPT-4和3名人类评审者分别在79.4%和65.6%情况下更倾向MALM生成结果。结果验证了通过多层次图注意力网络整合三类幻觉交互关系的有效性,且该适配器设计对不同基线模型具有灵活性与鲁棒性。

原文摘要 · Abstract (English)

Large language models (LLMs) are prone to three types of hallucination: Input-Conflicting, Context-Conflicting and Fact-Conflicting hallucinations. The purpose of this study is to mitigate the different types of hallucination by exploiting the interdependence between them. For this purpose, we propose a Multi-Information Adapter for Large Language Models (MALM). This framework employs a tailored multi-graph learning approach designed to elucidate the interconnections between original inputs, contextual information, and external factual knowledge, thereby alleviating the three categories of hallucination within a cohesive framework. Experiments were carried out on four benchmarking datasets: HaluEval, TruthfulQA, Natural Questions, and TriviaQA. We evaluated the proposed framework in two aspects: (1) adaptability to different base LLMs on HaluEval and TruthfulQA, to confirm if MALM is effective when applied on 7 typical LLMs. MALM showed significant improvements over LLaMA-2; (2) generalizability to retrieval-augmented generation (RAG) by combining MALM with three representative retrievers (BM25, Spider and DPR) separately. Furthermore, automated and human evaluations were conducted to substantiate the correctness of experimental results, where GPT-4 and 3 human volunteers judged which response was better between LLaMA-2 and MALM. The results showed that both GPT-4 and human preferred MALM in 79.4% and 65.6% of cases respectively. The results validate that incorporating the complex interactions between the three types of hallucination through a multilayered graph attention network into the LLM generation process is effective to mitigate the them. The adapter design of the proposed approach is also proven flexible and robust across different base LLMs.

幻觉抑制多图学习RAG大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。