arXivDaily arXiv每日学术速递 周一至周五更新

AI 大模型

RAG / 检索增强生成

检索增强生成、向量检索、知识库问答和面向大模型的搜索系统。

至 收录 8365 信号源:cs.IR, cs.CL, cs.AI, cs.DB
2606.13550 2026-06-12 cs.AI cs.CL 新提交 94%

Uncertainty-Aware Hybrid Retrieval for Long-Document RAG

不确定性感知的混合检索用于长文档RAG

Hoin Jung, Xiaoqian Wang

机构 * Elmore Family School of Electrical and Computer Engineering, Purdue University(普渡大学埃尔莫尔家族电气与计算机工程学院)

专题命中 检索器与排序 :RAG(title,title_cn);hybrid retrieval(title,abstract);retrieval augmented generation(abstract);retriever(abstract)

AI总结 提出UMG-RAG,一种无需训练的混合检索框架,通过多粒度分块和不确定性估计融合密集与稀疏检索结果,提升长文档问答质量。

详情
AI中文摘要

检索增强生成(RAG)关键依赖于检索证据的质量和粒度。大的检索单元保留上下文但常引入无关内容,可能稀释答案承载证据并恶化长上下文利用。细粒度单元更紧凑,但可能难以可靠检索,因为短块可能缺乏匹配查询所需的语义、词汇或桥接线索。我们提出不确定性感知的多粒度RAG(UMG-RAG),一种无需训练的混合检索框架,将分块粒度视为查询特定的可靠性估计。UMG-RAG不训练新检索器或修改生成器,而是利用现有密集和稀疏检索器作为跨多个分块粒度的互补专家。对于每个查询,它将每个专家-粒度得分列表转换为证据分布,从分布熵估计可靠性,并根据查询特定的语义、词汇和粒度置信度融合候选。我们进一步引入UMGP-RAG,一种父级提升变体,利用细粒度命中定位相关证据,同时返回更广泛的非冗余父块以保持局部连贯性。在问答基准上的实验表明,不确定性感知融合和父级提升在保持轻量级、即插即用检索管道的同时,提高了生成质量。

英文摘要

Retrieval augmented generation (RAG) depends critically on the quality and granularity of retrieved evidence. Large retrieval units preserve context but often introduce irrelevant content, which can dilute answer bearing evidence and worsen long context utilization. Fine-grained units are more compact, but they may be difficult to retrieve reliably because short chunks can lack semantic, lexical, or bridging cues needed to match the query. We propose Uncertainty-aware Multi-Granularity RAG (UMG-RAG), a training-free hybrid retrieval framework that treats chunk granularity as query-specific reliability estimation. Instead of training a new retriever or modifying the generator, UMG-RAG uses existing dense and sparse retrievers as complementary experts across multiple chunk granularities. For each query, it converts each expert-granularity score list into an evidence distribution, estimates reliability from distribution entropy, and fuses candidates according to query-specific semantic, lexical, and granularity confidence. We further introduce UMGP-RAG, a parent promotion variant that uses fine-grained hits to locate relevant evidence while returning broader non-redundant parent chunks for local coherence. Experiments on question answering benchmarks show that uncertainty-aware fusion and parent promotion improve generation quality while maintaining a lightweight, plug-and-play retrieval pipeline.

URL PDF HTML 收藏
2606.18310 2026-06-18 cs.CR cs.AI 新提交 93%

Conflict-Aware Retriever Editing for Knowledge Injection Attacks on LLM-Based RAG Systems

冲突感知检索器编辑:针对基于LLM的RAG系统的知识注入攻击

Xinru Liu, Xianglong Zhang, Di Cai, Zhumin Chen, Pengfei Hu, Xin Xin

机构 * Shandong University, China(山东大学,中国) Tsinghua University, China(清华大学,中国)

专题命中 检索器与排序 :RAG(title,title_cn);retriever(title,abstract);retrieval-augmented generation(abstract);dense retrieval(abstract)

AI总结 提出冲突感知检索器编辑框架CAREATTACK,通过模型中心攻击将恶意知识注入RAG系统,利用图检测和参数编辑投影解决冲突,并轻量校准保持攻击效果。

详情
AI中文摘要

将恶意知识注入检索增强生成(RAG)系统可以操纵检索到的证据并误导下游生成,对AI应用构成严重安全威胁。现有的RAG注入攻击主要依赖于操纵外部知识库,例如制作恶意语料库。然而,这种以数据为中心的方法合成的文本可能被检测到,导致攻击失败。除了语料库操纵之外,开源检索器越来越多地将RAG系统暴露于以模型为中心的攻击。在本文中,我们提出了冲突感知检索器编辑,即CAREATTACK,一个以模型为中心的检索器攻击框架,用于在RAG中注入恶意知识。具体来说,CAREATTACK包括两个阶段:冲突感知检索器编辑和攻击保持锚点修复。冲突感知检索器编辑将高效的闭式参数编辑适应于密集检索模型,提升恶意知识在良性竞争段落之上的排名,并通过基于图的冲突检测和参数编辑投影解决潜在参数冲突。然后,攻击保持锚点修复对编辑后的检索器进行轻量校准,以进一步消除对非目标提示的影响,同时保持对目标提示的攻击有效性。我们在Qwen3-Embedding-0.6B和BGE-M3上实例化CAREATTACK,并在三个基准数据集上进行评估。实验结果表明,我们的方法显著地将恶意段落提升到RAG系统检索到的知识中,并且在访问检索模型参数的情况下,可以对批量目标提示和段落执行攻击。由于大多数RAG系统基于开源检索模型构建,这项工作揭示了RAG系统中一个实际攻击面。代码在此https URL公开。

英文摘要

Injecting malicious knowledge into retrieval-augmented generation (RAG) systems can manipulate retrieved evidence and mislead downstream generation, posing a serious security threat for AI applications. Existing RAG injection attacks mainly rely on manipulating external knowledge bases, such as crafting malicious corpus. However, the synthetic text crafted by such data-centric methods could be detectable, leading to the failure of attacks. Beyond corpus manipulation, open-source retrievers are increasingly exposing RAG systems to model-centric attacks. In this paper, we propose conflict-aware retriever editing, i.e., CAREATTACK, a model-centric retriever attack framework for malicious knowledge injection in RAG. Specifically, CAREATTACK consists two stages of conflict-aware retriever editing and attack-preserving anchor repair. Conflict-aware retriever editing adapts efficient closed-form parameter editing to the dense retrieval model, promoting malicious knowledge above benign competing passages and resolving potential parameter conflicts through graph-based conflict detection and parameter editing projection. Then, attack-preserving anchor repair performs lightweight calibration on the edited retriever to further eliminate the impact on non-target prompts while preserving the attack effectiveness for target prompts. We instantiate CAREATTACK on Qwen3-Embedding-0.6B and BGE-M3, and conduct evaluation on three benchmark datasets. Experimental results demonstrate our method substantially promote malicious passages into the retrieved knowledge of RAG systems and can perform attacks for batches of target prompts and passages, given the access of retrieval model parameters. Since most RAG systems are built upon open-source retrieval models, this work reveals a practical attack surface in RAG systems. Codes are public accessible at https://anonymous.4open.science/r/CareAttack-3F1C.

URL PDF HTML 收藏
2607.28397 2026-07-31 cs.AI cs.CL cs.IR 新提交 93%

GLM-RAG: Graph Language Models for Graph-Based Retrieval-Augmented Generation

GLM-RAG:面向基于图的检索增强生成的图语言模型

Maya Arseven, Anette Frank, Beni Egressy, Johann Higl, Moritz Plenz

机构 * Institute of Computational Linguistics, Heidelberg University(海德堡大学计算语言学研究所) Aleph Alpha Research(Aleph Alpha 研究院)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);retriever(abstract);分类 cs.IR、cs.CL、cs.AI

AI总结 本研究提出GLM-RAG的GLM基检索器,对比三类检索器性能,发现微调GLM检索器跨域泛化更优且在多跳基准达SOTA,GNN与向量搜索各有优势。

Comments 10 pages, 19 figures

详情
AI中文摘要

知识图谱上的检索增强生成(RAG)需要能有效捕捉图结构和语义信息的检索器。近期研究探索了基于图神经网络(GNN)的检索器,用于在多跳推理任务中建模图拓扑;同时,图语言模型(GLM)作为融合图推理与语言模型语义能力的有前景范式已出现。本研究提出一种基于GLM的检索器,在单跳、多跳RAG设置中对比GLM基、GNN基及传统向量搜索基检索器的相对优势,尤其关注其对未见领域的迁移能力。研究发现,微调后的GLM检索器跨领域泛化能力更优,在两个多跳基准上实现SOTA;在领域内多跳问答数据集上,其表现与现有方法相当,且随参数和子图覆盖度提升呈现良好的可扩展性。GNN基检索器训练设置高效,能实现更高的图覆盖度;而向量搜索基线在单跳数据集上表现更出色。

英文摘要

Retrieval-augmented generation (RAG) over knowledge graphs requires retrievers that can effectively capture both graph structure and semantic information. Recent approaches have explored graph neural network (GNN)-based retrievers to model graph topology in multi-hop reasoning tasks. In parallel, graph language models (GLMs) have emerged as a promising paradigm that integrates graph reasoning and the semantic capabilities of language models. In this work, we introduce a GLM-based retriever and investigate the comparative strengths of GLM-based, GNN-based, and traditional vector-search-based retrievers in single- and multi-hop RAG settings, and with a particular focus on transferability to unseen domains. Our findings suggest that finetuned GLM retrievers generalize better out of domain, achieving SOTA on two multi-hop benchmarks. On in-domain multi-hop QA datasets they remain comparable to prior work, with promising scaling as parameters and subgraph coverage increase. GNN-based retrievers achieve higher graph coverage with an efficient training setup, whereas the vector-search baseline excels at single-hop datasets.

URL PDF HTML 收藏
2607.23006 2026-07-28 cs.IR cond-mat.mtrl-sci cs.AI 新提交 93%

VecTree-RAG: An Agentic Retrieval-Augmented Generation Framework Combining Vector and Tree Retrieval for Efficiency and Accuracy

VecTree-RAG:一种结合向量和树检索的智能检索增强生成框架,以提高效率和准确性

Xinyan Zhong, Yuwei Shi, Yuqi Wei, Chen Shen, Tianhang Zhou, Zhenghao Wu

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);vector search(abstract);分类 cs.IR、cs.AI

AI总结 研究针对科学问答中识别相关论文及找支持证据的问题,提出VecTree-RAG框架,结合向量与树检索机制。经多组问题评估,该框架在多个基准上获高分,证据页面精度高,且完整架构所需推理令牌少,为科学文献问答提供结构感知且可追溯的架构。

详情
AI中文摘要

科学问答需要一个检索系统来解决两个不同的问题:识别哪些论文相关,并在这些论文中找到支持证据。传统的检索增强生成通常通过对固定长度段落进行相似性搜索来解决这两个问题,扁平化文档结构并将科学主张与其方法和论证背景分开。我们提出了VecTree-RAG,一个将这些任务分配给互补检索机制的智能框架。向量搜索对语料库中的紧凑文档和部分表示进行排名,而对源验证部分树的推理引导遍历则在入围论文中定位证据。全文保留在页面存储中,仅在结构定位后逐步显示。我们在300个QASPER问题、54个LitQA2问题的开放访问子集和49个多文档MOSAIC问题上评估了VecTree-RAG。与Dense RAG、重新排序的Dense RAG、RAPTOR和Search-o1相比,VecTree-RAG在所有三个基准上都获得了最高的观察答案分数,在QASPER上达到了0.800的LLM判断正确性,在LitQA2上达到了0.925的准确率,在MOSAIC上达到了0.547的综合分数。在QASPER上,其证据页面精度为0.274,而基线为0.046-0.071。LitQA2的消融实验进一步表明,完整的向量-树架构比没有树导航或语料库级向量路由的变体需要更少的推理令牌。这些结果表明,向量检索缩小了语料库级搜索空间,树导航将阅读集中在结构相关的证据上。虽然多轮推理仍然比单次调用检索更昂贵,但VecTree-RAG为科学文献问答提供了一种结构感知和可追溯的架构。

