paper-with-me

홈 › Papers

Beyond Yes and No: Improving Zero-Shot LLM Rankers via Scoring Fine-Grained Relevance Labels

2023-10-21 · Honglei Zhuang, Zhen Qin, Kai Hui, Junru Wu, Le Yan, Xuanhui Wang, Michael Bendersky

Zero-shot text rankers powered by recent LLMs achieve remarkable ranking performance by simply prompting. Existing prompts for pointwise LLM rankers mostly ask the model to choose from binary relevance labels like "Yes" and "No". However, the lack of intermediate relevance label options may cause the LLM to provide noisy or biased answers for documents that are partially relevant to the query. We propose to incorporate fine-grained relevance labels into the prompt for LLM rankers, enabling them to better differentiate among documents with different levels of relevance to the query and thus derive a more accurate ranking. We study two variants of the prompt template, coupled with different numbers of relevance levels. Our experiments on 8 BEIR data sets show that adding fine-grained relevance labels significantly improves the performance of LLM rankers.

📄 PDF Abstract BibTeX arXiv:2310.14122

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Zero-shot Vision-Language Reranking for Cross-View Geolocalization

2026-03-28 · Yunus Talha Erzurumlu, John E. Anderson, William J. Shuart, Charles Toth 외 arxiv

Cross-view geolocalization (CVGL) systems, while effective at retrieving a list of relevant candidates (high Recall@k), often fail to identify the single best match (low Top-1 accuracy). This work investigates the use of…

BTZSC: A Benchmark for Zero-Shot Text Classification Across Cross-Encoders, Embedding Models, Rerankers and LLMs

2026-03-12 · Ilias Aarab arxiv

Zero-shot text classification (ZSC) offers the promise of eliminating costly task-specific annotation by matching texts directly to human-readable label descriptions. While early approaches have predominantly relied on c…

Natural Language InferenceEmotion ClassificationText Classification

Drowning in Documents: Consequences of Scaling Reranker Inference

2024-11-18 · Mathew Jacob, Erik Lindgren, Matei Zaharia, Michael Carbin 외

Rerankers, typically cross-encoders, are often used to re-score the documents retrieved by cheaper initial IR systems. This is because, though expensive, rerankers are assumed to be more effective. We challenge this assu…

RerankingRetrieval

Contrastive Fine-tuning Improves Robustness for Neural Rankers

2021-05-27 · Findings (ACL) 2021 8 · Xiaofei Ma, Cicero Nogueira dos santos, Andrew O. Arnold

The performance of state-of-the-art neural rankers can deteriorate substantially when exposed to noisy inputs or applied to a new domain. In this paper, we present a novel method for fine-tuning neural rankers that can s…

Data AugmentationPassage Ranking

Pseudo-Relevance Feedback Can Improve Zero-Shot LLM-Based Dense Retrieval

2025-03-19 · Hang Li, Xiao Wang, Bevan Koopman, Guido Zuccon

Pseudo-relevance feedback (PRF) refines queries by leveraging initially retrieved documents to improve retrieval effectiveness. In this paper, we investigate how large language models (LLMs) can facilitate PRF for zero-s…

Passage RetrievalRetrieval