Leveraging Reference Documents for Zero-Shot Ranking via Large Language Models
Jieran Li, Xiuyuan Hu, Yang Zhao, Shengyao Zhuang, Hao Zhang

TL;DR
RefRank introduces a reference-based comparative ranking method using large language models that achieves high accuracy with linear computational complexity, balancing efficiency and effectiveness in zero-shot information retrieval.
Contribution
The paper proposes RefRank, a novel linear-time ranking approach leveraging a fixed reference document to improve zero-shot ranking performance with reduced computational cost.
Findings
RefRank outperforms Pointwise baselines in benchmark tests.
RefRank achieves comparable performance to Pairwise methods.
Aggregation of multiple references enhances robustness.
Abstract
Large Language Models (LLMs) have demonstrated exceptional performance in the task of text ranking for information retrieval. While Pointwise ranking approaches offer computational efficiency by scoring documents independently, they often yield biased relevance estimates due to the lack of inter-document comparisons. In contrast, Pairwise methods improve ranking accuracy by explicitly comparing document pairs, but suffer from substantial computational overhead with quadratic complexity (). To address this tradeoff, we propose \textbf{RefRank}, a simple and effective comparative ranking method based on a fixed reference document. Instead of comparing all document pairs, RefRank prompts the LLM to evaluate each candidate relative to a shared reference anchor. By selecting the reference anchor that encapsulates the core query intent, RefRank implicitly captures relevance cues,…
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 · Natural Language Processing Techniques · Text and Document Classification Technologies