英文摘要

Scientific question answering requires a retrieval system to solve two distinct problems: identifying which papers are relevant and locating the supporting evidence within those papers. Conventional retrieval-augmented generation typically addresses both through similarity search over fixed-length passages, flattening document structure and separating scientific claims from their methodological and argumentative context. We present VecTree-RAG, an agentic framework that assigns these tasks to complementary retrieval mechanisms. Vector search ranks compact document and section representations across the corpus, whereas reasoning-guided traversal of source-verified section trees localizes evidence within shortlisted papers. Full text is retained in a page store and exposed progressively only after structural localization. We evaluate VecTree-RAG on 300 QASPER questions, an open-access subset of 54 LitQA2 questions, and 49 multi-document MOSAIC questions. Compared with Dense RAG, reranked Dense RAG, RAPTOR, and Search-o1, VecTree-RAG obtained the highest observed answer score on all three benchmarks, reaching 0.800 LLM-judge correctness on QASPER, 0.925 accuracy on LitQA2, and a 0.547 composite score on MOSAIC. On QASPER, its evidence-page precision was 0.274, compared with 0.046--0.071 for the baselines. LitQA2 ablations further showed that the complete vector--tree architecture required fewer inference tokens than variants without tree navigation or corpus-level vector routing. These results indicate that vector retrieval narrows the corpus-level search space and tree navigation concentrates reading on structurally relevant evidence. Although multi-turn inference remains more expensive than single-call retrieval, VecTree-RAG provides a structure-aware and traceable architecture for scientific literature question answering.

URL PDF HTML 收藏
2603.26667 2026-07-22 cs.IR cs.AI 版本更新 93%

M-RAG: Semantic Key-Value Indexing for Retrieval-Augmented Generation

M-RAG:使RAG更快、更强和更高效

Xu Sun, Tongkai Xu, Baiheng Xie, Li Huang, Qiang Gao, Kunpeng Zhang

机构 * Southwestern University of Finance and Economics(西南财经大学) Zhida AI, Zhida Technology(智达AI,智达科技) University of Maryland, College Park(马里兰大学帕克分校)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);retriever(abstract);分类 cs.IR、cs.AI

AI总结 M-RAG提出一种无片段检索策略,通过提取结构化元标记提升检索与生成效率,实验证明其在低资源环境下优于传统RAG方法。

详情
AI中文摘要

M-RAG提出了一种无片段检索策略,通过提取结构化元标记提升检索与生成效率,实验证明其在低资源环境下优于传统RAG方法。

英文摘要

Retrieval-augmented generation (RAG) turns external documents into evidence for large language models. In practice, this is also a data access problem: a system must decide what to index, what to retrieve, and what evidence to place in the context under a token budget. Most RAG pipelines use text chunks for both lookup and generation. This couples two different objectives. Retrieval benefits from compact and discriminative records, while generation needs contextual and faithful evidence. As a result, small chunks may fragment answer-bearing information, whereas large chunks may introduce noise and waste the context budget. We propose M-RAG, a semantic key-value indexing layer for budget-constrained RAG query processing. M-RAG extracts meta-markers from complete documents, where each record contains a retrieval key, an information value, and provenance pointers. Online retrieval operates over the key field, which can be searched by dense vector retrieval or sparse lexical retrieval; the paired values are returned as generation payloads and assembled under the token budget. Provenance pointers further support coverage validation and position-aware context ordering. This design separates the physical index entry from the evidence payload without changing the underlying retriever or generator. Experiments on LongBench QA subtasks show that M-RAG achieves competitive or better accuracy than representative chunk-based baselines, especially under tight token budgets. Further analyses show high document coverage, stronger robustness under expanding candidate corpora, and lower online retrieval latency. These results suggest that semantic key-value indexing is a practical access method for RAG workloads.

URL PDF HTML 收藏
2606.11350 2026-06-11 cs.CL cs.IR 新提交 93%

When More Documents Hurt RAG: Mitigating Vector Search Dilution with Domain-Scoped, Model-Agnostic Retrieval

当更多文档损害RAG:利用领域限定、模型无关的检索缓解向量搜索稀释

Nabaraj Subedi, Ahmed Abdelaty, Shivanand Venkanna Sheshappanavar

机构 * Dept. of Electrical Engineering & Computer Science, University of Wyoming(怀俄明大学电气工程与计算机科学系) Dept. of Civil, Architectural Engineering & Construction Management, University of Wyoming(怀俄明大学土木、建筑工程与施工管理系)

专题命中 检索器与排序 :RAG(title,title_cn);vector search(title,abstract);retrieval-augmented generation(abstract);分类 cs.IR、cs.CL

AI总结 针对检索增强生成在异构文档集合中因向量搜索稀释导致性能下降的问题,提出基于组织元数据的领域限定方法MASDR-RAG,显著提升P@10至0.86,并揭示多智能体编排的精度-忠实度悖论。

Comments 24 pages, 8 figures, 30 tables. Preprint under review

详情
AI中文摘要

当检索增强生成扩展到大规模、异构的文档集合时,其性能会下降,因为密集相似性失去了区分能力,top-k检索越来越多地返回语义相似但上下文不正确的块。我们将这种失败模式称为向量搜索稀释。即使使用混合密集+稀疏检索,我们在部署的怀俄明州交通部语料库中直接观察到了这一点:当文档从54篇扩展到1128篇(88907个块)时,准确率从75%下降到40%以下。为了解决这种稀释问题,我们提出了MASDR-RAG(用于RAG的多智能体领域限定检索),并在200个专家验证的查询上进行了评估,涉及五个LLM骨干、六个语料库和两个索引栈。我们的结果表明,使用组织元数据进行领域限定是关键修复,显著将P@10从0.77提高到0.86(p < 0.05)。此外,我们对多智能体编排的研究揭示,高度配置依赖会导致我们所谓的精度-忠实度悖论。基于这些不同的结果,我们的实用建议很简单:先限定领域,然后执行一次合成调用,将完整的多智能体编排保留给真正多领域的语料库,并配合原生工具调用骨干。代码和数据将在接收后公开。

英文摘要

Retrieval-augmented generation degrades when scaled to large, heterogeneous document collections, where dense similarity loses discriminative power, and top-k retrieval increasingly returns semantically similar but contextually incorrect chunks. We refer to this failure mode as vector search dilution. Even when using hybrid dense+sparse retrieval, we observed this firsthand in a deployed Wyoming Department of Transportation corpus, where scaling from 54 to 1,128 documents (88,907 chunks) reduced accuracy from 75% to below 40%. To address this dilution, we propose MASDR-RAG ( Multi-Agent Scoped Domain Retrieval for RAG) and evaluate it on 200 expert-validated queries across five LLM backbones, six corpora, and two index stacks. Our results indicate that domain scoping using organizational metadata is the key fix, significantly improving P@10 from 0.77 to 0.86 ($p < 0.05$). Furthermore, our investigation of multi-agent orchestration revealed that a high degree of configuration dependence results --creating what we call the precision-faithfulness paradox. Based on these varied outcomes, our practical recommendation is simple: scope first, then perform a single synthesis call, reserving full multi-agent orchestration for genuinely multi-domain corpora paired with native-tool-call backbones. Code and Data will be made public upon acceptance.

URL PDF HTML 收藏
2512.19134 2026-05-19 cs.CL cs.IR 93%

QuCo-RAG: Quantifying Uncertainty from the Pre-training Corpus for Dynamic Retrieval-Augmented Generation

QuCo-RAG:从预训练语料库中量化不确定性以实现动态检索增强生成

Dehai Min, Kailin Zhang, Tongtong Wu, Lu Cheng

机构 * University of Illinois at Chicago(伊利诺伊大学香槟分校) New York University(纽约大学) Monash University(莫纳什大学)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR、cs.CL

AI总结 本研究提出QuCo-RAG,通过从预训练语料库中提取客观统计信息来量化不确定性,以解决动态检索增强生成中大语言模型的幻觉问题,实验表明其在多跳问答基准测试中优于现有方法,并在多个模型上实现了显著的提升。

Comments ACL Findings 2026

详情
AI中文摘要

Dynamic Retrieval-Augmented Generation adaptively determines when to retrieve during generation to mitigate hallucinations in large language models (LLMs). However, existing methods rely on model-internal signals (e.g., logits, entropy), which are fundamentally unreliable because LLMs are typically ill-calibrated and often exhibit high confidence in erroneous outputs. We propose QuCo-RAG, which shifts from subjective confidence to objective statistics computed from pre-training data. Our method quantifies uncertainty through two stages: (1) before generation, we identify low-frequency entities indicating long-tail knowledge gaps; (2) during generation, we verify entity co-occurrence in the pre-training corpus, where zero co-occurrence often signals hallucination risk. Both stages leverage Infini-gram for millisecond-latency queries over 4 trillion tokens, triggering retrieval when uncertainty is high. Experiments on multi-hop QA benchmarks show QuCo-RAG achieves EM gains of 5--12 points over state-of-the-art baselines with OLMo-2 models, and transfers effectively to models with undisclosed pre-training data (Llama-3, Qwen2.5, GPT-4.1/5-chat), improving EM by up to 14 points. Generalization to long-form generation and biomedical QA further validates the robustness of our paradigm. These results establish corpus-grounded verification as a principled, practically model-agnostic paradigm for dynamic RAG. Our code is publicly available at https://github.com/ZhishanQ/QuCo-RAG.

英文摘要

Dynamic Retrieval-Augmented Generation adaptively determines when to retrieve during generation to mitigate hallucinations in large language models (LLMs). However, existing methods rely on model-internal signals (e.g., logits, entropy), which are fundamentally unreliable because LLMs are typically ill-calibrated and often exhibit high confidence in erroneous outputs. We propose QuCo-RAG, which shifts from subjective confidence to objective statistics computed from pre-training data. Our method quantifies uncertainty through two stages: (1) before generation, we identify low-frequency entities indicating long-tail knowledge gaps; (2) during generation, we verify entity co-occurrence in the pre-training corpus, where zero co-occurrence often signals hallucination risk. Both stages leverage Infini-gram for millisecond-latency queries over 4 trillion tokens, triggering retrieval when uncertainty is high. Experiments on multi-hop QA benchmarks show QuCo-RAG achieves EM gains of 5--12 points over state-of-the-art baselines with OLMo-2 models, and transfers effectively to models with undisclosed pre-training data (Llama-3, Qwen2.5, GPT-4.1/5-chat), improving EM by up to 14 points. Generalization to long-form generation and biomedical QA further validates the robustness of our paradigm. These results establish corpus-grounded verification as a principled, practically model-agnostic paradigm for dynamic RAG. Our code is publicly available at https://github.com/ZhishanQ/QuCo-RAG.

URL PDF HTML 收藏
2601.04377 2026-04-20 cs.CL cs.AI cs.LG 93%

Disco-RAG: Discourse-Aware Retrieval-Augmented Generation

Disco-RAG: 语篇意识的检索增强生成

Dongqi Liu, Hang Ding, Qiming Feng, Xurong Xie, Zhucun Xue, Chengjie Wang, Jian Li, Jiangning Zhang, Yabiao Wang

机构 * Saarland University(萨尔兰大学) Shanghai Jiaotong University(上海交通大学) Fudan University(复旦大学) Zhejiang University(浙江大学) Tencent YouTu Lab(腾讯优图实验室)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.CL、cs.AI

