arXiv:2605.27123cs.IR2026-05被引 3

让大模型直接用逻辑表达式控制检索,更准更省成本

Rethinking Agentic RAG: Toward LLM-Driven Logical Retrieval Beyond Embeddings

论文配图:Rethinking Agentic RAG: Toward LLM-Driven Logical Retrieval Beyond Embeddings
图 1 · 摘自论文原文
  • 大模型用逻辑表达式生成检索指令,取代复杂检索架构
  • 在多个数据集上表现媲美强基线,但构建与部署成本大幅降低
  • 逻辑查询显著减少生成内容的幻觉,适合高可靠场景

近期的RAG研究转向代理式范式,即大语言模型(LLM)通过多轮交互与检索系统协同,基于中间结果迭代优化查询。尽管当前RAG系统仍聚焦于构建复杂的检索后端(如密集检索、混合检索、图检索),我们提出应将更多控制权交还给LLM,使其主导检索过程,并依赖轻量级的倒排索引接口精确执行其结构化意图。为此,我们设计了一种新型代理式RAG框架,允许LLM以逻辑表达式形式表达检索意图,同时将检索后端简化为基于倒排索引的系统。大量实验表明,该框架在多个基准上达到与强基线相当的性能,同时显著降低构建与服务成本;更重要的是,基于逻辑查询的检索机制有效减少了生成回复中的幻觉现象。

原文摘要 · Abstract (English)

Recent advances in RAG have shifted toward an agentic paradigm, where LLMs interact with retrieval systems over multiple turns and iteratively refine queries based on intermediate results. At the same time, LLMs have demonstrated a strong ability to construct structured queries that precisely express their information needs. However, contemporary RAG systems remain heavily focused on engineering complex retrieval backends, including dense, hybrid, and graph-based retrieval architectures. In this study, we argue that agentic RAG should delegate greater control to the LLM to steer the retrieval process, while relying on a lightweight retrieval interface that provides fine-grained control and faithfully executes the LLM's structured intent. Guided by this principle, we propose an agentic RAG framework that enables LLMs to formulate retrieval intents using logical expressions while simplifying the retrieval backend to an inverted-index-based system. Extensive experiments show that our framework matches a strong agentic hybrid baseline, while substantially reducing construction and serving cost. Moreover, we show that anchoring the retrieval process in logical queries substantially reduces hallucinations in generated responses.

代理RAG逻辑检索大模型低开销

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