Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Stop Overthinking: Unlocking Efficient Listwise Reranking with Minimal Reasoning

About

Listwise reranking utilizing Large Language Models (LLMs) has achieved state-of-the-art retrieval effectiveness. Recently, reasoning-enhanced models have further pushed these boundaries by employing Chain-of-Thought (CoT) to perform deep comparative analysis of candidate documents. However, this performance gain comes at a prohibitive computational cost, as models often generate thousands of reasoning tokens before producing a final ranking. In this work, we investigate the relationship between reasoning length and ranking quality, revealing an overthinking phenomenon where extended reasoning yields diminishing returns. To address this, we propose a Length-Regularized Self-Distillation framework. We synthesize a dataset by sampling diverse reasoning traces from a teacher model (Rank-K) and applying a Pareto-inspired filter to select traces that achieve high ranking performance with minimal token usage. By fine-tuning on these concise, high-quality rationales, the student model learns to internalize efficient reasoning patterns, effectively pruning redundant deliberation. Experiments on TREC Deep Learning and NeuCLIR benchmarks demonstrate that our method maintains the teacher's effectiveness while reducing inference token consumption by 34%-37% across different retrieval settings, offering a practical solution for deploying reasoning-enhanced rerankers in latency-sensitive applications.

Danyang Liu, Kan Li• 2026

Related benchmarks

TaskDatasetResultRank
Cross-lingual RerankingNeuCLIR Farsi
nDCG@1058.2
8
Listwise RerankingTREC DL 2019
nDCG@1079.5
8
Cross-lingual RerankingNeuCLIR Russian
nDCG@1051.6
8
Cross-lingual RerankingNeuCLIR Chinese
nDCG@1051.5
8
Listwise RerankingTREC DL 2020
nDCG@100.793
8
Showing 5 of 5 rows

Other info

Follow for update