AI总结 Discourse-aware RAG框架通过构建篇章内结构树和跨篇章修辞图,提升知识整合能力,在问答和长文档摘要任务中取得最佳效果。

Comments ACL 2026 Main & Long Conference Paper

详情
AI中文摘要

Retrieval-Augmented Generation (RAG) 已经成为增强大型语言模型 (LLMs) 在知识密集型任务性能的重要方法。然而,大多数现有 RAG 策略将检索到的段落以扁平和无结构的方式处理,这阻止了模型捕捉结构线索,并限制了其从文档中分散证据综合知识的能力。为克服这些限制,我们提出了 Disco-RAG,一个具有语篇意识的框架,该框架明确地将语篇信号注入生成过程。我们的方法构建了篇章内结构树以捕捉局部层次结构,并构建跨篇章修辞图以建模跨段落连贯性。这些结构被共同整合到一个规划蓝图中,以指导生成。在问答和长文档摘要基准测试中,实验展示了我们方法的有效性。Disco-RAG 在基准测试中实现了最先进的结果,无需微调。这些发现强调了语篇结构在推进 RAG 系统中的重要作用。

英文摘要

Retrieval-Augmented Generation (RAG) has emerged as an important means of enhancing the performance of large language models (LLMs) in knowledge-intensive tasks. However, most existing RAG strategies treat retrieved passages in a flat and unstructured way, which prevents the model from capturing structural cues and constrains its ability to synthesize knowledge from dispersed evidence across documents. To overcome these limitations, we propose Disco-RAG, a discourse-aware framework that explicitly injects discourse signals into the generation process. Our method constructs intra-chunk discourse trees to capture local hierarchies and builds inter-chunk rhetorical graphs to model cross-passage coherence. These structures are jointly integrated into a planning blueprint that conditions the generation. Experiments on question answering and long-document summarization benchmarks show the efficacy of our approach. Disco-RAG achieves state-of-the-art results on the benchmarks without fine-tuning. These findings underscore the important role of discourse structure in advancing RAG systems.

URL PDF HTML 收藏
2601.21803 2026-07-08 cs.CL 版本更新 93%

Quantifying Retriever-Generator Alignment in RAG with Local Explanations

用局部解释量化检索生成模型(RAG)中的检索器-生成器对齐

Korbinian Randl, Guido Rocchietti, Aron Henriksson, Ziawasch Abedjan, Tony Lindgren, John Pavlopoulos

机构 * Department of Computer and Systems Sciences, Stockholm University(斯德哥尔摩大学计算机与系统科学系) BIFOLD, Technische Universität Berlin(柏林技术大学BIFOLD) Department of Informatics, Athens University of Economics and Business(雅典经济与商业大学信息系) Archimedes, Athena Research Centre(雅典研究中心Archimedes)

专题命中 检索器与排序 :RAG(title,title_cn);retriever(title,abstract);retrieval-augmented generation(abstract);分类 cs.CL

AI总结 研究RAG系统中检索器与生成器交互不透明问题,提出RAG-E框架,用数学归因方法量化二者对齐,通过实验表明WARG能更好捕捉对齐情况,为审计交互提供实用框架,提升RAG系统可靠性与透明度。

详情
AI中文摘要

检索增强生成(RAG)系统将密集检索器和语言模型结合,以外部文档为输出依据。但组件间交互不透明,给高风险领域部署带来挑战。我们提出RAG-E,一个端到端可解释性框架,通过数学归因方法量化检索器-生成器对齐。该方法将集成梯度用于检索器分析,为生成器归因提出蒙特卡洛稳定的夏普值近似,引入加权归因-相关性差距(WARG)指标衡量生成器文档使用与检索器排名的契合度。在多个数据集上实验发现存在严重不对齐,WARG比其他相关性指标更能捕捉对齐情况,为审计交互提供实用框架,使RAG系统更可靠透明。

英文摘要

Retrieval-Augmented Generation (RAG) systems combine dense retrievers and language models to ground their outputs in external documents. However, the interaction between these components remains opaque, creating challenges for deployment in high-stakes domains. We present RAG-E, an end-to-end explainability framework that quantifies retriever-generator alignment through mathematically grounded attribution methods. Our approach adapts Integrated Gradients for retriever analysis, proposes a Monte Carlo-stabilized Shapley Value approximation for generator attribution, and introduces the Weighted Attribution-Relevance Gap (WARG) metric to measure how closely the generator's document usage aligns with retriever rankings. Experiments on PopQA, QAMPARI, and TREC CAST datasets reveal substantial misalignment: depending on the model and setting, generators often ignore top-ranked documents and rely on documents ranked as less relevant. We show that WARG captures retriever-generator alignment better than Pearson and Spearman correlations and can serve as an indicator of RAG performance. RAG-E and WARG provide a practical framework for auditing this interaction, enabling more reliable and transparent RAG systems.

URL PDF HTML 收藏
2603.22934 2026-06-11 cs.AI 版本更新 93%

ProGRank: Probe-Gradient Reranking to Defend Dense-Retriever RAG from Corpus Poisoning

ProGRank: 探针梯度重排序以防御密集检索器RAG免受语料投毒攻击

Xiangyu Yin, Yi Qi, Chih-Hong Cheng

机构 * Chalmers University of Technology, Sweden(瑞典查尔姆斯理工大学) University of Leeds, United Kingdom(英国利兹大学) Carl von Ossietzky University of Oldenburg, Germany(德国奥尔登堡卡尔·冯·奥西特齐大学)

专题命中 检索器与排序 :RAG(title,title_cn);retriever(title,abstract);retrieval-augmented generation(abstract);分类 cs.AI

AI总结 提出ProGRank,一种无需训练的后处理检索器端防御方法,通过随机扰动下探针梯度提取不稳定信号并重排序,有效防御密集检索器RAG的语料投毒攻击。

Comments accepted by ECML PKDD 2026

详情
AI中文摘要

检索增强生成(RAG)通过将生成基于检索到的证据来改进大语言模型应用,但也引入了语料投毒这一新的攻击面。在此场景中,攻击者注入或编辑段落,使其进入目标查询的Top-K结果并影响下游生成。现有防御通常依赖内容过滤、辅助模型或生成器端推理,这使部署复杂化。我们提出ProGRank,一种针对密集检索器RAG的事后、无需训练的检索器端防御。ProGRank在轻度随机扰动下对每个查询-段落对进行压力测试,从固定小参数子集中提取探针梯度,并推导出两个不稳定信号:表示一致性和分散风险。然后,它将这些信号与分数门控结合进行重排序。ProGRank保留原始段落内容,无需重新训练,并在部署的检索器不可用时支持基于代理的变体。跨数据集、检索器、攻击以及检索阶段和端到端设置的实验表明,ProGRank提高了鲁棒性,并保持了良好的鲁棒性-效用权衡,包括在自适应规避攻击下。

英文摘要

Retrieval-Augmented Generation (RAG) improves large language model applications by grounding generation in retrieved evidence, but also introduces corpus poisoning as a new attack surface. In this setting, an adversary injects or edits passages so that they enter the Top-$K$ results for target queries and influence downstream generation. Existing defences often rely on content filtering, auxiliary models, or generator-side reasoning, which complicates deployment. We propose ProGRank, a post hoc, training-free retriever-side defence for dense-retriever RAG. ProGRank stress-tests each query--passage pair under mild randomized perturbations, extracts probe gradients from a small fixed parameter subset, and derives two instability signals: representational consistency and dispersion risk. It then combines these signals with a score gate for reranking. ProGRank preserves the original passage content, requires no retraining, and supports a surrogate-based variant when the deployed retriever is unavailable. Experiments across datasets, retrievers, attacks, and retrieval-stage and end-to-end settings show that ProGRank improves robustness and maintains a favorable robustness--utility trade-off, including under adaptive evasive attacks.

URL PDF HTML 收藏
2503.12759 2026-04-29 cs.CL 93%

RAG-RL: Advancing Retrieval-Augmented Generation via RL and Curriculum Learning

RAG-RL:通过强化学习和课程学习推进检索增强生成

Jerry Huang, Siddarth Madala, Risham Sidhu, Cheng Niu, Hao Peng, Julia Hockenmaier, Tong Zhang

机构 * University of Illinois at Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);retriever(abstract);分类 cs.CL

AI总结 RAG-RL通过强化学习和课程学习提升检索增强生成性能,使生成模型能识别并引用相关信息,提高样本效率和泛化能力,实验显示在多跳问答任务中准确率显著提升。

详情
AI中文摘要

检索增强生成(RAG)系统依赖检索模型识别相关上下文并利用这些上下文生成答案。然而,检索器的召回率和精确度有限,限制了下游性能。我们引入RAG-RL,一种训练不仅生成答案还能够识别并引用从更大检索上下文中相关信息的生成模型,将部分识别相关文档的任务从检索器转移到生成器。我们的方法采用课程学习,模型首先在仅包含相关上下文的简单示例上进行训练。实验表明,这些训练样本使模型能以更高的样本效率和泛化能力获得引用和推理技能,即使在无关段落数量增加时仍表现出强性能。我们将在三个开放领域多跳问答数据集上基准测试我们的方法,并报告在答案和引用准确率上的显著提升。我们的实验提供了实证见解,说明更简单的训练样本如何为模型学习特定技能(如引用生成)提供更强信号,以及不同后训练组件(如训练集构建、基于规则的奖励、训练样本排序等)如何影响最终模型性能。

英文摘要

Retrieval-augmented generation (RAG) systems rely on retrieval models for identifying relevant contexts and answer generation models for utilizing those contexts. However, retrievers exhibit imperfect recall and precision, limiting downstream performance. We introduce RAG-RL, an answer generation model trained not only to produce answers but also to identify and cite relevant information from larger sets of retrieved contexts, shifting some of the burden of identifying relevant documents from the retriever to the answer generator. Our approach uses curriculum learning, where the model is first trained on easier examples that include only relevant contexts. Our experiments show that these training samples enable models to acquire citation and reasoning skills with greater sample efficiency and generalizability, demonstrating strong model performance even as the number of irrelevant passages increases. We benchmark our methods on three open-domain multi-hop question answering datasets and report significant gains in answer and citation accuracy. Our experiments provide empirical insights into how easier training samples can give models stronger signals for learning specific skills (e.g., citation generation) and how different components of post-training (e.g., training set construction, rule-based rewards, training sample ordering, etc.) impact final model performance.

URL PDF HTML 收藏
2604.06097 2026-04-21 cs.IR 93%

Masking or Mitigating? Deconstructing the Impact of Query Rewriting on Retriever Biases in RAG

掩蔽还是缓解?解构查询重写对RAG中检索偏见的影响

Agam Goyal, Koyel Mukherjee, Apoorv Saxena, Anirudh Phukan, Eshwar Chandrasekharan, Hari Sundaram

专题命中 检索器与排序 :RAG(title,title_cn);retriever(title);retrieval-augmented generation(abstract);dense retrieval(abstract)

AI总结 本文研究查询重写技术对RAG系统中检索偏见的影响,发现简单LLM重写能显著降低偏见,但对抗条件下效果受限。分析揭示两种机制:简单重写通过增加分数方差降低偏见,伪文档生成通过真实去相关性降低偏见。

Comments ACL'26: 13 pages, 4 figures, 4 tables

详情
AI中文摘要

