Is Position Bias in Dense Retrievers Built In-or Learned from Data?
This work investigates position bias in dense retrievers, which tend to favor documents where relevant evidence appears near the beginning, often overlooking information located later. To systematically examine how the distribution of evidence positions in training data influences this bias, the authors construct synthetic training sets with controlled evidence placement (at the beginning, middle, or end) and fine-tune eight distinct pre-trained architectures. They demonstrate for the first time that the positional distribution of evidence in training data is a key controllable factor driving position bias. By introducing a position-balanced data construction strategy, they effectively mitigate this bias without compromising average retrieval performance. Experimental results show that their approach reduces model sensitivity to evidence position by 57%–87% on position-aware evaluation benchmarks.