The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Randomized A/B-style interventions on predictions can reveal when predictions causally change outcomes, but the paper shows detection often requires large sample sizes unless performative effects are large or homogeneous — creating practical regions of indistinguishability where detection is infeasible.

Actions Have Consequences: Detecting Outcome Performativity using Intervention Testing
Brandon Gower-Winter, Georg Krempl · July 29, 2026
arxiv theoretical medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Brandon Gower-Winter unresolved corpus identity
  2. Georg Krempl unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Brandon Gower-Winter provider ID
  2. Georg Krempl provider ID
OPAB randomizes predictions and tests for differences in resulting outcome distributions to detect outcome performativity, and derives sample-complexity bounds that identify when detection is feasible or infeasible under common assumption classes.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

In many domains such as Palliative Care, Credit Assignment and Recommender Systems, predictions may causally influence the outcomes they predict. This phenomena is known as Outcome Performativity. This paper formalises an approach for detecting Outcome Performativity using prediction intervention called Outcome Performativity A/B Detection (OPAB). OPAB enables the detection of Outcome Performativity by assessing the dissimilarity in outcome distributions produced by different predictions groups (interventions). If that dissimilarity is significant, Outcome Performativity is detected. We derive sample complexity bounds for OPAB under various Outcome Performative assumption classes which we empirically validate. Results show that detecting Outcome Performativity using OPAB is achievable in numerous cases. Results also show the presence of regions of indistinguishability which describe settings where the allotted number of interventions are insufficient for detecting Outcome Performativity. The results of which have broader practical implications for the detectability of Outcome Performativity in settings where samples are scarce, cost-prohibitive or potentially unethical to obtain. The paper concludes with a case study on the efficacy of OPAB on the Open Bandits dataset, and provides directions for future work.

Summary

Main Finding

The paper introduces OPAB (Outcome Performativity A/B Detection), an offline intervention-testing method that detects whether model predictions causally affect observed outcomes (Outcome Performativity) by randomly assigning predictions (do-interventions) and statistically testing for distributional differences in outcomes between assigned groups. The authors derive sample-complexity bounds for detecting performativity under several assumption classes, empirically validate those bounds on multiple datasets, and identify practical “regions of indistinguishability” where available interventions are insufficient to detect performativity.

Key Points

  • Problem: Predictions can causally influence the outcomes they predict (Outcome Performativity), e.g., credit decisions affecting default or clinical predictions affecting care decisions. Undetected performativity can produce biased datasets and degrade future model performance.
  • Method (OPAB): For an offline labeling phase, randomly assign predictions ˆy ∼ Bernoulli(0.5) to instances (a do-intervention), observe outcomes y, and test whether P(Y | do(ˆY=0)) and P(Y | do(ˆY=1)) differ significantly (e.g., Chi-squared or Fisher’s exact test). If so, conclude Outcome Performativity.
  • Key theoretical result (Simple Outcome Performativity): when outcomes depend only on prediction (P(y=1 | ˆy=c) = α_c), the minimum per-group sample size N (for a Chi-squared test at significance δ) to detect a difference is N = χ^2_δ * [2(α0 + α1) − (α0 + α1)^2] / [2(α0 − α1)^2]. Consequence: required N → ∞ as α0 ≈ α1; small differences can be practically undetectable.
  • Model-based extension: allowing dependence on features via a model f_θ (p*(x,ˆy) = f_θ(x + β_{ˆy}·θ)) yields an analogous bound where α_c is replaced by the observed group proportion p_{β_c} = P(Y=1 | do(ˆY=c), θ). Behavior is qualitatively similar: detection easier when per-group outcome rates diverge.
  • Misclassification-based dynamics (as in prior work) also analyzed; the paper derives and validates sample complexity bounds under that assumption class as well (details and empirical validation included).
  • Regions of indistinguishability: For a given budgeted per-group sample size \bar N and assumption-class parameters a, define the set of parameterizations where \bar N < N_{δ,a}. These parameter regions show where OPAB cannot reliably detect performativity for practical sample budgets.
  • Empirical validation: simulations and experiments on multiple binary classification datasets (breast cancer, diabetes, adult census, Kickstarter, Titanic, loan) show the derived bounds predict detection behavior and reveal large indistinguishable regions when per-group effects are small. A case study on the Open Bandits dataset is also provided.
  • Practical assumptions & caveats: the main operational simplification in much of the analysis is assuming uniform performative effect across the feature space so that group-level outcome distributions can be directly compared. When feature-dependent effects are present, conditional-estimation methods (T-learner, Double ML) are needed but are more sensitive to modeling choices and intervention imbalance.

