How Well Does Your Tabular Generator Learn the Structure of Tabular Data?
Xiangjian Jiang, Nikola Simidjievski, Mateja Jamnik
TL;DR
TabStruct addresses how to evaluate tabular data generators by prioritizing the preservation of causal structure. It introduces a CPDAG-level structural fidelity benchmark that compares real and synthetic data via conditional independence relations, grounded in expert-validated SCMs across diverse datasets. The study demonstrates that conventional metrics like density estimation and downstream utility often fail to reflect structural fidelity, and that many generators struggle to recover underlying tabular structures, with baselines occasionally outperforming complex models. The open-source TabStruct framework and datasets offer a practical, structure-aware benchmark to drive the development of more robust tabular data generators.
Abstract
Heterogeneous tabular data poses unique challenges in generative modelling due to its fundamentally different underlying data structure compared to homogeneous modalities, such as images and text. Although previous research has sought to adapt the successes of generative modelling in homogeneous modalities to the tabular domain, defining an effective generator for tabular data remains an open problem. One major reason is that the evaluation criteria inherited from other modalities often fail to adequately assess whether tabular generative models effectively capture or utilise the unique structural information encoded in tabular data. In this paper, we carefully examine the limitations of the prevailing evaluation framework and introduce $\textbf{TabStruct}$, a novel evaluation benchmark that positions structural fidelity as a core evaluation dimension. Specifically, TabStruct evaluates the alignment of causal structures in real and synthetic data, providing a direct measure of how effectively tabular generative models learn the structure of tabular data. Through extensive experiments using generators from eight categories on seven datasets with expert-validated causal graphical structures, we show that structural fidelity offers a task-independent, domain-agnostic evaluation dimension. Our findings highlight the importance of tabular data structure and offer practical guidance for developing more effective and robust tabular generative models. Code is available at https://github.com/SilenceX12138/TabStruct.
