paper-with-me

Papers

TabSCM: A practical Framework for Generating Realistic Tabular Data

2026-04-24 · Sven Jacob, Bardh Prenkaj, Weijia Shao, Gjergji Kasneci arxiv

Most tabular-data generators match marginal statistics yet ignore causal structure, leading downstream models to learn spurious or unfair patterns. We present TabSCM, a mixed-type generator that preserves those causal dependencies. Starting from a Completed Partially Directed Acyclic Graph (CPDAG) found by any causal structure discovery algorithm, TabSCM (i) orients edges to a DAG, (ii) fits root-node marginals with KDE or categorical frequencies, and (iii) learns topologically ordered structural assignments. Such assignments are achieved using conditional diffusion models for continuous variables as child nodes and gradient-boosted trees for categorical ones. Ancestral sampling yields semantically valid records and enables exact counterfactual queries. On seven public datasets, encompassing healthcare, finance, housing, environment, TabSCM matches or surpasses state-of-the-art GAN, diffusion, and LLM baselines in statistical fidelity, downstream utility, and privacy risk, while also cutting rule-violation rates and providing causally meaningful and robust conditional interventions. Because generation is decomposed into explicit equations, it runs up to 583$\times$ faster than diffusion-only models and exposes interpretable knobs for fairness auditing and policy simulation, making TabSCM a practical choice for realism, explainability, and causal soundness.

📄 PDF Abstract BibTeX arXiv:2604.22337

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TabularARGN: A Flexible and Efficient Auto-Regressive Framework for Generating High-Fidelity Synthetic Data

2025-01-21 · arXiv:2501.12012v1 2025 1 · Paul Tiwald, Ivona Krchova, Andrey Sidorenko, Mariana Vargas-Vieyra 외

Synthetic data generation for tabular datasets must balance fidelity, efficiency, and versatility to meet the demands of real-world applications. We introduce the Tabular Auto-Regressive Generative Network (TabularARGN),…

FairnessImputationSynthetic Data GenerationTabular Data Generation

GReaTER: Generate Realistic Tabular data after data Enhancement and Reduction

2025-03-19 · Tung Sum Thomas Kwok, Chi-Hua Wang, Guang Cheng

Tabular data synthesis involves not only multi-table synthesis but also generating multi-modal data (e.g., strings and categories), which enables diverse knowledge synthesis. However, separating numerical and categorical…

In-Context LearningTabular Data Generation

Realistic Data Augmentation Framework for Enhancing Tabular Reasoning

2022-10-23 · Dibyakanti Kumar, Vivek Gupta, Soumya Sharma, Shuo Zhang

Existing approaches to constructing training data for Natural Language Inference (NLI) tasks, such as for semi-structured table reasoning, are either via crowdsourcing or fully automatic methods. However, the former is e…

counterfactualData AugmentationNatural Language Inference

Deep generative models as an adversarial attack strategy for tabular machine learning

2024-09-19 · Salijona Dyrmishi, Mihaela Cătălina Stoian, Eleonora Giunchiglia, Maxime Cordy

Deep Generative Models (DGMs) have found application in computer vision for generating adversarial examples to test the robustness of machine learning (ML) systems. Extending these adversarial techniques to tabular ML pr…

Adversarial Attack

Generating Synthetic Relational Tabular Data via Structural Causal Models

2025-07-04 · Frederik Hoppe, Astrid Franz, Lars Kleinemeier, Udo Göbel arxiv

Synthetic tabular data generation has received increasing attention in recent years, particularly with the emergence of foundation models for tabular data. The breakthrough success of TabPFN (Hollmann et al.,2025), which…

Tabular Data Generation