paper-with-me

홈 › Papers

Attention Calibration for Position-Fair Dense Retrieval

2026-06-01 · Andrianos Michail, Elias Schuhmacher, Juri Opitz, Simon Clematide, Rico Sennrich arxiv

Dense retrieval compresses a passage into a single vector, but this compression is positionally skewed: early content dominates the embedding, and retrieval degrades when the relevant span appears later. Prior work proposed an inference-time method that counteracts this skew by equalizing the pooling token's attention across passage segments. However, (i) it redistributes attention at a fixed strength, (ii) it forces the pooling token's attention to itself to a fixed basket-level mass despite substantial variation across layers and architectures, and (iii) its effect on retrieval has not been evaluated. We introduce a strength coefficient that interpolates between uncalibrated and fully equalized attention, together with an efficient implementation that reduces peak calibration memory overhead from 5-7 GiB to under 1 MiB. Across three embedding models and two pooling schemes, moderate calibration provides a better retrieval trade-off than full equalization. We introduce a variant that preserves the pooling token's self-attention mass and redistributes only the remaining mass. On a position-aware retrieval benchmark spanning 10 languages and 31 domains, a configuration selected on English FineWeb-PosQ and transferred without tuning reduces position sensitivity in all 16 evaluated length-quartile, model, and retrieval-setting combinations, by up to 43% relative, while improving nDCG@10 by up to 4.8% relative and leaving general retrieval effectiveness on NanoBEIR essentially unchanged. Calibration runs at indexing time, adding no query-time latency. We release our code at github.com/impresso/fair-sentence-transformers

📄 PDF Abstract BibTeX arXiv:2606.02737

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Information Representation Fairness in Long-Document Embeddings: The Peculiar Interaction of Positional and Language Bias

2026-01-23 · Elias Schuhmacher, Andrianos Michail, Juri Opitz, Rico Sennrich 외 arxiv

To be discoverable in an embedding-based search process, each part of a document should be reflected in its embedding representation. To quantify any potential reflection biases, we introduce a permutation-based evaluati…

Logit-Attention Divergence: Mitigating Position Bias in Multi-Image Retrieval via Attention-Guided Calibration

2026-05-12 · Mingtao Xian, Yifeng Yang, Qinying Gu, Xinbing Wang 외 arxiv

Multimodal Large Language Models (MLLMs) have shown strong performance in multi-image cross-modal retrieval, yet suffer from severe position bias, where predictions are dominated by input order rather than semantic relev…

Cross-Modal RetrievalImage Retrieval

Hierarchical Global Attention (HGA)

2026-06-29 · Woernle Frank, Fedosov Vladimir, Grinenko Artemiy arxiv

Hierarchical Global Attention (HGA) is a drop-in replacement for dense causal attention in pretrained long-context transformers. HGA preserves the original checkpoint parameters: the pretrained $W_Q$, $W_K$, $W_V$, and $…

DREditor: An Time-efficient Approach for Building a Domain-specific Dense Retrieval Model

2024-01-23 · Chen Huang, Duanyu Feng, Wenqiang Lei, Jiancheng Lv

Deploying dense retrieval models efficiently is becoming increasingly important across various industries. This is especially true for enterprise search services, where customizing search engines to meet the time demands…

Retrieval

Beyond Simple Edits: Composed Video Retrieval with Dense Modifications

2025-08-19 · Omkar Thawakar, Dmitry Demidov, Ritesh Thawkar, Rao Muhammad Anwer 외 arxiv

Composed video retrieval is a challenging task that strives to retrieve a target video based on a query video and a textual description detailing specific modifications. Standard retrieval frameworks typically struggle t…

Video Retrieval