AI Navigate

Improving TabPFN's Synthetic Data Generation by Integrating Causal Structure

arXiv cs.LG / 3/12/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper shows that TabPFN's autoregressive generation can produce spurious correlations when the feature order conflicts with the underlying causal structure, degrading synthetic data quality and the preservation of causal effects.
  • It proposes two complementary strategies: DAG-aware conditioning that samples each variable given its causal parents, and a CPDAG-based approach for scenarios with partial causal knowledge.
  • Evaluations on controlled benchmarks and six CSuite datasets indicate that DAG-aware conditioning improves structural fidelity, distributional alignment, and Average Treatment Effect (ATE) preservation compared with vanilla TabPFN, while the CPDAG-based method yields moderate improvements dependent on the number of oriented edges.
  • Overall, injecting causal structure into autoregressive generation enhances the reliability, privacy preservation, and utility of synthetic tabular data across diverse settings.

Abstract

Synthetic tabular data generation addresses data scarcity and privacy constraints in a variety of domains. Tabular Prior-Data Fitted Network (TabPFN), a recent foundation model for tabular data, has been shown capable of generating high-quality synthetic tabular data. However, TabPFN is autoregressive: features are generated sequentially by conditioning on the previous ones, depending on the order in which they appear in the input data. We demonstrate that when the feature order conflicts with causal structure, the model produces spurious correlations that impair its ability to generate synthetic data and preserve causal effects. We address this limitation by integrating causal structure into TabPFN's generation process through two complementary approaches: Directed Acyclic Graph (DAG)-aware conditioning, which samples each variable given its causal parents, and a Completed Partially Directed Acyclic Graph (CPDAG)-based strategy for scenarios with partial causal knowledge. We evaluate these approaches on controlled benchmarks and six CSuite datasets, assessing structural fidelity, distributional alignment, privacy preservation, and Average Treatment Effect (ATE) preservation. Across most settings, DAG-aware conditioning improves the quality and stability of synthetic data relative to vanilla TabPFN. The CPDAG-based strategy shows moderate improvements, with effectiveness depending on the number of oriented edges. These results indicate that injecting causal structure into autoregressive generation enhances the reliability of synthetic tabular data.