PulseAugur
实时 09:06:57
English(EN) Fairness-Aware Retrieval Optimization for Retrieval-Augmented Generation

新的RAG研究应对对抗性攻击和偏见

两篇新的研究论文探讨了提高检索增强生成(RAG)系统可靠性和公平性的方法。其中一篇论文介绍了BiRD,一种使用双向排序来检测和缓解对抗性投毒攻击的防御机制,在保持任务准确性的同时显著降低了攻击成功率。另一篇论文提出了一个公平性感知的检索框架,对检索过程中引入的偏见进行建模和控制,旨在平衡RAG输出中的相关性和公平性。 AI

影响 新研究提供了增强RAG系统安全性以抵御攻击和提高公平性的方法,可能增加信任和采用率。

排序理由 两篇在arXiv上发表的学术论文,详细介绍了改进检索增强生成系统的新方法。

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

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

新的RAG研究应对对抗性攻击和偏见

报道来源 [14]

  1. arXiv cs.CL TIER_1 English(EN) · Mingchen Li, Jiatan Huang, Chuxu Zhang, Liang Zhao, Hong Yu ·

    In-Context Optimization for Retrieval-Augmented Generation: A Gradient-Descent Perspective

    arXiv:2605.26356v1 Announce Type: new Abstract: In-context learning has recently been linked to implicit gradient descent in linear self-attention models, suggesting that context can induce a forward-pass update. Retrieval-augmented generation (RAG) also relies on context, but re…

  2. arXiv cs.AI TIER_1 English(EN) · Yu-Chen Den, Yung-Yu Shih, Zhi Rui Tam, Kuan-Yu Chen, Pu-Jen Cheng, Yun-Nung Chen, Eugene Yang ·

    ICICLE: Expanding Retrieval with In-Context Documents

    arXiv:2605.26902v1 Announce Type: cross Abstract: Generative retrieval (GR) maps queries directly to document identifiers (docids) using parametric knowledge, However, this design makes corpus expansion costly: adding new documents requires updating model parameters to encode new…

  3. arXiv cs.AI TIER_1 English(EN) · Tetsuya Sakai, Jina Lee, Hanpei Fang, Young-In Song ·

    Plans for Evaluating Structured Generative Search Summaries

    arXiv:2605.26400v1 Announce Type: cross Abstract: We propose a framework for evaluating structured generative search summaries that are placed atop organic web search results. A structured summary, generated by a large language model, typically consists of an overview, several se…

  4. arXiv cs.AI TIER_1 English(EN) · Zhe Yu, Wenpeng Xing, Chen Ye, Xuyang Teng, Bo Yang, Changting Lin, Meng Han ·

    Detecting Is Not Resolving: The Monitoring Control Gap in Retrieval Augmented LLMs

    arXiv:2605.27157v1 Announce Type: new Abstract: Retrieval-augmented LLMs are deployed for tasks where evidence quality determines action safety, yet evaluation protocols assume that single-turn robustness predicts robustness when evidence accumulates across turns. We show this as…

  5. arXiv cs.AI TIER_1 English(EN) · Meng Han ·

    Detecting Is Not Resolving: The Monitoring Control Gap in Retrieval Augmented LLMs

    Retrieval-augmented LLMs are deployed for tasks where evidence quality determines action safety, yet evaluation protocols assume that single-turn robustness predicts robustness when evidence accumulates across turns. We show this assumption is fundamentally incorrect. Models exhi…

  6. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Eugene Yang ·

    ICICLE: Expanding Retrieval with In-Context Documents

    Generative retrieval (GR) maps queries directly to document identifiers (docids) using parametric knowledge, However, this design makes corpus expansion costly: adding new documents requires updating model parameters to encode new document-docid associations incurs repeated train…

  7. arXiv cs.CL TIER_1 English(EN) · Miaohe Niu, Lianlei Shan, Zhengtao Yu, Jingbo Zhu, Tong Xiao ·

    EfficientGraph-RAG: Structured Retrieval-State Management for Cross-Task Retrieval-Augmented Generation

    arXiv:2605.25379v1 Announce Type: new Abstract: Retrieval-augmented generation (RAG) has become the standard way to ground large language models in external knowledge, but many systems still organize evidence as flat chunks and retrieve it through largely unstructured search. Thi…

  8. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Young-In Song ·

    Plans for Evaluating Structured Generative Search Summaries

    We propose a framework for evaluating structured generative search summaries that are placed atop organic web search results. A structured summary, generated by a large language model, typically consists of an overview, several sections with section titles, and a list of source d…

  9. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Chao Liang ·

    BiRD:一种用于检索增强生成的双向排名防御机制

    The growing adoption of Retrieval-Augmented Generation (RAG) has led to a rise in adversarial attacks. Existing defenses, relying on semantic analysis or voting, face a trade-off between high computational cost and limited robustness under strong poisoning attacks. Their fundamen…

  10. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Kostas Stefanidis ·

    面向检索增强生成的公平性感知检索优化

    Retrieval-Augmented Generation (RAG) improves reliability of large language models by incorporating external knowledge, but the retrieval process can introduce bias that propagates to generated outputs. This issue is particularly challenging in top-k settings, where multiple docu…

  11. arXiv cs.CV TIER_1 English(EN) · Zhifeng Wang, Jason Jingshi Li, Kaihao Zhang, Ramesh Sankaranarayana ·

    AstroRAG -- A Pagerank-Based Retrieval-Augmented Generation Pipeline for Question Answering in Astronomy

    arXiv:2605.25039v1 Announce Type: new Abstract: Large language models (LLMs) demonstrate strong performance in natural language processing but often generate factual errors when relying solely on parametric knowledge. Retrieval-Augmented Generation (RAG) mitigates these errors by…

  12. dev.to — LLM tag TIER_1 English(EN) · G V NIKITHA ·

    What is RAG? A Beginner's Guide to Retrieval-Augmented Generation (For Engineers Who Actually Build It)

    <p>RAG sounds complicated.</p> <p>It's not.</p> <p>But a lot of introductions to RAG make it sound more mysterious than it actually is. They use terms like "semantic search" and "vector embeddings" and "retrieval pipeline" before explaining what the actual problem is.</p> <p>So l…

  13. r/MachineLearning TIER_1 English(EN) · /u/Just_Jaguar3701 ·

    Aiki 我的本地维基百科检索增强生成系统 [R]

    <!-- SC_OFF --><div class="md"><h1>Hey</h1> <p>i built Aiki a lightweight tool that let's you chat with Wikipedia locally.</p> <p><strong>what it does:</strong> - Downloads and chunks wikipedia articles (u can choose those articles by their name or articles and also the option of…

  14. dev.to — LLM tag TIER_1 English(EN) · Suraj Sharma ·

    RAG详解:检索增强生成究竟是如何工作的

    <p><a class="article-body-image-wrapper" href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1huwl40mxv99gjfyy340.png"><img alt="RAG Pipeline Diagram" heig…