检索增强生成(RAG)系统中的密集检索器表现出系统性偏见,包括简洁性、位置、字面匹配和重复性偏见,可能影响检索质量。查询重写技术已成为RAG管道的标准,但其对这些偏见的影响尚未研究。本文首次系统研究查询增强技术如何影响密集检索偏见,评估了五种方法在六个检索器上的效果。研究发现,简单的基于LLM的重写实现了最强的总体偏见减少(54%),但在对抗条件下失效。机制分析揭示了两种不同机制:简单重写通过增加分数方差降低偏见,而伪文档生成方法通过真实去相关性降低偏见。然而,没有技术能统一解决所有偏见,效果在不同检索器上差异显著。研究结果为根据特定偏见漏洞选择查询增强策略提供了实践指导。更广泛地说,本文建立了区分查询-文档交互偏见与文档编码偏见的分类法,明确了查询侧干预在去偏RAG系统中的局限性。

英文摘要

Dense retrievers in retrieval-augmented generation (RAG) systems exhibit systematic biases -- including brevity, position, literal matching, and repetition biases -- that can compromise retrieval quality. Query rewriting techniques are now standard in RAG pipelines, yet their impact on these biases remains unexplored. We present the first systematic study of how query enhancement techniques affect dense retrieval biases, evaluating five methods across six retrievers. Our findings reveal that simple LLM-based rewriting achieves the strongest aggregate bias reduction (54\%), yet fails under adversarial conditions where multiple biases combine. Mechanistic analysis uncovers two distinct mechanisms: simple rewriting reduces bias through increased score variance, while pseudo-document generation methods achieve reduction through genuine decorrelation from bias-inducing features. However, no technique uniformly addresses all biases, and effects vary substantially across retrievers. Our results provide practical guidance for selecting query enhancement strategies based on specific bias vulnerabilities. More broadly, we establish a taxonomy distinguishing query-document interaction biases from document encoding biases, clarifying the limits of query-side interventions for debiasing RAG systems.

URL PDF HTML 收藏
2605.31176 2026-06-01 cs.LG cs.DS 93%

Retriever Portfolios: A Principled Approach to Adaptive RAG

检索器组合:一种自适应RAG的原则性方法

Miltiadis Stouras, Vincent Cohen-Addad, Silvio Lattanzi, Ola Svensson

机构 * EPFL(瑞士联邦理工学院) Google Research(谷歌研究院)

专题命中 检索器与排序 :RAG(title,title_cn);retriever(title,abstract);retrieval-augmented generation(abstract)

AI总结 提出从大量候选检索器中自动选择小型多样子集(组合)的方法,通过期望最优k目标优化查询分布,实现自适应RAG,在多个QA基准上优于单检索器和朴素多检索器基线,并降低延迟和令牌成本。

Comments Accepted at ICML 2026. Code available at: https://github.com/mstou/retriever-portfolios

详情
AI中文摘要

检索增强生成(RAG)系统通常依赖单一检索器和一组超参数,尽管面临从简单事实性问题到复杂多跳推理的高度异构查询。我们提出一种方法,从大量候选检索器中自动选择一个小型、多样的子集(组合),以覆盖目标查询分布的不同区域。我们通过查询分布上的期望最优$k$目标形式化这一设置,并证明其存在一个具有近最优保证的高效组合构建算法。在多个QA基准上,我们学习的组合和路由管道在检索指标和答案质量上始终优于单检索器和朴素多检索器基线。此外,与推理时超参数调优方法相比,固定组合支持并行检索和LLM调用,在实现相当(有时更好)准确性的同时,显著降低延迟和令牌成本。

英文摘要

Retrieval-augmented generation (RAG) systems typically rely on a single retriever and a single set of hyperparameters, despite facing highly heterogeneous queries that range from simple factoid questions to complex multi-hop reasoning. We propose a method that automatically selects a small, diverse subset of retrievers (a portfolio) from a large pool of candidates, to cover different regions of the target query distribution. We formalize this setting via an expected best-of-$k$ objective over the query distribution and show that it admits an efficient portfolio construction algorithm with near-optimal guarantees. Across multiple QA benchmarks, our learned portfolios and router pipeline consistently outperform single-retriever and naive multi-retriever baselines on both retrieval metrics and answer quality. In addition, compared to inference-time hyperparameter tuning approaches, fixed portfolios enable parallel retrieval and LLM calls, achieving comparable (and sometimes better) accuracy with substantially lower latency and token cost.

URL PDF HTML 收藏
2606.29090 2026-06-30 cs.CL cs.AI cs.IR 93%

AB-RAG: Adaptive Budgeted Retrieval-Augmented Generation for Reliable Question Answering

AB-RAG:自适应预算检索增强生成用于可靠问答

Ansh Kamthan

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR、cs.CL、cs.AI

AI总结 提出AB-RAG框架,无需训练,通过结合模型置信度、答案与证据一致性及检索分数方差三个信号,自适应决定检索预算,在固定预算下提高问答准确率。

Comments 16 pages, 9 figures, 12 tables

详情
AI中文摘要

检索增强生成(RAG)已成为将大型语言模型与外部知识结合的标准方法,但大多数系统对每个问题检索固定数量的段落,无论其难度如何。这导致简单问题浪费计算资源,困难问题检索不足,并且无法提供生成答案可信度的信号。随着基于商业语言模型API构建的问答系统日益增多,一种无需重新训练底层模型即可决定检索多少信息以及信任自身答案程度的方法具有明显的实用价值。本文提出AB-RAG(自适应预算检索增强生成),这是一个无需训练且与骨干模型无关的框架,它生成答案,结合三个信号估计置信度,然后在固定检索预算下决定是停止还是检索更多证据。该估计器结合了模型自身的确定性、答案与证据之间的一致性以及检索分数的方差。对于暴露token概率的模型,直接读取确定性信号;对于封闭API,通过自一致性近似,因此该方法无需访问模型内部。在三个骨干模型和两个数据集上,核心结果是置信度估计能够可靠地分离每个骨干模型上的正确和错误答案,在一个事实型数据集上,高置信度和低置信度答案之间的精确匹配率分别为57.6%和0%。自适应策略提高了能力强骨干模型的准确性,并且该研究诚实地报告了其负面和细微的发现,包括一个被证明不适用于短答案的置信度信号,以及一个通过测量发现并纠正符号的检索信号。整个研究仅在一台消费级笔记本电脑上完成,API花费仅几美元。

英文摘要

Retrieval-Augmented Generation (RAG) has become the standard way to ground large language models in external knowledge, yet most systems retrieve a fixed number of passages for every question regardless of its difficulty. This wastes computation on easy questions, starves hard ones, and gives no signal for when a generated answer can be trusted. With a growing share of question answering systems built on top of commercial language model APIs, a method that can decide how much to retrieve, and how far to trust its own answers, without retraining the underlying model, is of clear practical value. This paper presents AB-RAG (Adaptive Budgeted Retrieval-Augmented Generation), a training-free and backbone-agnostic framework that generates an answer, estimates its confidence from a combination of three signals, and then decides whether to stop or to retrieve more evidence, subject to a fixed retrieval budget. The estimator combines the model's own certainty, the agreement between the answer and the evidence, and the variance of the retrieval scores. For models that expose token probabilities the certainty signal is read directly; for closed APIs it is approximated by self-consistency, so the method works without access to model internals. Across three backbones and two datasets, the central result is that the confidence estimate reliably separates correct from incorrect answers on every backbone, reaching a clean split of 57.6% against 0% Exact Match between high- and low-confidence answers on a factoid dataset. The adaptive policy improves accuracy on capable backbones, and the study reports its negative and nuanced findings honestly, including a confidence signal that proved unsuitable for short answers and a retrieval signal whose sign was found and corrected through measurement. The entire study was carried out on a single consumer laptop with only a few dollars of API spend.

URL PDF HTML 收藏
2603.26668 2026-05-29 cs.IR cs.AI cs.CL 93%

Bridge-RAG: An Abstract Bridge Tree Based Retrieval Augmented Generation Algorithm

Bridge-RAG:一种基于抽象桥树的检索增强生成算法

Zihang Li, Wenjun Liu, Yikun Zong, Jiawen Tao, Siying Dai, Songcheng Ren, Zirui Liu, Yuhang Wang, Yanbing Jiang, Tong Yang

机构 * Peking University(北京大学)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval augmented generation(title);retrieval-augmented generation(abstract);分类 cs.IR、cs.CL、cs.AI

AI总结 针对检索增强生成中准确性和效率的挑战,提出Bridge-RAG框架,通过抽象桥树结构实现多级检索,并集成布谷鸟过滤器实现O(1)实体查找,在保持高准确率的同时将检索速度提升至1.9倍。

详情
AI中文摘要

作为增强大型语言模型(LLMs)生成质量的重要范式,检索增强生成(RAG)面临着检索准确性和计算效率两方面的挑战。本文提出了一种名为Bridge-RAG的新型RAG框架。为了克服准确性挑战,我们引入了抽象概念来桥接查询实体和文档块,提供了稳健的语义理解。我们将抽象组织成树结构,并设计了多级检索策略以确保包含足够的上下文信息。虽然这种层次化组织显著提高了答案质量,但遍历树以定位包含查询实体的抽象不可避免地引入了额外的检索开销。为了恢复检索效率,我们进一步在CFT-RAG中集成了布谷鸟过滤器,该过滤器提供O(1)实体查找,并且自然适配了我们框架中实体到抽象的路径。大量实验表明,与结构化RAG基线相比,Bridge-RAG在所有指标上均实现了持续的准确性提升,并且检索速度最高提升了1.9倍。

英文摘要

As an important paradigm for enhancing the generation quality of Large Language Models (LLMs), retrieval-augmented generation (RAG) faces the two challenges regarding retrieval accuracy and computational efficiency. This paper presents a novel RAG framework called Bridge-RAG. To overcome the accuracy challenge, we introduce the concept of abstract to bridge query entities and document chunks, providing robust semantic understanding. We organize the abstracts into a tree structure and design a multi-level retrieval strategy to ensure the inclusion of sufficient contextual information. While this hierarchical organization substantially improves answer quality, traversing the tree to locate the abstracts that contain a query entity inevitably introduces additional retrieval overhead. To restore retrieval efficiency, we further integrate the Cuckoo Filter in CFT-RAG, which provides O(1) entity lookup and naturally fits the entity-to-abstract pathway of our framework. Extensive experiments show that Bridge-RAG achieves consistent accuracy improvements across all metrics and up to $1.9\times$ faster retrieval compared to structured RAG baselines.

URL PDF HTML 收藏
2605.03534 2026-07-27 cs.CL cs.IR cs.LG 版本更新 93%

SURE-RAG: Sufficiency and Uncertainty-Aware Evidence Verification for Selective Retrieval-Augmented Generation

SURE-RAG:用于选择性检索增强生成的充分性和不确定性感知证据验证

Jingxi Qiu, Zeyu Han, Cheng Huang

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR、cs.CL

AI总结 研究选择性检索增强生成的证据充分性验证问题,提出SURE-RAG聚合协议,通过共享验证器生成局部关系分布并聚合为特征块,产生三向决策和可审计分数,实验表明其性能优于多种方法,还对比了与GPT-4o在不同任务上的表现。

Comments 8 pages, 2 figures, 8 tables. Submitted to IEEE PRAI 2026

详情
AI中文摘要

