IRCLJun 4, 2025

ProRank: Prompt Warmup via Reinforcement Learning for Small Language Models Reranking

arXiv:2506.03487v14 citationsh-index: 6Has Code
Originality Highly original
AI Analysis

This addresses the computational inefficiency of large language models in reranking for information retrieval and retrieval-augmented generation, offering a more efficient alternative with significant performance gains.

The paper tackles the problem of small language models (SLMs) struggling with document reranking due to poor prompt understanding, proposing ProRank, a two-stage training approach that uses reinforcement learning for prompt warmup and fine-tuning, resulting in a lightweight 0.5B model outperforming a 32B LLM on the BEIR benchmark.

Reranking is fundamental to information retrieval and retrieval-augmented generation, with recent Large Language Models (LLMs) significantly advancing reranking quality. While recent advances with LLMs have significantly improved document reranking quality, current approaches primarily rely on large-scale LLMs (>7B parameters) through zero-shot prompting, presenting high computational costs. Small Language Models (SLMs) offer a promising alternative because of their efficiency, but our preliminary quantitative analysis reveals they struggle with understanding task prompts without fine-tuning. This limits their effectiveness for document reranking tasks. To address this issue, we introduce a novel two-stage training approach, ProRank, for SLM-based document reranking. First, we propose a prompt warmup stage using reinforcement learning GRPO to steer SLMs to understand task prompts and generate more accurate coarse-grained binary relevance scores for document reranking. Then, we continuously fine-tune the SLMs with a fine-grained score learning stage without introducing additional layers to further improve the reranking quality. Comprehensive experimental results demonstrate that the proposed ProRank consistently outperforms both the most advanced open-source and proprietary reranking models. Notably, our lightweight ProRank-0.5B model even surpasses the powerful 32B LLM reranking model on the BEIR benchmark, establishing that properly trained SLMs can achieve superior document reranking performance while maintaining computational efficiency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes