English

Improving Zero-shot LLM Re-Ranker with Risk Minimization

Computation and Language 2024-12-23 v2

Abstract

In the Retrieval-Augmented Generation (RAG) system, advanced Large Language Models (LLMs) have emerged as effective Query Likelihood Models (QLMs) in an unsupervised way, which re-rank documents based on the probability of generating the query given the content of a document. However, directly prompting LLMs to approximate QLMs inherently is biased, where the estimated distribution might diverge from the actual document-specific distribution. In this study, we introduce a novel framework, UR3\mathrm{UR^3}, which leverages Bayesian decision theory to both quantify and mitigate this estimation bias. Specifically, UR3\mathrm{UR^3} reformulates the problem as maximizing the probability of document generation, thereby harmonizing the optimization of query and document generation probabilities under a unified risk minimization objective. Our empirical results indicate that UR3\mathrm{UR^3} significantly enhances re-ranking, particularly in improving the Top-1 accuracy. It benefits the QA tasks by achieving higher accuracy with fewer input documents.

Keywords

Cite

@article{arxiv.2406.13331,
  title  = {Improving Zero-shot LLM Re-Ranker with Risk Minimization},
  author = {Xiaowei Yuan and Zhao Yang and Yequan Wang and Jun Zhao and Kang Liu},
  journal= {arXiv preprint arXiv:2406.13331},
  year   = {2024}
}

Comments

EMNLP 2024

R2 v1 2026-06-28T17:11:44.306Z