HeadRank: Decoding-Free Passage Reranking via Preference-Aligned Attention Heads

๐Ÿ“… 2026-04-18
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

237K/year
๐Ÿค– AI Summary
This work addresses the loss of fine-grained discriminative capability in large language models during reranking due to attention weight homogenization. It introduces, for the first time, listwise preference alignment into a continuous attention space, proposing a decoding-free, efficient reranking framework. Discriminative power in homogeneous regions is enhanced through entropy-regularized attention head selection, hard adjacent-level pairwise preference construction, and distributional regularization, while depth truncation enables constant-time forward passes for inference. Evaluated on 14 benchmarks with only 211 training queries, the Qwen3 series (0.6Bโ€“4B) consistently outperforms existing baselines; notably, the 4B model ranks relevant intermediate documents within the top quartile 57.4% of the timeโ€”substantially higher than the 14.2% rate for irrelevant documents.

Technology Category

Application Category

๐Ÿ“ Abstract
Decoding-free reranking methods that read relevance signals directly from LLM attention weights offer significant latency advantages over autoregressive approaches, yet suffer from attention score homogenization: middle-context documents receive near-identical scores, destroying the fine-grained distinctions required for ranking. We propose HeadRank, a framework that lifts preference optimization from discrete token space into the continuous attention domain through entropy-regularized head selection, hard adjacent-level preference pairs, and a distribution regularizer that jointly sharpen discriminability in the homogenized middle zone. Depth truncation at the deepest selected layer further reduces inference to $\mathcal{O}(1)$ forward passes. Across 14 benchmarks on three Qwen3 scales (0.6B--4B) using only 211 training queries, HeadRank consistently outperforms generative and decoding-free baselines with 100\% formatting success. At 4B, 57.4\% of relevant middle-zone documents reach the top quartile versus 14.2\% for irrelevant ones -- a 43-percentage-point selectivity gap that demonstrates the effectiveness of attention-space preference alignment for listwise reranking.
Problem

Research questions and friction points this paper is trying to address.

attention homogenization
decoding-free reranking
passage reranking
preference alignment
LLM attention weights
Innovation

Methods, ideas, or system contributions that make the work stand out.

decoding-free reranking
preference-aligned attention
attention homogenization
entropy-regularized head selection
listwise reranking