paper-with-me

Papers

Optimizing Retrieval for RAG via Reinforcement Learning

2025-10-28 · Jiawei Zhou, Lei Chen arxiv

As retrieval-augmented generation (RAG) becomes more widespread, the role of retrieval is shifting from retrieving information for human browsing to retrieving context for AI reasoning. This shift creates more complex search environments, where relevance is difficult to pre-define. Existing retrievers rely on supervised fine-tuning (SFT) with human labels or synthetic data, resulting in static relevance that struggles to adapt to diverse RAG environments. To address this challenge, we propose R3, a Retrieval framework optimized for RAG through Reinforcement learning (RL). Specifically, we adopt an RL training paradigm that enables the retriever to explore and self-improve within given RAG environments, automating the learning process with minimal manual experimentation or tuning effort. Extensive experiments across diverse tasks demonstrate that R3 improves RAG performance by 5.2% over the original retriever and surpasses state-of-the-art retrievers by 4.9%, while achieving comparable results to LLM-augmented retrieval and RAG systems built on post-trained or instruction-tuned LLMs. It is both efficient and practical, requiring only 4 GPUs and completing training within a single day.

📄 PDF Abstract BibTeX arXiv:2510.24652

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Reinforcement Retrieval Leveraging Fine-grained Feedback for Fact Checking News Claims with Black-Box LLM

2024-04-26 · Xuan Zhang, Wei Gao

Retrieval-augmented language models have exhibited promising performance across various areas of natural language processing (NLP), including fact-critical tasks. However, due to the black-box nature of advanced large la…

Claim VerificationFact CheckingRetrieval

Annotation-Free Reinforcement Learning Query Rewriting via Verifiable Search Reward

2025-07-31 · Sungguk Cha, DongWook Kim, Taeseung Hahn, Mintae Kim 외 arxiv

Optimizing queries for Retrieval-Augmented Generation (RAG) systems poses a significant challenge, particularly across diverse modal indices. We introduce RL-QR, a novel annotation-free reinforcement learning framework f…

Reinforcement Learning

RAG-Reward: Optimizing RAG with Reward Modeling and RLHF

2025-01-22 · Hanning Zhang, Juntong Song, Juno Zhu, Yuanhao Wu 외

Retrieval-augmented generation (RAG) enhances Large Language Models (LLMs) with relevant and up-to-date knowledge, improving their ability to answer knowledge-intensive questions. It has been shown to enhance both genera…

BenchmarkingHallucinationRAGreinforcement-learning+3

MVR-cache: Optimizing Semantic Caching via Multi-Vector Retrieval and Learned Prompt Segmentation

2026-05-24 · Ali Noshad, Zishan Zheng, Yinjun Wu arxiv

To reduce LLM costs and latency, semantic caching systems must accurately identify when a new prompt matches a cached one. Current methods often rely on simplistic similarity measures, which limit their effectiveness. We…

Reinforcement Learning

Rewrite-to-Rank: Optimizing Ad Visibility via Retrieval-Aware Text Rewriting

2025-07-03 · Chloe Ho, Ishneet Sukhvinder Singh, Diya Sharma, Tanvi Reddy Anumandla 외 arxiv

Search algorithms and user query relevance have given LLMs the ability to return relevant information, but the effect of content phrasing on ad visibility remains underexplored. We investigate how LLM-based rewriting of …

Reinforcement LearningPrompt Engineering