BLITZRANK: Principled Zero-shot Ranking Agents with Tournament Graphs
Sheshansh Agrawal, Thien Hang Nguyen, Douwe Kiela

TL;DR
BLITZRANK introduces a principled tournament graph framework for zero-shot ranking that efficiently leverages k-wise comparisons to identify top items, outperforming existing methods in accuracy and token efficiency.
Contribution
It formalizes a tournament graph approach for k-wise ranking, enabling principled, efficient, and transitive-aware top-m item selection with fewer comparisons.
Findings
Achieves Pareto dominance over existing methods in benchmarks.
Requires 25-40% fewer tokens than comparable approaches.
Uses 7 times fewer comparisons than pairwise reranking with similar accuracy.
Abstract
Selecting the top from items via expensive -wise comparisons is central to settings ranging from LLM-based document reranking to crowdsourced evaluation and tournament design. Existing methods either rely on heuristics that fail to fully exploit the information each comparison reveals, or are inefficient when they do. We introduce a tournament graph framework that provides a principled foundation for -wise ranking. Our key observation is that each -item comparison reveals a complete tournament of pairwise preferences; aggregating these into a global preference graph and computing its transitive closure yields many additional orderings without further oracle calls. We formalize when an item's rank is certifiably determined and design a greedy query schedule that maximizes information gain towards identifying the top- items. The framework also gracefully…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Information Retrieval and Search Behavior · Multimodal Machine Learning Applications
