arXiv:2606.01240cs.CL2026-06

通过意图感知检索与语义保真切块,提升RAG系统问答准确率。

Efficient RAG with Intent-Aware Retrieval and Semantics-Preserving Chunking

论文配图:Efficient RAG with Intent-Aware Retrieval and Semantics-Preserving Chunking
图 1 · 摘自论文原文
  • 引入意图感知检索与语义保真切块,动态优化知识召回。
  • 在HotPotQA上F1提升2.65点,在FEVER上准确率提升1.5点。
  • 使用小模型降低延迟,多跳任务效率比当前方法高4.32倍。

大语言模型对指令遵循和推理能力的需求推动了检索增强生成(RAG)的快速发展。传统RAG因意图无关检索和信息碎片化问题,常导致知识不足。本文提出InSemRAG框架,通过迭代检索-验证机制,结合意图感知检索器(IAR)和语义保真切块(SPC)两个模块解决该问题。IAR采用动态混合检索策略,根据查询意图自适应加权不同检索通道;SPC则检测并修复受损证据片段,保障语义完整性。为缓解迭代机制带来的计算延迟,引入小语言模型(SLMs)。在多个基准数据集上的实验表明,该方法在多跳和证据敏感任务中表现优异:在HotPotQA上F1提升2.65点,在FEVER上准确率提升1.5点。同时,相比Multi-Hop RAG,性能相当但延迟降低4.32倍。

原文摘要 · Abstract (English)

The demand for powerful instruction following and reasoning capability of large language models (LLMs) has promoted rapid development of retrieval-augmented generation (RAG). The RAG system assists LLM generation by retrieving chunks of query-fit supplementary knowledge from an external database. Conventional RAG systems, however, suffer from information insufficiency due to two factors, which are intent-agnostic retrieval and information fragmentation. Our work proposes a RAG framework, termed InSemRAG, that addresses these challenges via an iterative retrieve-and-check mechanism with two supporting modules, an intention-aware retriever (IAR) and semantics-preserving chunking (SPC). IAR implements a dynamic hybrid retrieval method that adaptively weights the retrieval channels based on the query intent, while SPC performs detection and reparation to the damaged evidence chunks to preserve the semantic integrity. To alleviate the computational latency brought by our iterative mechanism, we leverage small language models (SLMs). Extensive experiments across several benchmark datasets consistently demonstrate the competitiveness of our method against recent state-of-the-art RAG mechanisms. Particularly, our method achieves significant gains on multi-hop and evidence-sensitive tasks, with a 2.65-point improvement in F1 on HotPotQA and a 1.5-point increase in accuracy on FEVER. Our method also achieves competitive performance to Multi-Hop RAG with 4.32$\times$ lower latency with the utilization of SLM.

RAG检索增强小模型多跳推理

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