Stratified Prediction-Powered Inference for Hybrid Language Model Evaluation
Adam Fisch, Joshua Maynez, R. Alex Hofer, Bhuwan Dhingra, Amir Globerson, William W. Cohen
TL;DR
StratPPI extends Prediction-Powered Inference by introducing stratified sampling to exploit heterogeneity in autorater performance across input subdomains, delivering provably valid confidence intervals with tighter variance than unstratified PPI. The method defines a stratified, rectified loss and derives asymptotic normality for the stratified estimator, along with closed-form solutions for optimal per-stratum weighting and budget allocation. The authors provide theoretical guarantees and extensive experiments on simulations and real datasets (Seahorse, AttributedQA, Galaxy) demonstrating substantial reductions in CI width, particularly under heterogeneity, thereby reducing the number of human labels needed for reliable evaluation. This approach offers a practical, frequentist alternative to Bayesian methods for hybrid evaluation and can power more efficient, subdomain-aware assessments of LLMs.
Abstract
Prediction-powered inference (PPI) is a method that improves statistical estimates based on limited human-labeled data. PPI achieves this by combining small amounts of human-labeled data with larger amounts of data labeled by a reasonably accurate -- but potentially biased -- automatic system, in a way that results in tighter confidence intervals for certain parameters of interest (e.g., the mean performance of a language model). In this paper, we propose a method called Stratified Prediction-Powered Inference (StratPPI), in which we show that the basic PPI estimates can be considerably improved by employing simple data stratification strategies. Without making any assumptions on the underlying automatic labeling system or data distribution, we derive an algorithm for computing provably valid confidence intervals for population parameters (such as averages) that is based on stratified sampling. In particular, we show both theoretically and empirically that, with appropriate choices of stratification and sample allocation, our approach can provide substantially tighter confidence intervals than unstratified approaches. Specifically, StratPPI is expected to improve in cases where the performance of the autorater varies across different conditional distributions of the target data.
