paper-with-me

홈 › Papers

Optimizing RAG Rerankers with LLM Feedback via Reinforcement Learning

2026-04-02 · Yuhang Wu, Xiangqing Shen, Fanfan Wang, Cangqi Zhou, Zhen Wu, Xinyu Dai, Rui Xia arxiv

Rerankers play a pivotal role in refining retrieval results for Retrieval-Augmented Generation. However, current reranking models are typically optimized on static human annotated relevance labels in isolation, decoupled from the downstream generation process. This isolation leads to a fundamental misalignment: documents identified as topically relevant by information retrieval metrics often fail to provide the actual utility required by the LLM for precise answer generation. To bridge this gap, we introduce ReRanking Preference Optimization (RRPO), a reinforcement learning framework that directly aligns reranking with the LLM's generation quality. By formulating reranking as a sequential decision-making process, RRPO optimizes for context utility using LLM feedback, thereby eliminating the need for expensive human annotations. To ensure training stability, we further introduce a reference-anchored deterministic baseline. Extensive experiments on knowledge-intensive benchmarks demonstrate that RRPO significantly outperforms strong baselines, including the powerful list-wise reranker RankZephyr. Further analysis highlights the versatility of our framework: it generalizes seamlessly to diverse readers (e.g., GPT-4o), integrates orthogonally with query expansion modules like Query2Doc, and remains robust even when trained with noisy supervisors.

📄 PDF Abstract BibTeX arXiv:2604.02091

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInformation RetrievalAnswer Generation

Similar Papers 제목 키워드 기반

Pseudo Relevance Feedback with Deep Language Models and Dense Retrievers: Successes and Pitfalls

2021-08-25 · Hang Li, Ahmed Mourad, Shengyao Zhuang, Bevan Koopman 외

Pseudo Relevance Feedback (PRF) is known to improve the effectiveness of bag-of-words retrievers. At the same time, deep language models have been shown to outperform traditional bag-of-words rerankers. However, it is un…

Retrieval

Guiding Retrieval using LLM-based Listwise Rankers

2025-01-15 · Mandeep Rathee, Sean MacAvaney, Avishek Anand

Large Language Models (LLMs) have shown strong promise as rerankers, especially in ``listwise'' settings where an LLM is prompted to rerank several search results at once. However, this ``cascading'' retrieve-and-rerank …

Retrieval

DynamicRAG: Leveraging Outputs of Large Language Model as Feedback for Dynamic Reranking in Retrieval-Augmented Generation

2025-05-12 · Jiashuo Sun, Xianrui Zhong, Sizhe Zhou, Jiawei Han

Retrieval-augmented generation (RAG) systems combine large language models (LLMs) with external knowledge retrieval, making them highly effective for knowledge-intensive tasks. A crucial but often under-explored componen…

Language ModelingLanguage ModellingLarge Language ModelRAG+4

Distillation versus Contrastive Learning: How to Train Your Rerankers

2025-07-11 · Zhichao Xu, Zhiqi Huang, Shengyao Zhuang, Vivek Srikumar arxiv

Training effective text rerankers is crucial for information retrieval. Two strategies are widely used: contrastive learning (optimizing directly on ground-truth labels) and knowledge distillation (transferring knowledge…

Knowledge DistillationInformation RetrievalContrastive Learning

UniRank: End-to-End Domain-Specific Reranking of Hybrid Text-Image Candidates

2026-02-08 · Yupei Yang, Lin Yang, Wanxi Deng, Lin Qu 외 arxiv

Reranking is a critical component in many information retrieval pipelines. Despite remarkable progress in text-only settings, multimodal reranking remains challenging, particularly when the candidate set contains hybrid …

Reinforcement LearningInformation RetrievalDomain Adaptation