Data & Methods

  • OPAB algorithm:
    • For each instance x in a labeling set, randomly assign a prediction ˆy ∼ Bernoulli(0.5).
    • Observe the resulting outcome y after that prediction is acted on.
    • Accumulate counts for groups ˆy=0 and ˆy=1 and run a statistical test (Chi-squared or Fisher exact) comparing outcome distributions.
    • Reject null (declare performativity) if test p-value ≤ δ.
  • Statistical testing: primary tests used are Chi-squared (δ = 0.05) and Fisher’s exact; robustness checks with other tests reported in appendix.
  • Sample-complexity derivations: closed-form N expressions are derived for Simple and Model-based assumption classes (proofs in appendix). Misclassification-based bounds are also derived for that dynamics class.
  • Empirical evaluation:
    • Synthetic imputation of performativity on existing non-performative datasets by manipulating outcomes according to the assumed dynamics (simple, model-based, misclassification).
    • Repeated simulations (typically averaged over many replicates) to estimate OPAB detection rates across parameter grids (e.g., α0, α1 or β0, β1).
    • Datasets used: breast cancer, diabetes, adult census, Kickstarter, Titanic, loan; plus an Open Bandits case study.
    • Typical setup: perform interventions on a subset (e.g., 10%) of dataset; measure detection probability as function of per-group sample size N and effect parameters.

Implications for AI Economics

  • Cost and feasibility of detecting performativity:
    • The derived sample-complexity formulas allow practitioners and regulators to estimate labeling/intervention costs required to reliably detect outcome feedback. In many economically important settings (credit, insurance, marketplaces), required sample sizes can be very large when performative effects are modest, potentially making pre-deployment detection cost-prohibitive.
  • Investment and monitoring decisions:
    • Firms should weigh the upfront cost of intervention-based testing (OPAB) against downstream risks: biased training data, degraded model performance, legal/regulatory liabilities, and negative welfare externalities. The presence of regions of indistinguishability suggests that in some parameter regimes it may be optimal to invest in continuous online monitoring rather than expensive offline testing.
  • Market and strategic behavior:
    • Predictions that affect outcomes can create moral hazard and strategic responses. Detecting performativity early (pre-deployment) helps anticipate such feedback loops and design economic incentives (e.g., conditional pricing, underwriting rules) to mitigate adverse incentives.
  • Policy and regulation:
    • Regulators could require evidence of non-performativity (or certified testing for performativity) before approving high-impact automated decision systems. OPAB provides a concrete, interpretable protocol and sample-size guidance for such audits—but the protocol’s assumptions (particularly uniformity across features) must be explicitly considered in regulatory standards.
  • Pricing of data and labels:
    • In domains where interventions are costly (ethical or monetary), the sample-complexity bounds inform the price of obtaining labels under randomized predictions. This can affect budgeting for data acquisition, and competitive dynamics if only some firms can afford robust performativity testing.
  • Design of pre-deployment experiments:
    • From an economic-design perspective, OPAB suggests that randomized-assignment experiments on outcomes are an efficient first step to detect performative risk before larger investment in conditional modeling. When sample budgets are tight, prioritize detecting large-effect performativity (where detection is feasible) and plan for alternate mitigation when effects are small but economically consequential.
  • Limitations to apply in economic settings:
    • Uniform-effect assumption across X simplifies implementation but may not hold in heterogeneous economic populations (e.g., borrowers with varying resilience to denial). When heterogeneity exists, conditional methods are needed but increase sample requirements and model sensitivity — key economic trade-offs between precision and cost.

Practical recommendations for economists and practitioners - Use OPAB during labeling/label-acquisition stages when ethically and legally permissible as a low-complexity test for performativity. - Compute required per-group sample size via the provided formulas given plausible effect-size ranges; if required N exceeds budget, expect non-detectability and plan alternate monitoring/mitigation. - If heterogeneity across subpopulations is likely, either stratify OPAB experiments by key covariates or apply conditional estimators while accounting for larger sample needs and modeling risk. - Consider the social and regulatory costs of false negatives (undetected performativity) when setting detection budgets and thresholds; conservative policy may mandate testing even when OPAB cannot detect small effects.

Limitations noted by authors - Main analyses assume uniform performative effects across feature space; this makes OPAB simple but restricts applicability. - Detectability is sensitive to sample size; small but economically important effects may be practically undetectable. - Conditional estimators (if used) bring sensitivity to model and hyperparameter choices and to intervention imbalance.

