paper-with-me

홈 › Papers

Rank-R1: Enhancing Reasoning in LLM-based Document Rerankers via Reinforcement Learning

2025-03-08 · Shengyao Zhuang, Xueguang Ma, Bevan Koopman, Jimmy Lin, Guido Zuccon

In this paper, we introduce Rank-R1, a novel LLM-based reranker that performs reasoning over both the user query and candidate documents before performing the ranking task. Existing document reranking methods based on large language models (LLMs) typically rely on prompting or fine-tuning LLMs to order or label candidate documents according to their relevance to a query. For Rank-R1, we use a reinforcement learning algorithm along with only a small set of relevance labels (without any reasoning supervision) to enhance the reasoning ability of LLM-based rerankers. Our hypothesis is that adding reasoning capabilities to the rerankers can improve their relevance assessement and ranking capabilities. Our experiments on the TREC DL and BRIGHT datasets show that Rank-R1 is highly effective, especially for complex queries. In particular, we find that Rank-R1 achieves effectiveness on in-domain datasets at par with that of supervised fine-tuning methods, but utilizing only 18\% of the training data used by the fine-tuning methods. We also find that the model largely outperforms zero-shot and supervised fine-tuning when applied to out-of-domain datasets featuring complex queries, especially when a 14B-size model is used. Finally, we qualitatively observe that Rank-R1's reasoning process improves the explainability of the ranking results, opening new opportunities for search engine results presentation and fruition.

📄 PDF Abstract BibTeX arXiv:2503.06034

Code (2)

ielab/llm-rankers 공식 구현 pytorch
ielab/llm-rankers/tree/main/Rank-R1 pytorch

Tasks

Reranking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Drowning in Documents: Consequences of Scaling Reranker Inference

2024-11-18 · Mathew Jacob, Erik Lindgren, Matei Zaharia, Michael Carbin 외

Rerankers, typically cross-encoders, are often used to re-score the documents retrieved by cheaper initial IR systems. This is because, though expensive, rerankers are assumed to be more effective. We challenge this assu…

RerankingRetrieval

JudgeRank: Leveraging Large Language Models for Reasoning-Intensive Reranking

2024-10-31 · Tong Niu, Shafiq Joty, Ye Liu, Caiming Xiong 외

Accurate document retrieval is crucial for the success of retrieval-augmented generation (RAG) applications, including open-domain question answering and code completion. While large language models (LLMs) have been empl…

Code CompletionOpen-Domain Question AnsweringQuestion AnsweringRAG+4

E2Rank: Unifying Text Embedding and Listwise Reranking for Effective and Efficient Search

2025-10-26 · Qi Liu, Yanzhao Zhang, Mingxin Li, Dingkun Long 외 arxiv

Text embedding models deliver competitive retrieval performance with high efficiency, but their ranking fidelity remains limited compared to LLM-based listwise rerankers, which capture fine-grained query-document and doc…

Computational Efficiency

HyperRAG: Enhancing Quality-Efficiency Tradeoffs in Retrieval-Augmented Generation with Reranker KV-Cache Reuse

2025-04-03 · Yuwei An, Yihua Cheng, Seo Jin Park, Junchen Jiang

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for enhancing the performance of large language models (LLMs) by integrating external knowledge into the generation process. A key component of RAG …

DecoderRAGRetrieval-augmented Generation

MM-R5: MultiModal Reasoning-Enhanced ReRanker via Reinforcement Learning for Document Retrieval

2025-06-14 · Mingjun Xu, Jinhan Dong, Jue Hou, Zehui Wang 외

Multimodal document retrieval systems enable information access across text, images, and layouts, benefiting various domains like document-based question answering, report analysis, and interactive content summarization.…

Instruction FollowingMultimodal ReasoningQuestion AnsweringReinforcement Learning (RL)+2