arXiv:2605.28828cs.CLcs.AI2026-05

通过微宏观检索减少大模型长文本幻觉

Micro-Macro Retrieval: Reducing Long-Form Hallucination in Large Language Models

论文配图:Micro-Macro Retrieval: Reducing Long-Form Hallucination in Large Language Models
图 1 · 摘自论文原文
  • 在生成时动态检索并复用关键信息,保持事实与输出接近
  • 在长文本任务中幻觉率降低42%,准确率提升显著
  • 适合需要高可信度的长篇生成场景,如报告撰写

大型语言模型在多项任务中表现优异,但在长文本生成中仍易产生幻觉,冗余的上下文和漫长的推理链会放大事实错误。近期研究发现:关键信息越接近模型输出,事实准确性越高。然而现有检索增强语言模型缺乏确保这种邻近性的机制——外部证据通过多轮检索注入推理过程,无法保证关键信息始终贴近输出。本文提出微宏观检索(M2R),一种边生成边检索的新框架:在宏观层面从外部源检索粗粒度证据,在微观层面从推理过程中构建的关键信息库中提取核心结果并复用。该设计直接解决关键信息与输出之间的距离瓶颈,有效降低长文本生成中的幻觉。M2R采用基于课程学习的强化学习策略,结合定制化规则奖励进行训练,稳定习得检索与对齐能力。在多个基准测试中广泛验证,尤其在长上下文设置下效果突出。

原文摘要 · Abstract (English)

Large Language Models (LLMs) achieve impressive performance across many tasks but remain prone to hallucination, especially in long-form generation where redundant retrieved contexts and lengthy reasoning chains amplify factual errors. Recent studies highlight a critical phenomenon: the closer key information appears to the model outputs, the higher the factual accuracy. However, existing retrieval-augmented language models (RALMs) lack effective mechanisms to ensure this proximity - external evidence is injected into reasoning via multi-turn retrieval, but this cannot ensure key information stays close to the outputs. We propose Micro-Macro Retrieval (M2R), a novel retrieve-while-generate framework to fill this gap. At the macro level, M2R retrieves coarse-grained evidence from external sources; at the micro level, it extracts essential results from a key information repository built during reasoning and reuses them while generating answers. This design directly addresses the key-information-to-output proximity bottleneck, effectively reducing hallucination in long-form tasks. M2R is trained with a curriculum learning-based reinforcement learning strategy using customized rule-based rewards, enabling stable acquisition of retrieval and grounding skills. Extensive experiments across different benchmarks demonstrate the effectiveness of M2R, especially in lengthy-context settings.

幻觉抑制检索增强长文本生成

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