检索增强生成(RAG)将答案基于检索到的段落,但相关性并不保证充分性:一个主题相关的段落可能仍无法支持答案。我们研究了用于选择性RAG回答的证据充分性验证,其中验证器接收问题、候选答案和检索到的证据,并决定证据是支持、反驳还是不足以支持答案,仅在确定支持时才回答。我们提出了SURE-RAG,一种将证据充分性视为集合级属性的聚合协议:独立对段落评分无法检测到缺失的步骤和未解决的冲突。一个共享的声明-证据验证器为每个(声明,段落)对生成局部关系分布,SURE-RAG将其聚合为四个可解释的答案级特征块(覆盖范围、关系强度、不确定性和检索),产生一个三向决策和一个可审计的选择性分数。我们在HotpotQA-RAG v3这个可控的多跳基准上进行评估,采用一种工件感知协议(捷径基线、反事实交换、无预言检查和GPT-4o审计)。经过校准的SURE-RAG达到了0.9075的宏F1(原始值为0.8951 +/- 0.0069),远高于DeBERTa平均池化(0.6516)和GPT-4o判断器(0.7284),与强大的拼接交叉编码器(0.8888 +/- 0.0109)相当,同时保持完全可审计。在30%的覆盖率下,风险从0.2588降至0.1642,相对降低了37%。作为一个边界映射实验,我们在HaluBench不安全检测上对比了SURE-RAG和GPT-4o:排名相反(不安全F1为0.3343对0.7389),表明可控的充分性验证和自然幻觉检测是不同的问题。

英文摘要

Retrieval-augmented generation (RAG) grounds answers in retrieved passages, yet relevance does not guarantee sufficiency: a topical passage may still fail to justify the answer. We study evidence sufficiency verification for selective RAG answering, in which a verifier receives a question, a candidate answer, and retrieved evidence and decides whether the evidence supports, refutes, or is insufficient for the answer, answering only when support is established. We present SURE-RAG, an aggregation protocol that treats evidence sufficiency as a set-level property: missing hops and unresolved conflicts cannot be detected by scoring passages independently. A shared claim-evidence verifier produces a local relation distribution for each (claim, passage) pair, which SURE-RAG aggregates into four interpretable answer-level feature blocks (coverage, relation strength, uncertainty, and retrieval), producing a three-way decision and an auditable selective score. We evaluate on HotpotQA-RAG v3, a controlled multi-hop benchmark, under an artifact-aware protocol (shortcut baselines, counterfactual swaps, no-oracle checks, and GPT-4o audits). Calibrated SURE-RAG attains 0.9075 Macro-F1 (raw 0.8951 +/- 0.0069), well above DeBERTa mean-pooling (0.6516) and a GPT-4o judge (0.7284), and on par with a strong concat cross-encoder (0.8888 +/- 0.0109) while remaining fully auditable. At 30% coverage, risk falls from 0.2588 to 0.1642, a 37% relative reduction. As a boundary-mapping experiment, we contrast SURE-RAG with GPT-4o on HaluBench unsafe detection: the ranking reverses (0.3343 vs. 0.7389 unsafe-F1), indicating that controlled sufficiency verification and natural hallucination detection are distinct problems.

URL PDF HTML 收藏
2607.04008 2026-07-07 cs.CL cs.IR 新提交 93%

Candidate-Constrained Retrieval-Augmented Generation for LongEval-RAG: System Design and Empirical Analysis

用于LongEval-RAG的候选约束检索增强生成:系统设计与实证分析

Yingdong Yang, Haijian Wu

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR、cs.CL

AI总结 介绍用于LongEval-RAG的候选约束检索增强生成系统,结合多种方法,经评估得出最强平衡变体rule-minilm,表明主要增益来自稳定规则证据单元与句子级神经选择结合,强调多指标评估需求。

Comments Published in CEUR Workshop Proceedings 2026

详情
AI中文摘要

我们提出了一种用于LongEval-RAG的候选约束检索增强生成系统,其中每个查询都与组织者提供的候选集相关联,所有检索到的证据和最终引用都必须在该集合内。该系统结合了确定性溯源跟踪与基于段落的检索、确定性查询扩展、伪相关反馈(PRF)、倒数排名融合(RRF)、轻量级证据重排、引用感知证据聚合和可选的MiniLM句子重排。我们使用主要组织者评估和补充的自我生成诊断协议评估了十个管道变体。主要评估表明,最强的平衡变体是rule-minilm:一种基于规则的分块管道,具有查询扩展、PRF、RRF、重排、引用先验和后期MiniLM句子选择。在我们的提交中,该变体获得了最高的BERTScore、检索精度、金块覆盖率和平均分数。结果表明,主要增益并非来自更复杂的语义或主题转移分块,而是来自在生成之前将稳定的基于规则的证据单元与句子级神经选择配对。补充的LLM判断评估对于早期诊断和额外分析仍然有用,但它强调的系统与主要的基于黄金答案和金块的评估不同,突出了多指标RAG评估的必要性。

英文摘要

We present a candidate-constrained retrieval-augmented generation system for LongEval-RAG, where each query is associated with an organizer-provided candidate set and all retrieved evidence and final citations must remain within that set. The system combines deterministic provenance tracking with passage-based retrieval, deterministic query expansion, pseudo-relevance feedback (PRF), reciprocal rank fusion (RRF), lightweight evidence reranking, citation-aware evidence aggregation, and optional MiniLM sentence reranking. We evaluate ten pipeline variants using a primary organizer evaluation and a supplementary self-generated diagnostic protocol. The primary evaluation shows that the strongest balanced variant is rule-minilm: a rule-based chunking pipeline with query expansion, PRF, RRF, reranking, citation prior, and late MiniLM sentence selection. This variant obtains the highest BERTScore, retrieval precision, nugget coverage, and average grade among our submissions. The result suggests that the main gain does not come from more complex semantic or topic-shift chunking, but from pairing stable rule-based evidence units with sentence-level neural selection before generation. The supplementary LLM-judge evaluation remains useful for early diagnosis and additional analysis, but it emphasizes different systems than the primary gold-answer and nugget-based evaluation, highlighting the need for multi-metric RAG evaluation.

URL PDF HTML 收藏
2607.00012 2026-07-02 cs.IR cs.AI 新提交 93%

PRA-RAG: Provably Robust Aggregation in Retrieval-Augmented Generation against Retrieval Corruption

PRA-RAG:检索增强生成中针对检索污染的鲁棒聚合方法

Xue Tan, Yi Zheng, Chang Huo, Yunruo Zhang, Yu Liu, Hao Luan, Zhuyang Yu, Xiaoyan Sun, Ping Chen, Jun Dai

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR、cs.AI

AI总结 提出PRA-RAG算法,通过采样检索文本组合并利用嵌入空间几何结构选择鲁棒子集,提供理论鲁棒性保证,在多个基准上将攻击成功率降至1%同时保持71%准确率。

详情
AI中文摘要

检索增强生成(RAG)通过引入外部知识增强大型语言模型(LLM),有效缓解其固有的知识局限性。然而,RAG仍然容易受到投毒攻击,这些攻击操纵检索到的文本以误导模型输出。现有的防御机制通常缺乏理论鲁棒性保证,并且在LLM对检索内容了解有限时表现不可靠。在这项工作中,我们提出了PRA-RAG,一种可证明鲁棒的检索聚合算法,旨在防御对检索文本的投毒攻击。PRA-RAG对检索文本的多种组合进行采样,并利用嵌入空间中的几何结构识别鲁棒子集,从中推导出稳定的聚合表示。我们提供了关于中毒检索内容最大影响的理论界限,并建立了RAG鲁棒性的定量度量。在多个基准和RAG架构上的实验表明,PRA-RAG将攻击成功率降低至低至1%,同时保持71%的准确率,显著优于代表性的最先进方法。

英文摘要

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by incorporating external knowledge, effectively mitigating their inherent knowledge limitations. However, RAG remains vulnerable to poisoning attacks that manipulate retrieved texts to mislead model outputs. Existing defense mechanisms often lack theoretical robustness guarantees and perform unreliably when the LLM has limited knowledge of the retrieved content. In this work, we propose PRA-RAG, a provably robust retrieval aggregation algorithm designed to defend against poisoning attacks on retrieved texts. PRA-RAG samples multiple combinations of retrieved texts and utilizes geometric structures in the embedding space to identify a robust subset, from which a stable aggregated representation is derived. We provide theoretical bounds on the maximum impact of poisoned retrieved content and establish a quantitative measure of RAG's robustness. Experiments across multiple benchmarks and RAG architectures demonstrate that PRA-RAG reduces the attack success rate to as low as 1% while maintaining an accuracy of 71%, significantly outperforming representative state-of-the-art methods.

URL PDF HTML 收藏
2606.06794 2026-06-15 cs.CL cs.IR 新提交 93%

TA-RAG: Tone-Aware Retrieval-Augmented Generation for Peer-Support Health Communication

TA-RAG: 面向同伴支持健康沟通的语气感知检索增强生成

Yong-Bin Kang, Anthony McCosker

机构 * Swinburne University of Technology(斯winburne大学)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR、cs.CL

AI总结 提出TA-RAG框架,通过轻量级提示在RAG管道中嵌入语气控制(无污名化、可读性调整、受众适应、同理心改写),无需微调模型,提升敏感健康沟通质量。

Comments 5 pages, 5 figures, CIKM 2026 submission manuscript

详情
AI中文摘要

检索增强生成(RAG)成功地将大型语言模型(LLM)的输出建立在可信文档上,但仅靠事实依据不足以支持敏感的同伴健康沟通。在HIV同伴支持等领域,回复还必须易于理解、无污名化、富有同理心并针对接收者定制。本文提出TA-RAG,一个轻量级的、基于提示的语气感知RAG框架,它将明确的语气控制嵌入到RAG管道中,无需模型微调。我们通过四个核心组件来操作化语气:无污名化改写、可读性调整、接收者适应和同理心重述。我们使用来自澳大利亚HIV在线学习(HOLA)、UNAIDS术语指南、可读性指标、澳大利亚HIV感染者协会(NAPWHA)的同伴支持标准以及公共同理心数据集的问题,通过组件级测试评估TA-RAG。结果表明,TA-RAG的组件在保留关键内容的同时,提高了其目标沟通质量。这些发现强调,基于提示的语气控制是使RAG输出适用于敏感同伴支持健康沟通的一个潜在方向。

英文摘要

Retrieval-augmented generation (RAG) successfully grounds large language model (LLM) outputs in trusted documents, but factual grounding alone is insufficient for sensitive peer-support health communication. In domains such as HIV peer support, responses must also be accessible, stigma-free, empathetic, and tailored to the recipient. This paper presents TA-RAG, a lightweight, prompt-based tone-aware RAG framework that embeds explicit tone control into a RAG pipeline without requiring model fine-tuning. We operationalise tone across four core components: stigma-free rewriting, readability adjustment, recipient adaptation, and empathy rephrasing. We evaluate TA-RAG through component-level tests using questions derived from HIV Online Learning Australia (HOLA), UNAIDS terminology guidance, readability metrics, peer-support standards from National Association of People with HIV Australia (NAPWHA), and a public empathy dataset. Results show that the TA-RAG's components improve their targeted communication quality while preserving key content. These findings emphasise that prompt-based tone control is a potential direction for making RAG outputs suitable for sensitive peer-support health communication.

URL PDF HTML 收藏
2605.17101 2026-06-01 cs.CL cs.AI 93%

SEMA-RAG: A Self-Evolving Multi-Agent Retrieval-Augmented Generation Framework for Medical Reasoning

SEMA-RAG: 面向医学推理的自演化多智能体检索增强生成框架

Yongfeng Huang, Ruiying Chen, James Cheng

机构 * CSE, The Chinese University of Hong Kong(香港中文大学计算机科学与工程系) Wuhan University of Technology(武汉理工大学)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.CL、cs.AI

AI总结 针对医学问答中单轮静态检索与临床推理多阶段过程不匹配的问题,提出SEMA-RAG框架,通过任务解耦和动态多轮探索,由三个专业智能体分别负责临床解释、自演化检索和证据裁决,在多个基准上平均提升准确率6.46个百分点。

Comments Accepted to Findings of ACL 2026

详情
AI中文摘要

