Quantifying Positional Biases in Text Embedding Models
Reagan J. Lee, Samarth Goel, Kannan Ramchandran

TL;DR
This paper investigates positional biases in text embedding models, revealing a strong preference for initial content that affects retrieval robustness, regardless of encoding methods, with implications for improving model design.
Contribution
It provides the first comprehensive analysis of positional biases in embedding models, highlighting their impact on similarity and proposing considerations for robustness.
Findings
Embedding models prioritize beginning of input over other positions.
Ablation of initial content reduces cosine similarity more than end ablations.
Bias persists across different positional encoding techniques.
Abstract
Embedding models are crucial for tasks in Information Retrieval (IR) and semantic similarity measurement, yet their handling of longer texts and associated positional biases remains underexplored. In this study, we investigate the impact of content position and input size on text embeddings. Our experiments reveal that embedding models, irrespective of their positional encoding mechanisms, disproportionately prioritize the beginning of an input. Ablation studies demonstrate that insertion of irrelevant text or removal at the start of a document reduces cosine similarity between altered and original embeddings by up to 12.3% more than ablations at the end. Regression analysis further confirms this bias, with sentence importance declining as position moves further from the start, even with with content-agnosticity. We hypothesize that this effect arises from pre-processing strategies and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational and Text Analysis Methods
