PulseAugur
实时 10:31:16
English(EN) AB-RAG: Adaptive Budgeted Retrieval-Augmented Generation for Reliable Question Answering

新的RAG研究优化检索、置信度和组件基准测试

多篇研究论文探讨了检索增强生成(RAG)的进展,以提高其效率和可靠性。一种方法“在获取前了解”(Know Before You Fetch)通过基于置信度信号决定是进行闭卷回答、检索最小上下文还是检索完整上下文来校准检索预算。另一种方法AB-RAG使用一种无需训练的框架来估计答案置信度,并在预算内自适应地检索证据,显示出对正确和错误答案的可靠区分。GeoRAG将上下文选择重塑为一个优化问题,通过生成多样化的子查询并确保全面的信息覆盖来更好地处理复杂查询。此外,XRAG提供了一个用于RAG组件基准测试的开源框架,而其他研究则探讨了嵌入空间几何对检索稳定性的影响,并分析了RAG系统的敏感性和鲁棒性。 AI

影响 这些RAG的进展旨在提高LLM的可靠性、效率和处理复杂查询的能力,有望带来更值得信赖、能力更强的AI系统。

排序理由 多篇论文发布在arXiv上,详细介绍了检索增强生成的新研究和框架。

在 arXiv cs.IR (Information Retrieval) 阅读 →

AI 生成摘要 · Google Gemini · 来自 10 个来源。 我们如何撰写摘要 →

新的RAG研究优化检索、置信度和组件基准测试

报道来源 [10]

  1. arXiv cs.CL TIER_1 English(EN) · Zhe Dong (University of Maine at Presque Isle), Fang Qin (Stanford University), Manish Shah (Independent Researcher), Yicheng Wang (Independent Researcher) ·

    Know Before You Fetch: Calibrated Retrieval-Budget Allocation for Retrieval-Augmented Generation

    arXiv:2606.29959v1 Announce Type: cross Abstract: Retrieval-augmented generation (RAG) typically retrieves a fixed number of passages for every query. This is wasteful when the reader already knows the answer, and it can be harmful when irrelevant or partially relevant passages d…

  2. arXiv cs.AI TIER_1 English(EN) · Ansh Kamthan ·

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

    arXiv:2606.29090v1 Announce Type: cross Abstract: 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 was…

  3. arXiv cs.AI TIER_1 English(EN) · Bingxue Zhang, Jianying Jia, Feida Zhu ·

    Covering the Unseen: Information Demand Coverage Optimization for Retrieval-Augmented Generation

    arXiv:2606.29328v1 Announce Type: cross Abstract: Retrieval-augmented generation (RAG) typically treats context selection as ranking chunks against a single query embedding. This assumption breaks down for complex queries, such as multi-hop or ambiguous questions, where top-k sel…

  4. arXiv cs.AI TIER_1 English(EN) · Qili Zhang, Qianren Mao, Yangyifei Luo, Yashuo Luo, Hanwen Hao, Zhilong Cao, Weifeng Jiang, Zhijun Chen, Junnan Liu, Feng Yan, Xiaolong Wang, Jinlong Zhang, Zhenting Huang, Zhixing Tan, Jie Sun, Bo Li, Jianxin Li, Philip S. Yu ·

    XRAG: eXamining the Core -- Benchmarking Foundational Components in Advanced Retrieval-Augmented Generation

    arXiv:2412.15529v4 Announce Type: replace-cross Abstract: Retrieval-augmented generation (RAG) synergizes the retrieval of pertinent data with the generative capabilities of Large Language Models (LLMs), ensuring that the generated output is not only contextually relevant but als…

  5. arXiv cs.AI TIER_1 English(EN) · Ernesto Lopez Fune (DE) ·

    High-Dimensional Concentration and Retrieval Instability in Embedding Spaces: Implications for Retrieval-Augmented Generation

    arXiv:2606.28330v1 Announce Type: cross Abstract: Embedding-based retrieval systems rely on the assumption that geometric proximity in highdimensional representation spaces reflects semantic relevance. However, high-dimensional geometry induces concentration phenomena that can re…

  6. arXiv cs.AI TIER_1 English(EN) · Bharath Simha Reddy Muthyam ·

    A Systems-Level Analysis of Sensitivity, Robustness, and Stability in Retrieval-Augmented Generation

    arXiv:2606.28337v1 Announce Type: cross Abstract: Retrieval-Augmented Generation (RAG) systems are often evaluated using final answer accuracy, even though their failures can originate from preprocessing, retrieval, context packing, or generation. This paper presents a controlled…

  7. arXiv cs.AI TIER_1 English(EN) · Ian van Dort (University of Amsterdam), Maria Heuss (University of Amsterdam) ·

    How Do LLMs Cite? A Mechanistic Interpretation of Attribution in Retrieval-Augmented Generation

    arXiv:2606.28358v1 Announce Type: cross Abstract: Retrieval-Augmented Generation (RAG) aims to enhance the trustworthiness of Large Language Models (LLMs) by grounding their outputs in external documents, often using inline citations for verifiability. However, the faithfulness o…

  8. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Yicheng Wang ·

    Know Before You Fetch: Calibrated Retrieval-Budget Allocation for Retrieval-Augmented Generation

    Retrieval-augmented generation (RAG) typically retrieves a fixed number of passages for every query. This is wasteful when the reader already knows the answer, and it can be harmful when irrelevant or partially relevant passages distract the reader. We formulate adaptive RAG as c…

  9. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Feida Zhu ·

    Covering the Unseen: Information Demand Coverage Optimization for Retrieval-Augmented Generation

    Retrieval-augmented generation (RAG) typically treats context selection as ranking chunks against a single query embedding. This assumption breaks down for complex queries, such as multi-hop or ambiguous questions, where top-k selection tends to over-cover one semantic aspect whi…

  10. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Ansh Kamthan ·

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

    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 on…