arXiv:2511.11653cs.IRcs.AI2025-11ACL被引 4

用分组策略让大模型重排更准更快,兼顾效率与效果。

GroupRank: A Groupwise Paradigm for Effective and Efficient Passage Reranking with LLMs

  • 将文档分组处理,融合局部和全局信息优化排序
  • 在BRIGHT数据集上达65.2 NDCG@10,比基线高2.1点
  • 适合需要高效高精度重排的检索系统应用

大语言模型在信息检索的段落重排中展现出强大能力,能有效应对复杂查询。但现有方法存在效率与准确率的权衡:点对点方法高效但忽略文档间关系;列表式方法虽捕捉全局上下文,却受限于上下文窗口且推理延迟高。为此,我们提出GroupRank,一种新的分组重排范式。通过无答案的数据合成流程,融合局部点对点信号与全局列表式排名,构建训练样本,支持监督微调与强化学习。后者由专门设计的分组奖励驱动,包含排序效用与组内一致性两项指标。二者协同优化文档排序与打分校准,提升相关性表达。实验显示,GroupRank在BRIGHT数据集上达到65.2 NDCG@10,优于基线2.1点,推理速度提升6.4倍。

原文摘要 · Abstract (English)

Large Language Models (LLMs) have emerged as powerful tools for passage reranking in information retrieval, leveraging their superior reasoning capabilities to address the limitations of conventional models on complex queries. However, current LLM-based reranking paradigms are fundamentally constrained by an efficiency-accuracy trade-off: (1) pointwise methods are efficient but ignore inter-document comparison, yielding suboptimal accuracy; (2) listwise methods capture global context but suffer from context-window constraints and prohibitive inference latency. To address these issues, we propose GroupRank, a novel paradigm that balances flexibility and context awareness. To unlock the full potential of groupwise reranking, we propose an answer-free data synthesis pipeline that fuses local pointwise signals with global listwise rankings. These samples facilitate supervised fine-tuning and reinforcement learning, with the latter guided by a specialized group-ranking reward comprising ranking-utility and group-alignment. These complementary components synergistically optimize document ordering and score calibration to reflect intrinsic query-document relevance. Experimental results show GroupRank achieves a state-of-the-art 65.2 NDCG@10 on BRIGHT and surpasses baselines by 2.1 points on R2MED, while delivering a 6.4$\times$ inference speedup.

大模型重排信息检索分组排序效率优化

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