---
title: Multi-Draw Surrogacy Theorems
url: https://www.emergentmind.com/topics/multi-draw-surrogacy-theorems
type: topic
---

# Multi-Draw Surrogacy Theorems

Multi-Draw Surrogacy Theorems are a class of statistical results that formalize the conditions and procedures under which averages of multiple independent surrogate outcomes—such as repeated draws from a stochastic model like a large language model (LLM)—provide valid estimates for treatment effects on target outcomes of interest, such as human responses in randomized experiments. These theorems are central to the emerging methodology of using computational surrogates, particularly LLMs, to accelerate experimentation in fields like causal inference, A/B testing, and safety-critical system validation, while rigorously quantifying the implications of model stochasticity and calibration.

## 1. Formal Framework for Surrogate-Based Causal Inference

The surrogacy framework considers experiments in which a randomized treatment $W \in \{0,1\}$ is assigned alongside observed covariates $X$. The target (e.g., human) outcome under treatment $W$ is denoted $Y_h = Y(W)$, while the surrogate outcome $Y_s$ represents an observable generated or predicted by a surrogate model (e.g., the output of an LLM given the same stimulus) [2606.17165]. The central population of interest may be split into a reference data sample $P=0$, in which both $Y_h$ and $Y_s$ are observed, and a deployment sample $P=1$, in which only $Y_s$ is observable.

Identification of the average treatment effect (ATE) on the target outcome, $\tau_h = \mathbb{E}[Y_h(1) - Y_h(0)]$, via surrogacy requires two principal assumptions:

- **Surrogacy (Prentice Criterion):** $Y_h \perp W \mid (X, Y_s)$, ensuring conditional independence of $Y_h$ from $W$ given $(X, Y_s)$.
- **Comparability:** $Y_h \perp P \mid (X, Y_s)$ with appropriate support-overlap, enabling valid transport of the surrogate calibration across samples.

The key quantity is the calibrated mapping $\mu(x, y_s) = \mathbb{E}[Y_h \mid X = x, Y_s = y_s, P=0]$. Under both surrogacy and comparability, the plug-in estimator

\[
\tau_h = \mathbb{E}[\mu(X, Y_s) \mid P=1, W=1] - \mathbb{E}[\mu(X, Y_s) \mid P=1, W=0]
\]

identifies the human ATE from surrogate-only experiments [2606.17165].

## 2. Stochastic Surrogates and Multi-Draw Averaging

Many surrogate models, including LLMs, produce stochastic outcomes: repeated queries with the same input $(W, X)$ yield independent realizations $Y_{s,1}, Y_{s,2}, \dots, Y_{s,K}$ drawn from $F(\cdot \mid W, X)$. This introduces both noise and bias relative to the latent expectation $\theta(W, X) = \mathbb{E}[Y_s \mid W, X]$ [2606.17165]. The multi-draw surrogacy theorems formalize several key results:

- **Identification with Infinite Replication:** Conditioning on the average surrogate $\overline{Y}_{s,K} = \frac{1}{K}\sum_{k=1}^K Y_{s,k}$ recovers the identification property as $K \to \infty$. Specifically, if $Y_h \perp W \mid (X, \theta)$ and $Y_{s,k}$ are independent given $(W,X)$, then surrogacy holds in the limit of infinite surrogate draws [Proposition 2, 2606.17165].

- **Attenuation Bias and Its Correction:** For finite $K$, calibration regressions of $Y_h$ on noisy $Y_s$ exhibit classical errors-in-variables attenuation. If $\text{Var}(\theta \mid X)$ is the signal and $\sigma^2_\epsilon$ is the surrogate's conditional noise variance, the reliability $R_K = \text{Var}(\theta \mid X)/(\text{Var}(\theta \mid X) + \sigma^2_\epsilon/K)$ approaches 1 as $K$ increases. The resulting bias and variance inflation disappear as $K \to \infty$ [Proposition 3, 2606.17165].

- **Variance Decomposition:** The estimator $\hat{\tau}$ based on the calibrated surrogate exhibits increased variance, with effective sample size $n^{\text{eff}} = n/(1 + \lambda_w/K)$, where $\lambda_w$ is the noise-to-signal ratio. Increasing $K$ thus directly boosts statistical efficiency [2606.17165].

