PaRaDe: Passage Ranking using Demonstrations with Large Language Models
Andrew Drozdov, Honglei Zhuang, Zhuyun Dai, Zhen Qin, Razieh Rahimi, Xuanhui Wang, Dana Alon, Mohit Iyyer, Andrew McCallum, Donald Metzler, Kai Hui
TL;DR
PaRaDe tackles the sensitivity of LLM-driven passage re-ranking to the demonstrations included in prompts. It introduces difficulty-based selection (DBS) to automatically pick challenging demonstrations, showing DBS significantly improves ranking over zero-shot and randomly selected demonstrations on TREC/BEIR benchmarks, and extends the approach to joint demonstration selection (CDQL) and to question generation. The work demonstrates that careful demonstration selection can yield substantial gains and provides a practical, automatic method to enhance prompt-based ranking without task-specific fine-tuning. It also reveals limitations of similarity-based selection and highlights opportunities for future work combining DBS with other selection signals and applying to broader ranking tasks.
Abstract
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 to improve relevance. In this work, we improve LLM-based re-ranking by algorithmically selecting few-shot demonstrations to include in the prompt. Our analysis investigates the conditions where demonstrations are most helpful, and shows that adding even one demonstration is significantly beneficial. We propose a novel demonstration selection strategy based on difficulty rather than the commonly used semantic similarity. Furthermore, we find that demonstrations helpful for ranking are also effective at question generation. We hope our work will spur more principled research into question generation and passage ranking.
