arXiv:2511.14096cs.IRcs.AI2025-11NeurIPS被引 5

受大脑导航细胞启发,实现更连贯的多跳问答检索

NeuroPath: Neurobiology-Inspired Path Tracking and Reflection for Semantically Coherent Retrieval

  • 用类脑路径追踪机制动态筛选知识图谱中的语义路径
  • 在三个数据集上召回率提升16.3%(recall@2)和13.5%(recall@5)
  • 适用于小模型和复杂任务,减少22.8%的令牌消耗

检索增强生成(RAG)显著提升了大语言模型在知识密集型任务中的表现。然而,传统RAG方法在多跳问答中因难以捕捉文档间的复杂依赖而受限。现有图结构RAG虽能建模文档关联,但常导致语义不连贯并引入无关噪声。为此,我们提出NeuroPath,一种受神经生物学中位置细胞路径规划启发的语义路径追踪RAG框架。该框架包含两步:动态路径追踪与后检索补全。动态路径追踪在构建的知识图谱上进行目标导向的语义路径追踪与剪枝,提升去噪能力和语义连贯性;后检索补全通过中间推理与原始查询进行二次检索,细化查询目标并补全推理路径缺失信息。NeuroPath在三个多跳问答数据集上超越当前最优基线,平均召回率提升16.3%(recall@2)和13.5%(recall@5)。相比现有迭代式RAG方法,其准确率更高且令牌消耗减少22.8%。此外,我们在Llama3.1、GLM4、Mistral0.3和Gemma3四款小型模型上验证了NeuroPath的鲁棒性,并进一步证明其在不同复杂度任务上的可扩展性。代码已开源:https://github.com/KennyCaty/NeuroPath。

原文摘要 · Abstract (English)

Retrieval-augmented generation (RAG) greatly enhances large language models (LLMs) performance in knowledge-intensive tasks. However, naive RAG methods struggle with multi-hop question answering due to their limited capacity to capture complex dependencies across documents. Recent studies employ graph-based RAG to capture document connections. However, these approaches often result in a loss of semantic coherence and introduce irrelevant noise during node matching and subgraph construction. To address these limitations, we propose NeuroPath, an LLM-driven semantic path tracking RAG framework inspired by the path navigational planning of place cells in neurobiology. It consists of two steps: Dynamic Path Tracking and Post-retrieval Completion. Dynamic Path Tracking performs goal-directed semantic path tracking and pruning over the constructed knowledge graph (KG), improving noise reduction and semantic coherence. Post-retrieval Completion further reinforces these benefits by conducting second-stage retrieval using intermediate reasoning and the original query to refine the query goal and complete missing information in the reasoning path. NeuroPath surpasses current state-of-the-art baselines on three multi-hop QA datasets, achieving average improvements of 16.3% on recall@2 and 13.5% on recall@5 over advanced graph-based RAG methods. Moreover, compared to existing iter-based RAG methods, NeuroPath achieves higher accuracy and reduces token consumption by 22.8%. Finally, we demonstrate the robustness of NeuroPath across four smaller LLMs (Llama3.1, GLM4, Mistral0.3, and Gemma3), and further validate its scalability across tasks of varying complexity. Code is available at https://github.com/KennyCaty/NeuroPath.

多跳问答知识图谱语义路径RAG

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