An Empirical Study of Position Bias in Modern Information Retrieval
Ziyang Zeng, Dun Zhang, Jiacheng Li, Panxiang Zou, Yudong Zhou, and Yuqing Yang

TL;DR
This paper empirically examines position bias in modern information retrieval models, introducing new benchmarks and metrics to evaluate how models prioritize early passage content over later relevant information, revealing varying robustness among different retrieval methods.
Contribution
The study introduces two position-aware retrieval benchmarks and the Position Sensitivity Index (PSI) to quantify position bias, providing a comprehensive evaluation of multiple retrieval models' sensitivity to passage position.
Findings
Dense embedding and ColBERT models degrade by 15.6% when relevant info is later in passages.
BM25 and reranker models are more robust to positional variations.
The evaluation framework helps identify and improve position bias in IR systems.
Abstract
This study investigates the position bias in information retrieval, where models tend to overemphasize content at the beginning of passages while neglecting semantically relevant information that appears later. To analyze the extent and impact of position bias, we introduce a new evaluation framework consisting of two position-aware retrieval benchmarks (SQuAD-PosQ, FineWeb-PosQ) and an intuitive diagnostic metric, the Position Sensitivity Index (PSI), for quantifying position bias from a worst-case perspective. We conduct a comprehensive evaluation across the full retrieval pipeline, including BM25, dense embedding models, ColBERT-style late-interaction models, and full-interaction reranker models. Our experiments show that when relevant information appears later in the passage, dense embedding models and ColBERT-style models suffer significant performance degradation (an average drop…
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
