paper-with-me

Papers

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

2026-02-23 · Yuxing Tian, Fengran Mo, Weixu Zhang, Yiyan Qi, Jian-Yun Nie arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.19969

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

aNMM: Ranking Short Answer Texts with Attention-Based Neural Matching Model

2018-01-05 · Liu Yang, Qingyao Ai, Jiafeng Guo, W. Bruce Croft

As an alternative to question answering methods based on feature engineering, deep learning approaches such as convolutional neural networks (CNNs) and Long Short-Term Memory Models (LSTMs) have recently been proposed fo…

Feature EngineeringQuestion Answering

IART: Intent-aware Response Ranking with Transformers in Information-seeking Conversation Systems

2020-02-03 · Liu Yang, Minghui Qiu, Chen Qu, Cen Chen 외

Personal assistant systems, such as Apple Siri, Google Assistant, Amazon Alexa, and Microsoft Cortana, are becoming ever more widely used. Understanding user intent such as clarification questions, potential answers and …

Representation Learning

Supervised learning pays attention

2025-12-10 · Erin Craig, Robert Tibshirani arxiv

In-context learning with attention enables large neural networks to make context-specific predictions by selectively focusing on relevant examples. Here, we adapt this idea to supervised learning procedures such as lasso…

An Interpretable Adaptive Multiscale Attention Deep Neural Network for Tabular Data

2024-05-15 · IEEE Transactions on Neural Networks and Learning Systems 2024 5 · Vincenzo Dentamaro, Paolo Giglio, Donato Impedovo, Giuseppe Pirlo 외

Deep learning (DL) has been demonstrated to be a valuable tool for analyzing signals such as sounds and images, thanks to its capabilities of automatically extracting relevant patterns as well as its end-to-end training …

Classificationfeature selectionMultimodal Deep Learningregression

Attention Mechanism and Heuristic Approach: Context-Aware File Ranking Using Multi-Head Self-Attention

2026-01-07 · Pradeep Kumar Sharma, Shantanu Godbole, Sarada Prasad Jena, Hritvik Shrivastava arxiv

The identification and ranking of impacted files within software reposi-tories is a key challenge in change impact analysis. Existing deterministic approaches that combine heuristic signals, semantic similarity measures,…

Semantic Similarity