arXiv:2604.03642cs.IR2026-04被引 3

解决大模型重排时位置偏见问题,提升排序准确性

LLM-based Listwise Reranking under the Effect of Positional Bias

  • 用逆倾向评分校准位置权重,缓解模型固有位置偏见
  • 通过位置感知数据增强,使文档在不同位置出现概率均衡
  • 适配多种检索器,提升重排结果对初始排序的鲁棒性

基于大语言模型的列表级段落重排因其有效性受到关注,但存在位置偏见问题:输入中靠后位置的段落更难被调整至前列。我们提出DebiasFirst方法,在微调阶段结合位置校准与位置感知数据增强。位置校准采用逆倾向评分,重新加权损失函数中各位置的贡献;位置感知增强则确保每个段落以均衡频率出现在输入列表的不同位置。该方法显著提升了重排效果和对原始排序的鲁棒性,降低了NDCG@10性能对相关文档位置的依赖。DebiasFirst还可与推理阶段去偏方法协同,为重排中的位置偏见提供实用解决方案。

原文摘要 · Abstract (English)

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.

大模型重排位置偏见LLM

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。