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 →

A single foundation model can learn to produce asymptotically tight bounds for partially identifiable causal effects by training on a canonical full‑support prior over discrete structural causal models; toy experiments show correct coverage and much faster inference than a Gibbs baseline, though real‑world scalability remains untested.

Foundation Models for Partial Causal Identification
Alexis Bellot, Anish Dhir · August 21, 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. Alexis Bellot unresolved corpus identity
  2. Anish Dhir unresolved corpus identity

Semantic Scholar

Latest observation:

  1. A. Bellot provider ID
  2. Anish Dhir provider ID
The paper defines a canonical full-support prior over discrete SCMs and shows that a PFN trained on that prior produces posterior supports that asymptotically equal the identified set, enabling valid and tight bounds for partially identifiable causal queries from observational data.

Citation observations

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

This paper investigates the development of causal foundation models for bounding the effect of interventions and counterfactuals from observational data. We show that a canonical prior can be defined with full support over the space of structural causal models with discrete observables. With this canonical prior, we translate the problem of bounding counterfactuals into that of learning distributions over functions that map data (and possibly structural assumptions) to a causal query of interest. This extends the promising causal foundational modelling paradigm to the estimation of partially-identifiable causal effects, i.e., under unobserved confounding, where multiple values are equally compatible with the observed data and prior structural assumptions.

Summary

Main Finding

The paper introduces a causal foundation-model approach for partial identification: train a Prior-Data Fitted Network (PFN) on synthetic SCMs drawn from a canonical prior that has full support over discrete structural causal models (SCMs). Under this setup the PFN’s predictive distribution converges (with increasing data) to the Bayesian posterior induced by the canonical prior conditional on the true observational distribution, and the posterior support converges to the true identified set. As a result, a single amortized model can produce asymptotically valid and tight bounds for arbitrary counterfactual/interventional queries from observational data (and optional structural constraints).

Key Points

  • Problem targeted: partial causal identification (when causal queries are not point-identified due to unobserved confounding). Goal is to produce tight bounds (identified sets) rather than single estimates.
  • Canonical SCMs: any SCM with discrete observables can be represented by a canonical SCM parameterized by finite categorical exogenous distributions; this yields a finite, maximally expressive parameterization for the discrete case.
  • Canonical prior: put a prior with full support over the canonical SCM family by combining an Erdős–Rényi edge prior over graphs and Dirichlet priors over categorical exogenous distributions. Proposition: this prior gives positive mass to all SCMs (full support).
  • PFN / amortization: train a transformer-based PFN to map (observational dataset, optional diagram) → distribution over a target causal query Ψ (binned in [0,1]), using synthetic examples generated from the canonical prior.
  • Theoretical guarantees:
    • Consistency (Thm. 1): as sample size grows, PFN predictive distribution → Π0(Ψ | P(V)), i.e., the prior restricted to SCMs that generate the observed distribution.
    • Frequentist coverage (Thm. 2): Bayesian credible sets from the PFN are asymptotically valid frequentist confidence sets for the identified set.
    • Universality (Cor. 1): 100% Bayesian credible interval of the PFN converges to the true identified set — the PFN acts as a universal solver for partial identification.
  • Practical extensions: can condition the PFN on partial/full causal diagrams (train on tuples (G, D, Ψ)), so domain knowledge is incorporable.
  • Empirical demonstration: binary two-variable examples where analytical bounds exist. PFN achieves near-perfect coverage, comparable interval widths, and orders-of-magnitude faster inference than a Gibbs baseline over graphs.