Overall, OPAB provides a conceptually straightforward and analytically tractable framework for pre-deployment detection of outcome-level performativity, with explicit sample-size guidance and clear economic trade-offs between cost of testing and risk of undetected feedback.

Assessment

Paper Typetheoretical Evidence Strengthmedium — The paper provides formal derivations (sample-complexity bounds) and extensive simulation validation on multiple public binary classification datasets (with performativity synthetically imputed) and a case study on Open Bandits; however, there are no real-world field interventions or observational identification of performativity, and the main results rely on strong assumptions (uniform effects, binary outcomes, synthetic imputation). Methods Rigormedium — Rigorous theoretical derivations and clear statistical testing procedures are presented, with proofs and empirical simulation checks; but the approach depends on restrictive assumptions (uniformity across feature space, absence of hidden confounding), validation is simulation-based using imputed performativity rather than deployed interventions, and sensitivity to model choice and heterogeneity is acknowledged but not fully resolved. SampleSimulation experiments used multiple public binary-classification datasets (breast cancer, diabetes, adult census, kickstarter, titanic, loan) where performative effects were synthetically imputed under different assumption classes (Simple, Model-based, Misclassification-based); detection power reported across repeated replicates (typically 25–100) and a case study was run on the Open Bandits dataset; intervention groups were formed by randomly assigning predictions (Bernoulli 0.5) and observing outcomes. Themesgovernance adoption human_ai_collab IdentificationRandomized assignment of predictions (do-interventions / A/B testing) to decouple predictions from features and estimate P(Y | do(bY)); detection via statistical tests (Chi-squared, Fisher) on outcome distributions under random predictions. When heterogeneity exists they note alternative causal estimators (T-learner, Double ML) would be required; for analytic tractability they assume performative effects are uniform across feature space. GeneralizabilitySimulations rely on synthetic imputation of performativity; real-world performative dynamics may differ, Assumes binary outcomes and often uniform performative effects across feature space, limiting applicability to heterogeneous settings, Requires ability to intervene on predictions during data collection—may be infeasible or unethical in many domains, Does not address hidden confounding or selective compliance (instances not following assigned prediction), Results may not translate to longitudinal/deployed feedback loops where dynamics evolve over time

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Outcome Performativity can be detected offline by randomly assigning predictions to instances and testing whether the resulting outcome distributions differ between prediction groups. Other positive Detection of statistically different outcome distributions under alternative prediction interventions
Reading fidelity high
Study strength high
not reported
0.2
Using predictions generated by an existing expert or predictive model is insufficient to identify Outcome Performativity because those predictions remain dependent on the instance features. Ai Safety And Ethics negative Validity of causal identification of Outcome Performativity
Reading fidelity high
Study strength high
not reported
0.2
Under the simple Outcome Performativity model, the estimated number of interventions required per prediction group increases without bound as the difference between the two intervention-specific outcome probabilities approaches zero. Other negative Minimum intervention sample size required to detect Outcome Performativity
Reading fidelity high
Study strength high
N → ∞ when α0 ≈ α1
0.2
Under the simple Outcome Performativity model, fewer interventions are required when the two intervention-specific outcome probabilities differ more substantially. Other positive Efficiency of detecting Outcome Performativity
Reading fidelity high
Study strength high
not reported
0.2
The simulations show regions of indistinguishability: with small intervention-specific outcome differences, OPAB cannot reliably detect Outcome Performativity even with a large intervention budget. Other negative OPAB detection rate
Reading fidelity high
Study strength medium
n=25
N̄ = 10, 100, 1000, and 10000 interventions per group
0.12
The model-based Outcome Performativity setting has the same qualitative sample-complexity behavior as the simple setting: required sample size decreases as the difference between intervention effects increases and diverges as that difference approaches zero. Other mixed Minimum intervention sample size required for model-based Outcome Performativity detection
Reading fidelity high
Study strength high
N → 0.0 as |β0−β1| → ∞; N → ∞ as |β0−β1| → 0.0
0.2
OPAB was empirically evaluated on multiple binary-classification datasets with simulated Outcome Performativity, including breast cancer, diabetes, adult census, Kickstarter, Titanic, and loan datasets. Other positive OPAB detection rate across simulated Outcome Performativity settings
Reading fidelity high
Study strength medium
n=100
0.12
The paper assumes uniform Outcome Performative effects across the feature space for its basic OPAB sample-complexity analysis, which permits direct comparison of the two marginal outcome distributions without estimating conditional effects over X. Other mixed Practical identifiability and sample efficiency of Outcome Performativity detection
Reading fidelity high
Study strength medium
not reported
0.12

Notes