Measuring all the noises of LLM Evals
Sida Wang
TL;DR
This work addresses how to robustly evaluate LLMs by decomposing evaluation noise into prediction and data components using the law of total variance. It introduces the all-pairs paired method to measure these noise components across all model pairs and evals, enabling accurate noise estimation and power analyses with formulas such as $\mathrm{Var}_{x,\epsilon}[A] = \mathrm{Var}_x[\mathrm{E}_{\epsilon}[A]] + \mathrm{E}_x[\mathrm{Var}_{\epsilon}[A]]$. The authors report two main findings: total noise is predictable as a function of model accuracy and prediction noise typically dominates data noise, implying that averaging predictions can dramatically improve statistical power. They provide estimators, small-$K$ corrections, and practical guidance for noise-aware meta-analysis of multiple evals, offering a path to more robust and scalable evaluation of LLMs.
Abstract
Separating signal from noise is central to experimental science. Applying well-established statistical method effectively to LLM evals requires consideration of their unique noise characteristics. We clearly define and measure three types of noise: prediction noise from generating different answers on a given question, data noise from sampling questions, and their combined total noise following the law of total variance. To emphasize relative comparisons and gain statistical power, we propose the all-pairs paired method, which applies the paired analysis to all pairs of LLMs and measures all the noise components based on millions of question-level predictions across many evals and settings. These measurements revealed clear patterns. First, each eval exhibits a characteristic and highly predictable total noise level across all model pairs. Second, paired prediction noise typically exceeds paired data noise, which means reducing prediction noise by averaging can significantly increase statistical power. These findings enable practitioners to assess significance without custom testing and to detect much smaller effects in controlled experiments.