## 3. Falsification, Partial Identification, and Robustness Bounds

Surrogacy and comparability are empirically falsifiable but not verifiable for novel treatments or domains. Multi-draw surrogacy estimation incorporates several auxiliary diagnostic and bounding techniques:

- **Falsification of Surrogacy:** Historical data ($P=0$) with both $Y_h$ and $Y_s$ permit the construction of testable moment conditions, validating whether the surrogacy relation holds for observed treatments [2606.17165]. Passing these tests is necessary but not sufficient for out-of-sample validity.

- **Worst-Case Bias Bound under Limited Overlap:** When distributions of $(X, Y_s)$ differ between experimental ($P=0$) and deployment ($P=1$) samples, the maximum bias in transported ATE is bounded by
\[
|\Delta_1 - \Delta_0| \leq 2B(TV_0 + TV_1),
\]
where $B$ bounds $|Y_h|$ and $TV_w$ is the total variation distance between $q_{1,w}$ and $q_{0,w}$ for arm $w$ [Proposition 4, 2606.17165]. This bound holds for any calibration and does not rely on surrogacy, providing distribution-free partial identification.

## 4. Practical Calibration and Empirical Performance

Empirical studies confirm both the attenuation and variance phenomena predicted by the theory and the corrective power of multi-draw averaging and flexible nonparametric calibration:

- In Upworthy headline experiments, raw surrogate ATEs from single LLM draws are severely attenuated and noisy. Calibrated regressions using averages of $K = 5$ to $10$ LLM draws recover the human ATE within sampling error, with nonparametric regressors (random forests, gradient-boosted trees) outperforming linear models [2606.17165].

- Variance reductions, as predicted, scale with increasing $K$. Attenuation bias is rapidly eliminated even with modest replication. Diagnostic tests sometimes reveal persistent violations of surrogacy in certain prompt or model settings or for novel interventions.

- Diagnostics including hold-out moment testing, overlap quantification, positive control injections, and memorization probes are essential for trustworthy surrogate estimation.

## 5. Design Implications and Theoretical Limitations

Multi-Draw Surrogacy Theorems provide rigorously justified procedures for using computational surrogates in causal inference and system validation, subject to specific caveats:

- **Prompt and Temperature Tuning:** Prompt formulation and model temperature modulate both the informativeness (signal) and randomness (noise) of LLM surrogates. Optimal design maximizes the reliability ratio $R$. Empirically, $K \approx 5$ to $10$ draws per condition is generally sufficient for practical de-attenuation [2606.17165].

- **Unverifiable Out-of-Sample Validity:** Even if surrogacy is not falsified on historical data, validity of new treatments or external populations is fundamentally untestable absent new human evaluation [2606.17165].

- **Long-Term Outcome Surrogacy:** For long-term effects, multi-stage surrogacy (LLM → short-term, short-term → long-term) is necessary. This compounds the assumptions and increases susceptibility to violation.

- **Limited Generalization:** The results rely on the foundational model’s alignment and the calibration dataset’s coverage. Out-of-distribution queries, low-overlap cases, or foundational models with insufficient supervised alignment may invalidate surrogacy or drastically inflate bias bounds.

## 6. Applications and Broader Context

Multi-draw surrogacy theory enables a principled methodology for accelerating and reducing the cost of randomized experiments in areas where human evaluation is infeasible or expensive. It is particularly influential in the context of LLM-based behavioral simulation, fast A/B testing, and surrogate-based validation in safety-critical domains [2606.17165]. The same principles underlie gradient-based falsification with neural surrogates in control and CPS domains, where differentiable surrogate models enable efficient optimization—though these fields typically address deterministic surrogates [2605.07541, 2505.03863].

Within machine learning and causal inference, multi-draw surrogacy represents a minimal and testable relaxation of full distributional equivalence, providing a balance between efficiency and robustness as long as the implied assumptions are empirically justified and carefully diagnosed.

Source: https://www.emergentmind.com/topics/multi-draw-surrogacy-theorems