检索增强生成(RAG)被广泛用于缓解医学问答中的幻觉和知识过时等风险,但其主要采用单轮静态检索范式,与临床推理的多阶段过程不匹配。这种压缩的工作流导致两个结构性缺陷:问题到查询的转换通常缺乏临床基础的语义解释,且检索缺乏迭代充分性反馈,难以形成可靠的证据链。我们认为这两个问题源于更深层的原因:将解释、探索和裁决等异构任务过载到单一推理链上。解决方案是通过任务解耦和动态多轮探索来重构工作流。为此,我们提出SEMA-RAG,一种用于医学问答的自演化多智能体RAG框架,将这些角色分配给三个专业智能体:解释智能体负责临床模式解释,探索智能体负责充分性驱动的自演化检索,裁决智能体负责证据裁决和答案选择。在五个基准和五个LLM骨干网络上,SEMA-RAG平均比最强基线提高6.46个准确率点(按骨干网络测量)。

英文摘要

Retrieval-Augmented Generation (RAG) is widely employed to mitigate risks such as hallucinations and knowledge obsolescence in medical question answering, yet its predominantly single-round, static retrieval paradigm misaligns with the multi-stage process of clinical reasoning. This compressed workflow induces two structural deficiencies: question-to-query translation often lacks clinically grounded semantic interpretation, and retrieval lacks iterative sufficiency feedback, making it difficult to form reliable evidence chains. We argue that both issues stem from a deeper cause: overloading a single reasoning chain with heterogeneous tasks of interpretation, exploration, and adjudication. The remedy is to reconstruct the workflow via task decoupling and dynamic multi-round exploration. To this end, we propose SEMA-RAG, a Self-Evolving Multi-Agent RAG framework for medical question answering, which assigns these roles to three specialist agents: the Interpreter Agent for clinical schema interpretation, the Explorer Agent for sufficiency-driven self-evolving retrieval, and the Arbiter Agent for evidence adjudication and answer selection. Across five benchmarks and five LLM backbones, SEMA-RAG improves the strongest baseline by +6.46 accuracy points on average, measured per backbone.

URL PDF HTML 收藏
2410.15267 2026-07-17 cs.CR cs.CL 版本更新 93%

When Machine Unlearning Meets Retrieval-Augmented Generation (RAG): Keep Secret or Forget Knowledge?

当模型遗忘遇上检索增强生成(RAG):保守秘密还是遗忘知识?

Shang Wang, Tianqing Zhu, Dayong Ye, Wanlei Zhou

机构 * School of Computer Science, University of Technology Sydney(悉尼科技大学计算机科学学院) Faculty of Data Science, City University of Macau(澳门城市大学数据科学学院)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.CL

AI总结 研究大语言模型训练中敏感信息保留问题,提出基于检索增强生成(RAG)技术的轻量级行为遗忘框架,通过修改外部知识库模拟遗忘,经实验验证该方法符合五个关键遗忘标准,还可扩展到多模态模型和智能体。

Comments This paper is accepted by IEEE Transactions on Dependable and Secure Computing 2025. The source code is available at \url{https://github.com/shihe98/RAG_Unlearning}

详情
AI中文摘要

ChatGPT和Gemini等大语言模型(LLMs)展现出强大的自然语言生成能力,但训练中会无意间学习并保留敏感信息和有害内容,引发伦理和法律问题。为解决这些问题,引入了模型遗忘。现有遗忘方法存在计算需求高、适用性有限或灾难性遗忘风险等问题。我们提出基于检索增强生成(RAG)技术的轻量级行为遗忘框架,通过修改RAG的外部知识库模拟遗忘效果,将构建遗忘知识视为约束优化问题,得出两个关键组件。该方法对闭源LLMs特别有效,现有方法常在此失败。通过在开源和闭源模型上的大量实验评估框架,结果表明该方法符合有效性、通用性、无害性、简单性和鲁棒性五个关键遗忘标准,且可扩展到多模态大语言模型和基于LLM的智能体。

英文摘要

The deployment of large language models (LLMs) like ChatGPT and Gemini has shown their powerful natural language generation capabilities. However, these models can inadvertently learn and retain sensitive information and harmful content during training, raising significant ethical and legal concerns. To address these issues, machine unlearning has been introduced as a potential solution. While existing unlearning methods take into account the specific characteristics of LLMs, they often suffer from high computational demands, limited applicability, or the risk of catastrophic forgetting. To address these limitations, we propose a lightweight behavioral unlearning framework based on Retrieval-Augmented Generation (RAG) technology. By modifying the external knowledge base of RAG, we simulate the effects of forgetting without directly interacting with the unlearned LLM. We approach the construction of unlearned knowledge as a constrained optimization problem, deriving two key components that underpin the effectiveness of RAG-based unlearning. This RAG-based approach is particularly effective for closed-source LLMs, where existing unlearning methods often fail. We evaluate our framework through extensive experiments on both open-source and closed-source models, including ChatGPT, Gemini, Llama-2-7b-chat, and PaLM 2. The results demonstrate that our approach meets five key unlearning criteria: effectiveness, universality, harmlessness, simplicity, and robustness. Meanwhile, this approach can extend to multimodal large language models and LLM-based agents.

URL PDF HTML 收藏
2606.10381 2026-06-10 hep-ex cs.AI cs.CL cs.IR physics.ins-det 新提交 93%

Agentic Hybrid RAG for Evidence-Grounded Muon Collider Analysis

基于证据的缪子对撞机分析的智能混合RAG

Ruobing Jiang, Dawei Fu, Cheng Jiang, Tianyi Yang, Zijian Wang, Youpeng Wu, Yong Ban, Yajun Mao, Qiang Li

机构 * Peking University(北京大学)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(abstract);retriever(abstract);hybrid retrieval(abstract)

AI总结 提出智能混合RAG框架,结合稀疏与稠密检索及智能推理,用于缪子对撞机研究的证据检索与答案生成,构建首个基准并验证其有效性。

Comments 22 pages, 5 figures, and 6 tables

详情
AI中文摘要

缪子对撞机研究涵盖加速器物理、探测器仪器和高能现象学,相关证据分散在快速扩展且异构的科学文献中。随着高能物理(HEP)越来越多地探索智能辅助分析工作流,高效定位、整合和验证科学证据成为关键能力。虽然检索增强生成(RAG)为科学问答提供了有前景的框架,但在不牺牲检索精度的情况下整合智能推理仍是一个关键挑战。在这项工作中,我们提出了智能混合RAG,一个基于证据的RAG框架,用于缪子对撞机研究。该框架结合了混合检索器(集成稀疏词汇和稠密语义检索)与智能推理模块,用于查询分解、证据扩展和基于证据的答案生成。为了进行系统评估,我们构建了缪子对撞机领域首个检索增强科学问答基准,包括一个精选文献语料库以及涵盖主要探测器和物理研究主题的专用检索和答案生成基准。广泛评估表明,混合检索提供了最强的检索基础,而智能推理在受控证据扩展和答案合成方面最为有效。基于这一原则,智能混合RAG在检索效果、答案质量、证据覆盖和事实基础方面始终优于代表性的检索和RAG基线。该基准和框架共同为基于证据的科学问答以及未来在大规模科学文献上运行的HEP分析智能体奠定了基础。

英文摘要

Muon collider research spans accelerator physics, detector instrumentation, and high-energy phenomenology, with relevant evidence scattered across a rapidly expanding and heterogeneous body of scientific literature. As high-energy physics (HEP) increasingly explores agent-assisted analysis workflows, efficiently locating, integrating, and verifying scientific evidence becomes an essential capability. While retrieval-augmented generation (RAG) offers a promising framework for scientific question answering, integrating agentic reasoning without compromising retrieval precision remains a key challenge. In this work, we present agentic hybrid RAG, an evidence-grounded RAG framework for muon collider research. The framework combines a hybrid retriever, integrating sparse lexical and dense semantic retrieval, with an agentic reasoning module for query decomposition, evidence expansion, and grounded answer generation. To enable systematic evaluation, we construct the first benchmark for retrieval-augmented scientific question answering in the muon collider domain, comprising a curated literature corpus together with dedicated retrieval and answer-generation benchmarks covering major detector and physics research topics. Extensive evaluation shows that hybrid retrieval provides the strongest retrieval backbone, while agentic reasoning is most effective for controlled evidence expansion and answer synthesis. Built on this principle, agentic hybrid RAG consistently outperforms representative retrieval and RAG baselines in retrieval effectiveness, answer quality, evidence coverage, and factual grounding. Together, the benchmark and framework provide a foundation for evidence-grounded scientific question answering and future HEP analysis agents operating over large-scale scientific literature.

URL PDF HTML 收藏
2607.11159 2026-07-14 cs.IR 新提交 92%

NGM-RAG: Neural Graph Matching based Retrieval-Augmented Generation

NGM-RAG:基于神经图匹配的检索增强生成

Guo Chen, Ziwen Li, Maolin Zheng, Hao Gao, Junjie Huang, Tao Jia

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR

AI总结 研究针对传统RAG方法在处理复杂问题时的局限,提出基于神经图匹配的检索增强生成框架NGM-RAG,将图构建、匹配与答案生成统一,结合文本匹配和GNN,采用自适应加权策略,实验证明该模型在多跳问答等任务中性能优越。

详情
AI中文摘要

检索增强生成(RAG)通过动态整合外部数据库显著提高了大语言模型提供准确且上下文相关答案的能力。然而,传统RAG方法主要受基于文本的检索策略限制,难以处理需要多跳推理的复杂问题。为解决此局限,我们引入基于神经图匹配的检索增强生成(NGM-RAG),这是一个利用图结构有效捕获和利用关系知识以改进检索和答案生成的新框架。NGM-RAG将图构建、图匹配和答案生成明确整合到统一过程中。在此框架内,我们提出一种结合基于文本匹配与图神经网络(GNN)的神经图匹配方法。通过采用自适应加权策略,NGM-RAG有效整合多种匹配方法以选择最相关的上下文节点信息用于答案生成。在多跳问答和长上下文摘要任务上的实验结果表明,我们的NGM-RAG模型与传统朴素RAG方法以及GraphRAG和LightRAG等先进的图增强方法相比,具有更优性能。

英文摘要

Retrieval-Augmented Generation (RAG) significantly enhances the ability of Large Language Models (LLMs) to provide accurate and contextually relevant answers by dynamically integrating external databases. However, traditional RAG methods are primarily constrained by their reliance on text-based retrieval strategies, which often struggle with complex questions requiring multi-hop reasoning. To address this limitation, we introduce Neural Graph Matching based Retrieval-Augmented Generation (NGM-RAG), a novel framework that leverages graph structures to effectively capture and utilize relational knowledge for improved retrieval and answer generation. NGM-RAG explicitly incorporates graph construction, graph matching, and answer generation into a unified process. Within this framework, we propose a neural graph matching approach that combines text-based matching with Graph Neural Networks (GNNs). By employing an adaptive weighting strategy, NGM-RAG efficiently integrates multiple matching methods to select the most relevant contextual node information for answer generation. Experimental results on multi-hop question answering and long-context summarization tasks demonstrate that our NGM-RAG model achieves superior performance compared to both traditional NaiveRAG methods and state-of-the-art graph-enhanced approaches such as GraphRAG and LightRAG.

URL PDF HTML 收藏
2607.10316 2026-07-14 cs.IR 新提交 92%

SVD-RAG: Efficient Tree-Organized Retrieval-Augmented Generation via Singular Value Decomposition

SVD-RAG:通过奇异值分解实现高效的树状组织检索增强生成

Zhihui Sun

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR

AI总结 研究提出SVD-RAG,通过对密集句子嵌入矩阵应用奇异值分解进行层次RAG抽取式摘要。该方法具确定性、成本效益高、内容自适应特点,实验表明其检索质量与RAPTOR相近,构建树速度更快且在多主题基准上性能提升显著。

详情
AI中文摘要

检索增强生成(RAG)系统通过从外部知识库中检索相关文档来增强大型语言模型。Sarthi等人(2024年)的近期工作引入了RAPTOR,它将文档组织成层次树结构以进行高效检索,但在每个内部节点都需要昂贵的基于大语言模型的抽象摘要,这使得大规模部署成本过高。我们提出了SVD-RAG,这是第一种在密集句子嵌入矩阵上应用奇异值分解(SVD)进行层次RAG中的抽取式摘要的方法。与在稀疏TF-IDF矩阵上运行的经典潜在语义分析不同,SVD-RAG利用现代嵌入模型丰富的语义表示,通过主成分中的能量贡献识别最具信息性的句子。我们的方法具有确定性(与基于大语言模型的摘要不同,SVD对相同输入产生相同结果)、成本效益高(树构建除初始嵌入外无需额外的API调用,减少约85%的令牌消耗)以及内容自适应(能量比阈值tau根据内容复杂性自动调整压缩)。在使用相同语料库、聚类和波束搜索的受控头对头比较中,SVD-RAG在构建树的速度快317倍(0.1秒比31.7秒)的情况下,实现了与使用大语言模型摘要的RAPTOR相差1-5%的检索质量(平均倒数排名0.867对0.875,召回率@1 0.483对0.458)。在具有205个块和跨20个主题变体的100个查询的扩展多主题基准上,SVD-RAG在召回率@1上提高了4.2倍,在平均倒数排名上提高了3.1倍。我们提供了详细的成本分析和参数敏感性研究。我们的实现作为开源Python包发布。

英文摘要

Retrieval-Augmented Generation (RAG) systems enhance large language models by retrieving relevant documents from external knowledge bases. Recent work by Sarthi et al. (2024) introduced RAPTOR, which organizes documents into hierarchical tree structures for efficient retrieval, but requires expensive LLM-based abstractive summarization at each internal node -- making large-scale deployment prohibitively costly. We present SVD-RAG, the first method to apply Singular Value Decomposition (SVD) on dense sentence embedding matrices for extractive summarization in hierarchical RAG. Unlike classical LSA which operates on sparse TF-IDF matrices, SVD-RAG exploits the rich semantic representations of modern embedding models, identifying the most informative sentences through their energy contribution in the principal components. Our approach is (1) deterministic -- unlike LLM-based summarization, SVD produces identical results for the same input; (2) cost-efficient -- tree construction requires no additional API calls beyond the initial embedding, reducing token consumption by ~85%; and (3) content-adaptive -- the energy-ratio threshold tau automatically adjusts compression based on content complexity. In a controlled head-to-head comparison using identical corpora, clustering, and beam search, SVD-RAG achieves retrieval quality within 1-5% of RAPTOR with LLM summarization (MRR 0.867 vs. 0.875, Recall@1 0.483 vs. 0.458) while building the tree 317x faster (0.1s vs. 31.7s). On a scaled multi-topic benchmark with 205 chunks and 100 queries across 20 topic variations, SVD-RAG achieves a 4.2x improvement in Recall@1 and 3.1x improvement in MRR over flat embedding retrieval. We provide a detailed cost analysis and parameter sensitivity study. Our implementation is released as an open-source Python package.

URL PDF HTML 收藏
2606.31200 2026-07-01 cs.AI 新提交 92%

Agentic RAG-VLM: Affordance-Aware Retrieval-Augmented Generation with Self-Reflective Planning for Robotic Grasping

Agentic RAG-VLM:基于自反规划与可操作性感知的检索增强生成在机器人抓取中的应用

Tao Chen, Lizheng Liu, Jiaxu Wang, Ziyue Jiang, Ruiqi Tian, JiGuang Huo, Zhongxue Gan

机构 * Fudan University(复旦大学) Kean University(肯恩大学)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.AI

AI总结 提出Agentic RAG-VLM框架,通过可操作性感知检索、场景图推理和自反规划,在杂乱环境中实现鲁棒抓取,成功率78.3%,比纯VLM基线提升53.3个百分点。

Comments 8 pages,5 figures,5 tables

详情
AI中文摘要

在杂乱环境中实现通用机器人抓取对于在非结构化人类空间中部署机械臂至关重要,然而现有的基于VLM的方法依赖视觉相似性进行物体匹配,忽略了物理可操作性(如手柄可抓取性和材料脆弱性),并且以开环方式运行,缺乏空间推理或故障恢复,限制了其在物体密集或物理多样性场景中的有效性。我们提出了Agentic RAG-VLM,一个统一框架,通过将检索增强生成(RAG)与视觉语言模型(VLM)以及智能体自反规划相结合,桥接了基于VLM的语义理解与物理基础的抓取执行。Agentic RAG-VLM引入了三个紧密耦合的组件:(1)层次化可操作性感知RAG(HAA-RAG),编码四维可操作性描述符(包括类型、材料、脆弱性和可抓取区域),并根据功能可操作性兼容性而非视觉外观检索策略;(2)场景图约束推理器,从VLM感知构建空间关系图,并将邻近性、遮挡和支撑约束转化为具体的抓取参数调整;(3)智能体自反规划流水线,包含14种故障类型分类和三级自适应重试,用于闭环抓取优化。在包含12个任务(涵盖单次抓取、交互式和长时域场景,每种配置360次试验)的基准测试上,Agentic RAG-VLM实现了78.3%的整体成功率,比纯VLM基线绝对提升53.3个百分点,证明可操作性感知检索、场景图推理和智能体恢复对于鲁棒操作共同至关重要。

英文摘要

Generalizable robotic grasping in cluttered environments is essential for deploying manipulators in unstructured human spaces, yet existing VLM-based methods rely on visual similarity for object matching, neglecting physical affordances such as handle graspability and material fragility, and operate open-loop without spatial reasoning or failure recovery, limiting their effectiveness when objects are densely packed or physically diverse. We present Agentic RAG-VLM, a unified framework that bridges VLM-based semantic understanding and physically grounded grasp execution by integrating retrieval-augmented generation (RAG) with vision-language models (VLMs) and agentic self-reflective planning. Agentic RAG-VLM introduces three tightly coupled components: (1) a Hierarchical Affordance-Aware RAG (HAA-RAG) that encodes four-dimensional affordance descriptors, including type, material, fragility, and graspable region, and retrieves strategies by functional affordance compatibility rather than visual appearance; (2) a Scene Graph Constraint Reasoner that constructs spatial relationship graphs from VLM perception and translates proximity, occlusion, and support constraints into concrete grasp parameter adjustments; and (3) an Agentic Self-Reflective Pipeline with a 14-type failure taxonomy and three-level adaptive retry for closed-loop grasp refinement. Evaluated on a 12-task benchmark spanning single-grasp, interactive, and long-horizon scenarios with 360 trials per configuration, Agentic RAG-VLM achieves 78.3 percent overall success, a 53.3 percentage-point absolute gain over VLM-only baselines, demonstrating that affordance-aware retrieval, scene graph reasoning, and agentic recovery are jointly essential for robust manipulation.

URL PDF HTML 收藏
2606.05693 2026-06-16 cs.LG cs.IR 版本更新 92%

MolE-RAG: Molecular Structure-Enhanced Retrieval-Augmented Generation for Chemistry

MolE-RAG:面向化学的分子结构增强检索增强生成

Joey Chan, Wonbin Kweon, Ashley Shin, Niharika Bhattacharjee, Pengcheng Jiang, Yue Guo, Jiawei Han

机构 * University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) University of California, San Diego(加州大学圣地亚哥分校)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR

