paper-with-me

홈 › Papers

ERank: Fusing Supervised Fine-Tuning and Reinforcement Learning for Effective and Efficient Text Reranking

2025-08-30 · Yuzheng Cai, Yanzhao Zhang, Dingkun Long, Mingxin Li, Pengjun Xie, Weiguo Zheng arxiv

Text reranking models are a crucial component in modern systems like Retrieval-Augmented Generation, tasked with selecting the most relevant documents prior to generation. However, current Large Language Models (LLMs) powered rerankers often face a fundamental trade-off. On one hand, Supervised Fine-Tuning based pointwise methods that frame relevance as a binary classification task lack the necessary scoring discrimination, particularly for those built on reasoning LLMs. On the other hand, approaches designed for complex reasoning often employ powerful yet inefficient listwise formulations, rendering them impractical for low latency applications. To resolve this dilemma, we introduce ERank, a highly effective and efficient pointwise reranker built from a reasoning LLM that excels across diverse relevance scenarios. We propose a novel two-stage training pipeline that begins with Supervised Fine-Tuning (SFT). In this stage, we move beyond binary labels and train the model generatively to output fine grained integer scores, which significantly enhances relevance discrimination. The model is then further refined using Reinforcement Learning (RL) with a novel, listwise derived reward. This technique instills global ranking awareness into the efficient pointwise architecture. We evaluate the ERank reranker on the BRIGHT, FollowIR, TREC DL, and BEIR benchmarks, demonstrating superior effectiveness and robustness compared to existing approaches. On the reasoning-intensive BRIGHT benchmark, our ERank-4B achieves an nDCG@10 of 38.7, while a larger 32B variant reaches a state of the art nDCG@10 of 40.2.

📄 PDF Abstract BibTeX arXiv:2509.00520

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningBinary Classification

Similar Papers 제목 키워드 기반

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

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

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

Reranking

Dual-Rerank: Fusing Causality and Utility for Industrial Generative Reranking

2026-04-08 · Chao Zhang, Shuai Lin, ChengLei Dai, Ye Qian 외 arxiv

Kuaishou serves over 400 million daily active users, processing hundreds of millions of search queries daily against a repository of tens of billions of short videos. As the final decision layer, the reranking stage dete…

Reinforcement LearningKnowledge Distillation

GR2: Generative Reasoning Re-ranker

2026-02-08 · Mingfu Liang, Yufei Li, Jay Xu, Kavosh Asadi 외 arxiv

Recent studies increasingly explore Large Language Models (LLMs) as a new paradigm for recommendation systems due to their scalability and world knowledge. However, existing work has three key limitations: (1) most effor…

Reinforcement LearningRecommendation Systems

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

InstUPR : Instruction-based Unsupervised Passage Reranking with Large Language Models

2024-03-25 · Chao-Wei Huang, Yun-Nung Chen

This paper introduces InstUPR, an unsupervised passage reranking method based on large language models (LLMs). Different from existing approaches that rely on extensive training with query-document pairs or retrieval-spe…

Instruction FollowingPassage RerankingRerankingRetrieval