Data & Methods

  • Data generation:
    • Synthetic datasets are drawn by sampling canonical SCMs from the canonical prior (Erdős–Rényi graph prior with edge probabilities qD and qB; Dirichlet(α) priors for exogenous categorical distributions).
    • For each sampled SCM, generate n i.i.d. observational samples and compute the exact counterfactual/interventional ground truth Ψ(M).
  • Model architecture:
    • Prior-Data Fitted Network (transformer-based), with input embeddings encoding variable values, types (observational vs interventional), and correlations.
    • Alternating attention layers: sample-wise attention (across dataset rows) and feature-wise attention (within-sample variable dependencies).
    • Linear head decodes a discrete (binned) predictive distribution over Ψ ∈ [0,1].
  • Training objective: PFN is trained to predict the posterior predictive distribution over binned Ψ given the observational dataset, using synthetic (Dn, Ψ) pairs drawn from the canonical prior.
  • Theoretical analysis:
    • Proved full support of canonical prior (so all SCMs compatible with observed distribution are a priori possible).
    • Show PFN converges to the prior conditioned on the observational distribution; credible sets attain asymptotic frequentist coverage; posterior support converges to identified set.
  • Baselines / experiments:
    • Compared to a Gibbs sampler baseline (which requires graph input, so they took union over all 2-variable diagrams).
    • Metrics: coverage, mean interval width, and end-to-end inference time as function of dataset size n. Results: PFN (CFM) achieved ~100% coverage, similar widths, and much faster inference (milliseconds vs ~1s+ for Gibbs).

Implications for AI Economics

  • Practical amortized solver for bounds under unobserved confounding:
    • Economists often face partial identification problems (e.g., treatment effects with unmeasured confounding, imperfect compliance). A trained CFM can produce tight, valid bounds for many different queries and datasets without bespoke derivations for each structural assumption.
  • Scalability and speed:
    • Once trained, inference is extremely fast relative to iterative sampling/optimization baselines. This enables large-scale policy evaluation, sensitivity analyses, and repeated scenario testing (valuable for policy design, counterfactual scenario simulations, and automated economic decision tools).
  • Integrating limited domain knowledge:
    • The ability to condition on partial causal graphs (or other structural constraints) makes the approach flexible for economics settings where some structural relations are known (e.g., institutional constraints, timing, exclusion restrictions) but others are uncertain.
  • Reliable uncertainty quantification:
    • Asymptotic frequentist coverage of PFN credible sets gives a formal guarantee that posterior-derived bounds are valid confidence sets for identified sets — helpful for communicating uncertainty in policy recommendations and for regulation-sensitive domains.
  • Cautions and limitations for economic applications:
    • Discrete-observables assumption: the theoretical construction relies on finite discrete endogenous variables. Many economic variables are continuous or high-cardinality; extension to continuous outcomes is nontrivial and not solved here.
    • Finite-sample behavior and prior sensitivity: while asymptotic guarantees hold, finite-sample bounds depend on the choice of canonical prior (Erdős–Rényi/Dirichlet hyperparameters) and PFN capacity/training. Domain-informed priors or conditioning on partial graphs are advisable.
    • High-dimensional systems: canonical parameterization can lead to very large latent cardinalities as graph size grows; computational and sample requirements may grow rapidly in realistic economic models. Careful architecture scaling, dimension reduction, or structured priors will be needed.
    • Interpretability & validation: PFNs are black-box neural models. For policy-sensitive economic decisions, combining PFN outputs with analytic bounds, sensitivity analyses, and diagnostic checks remains important.
  • Overall: the paper supplies a promising framework to amortize and scale partial-identification inference in economics, enabling fast, principled bounding of causal queries under unobserved confounding, provided either variables are discrete or appropriate extensions/approximations are used and finite-sample/prior choices are carefully handled.

Assessment

