LimRank: Less is More for Reasoning-Intensive Information Reranking
By: Tingyu Song , Yilun Zhao , Siyue Zhang and more
Potential Business Impact:
Teaches computers to rank information better, faster.
Existing approaches typically rely on large-scale fine-tuning to adapt LLMs for information reranking tasks, which is computationally expensive. In this work, we demonstrate that modern LLMs can be effectively adapted using only minimal, high-quality supervision. To enable this, we design LIMRANK-SYNTHESIZER, a reusable and open-source pipeline for generating diverse, challenging, and realistic reranking examples. Using this synthetic data, we fine-tune our reranker model, LIMRANK. We evaluate LIMRANK on two challenging benchmarks, i.e., BRIGHT for reasoning-intensive retrieval and FollowIR for instruction-following retrieval. Our experiments demonstrate that LIMRANK achieves competitive performance, while being trained on less than 5% of the data typically used in prior work. Further ablation studies demonstrate the effectiveness of LIMRANK-SYNTHESIZER and the strong generalization capabilities of LIMRANK across downstream tasks, including scientific literature search and retrieval-augmented generation for knowledge-intensive problem solving.
Similar Papers
ReasonRank: Empowering Passage Ranking with Strong Reasoning Ability
Information Retrieval
Helps computers rank information by thinking step-by-step.
InsertRank: LLMs can reason over BM25 scores to Improve Listwise Reranking
Information Retrieval
Helps computers find answers by thinking.
ReasonRank: Empowering Passage Ranking with Strong Reasoning Ability
Information Retrieval
Helps computers understand and rank information better.