English

REALM: Recursive Relevance Modeling for LLM-based Document Re-Ranking

Information Retrieval 2025-10-03 v2

Abstract

Large Language Models (LLMs) have shown strong capabilities in document re-ranking, a key component in modern Information Retrieval (IR) systems. However, existing LLM-based approaches face notable limitations, including ranking uncertainty, unstable top-k recovery, and high token cost due to token-intensive prompting. To effectively address these limitations, we propose REALM, an uncertainty-aware re-ranking framework that models LLM-derived relevance as Gaussian distributions and refines them through recursive Bayesian updates. By explicitly capturing uncertainty and minimizing redundant queries, REALM achieves better rankings more efficiently. Experimental results demonstrate that our REALM surpasses state-of-the-art re-rankers while significantly reducing token usage and latency, improving NDCG@10 by 0.7-11.9 and simultaneously reducing the number of LLM inferences by 23.4-84.4%, promoting it as the next-generation re-ranker for modern IR systems.

Keywords

Cite

@article{arxiv.2508.18379,
  title  = {REALM: Recursive Relevance Modeling for LLM-based Document Re-Ranking},
  author = {Pinhuan Wang and Zhiqiu Xia and Chunhua Liao and Feiyi Wang and Hang Liu},
  journal= {arXiv preprint arXiv:2508.18379},
  year   = {2025}
}

Comments

EMNLP 2025 (Main Conference, Oral). 15 pages, 3 figures

R2 v1 2026-07-01T05:05:16.610Z