arXiv:2509.09713cs.CLcs.AI2025-09被引 3

HANRAG通过智能拆解和去噪提升多跳问答准确率

HANRAG: Heuristic Accurate Noise-resistant Retrieval-Augmented Generation for Multi-hop Question Answering

  • 基于启发式策略拆分复杂问题,动态路由子查询
  • 在多个基准上优于现有方法,多跳任务准确率显著提升
  • 适合需要高精度推理的开放域问答场景

检索增强生成(RAG)通过将外部知识库检索与大语言模型结合,提升了问答系统和对话生成能力。然而,现有RAG方法在处理多跳查询时仍存在诸多挑战:部分方法过度依赖迭代检索,浪费大量检索步数;直接使用原始复杂查询进行检索,难以捕捉子查询相关性,导致检索内容噪声大,引发噪声累积问题。为此,我们提出HANRAG——一种基于启发式的高效框架,通过强大的解析器对查询进行路由、分解,并过滤检索文档中的噪声,增强了系统的适应性和抗噪能力,能有效应对不同复杂度的查询。我们在多个基准上对比了该框架与其他主流工业方法,结果表明,HANRAG在单跳与多跳问答任务中均取得更优性能。

原文摘要 · Abstract (English)

The Retrieval-Augmented Generation (RAG) approach enhances question-answering systems and dialogue generation tasks by integrating information retrieval (IR) technologies with large language models (LLMs). This strategy, which retrieves information from external knowledge bases to bolster the response capabilities of generative models, has achieved certain successes. However, current RAG methods still face numerous challenges when dealing with multi-hop queries. For instance, some approaches overly rely on iterative retrieval, wasting too many retrieval steps on compound queries. Additionally, using the original complex query for retrieval may fail to capture content relevant to specific sub-queries, resulting in noisy retrieved content. If the noise is not managed, it can lead to the problem of noise accumulation. To address these issues, we introduce HANRAG, a novel heuristic-based framework designed to efficiently tackle problems of varying complexity. Driven by a powerful revelator, HANRAG routes queries, decomposes them into sub-queries, and filters noise from retrieved documents. This enhances the system's adaptability and noise resistance, making it highly capable of handling diverse queries. We compare the proposed framework against other leading industry methods across various benchmarks. The results demonstrate that our framework obtains superior performance in both single-hop and multi-hop question-answering tasks.

多跳问答检索增强去噪机制

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