Paper Typetheoretical Evidence Strengthmedium — The paper gives formal results (Proposition on full support, Theorems on PFN consistency and frequentist coverage, and a corollary of universality) which provide strong asymptotic theoretical support; empirical validation is limited to small synthetic (binary two-variable) experiments and does not demonstrate performance on realistic, higher-dimensional, or continuous cases, so practical strength is unproven. Methods Rigorhigh — Rigorous formalization using SCMs, clear definitions (canonical SCM/prior), and proofs of full support, posterior consistency, and frequentist coverage; the learning/approximation machinery (PFN/transformer) is described and benchmarked versus a Gibbs baseline, but empirical evaluation is narrow and relies on synthetic examples. SampleSynthetic data: canonical SCMs sampled from an Erdős–Rényi prior over causal graphs and Dirichlet priors over exogenous categorical parameters; i.i.d. observational datasets D_n drawn from those SCMs with discrete finite variables; experimental evaluation focused on binary two-variable SCMs with varying sample sizes (n) and comparison to a Gibbs-sampler baseline. Themesinnovation governance IdentificationConstruct a canonical prior with full support over the space of canonical SCMs (discrete observables) and train a Prior-Data Fitted Network (PFN) on synthetic SCMs from that prior; causal bounds are read off the posterior support of the PFN, which is shown (theoretically) to converge to the true identified set so that posterior-support-based bounds are asymptotically valid and tight. GeneralizabilityResults assume discrete, finite-valued endogenous variables—continuous or high-cardinality settings are not addressed directly., Asymptotic guarantees do not imply finite-sample tightness; performance depends on PFN capacity, training data, and prior hyperparameters., Canonical Erdős–Rényi graph prior may not reflect real-world causal graph structure; prior misspecification could affect practical bounds., Experiments are limited to very small toy systems (binary two-variable), so scalability and empirical robustness to realistic data are untested., Implementation and training costs (and sensitivity to architectural/training choices) could limit real-world applicability.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The proposed canonical prior has full support over the space of structural causal models with discrete observables. Other positive Support of the prior over discrete structural causal models
Reading fidelity high
Study strength high
not reported
0.2
The canonical parameterization can represent any structural causal model with discrete observables. Other positive Expressiveness of the canonical SCM parameterization
Reading fidelity high
Study strength medium
not reported
0.12
With sufficient PFN capacity and increasing observational sample size, the PFN predictive distribution converges weakly to the posterior distribution over the causal query induced by the canonical prior conditional on the observational distribution. Other positive Convergence of the PFN predictive distribution to the conditional prior/posterior over causal queries
Reading fidelity high
Study strength high
not reported
0.2
As the observational dataset grows, the support of the PFN predictive distribution converges to the identified set for the causal query. Decision Quality positive Accuracy of the posterior support as a representation of the identified set
Reading fidelity high
Study strength high
not reported
0.2
A (1−α) Bayesian credible set derived from the PFN is an asymptotically valid frequentist confidence set for the identified set, with limiting coverage 1−α. Decision Quality positive Frequentist coverage of credible sets for the identified set
Reading fidelity high
Study strength high
limiting coverage 1−α
0.2
The 100% Bayesian credible interval produced by the PFN converges asymptotically to the true identified set for any observational dataset and counterfactual query covered by the framework. Decision Quality positive Asymptotic recovery of the true identified set
Reading fidelity high
Study strength high
100% Bayesian credible interval
0.2
In the binary two-variable experiment, the proposed CFM achieved approximately complete coverage across context sizes from 10 to 400 observations. Decision Quality positive Coverage of derived intervals for interventional and counterfactual queries
Reading fidelity high
Study strength medium
n=100
coverage 0.99–1.00 across n=10–400
0.12
For the evaluated binary two-variable queries, the CFM's mean interval width decreased from 0.70 at n=10 to 0.63 at n=400. Decision Quality positive Mean width of derived causal-query intervals
Reading fidelity high
Study strength medium
n=100
width decreased from 0.70 to 0.63
0.12
The CFM required substantially less end-to-end inference time than the Gibbs sampler in the reported experiments. Task Completion Time positive End-to-end inference time
Reading fidelity high
Study strength medium
n=100
4.2–24.9 ms for CFM versus 1053.2–1521.1 ms for Gibbs
0.12

Notes