解决大模型多跳推理中关键信息被忽略的问题
ActiShade: Activating Overshadowed Knowledge to Guide Multi-Hop Reasoning in Large Language Models
- 通过检测并激活被遮蔽的关键短语来改进查询生成
- 在多个数据集上显著提升多跳推理准确率
- 适合需要精准推理的问答与知识挖掘场景
在多跳推理中,多轮检索增强生成(RAG)方法通常依赖大语言模型(LLM)生成的内容作为检索查询。然而,这类方法易受知识遮蔽现象影响——关键信息在生成过程中被忽略,导致生成内容不完整或不准确,进而引发无关检索,并在迭代过程中积累错误。为此,我们提出ActiShade,通过迭代检测查询中被遮蔽的关键短语,检索与查询及遮蔽关键短语都相关的文档,并基于检索结果生成新查询以引导下一轮迭代。该方法在构建下一轮查询时补充被遮蔽的知识,同时最小化无关噪声引入,有效缓解由知识遮蔽导致的错误累积。大量实验表明,ActiShade在多个数据集和不同规模的LLM上均优于现有方法。
原文摘要 · Abstract (English)
In multi-hop reasoning, multi-round retrieval-augmented generation (RAG) methods typically rely on LLM-generated content as the retrieval query. However, these approaches are inherently vulnerable to knowledge overshadowing - a phenomenon where critical information is overshadowed during generation. As a result, the LLM-generated content may be incomplete or inaccurate, leading to irrelevant retrieval and causing error accumulation during the iteration process. To address this challenge, we propose ActiShade, which detects and activates overshadowed knowledge to guide large language models (LLMs) in multi-hop reasoning. Specifically, ActiShade iteratively detects the overshadowed keyphrase in the given query, retrieves documents relevant to both the query and the overshadowed keyphrase, and generates a new query based on the retrieved documents to guide the next-round iteration. By supplementing the overshadowed knowledge during the formulation of next-round queries while minimizing the introduction of irrelevant noise, ActiShade reduces the error accumulation caused by knowledge overshadowing. Extensive experiments show that ActiShade outperforms existing methods across multiple datasets and LLMs.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。