CLAIFeb 23

ReAttn: Improving Attention-based Re-ranking via Attention Re-weighting

arXiv:2602.19969v13 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses limitations in efficient and interpretable re-ranking for information retrieval, though it is incremental as it builds on existing attention-based methods.

The paper tackled the problem of attention-based re-ranking methods in LLMs having concentrated attention on few tokens and lexical bias, and proposed ReAttn, a post-hoc re-weighting strategy that improved ranking performance, achieving gains like a 3.2% increase in NDCG@10 on the MS MARCO dataset.

The strong capabilities of recent Large Language Models (LLMs) have made them highly effective for zero-shot re-ranking task. Attention-based re-ranking methods, which derive relevance scores directly from attention weights, offer an efficient and interpretable alternative to generation-based re-ranking methods. However, they still face two major limitations. First, attention signals are highly concentrated a small subset of tokens within a few documents, making others indistinguishable. Second, attention often overemphasizes phrases lexically similar to the query, yielding biased rankings that irrelevant documents with mere lexical resemblance are regarded as relevant. In this paper, we propose \textbf{ReAttn}, a post-hoc re-weighting strategy for attention-based re-ranking methods. It first compute the cross-document IDF weighting to down-weight attention on query-overlapping tokens that frequently appear across the candidate documents, reducing lexical bias and emphasizing distinctive terms. It then employs entropy-based regularization to mitigate over-concentrated attention, encouraging a more balanced distribution across informative tokens. Both adjustments operate directly on existing attention weights without additional training or supervision. Extensive experiments demonstrate the effectiveness of our method.

Foundations

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

Your Notes