AI总结 提出无需训练的分子中心检索增强生成框架MolE-RAG,通过整合检索文献、分子特定信息和结构相似分子三种上下文,显著提升LLM在分子性质预测任务中的性能。

详情
AI中文摘要

大型语言模型(LLM)在分子性质预测方面展现出潜力,但其对化学结构的推理能力仍然有限,因为分子表示(如SMILES)与LLM主要训练的自然语言存在显著差异。为弥合这一语义和化学知识鸿沟,我们提出MolE-RAG,一种无需训练的、以分子为中心的检索增强生成框架,用于基于LLM的分子性质预测。MolE-RAG通过三种互补的推理时上下文来源增强每次预测:检索的化学文献、分子特定信息(包括化合物同义词、标识符、官能团注释和物理化学描述符),以及从训练集中检索的结构相似分子。我们使用专有、化学专用和开源LLM在九个分子性质预测任务上评估MolE-RAG。在通用LLM上,相比仅使用SMILES的基线,MolE-RAG在分类任务上将ROC-AUC提升最多28个百分点,并将回归RMSE降低最多67%。我们进一步发现,每种上下文来源的效用因模型和任务而异,不同模型分别从文本检索、分子上下文或结构检索中获益最多。这些结果表明,以分子为中心的检索可以在无需模型微调的情况下改进基于LLM的分子性质预测,同时为在推理时整合异构化学知识提供灵活框架。

英文摘要

Large language models (LLMs) have shown promise for molecular property prediction, but their ability to reason over chemical structures remains limited, as molecular representations such as SMILES differ substantially from the natural language on which LLMs are primarily trained. To bridge this semantic and chemical knowledge gap, we propose MolE-RAG, a training-free, molecule-centric retrieval-augmented generation framework for LLM-based molecular property prediction. MolE-RAG augments each prediction with three complementary sources of inference-time context: retrieved chemistry literature, molecule-specific information including compound synonyms, identifiers, functional group annotations, and physicochemical descriptors, and structurally similar molecules retrieved from the training set. We evaluate MolE-RAG across nine molecular property prediction tasks using proprietary, chemistry-specialized, and open-source LLMs. Across general-purpose LLMs, MolE-RAG improves ROC-AUC by up to 28 percentage points on classification tasks and reduces regression RMSE by up to 67% relative to a SMILES-only baseline. We further find that the utility of each context source varies across models and tasks, with different models benefiting most from textual retrieval, molecular context, or structural retrieval. These results suggest that molecule-centric retrieval can improve LLM-based molecular property prediction without model fine-tuning while providing a flexible framework for integrating heterogeneous chemical knowledge at inference time.

URL PDF HTML 收藏
2604.00865 2026-06-15 cs.IR 版本更新 92%

Doctor-RAG: A Failure-Aware Repair Framework for Agentic Retrieval-Augmented Generation

Doctor-RAG:面向智能检索增强生成的故障感知修复框架

Shuguang Jiao, Chengkai Huang, Shuhan Qi, Xuan Wang, Yifan Li, Quanchi Weng, Lingchuan Liu, Xunliang Cai, Lina Yao

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR

AI总结 提出Doctor-RAG框架,通过显式错误定位和前缀复用,在智能RAG中实现高效诊断与局部修复,显著提升多跳问答准确率。

详情
AI中文摘要

智能检索增强生成将检索与推理交织,用于多跳问答和复杂知识任务。随着推理轨迹变长,故障更加频繁,而现有方法通常止步于诊断或依赖粗略重规划和重运行式恢复,计算成本高。我们提出DoctorRAG(DR-RAG),一种通过显式错误定位和前缀复用纠正故障的诊断与修复框架。DR-RAG分两个阶段运行:(i)轨迹级故障诊断,其中蒸馏的诊断模型联合评估证据充分性、分类故障类型并定位最早故障点;(ii)工具条件局部修复,仅在诊断点干预,同时重用条件有效前缀和检索到的证据。通过将错误归因与纠正分离,DR-RAG避免了事后修复中的盲目重运行,并实现了对已知失败轨迹的定向、高效纠正。在三个多跳问答基准上,跨多个智能RAG基线和骨干模型的实验表明,答案准确率显著提升。

英文摘要

