Optimal Stopping vs Best-of-$N$ for Inference Time Optimization
Yusuf Kalayci, Vinod Raman, Shaddin Dughmi
TL;DR
This work reframes LLM inference-time optimization as a Pandora's Box stopping problem, where each generated sample incurs a cost and reveals a random reward. It delivers a principled adaptive strategy by developing a UCB-style Pandora's Box algorithm that learns the unknown reward distribution, plus a Bradley–Terry-based normalization to handle cross-prompt scaling, enabling practical, on-the-fly stopping thresholds. The authors provide theoretical guarantees in the known-distribution limit via Weitzman's optimal policy, and finite-time guarantees under distributional families (notably Exponential) when the distribution is unknown. Empirically, the approach achieves the same reward as non-adaptive Best-of-$N$ while using 15–35% fewer generations on average across diverse prompts, models, and reward functions, thus offering meaningful efficiency gains for deployed LLM systems.
Abstract
Large language model (LLM) generation often requires balancing output quality against inference cost, especially when using multiple generations. We introduce a new framework for inference-time optimization based on the classical Pandora's Box problem. Viewing each generation as opening a costly "box" with random reward, we develop algorithms that decide when to stop generating without knowing the underlying reward distribution. Our first contribution is a UCB-style Pandora's Box algorithm, which achieves performance that is provably close to Weitzman's algorithm, the optimal strategy when the distribution is known. We further adapt this method to practical LLM settings by addressing reward scaling across prompts via a Bradley-Terry inspired transformation. This leads to an adaptive inference-time optimization method that normalizes rewards and learns stopping thresholds on the fly. Experiments on the AlpacaFarm and HH-RLHF datasets, using multiple LLM-reward model pairs, show that our adaptive strategy can obtain the same performance as non-adaptive Best-of-N sampling while requiring 15-35 percent fewer generations on average. Our results establish a principled bridge between optimal stopping theory and inference-time scaling, providing both theoretical performance bounds and practical efficiency gains for LLM deployment.
