paper-with-me

홈 › Papers

BlitzRank: Principled Zero-shot Ranking Agents with Tournament Graphs

2026-02-05 · Sheshansh Agrawal, Thien Hang Nguyen, Douwe Kiela arxiv

Selecting the top $m$ from $n$ items via expensive $k$-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 discard comparison information, or exploit it at prohibitive cost. We introduce a tournament graph framework that provides a principled foundation for $k$-wise ranking. Our key observation is that each $k$-item comparison reveals an induced tournament of $\binom{k}{2}$ 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 the current top-$m$ output is certifiably determined and design a greedy query schedule that maximizes information gain towards identifying the top-$m$ items. The framework also gracefully handles non-transitive preferences -- cycles induced by real-world oracles -- by collapsing them into equivalence classes that yield principled tiered rankings. Applied to LLM reranking across 14 benchmarks and 5 models, BlitzRank achieves Pareto dominance over existing approaches: matching or exceeding accuracy while requiring 25--40% fewer tokens than comparable methods; against pairwise reranking, it achieves near-identical quality with 7$\times$ fewer tokens. Code available at https://github.com/ContextualAI/BlitzRank.

📄 PDF Abstract BibTeX arXiv:2602.05448

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PaRaDe: Passage Ranking using Demonstrations with Large Language Models

2023-10-22 · Andrew Drozdov, Honglei Zhuang, Zhuyun Dai, Zhen Qin 외

Recent studies show that large language models (LLMs) can be instructed to effectively perform zero-shot passage re-ranking, in which the results of a first stage retrieval method, such as BM25, are rated and reordered t…

Passage RankingPassage Re-RankingQuestion GenerationQuestion-Generation+4

Improving Zero-Shot Offline RL via Behavioral Task Sampling

2026-04-28 · Nazim Bendib, Nicolas Perrin-Gilbert, Olivier Sigaud arxiv

Offline zero-shot reinforcement learning (RL) aims to learn agents that optimize unseen reward functions without additional environment interaction. The standard approach to this problem trains task-conditioned policies …

Zero-shot GeneralizationReinforcement LearningOffline RL

LGAR: Zero-Shot LLM-Guided Neural Ranking for Abstract Screening in Systematic Literature Reviews

2025-05-30 · Christian Jaumann, Andreas Wiedholz, Annemarie Friedrich

The scientific literature is growing rapidly, making it hard to keep track of the state-of-the-art. Systematic literature reviews (SLRs) aim to identify and evaluate all relevant papers on a topic. After retrieving a set…

Binary ClassificationQuestion Answering

RD-NAS: Enhancing One-shot Supernet Ranking Ability via Ranking Distillation from Zero-cost Proxies

2023-01-24 · Peijie Dong, Xin Niu, Lujun Li, Zhiliang Tian 외

Neural architecture search (NAS) has made tremendous progress in the automatic design of effective neural network structures but suffers from a heavy computational burden. One-shot NAS significantly alleviates the burden…

Computational EfficiencyNeural Architecture Search

Open-source Large Language Models are Strong Zero-shot Query Likelihood Models for Document Ranking

2023-10-20 · Shengyao Zhuang, Bing Liu, Bevan Koopman, Guido Zuccon

In the field of information retrieval, Query Likelihood Models (QLMs) rank documents based on the probability of generating the query given the content of a document. Recently, advanced large language models (LLMs) have …

Document RankingInformation RetrievalQuestion GenerationQuestion-Generation+1