Contextual Relevance and Adaptive Sampling for LLM-Based Document Reranking
Jerry Huang, Siddarth Madala, Cheng Niu, Julia Hockenmaier, Tong Zhang

TL;DR
This paper introduces a new approach for document reranking that accounts for context-dependent relevance, using a sampling-based algorithm called TS-SetRank, which improves retrieval quality for complex queries.
Contribution
It proposes the concept of contextual relevance and develops TS-SetRank, an uncertainty-aware sampling method that enhances LLM-based reranking performance.
Findings
TS-SetRank improves nDCG@10 by 15-25% on BRIGHT.
Modeling relevance as context-dependent boosts reranking accuracy.
Batch composition influences reranking performance significantly.
Abstract
Reranking algorithms have made progress in improving document retrieval quality by efficiently aggregating relevance judgments generated by large language models (LLMs). However, identifying relevant documents for queries that require in-depth reasoning remains a major challenge. Reasoning-intensive queries often exhibit multifaceted information needs and nuanced interpretations, rendering document relevance inherently context dependent. To address this, we propose contextual relevance, which we define as the probability that a document is relevant to a given query, marginalized over the distribution of different reranking contexts it may appear in (i.e., the set of candidate documents it is ranked alongside and the order in which the documents are presented to a reranking model). While prior works have studied methods to mitigate the positional bias LLMs exhibit by accounting for the…
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
TopicsInformation Retrieval and Search Behavior · Topic Modeling · Natural Language Processing Techniques
