Reranking Laws for Language Generation: A Communication-Theoretic Perspective
António Farinhas, Haau-Sing Li, André F. T. Martins
TL;DR
This work reframes generator–reranker LLM systems as a communication channel with a sender (the generator) transmitting $N$ descriptions through parallel, noisy channels and a receiver (the reranker) decoding by ranking. It derives conditions under which the overall system achieves asymptotically vanishing error $P_{\mathrm{err}}(N;q)\to0$ as $N\to\infty$, covering independent hypotheses with perfect, Mallows, and Zipf–Mandelbrot rerankers, as well as dependent (exchangeable) hypotheses with a Beta prior on the per-hypothesis error. Theoretical results yield explicit decay rates (e.g., exponential for Mallows, power-law under Beta coupling) and confirm robustness to certain dependencies; these are validated empirically on text-to-code generation and medical machine translation, with fits that capture the observed improvement in failure rates as $N$ grows. The findings suggest practical reranking laws for predicting how many hypotheses are needed to meet a target reliability and point to future directions involving interactive feedback and external verifiers to further improve LLM safety and reliability.
Abstract
To ensure large language models (LLMs) are used safely, one must reduce their propensity to hallucinate or to generate unacceptable answers. A simple and often used strategy is to first let the LLM generate multiple hypotheses and then employ a reranker to choose the best one. In this paper, we draw a parallel between this strategy and the use of redundancy to decrease the error rate in noisy communication channels. We conceptualize the generator as a sender transmitting multiple descriptions of a message through parallel noisy channels. The receiver decodes the message by ranking the (potentially corrupted) descriptions and selecting the one found to be most reliable. We provide conditions under which this protocol is asymptotically error-free (i.e., yields an acceptable answer almost surely) even in scenarios where the reranker is imperfect (governed by Mallows or Zipf-Mandelbrot models) and the channel distributions are statistically dependent. We use our framework to obtain reranking laws which we validate empirically on two real-world tasks using LLMs: text-to-code generation with DeepSeek-Coder 7B and machine translation of medical data with TowerInstruct 13B.
