A Simple Model of Inference Scaling Laws
Noam Levi
TL;DR
This work investigates how model performance scales during inference as the number of attempts increases. It proposes a simple memorization-based framework to predict pass@k and an inference-loss, deriving analytic forms under both iid and correlated-trial assumptions and linking these to total inference cost via FLOPS. The key insight is that inference quality can exhibit a power-law improvement with more attempts, governed by task difficulty parameters, and that this behavior can be captured in a universal, model-agnostic way. Empirical validation on a VAE reconstruction task supports the proposed scaling forms and demonstrates how inference dynamics might be integrated with broader neural scaling laws.
Abstract
Neural scaling laws have garnered significant interest due to their ability to predict model performance as a function of increasing parameters, data, and compute. In this work, we propose a simple statistical ansatz based on memorization to study scaling laws in the context of inference, specifically how performance improves with multiple inference attempts. We explore the coverage, or pass@k metric, which measures the chance of success over repeated attempts and provide a motivation for the observed functional form of the inference scaling behavior of the coverage in large language models (LLMs) on reasoning tasks. We then define an "inference loss", which exhibits a power law decay as the number of trials increases, and connect this result with prompting costs. We further test our construction by conducting experiments on a simple generative model, and find that our predictions are in agreement with the empirical coverage curves in a controlled setting. Our simple framework sets the ground for incorporating inference scaling with other known scaling laws.
