TL;DR
JointRank introduces a scalable, model-agnostic reranking method that partitions large candidate sets into overlapping blocks, enabling efficient global ranking with improved relevance and reduced latency.
Contribution
It proposes a novel partitioning and aggregation approach for large-scale reranking that overcomes input size constraints of existing listwise models.
Findings
Achieves higher nDCG@10 (70.88) compared to full-context approach (57.68).
Reduces reranking latency from 21 to 8 seconds.
Demonstrates effectiveness on TREC DL-2019 dataset.
Abstract
Efficiently ranking relevant items from large candidate pools is a cornerstone of modern information retrieval systems -- such as web search, recommendation, and retrieval-augmented generation. Listwise rerankers, which improve relevance by jointly considering multiple candidates, are often limited in practice: either by model input size constraints, or by degraded quality when processing large sets. We propose a model-agnostic method for fast reranking large sets that exceed a model input limits. The method first partitions candidate items into overlapping blocks, each of which is ranked independently in parallel. Implicit pairwise comparisons are then derived from these local rankings. Finally, these comparisons are aggregated to construct a global ranking using algorithms such as Winrate or PageRank. Experiments on TREC DL-2019 show that our method achieves an nDCG@10 of 70.88…
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.
