TourRank: Utilizing Large Language Models for Documents Ranking with a Tournament-Inspired Strategy
Yiqun Chen, Qi Liu, Yi Zhang, Weiwei Sun, Xinyu Ma, Wei Yang, Daiting, Shi, Jiaxin Mao, Dawei Yin

TL;DR
TourRank introduces a tournament-inspired multi-stage grouping and ensemble strategy to improve large language model-based document ranking, addressing input length constraints, order sensitivity, and cost-performance trade-offs, achieving state-of-the-art results.
Contribution
The paper proposes TourRank, a novel tournament-inspired ranking method that enhances LLM-based document ranking by overcoming input length limits and improving robustness and efficiency.
Findings
Achieves state-of-the-art ranking performance on TREC DL and BEIR datasets.
Reduces ranking latency through multi-stage grouping strategy.
Improves robustness to input order via ensemble points system.
Abstract
Large Language Models (LLMs) are increasingly employed in zero-shot documents ranking, yielding commendable results. However, several significant challenges still persist in LLMs for ranking: (1) LLMs are constrained by limited input length, precluding them from processing a large number of documents simultaneously; (2) The output document sequence is influenced by the input order of documents, resulting in inconsistent ranking outcomes; (3) Achieving a balance between cost and ranking performance is challenging. To tackle these issues, we introduce a novel documents ranking method called TourRank, which is inspired by the sport tournaments, such as FIFA World Cup. Specifically, we 1) overcome the limitation in input length and reduce the ranking latency by incorporating a multi-stage grouping strategy similar to the parallel group stage of sport tournaments; 2) improve the ranking…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques
