Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

LLM-based Listwise Reranking under the Effect of Positional Bias

About

LLM-based listwise passage reranking has attracted attention for its effectiveness in ranking candidate passages. However, these models suffer from positional bias, where passages positioned towards the end of the input are less likely to be moved to top positions in the ranking. We hypothesize that there are two primary sources of positional bias: (1) architectural bias inherent in LLMs and (2) the imbalanced positioning of relevant documents. To address this, we propose DebiasFirst, a method that integrates positional calibration and position-aware data augmentation during fine-tuning. Positional calibration uses inverse propensity scoring to adjust for positional bias by re-weighting the contributions of different positions in the loss function when training. Position-aware augmentation augments training data to ensure that each passage appears equally across varied positions in the input list. This approach markedly enhances both effectiveness and robustness to the original ranking across diverse first-stage retrievers, reducing the dependence of NDCG@10 performance on the position of relevant documents. DebiasFirst also complements the inference-stage debiasing methods, offering a practical solution for mitigating positional bias in reranking.

Jingfen Qiao, Jin Huang, Xinyu Ma, Shuaiqiang Wang, Dawei Yin, Evangelos Kanoulas, Andrew Yates• 2026

Related benchmarks

TaskDatasetResultRank
Passage RankingTREC DL 2019
NDCG@100.711
32
Passage RankingTREC DL 2020
NDCG@100.72
24
Passage RerankingBEIR
FiQA Score44.3
8
Passage RerankingMS MARCO (MSM)
NDCG@1043.7
8
Showing 4 of 4 rows

Other info

Follow for update