Paired Seed Evaluation: Statistical Reliability for Learning-Based Simulators
Udit Sharma
TL;DR
This paper addresses high variance in evaluation of learning-based simulators due to seed-driven randomness and proposes Paired Seed Evaluation (PSE) as a principled design to exploit shared randomness. By holding the same seed across competing interventions, PSE induces within-seed differences that cancel seed-level noise, yielding variance reduction and tighter confidence intervals when seed-level correlation is positive. The authors derive explicit variance and sample-size formulas, show empirical evidence of strong positive seed-level correlations, and demonstrate substantial effective sample size gains in a TaxAI-based case study with a learned UBI policy. The work argues that PSE is a practical, broadly applicable design principle that can improve the reliability and interpretability of benchmark conclusions without additional computational cost, and it provides guidelines for when to adopt it as the default evaluation approach.
Abstract
Machine learning systems appear stochastic but are deterministically random, as seeded pseudorandom number generators produce identical realisations across executions. Learning-based simulators are widely used to compare algorithms, design choices, and interventions under such dynamics, yet evaluation outcomes often exhibit high variance due to random initialisation and learning stochasticity. We analyse the statistical structure of comparative evaluation in these settings and show that standard independent evaluation designs fail to exploit shared sources of randomness across alternatives. We formalise a paired seed evaluation design in which competing systems are evaluated under identical random seeds, inducing matched realisations of stochastic components and strict variance reduction whenever outcomes are positively correlated at the seed level. This yields tighter confidence intervals, higher statistical power, and effective sample size gains at fixed computational budgets. Empirically, seed-level correlations are typically large and positive, producing order-of-magnitude efficiency gains. Paired seed evaluation is weakly dominant in practice, improving statistical reliability when correlation is present and reducing to independent evaluation without loss of validity when it is not.