Agentic Retrieval-Augmented Generation interleaves retrieval and reasoning for multi-hop QA and complex knowledge tasks. As reasoning trajectories lengthen, failures become more frequent, while existing methods often either stop at diagnosis or rely on coarse replanning and rerun-style recovery, incurring high computational cost. We propose DoctorRAG (DR-RAG), a diagnose-and-repair framework that corrects failures via explicit error localization and prefix reuse. DR-RAG operates in two stages: (i) trajectory-level failure diagnosis, where a distilled diagnosis model jointly assesses evidence sufficiency, classifies the failure type, and localizes the earliest failure point; and (ii) tool-conditioned local repair that intervenes only at the diagnosed point while reusing conditionally valid prefixes and retrieved evidence. By separating error attribution from correction, DR-RAG avoids blind reruns in a post-hoc repair setting and enables targeted, efficient correction of known failed trajectories. Experiments on three multi-hop QA benchmarks across multiple agentic RAG baselines and backbone models show substantial improvements in answer accuracy.

URL PDF HTML 收藏
2606.13438 2026-06-12 cs.IR 新提交 92%

CQC-RAG: Robust Retrieval-Augmented Generation via Cross-Query Consistency

CQC-RAG: 通过跨查询一致性实现鲁棒的检索增强生成

Yanjia Sun, Sifan Liu, Jie Shao

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.IR

AI总结 提出CQC-RAG框架,通过生成语义等价但句法多样的查询,并基于跨查询一致性评估答案置信度稳定性,有效过滤噪声诱导的幻觉,在开放域问答任务上显著提升性能。

详情
AI中文摘要

检索增强生成(RAG)已成为提高大语言模型(LLMs)事实性的常用方法,但其可靠性仍高度依赖于外部证据的检索和使用方式。语义等价但句法形式不同的查询可能导致不同的检索结果,而不相关或误导性的文档会进一步诱发幻觉答案。现有的多路径推理方法通过采样多个候选答案并应用基于投票或置信度的选择来提高鲁棒性,但仍面临两个限制:多样性通常通过不可控的解码随机性注入,且答案评估通常局限于单一查询诱导的证据视图。为解决这些限制,我们提出跨查询一致性假设:正确答案在语义等价但句法多样的查询中倾向于保持高置信度,而噪声诱导的幻觉在此类查询变化下表现出不稳定的置信度。基于该假设,我们引入CQC-RAG框架,该框架协同设计查询级多样性注入与跨查询一致性评估。CQC-RAG将原始问题改写为多样但保持语义的查询,对共享文档池进行重排序以构建查询条件推理上下文,应用基于证据的协议提取答案-证据对,并根据这些上下文中答案的置信度稳定性进行选择。该设计无需外部监督即可实现自我评估,且不依赖扩展的检索覆盖范围。在四个开放域问答基准上的实验表明,CQC-RAG在TriviaQA上比最强的先前多查询基线高出+4.76个百分点的EM,在MuSiQue上高出+9.12个百分点的EM,验证了跨查询一致性在过滤噪声诱导幻觉方面的有效性。

英文摘要

Retrieval-Augmented Generation (RAG) has become a common approach for improving the factuality of Large Language Models (LLMs), yet its reliability remains highly sensitive to how external evidence is retrieved and used. Semantically equivalent queries with different syntactic forms may lead to different retrieval results, while irrelevant or misleading documents can further induce hallucinated answers. Existing multi-path reasoning methods improve robustness by sampling multiple candidate answers and applying voting- or confidence-based selection, but they still face two limitations: diversity is often injected through uncontrollable decoding randomness, and answer evaluation is usually confined to a single query-induced evidence view. To address these limitations, we propose a Cross-Query Consistency Hypothesis: correct answers tend to maintain high confidence across semantically equivalent but syntactically diverse queries, whereas noise-induced hallucinations exhibit unstable confidence under such query variations. Based on this hypothesis, we introduce CQC-RAG, a framework that co-designs query-level diversity injection with cross-query consistency evaluation. CQC-RAG rewrites the original question into diverse but meaning-preserving queries, reranks a shared document pool to construct query-conditioned reasoning contexts, applies an evidence-grounded protocol to extract answer-evidence pairs and selects answers according to their confidence stability across these contexts. This design enables self-evaluation without external supervision and does not rely on expanded retrieval coverage. Experiments on four open-domain question answering benchmarks show that CQC-RAG outperforms the strongest previous multi-query baseline by +4.76 pp EM on TriviaQA and +9.12 pp EM on MuSiQue, validating the effectiveness of cross-query consistency for filtering noise-induced hallucinations.

URL PDF HTML 收藏
2606.12903 2026-06-12 cs.CL 新提交 92%

X-MADAM-RAG: Diagnosing and Handling Chinese-English Evidence Conflict in Retrieval-Augmented Generation

X-MADAM-RAG:诊断和处理检索增强生成中的中英文证据冲突

Yongqi Kang, Yu Fu, Yong Zhao

机构 * Sichuan University(四川大学)

专题命中 检索器与排序 :RAG(title,title_cn);retrieval-augmented generation(title,abstract);分类 cs.CL

AI总结 提出X-MADAM-RAG管道,通过分解证据处理步骤(候选提取、可见证据修复、确定性分组和冲突感知聚合)解决RAG中中英文证据冲突问题,在受控基准上取得高准确率,但发现文档级提取是主要瓶颈。

详情
AI中文摘要

检索增强生成(RAG)系统可能接收到不仅噪声大而且相互矛盾的证据。这个问题在多语言环境中尤为突出,因为检索到的中文和英文证据可能支持不相容的答案候选。我们通过X-RAMDocs-ZHEN(一个从RAMDocs衍生的受控中英文基准)研究此问题,用于诊断RAG中的证据冲突。该基准包含300个示例,涵盖六种平衡条件,包括单语言支持、双语一致、反向冲突方向以及带可选噪声的冲突。我们进一步研究了X-MADAM-RAG,一个可解释的管道,将证据处理分解为每个文档的候选提取、可见证据修复、确定性候选分组和冲突感知聚合。在原始受控基准上使用Qwen2.5-7B-Instruct,X-MADAM-RAG达到了0.9667的严格准确率和0.9767的冲突感知成功率,优于证据归一化的单次调用基线。然而,一个零调用的纯规则提取器在同一基准上达到了1.0000,揭示了强模板规律性。为了探究这一局限性,我们构建了一个确定性自然化压力测试,移除了显式答案模板但保留了候选字符串。在其100样本子集上,纯规则提取器降至0.0000,但X-MADAM-RAG也降至0.3000严格准确率,低于朴素基线和证据归一化基线。特权Oracle保持完美,表明文档级提取是主要瓶颈。这些发现将X-RAMDocs-ZHEN和X-MADAM-RAG定位为受控证据冲突的诊断工具,而非通用幻觉检测或对自然检索鲁棒性的证据。

英文摘要

Retrieval-augmented generation (RAG) systems may receive evidence that is not merely noisy but mutually contradictory. This issue becomes particularly salient in multilingual settings, where retrieved Chinese and English evidence may support incompatible answer candidates. We study this problem through X-RAMDocs-ZHEN, a controlled Chinese-English benchmark derived from RAMDocs for diagnosing evidence conflict in RAG. The benchmark contains 300 examples across six balanced conditions, including monolingual support, bilingual agreement, reversed conflict directions, and conflict with optional noise. We further examine X-MADAM-RAG, an interpretable pipeline that decomposes evidence handling into per-document candidate extraction, visible-evidence repair, deterministic candidate grouping, and conflict-aware aggregation. On the original controlled benchmark with Qwen2.5-7B-Instruct, X-MADAM-RAG achieves 0.9667 strict accuracy and 0.9767 conflict-aware success, outperforming an evidence-normalized single-call baseline. However, a zero-call rule-only extractor reaches 1.0000 on the same benchmark, revealing strong template regularity. To probe this limitation, we construct a deterministic naturalized stress test that removes explicit answer templates while preserving candidate strings. On its 100-sample subset, rule-only extraction falls to 0.0000, but X-MADAM-RAG also drops to 0.3000 strict accuracy, below both naive and evidence-normalized baselines. A privileged oracle remains perfect, indicating that document-level extraction is the main bottleneck. These findings position X-RAMDocs-ZHEN and X-MADAM-RAG as diagnostic tools for controlled evidence conflict rather than as evidence of general hallucination detection or robustness to natural retrieval.

URL PDF HTML 收藏
2606.06044 2026-06-05 cs.CL 92%

IA-RAG: Interval-Algebra-Driven Temporal Reasoning for Dynamic Knowledge Retrieval

IA-RAG:基于区间代数的动态知识检索时间推理

Xiaoman Wang, Yaoze Zhang, Wenzhuo Fan, Hongwei Zhang, Ding Wang, Guohang Yan, Song Mao, Botian Shi, Yunshi Lan, Pinlong Cai

机构 * East China Normal University(华东师范大学) Shanghai Artificial Intelligence Laboratory(上海人工智能实验室) University of Shanghai for Science and Technology(上海科技大学) Harbin Engineering University(哈尔滨工程大学)

专题命中 检索器与排序 :RAG(title,title_cn);knowledge retrieval(title);retrieval-augmented generation(abstract);分类 cs.CL

AI总结 提出IA-RAG框架,通过区间代数建模时间约束,实现层次化时间检索与推理,在复杂时间问答任务上表现优异。

Comments 22 pages, 10 figures, 13 tables. Code available at https://github.com/xiaoAugenstern/LogicalRAG_TemporalQA

详情
AI中文摘要

检索增强生成(RAG)在利用外部知识增强大语言模型(LLMs)方面表现出强大的有效性。然而,现有的RAG和Graph RAG框架大多将知识视为静态,或仅将时间与粗粒度的时间戳或元数据关联,未能捕捉丰富的时间结构,如持续时间、重叠和包含关系。我们提出IA-RAG,一种层次化时间RAG框架,将知识建模为时间区间,并在形式化时间约束下进行检索。IA-RAG将事实表示为区间事件单元(IEUs),并将其组织成层次化的主题森林,其中时间依赖关系由Allen的区间代数控制。为处理不完整或不确定的时间边界,IA-RAG进一步引入子图时间收紧机制,通过连接事件子图中的逻辑约束来细化模糊区间。此外,IA-RAG通过区间代数引导的遍历支持隐式时间语义检索。在多个时间问答基准(包括TimeQA、TempReason和ComplexTR)上的实验表明,IA-RAG在时间检索和推理性能上表现优异,尤其是在复杂的组合时间推理任务上。我们的代码已发布在https://github.com/xiaoAugenstern/LogicalRAG_TemporalQA。

英文摘要

Retrieval-Augmented Generation (RAG) has shown strong effectiveness in grounding Large Language Models (LLMs) with external knowledge. However, existing RAG and Graph RAG frameworks largely treat knowledge as static or associate time with coarse-grained timestamps or metadata, failing to capture rich temporal structures such as duration, overlap, and containment. We propose IA-RAG, a hierarchical temporal RAG framework that models knowledge as time intervals and performs retrieval under formal temporal constraints. IA-RAG represents facts as Interval Event Units (IEUs) and organizes them into a hierarchical Thematic Forest, where temporal dependencies are governed by Allen's Interval Algebra. To handle incomplete or uncertain temporal boundaries, IA-RAG further introduces a Sub-graph Time Tightening mechanism that refines fuzzy intervals through logical constraints within connected event subgraphs. In addition, IA-RAG supports implicit temporal semantic retrieval through interval-algebra-guided traversal. Experiments on multiple temporal question answering benchmarks, including TimeQA, TempReason, and ComplexTR, demonstrate that IA-RAG achieves strong temporal retrieval and reasoning performance, particularly on complex compositional temporal reasoning tasks. Our code is released at https://github.com/xiaoAugenstern/LogicalRAG_TemporalQA.

URL PDF HTML 收藏