Structured Evaluation of Synthetic Tabular Data
Scott Cheng-Hsin Yang, Baxter Eaves, Michael Schmidt, Ken Swanson, Patrick Shafto
TL;DR
The paper introduces a Structured Evaluation Framework for synthetic tabular data, unifying disparate evaluation metrics under the objective that synthetic samples should be drawn from the same joint distribution as the real data, $Q=P$ with $S \sim Q$. It decomposes distributions into a spectrum of substructures (marginals, pairwise, leave-one-out conditionals, full joint, missingness) and links both model-free and model-based metrics, including a PCC-based surrogate, to these substructures. Through experiments on eight synthesizers across three datasets, the authors show that methods explicitly modeling tabular structure, such as SynthPop and PCC, deliver superior performance, particularly on smaller datasets, and that PCC-based metrics provide robust, coherent evaluation aligned with model-based surrogates. The framework offers practical guidance for metric selection, baseline design, and future metric development, with open-source implementations to facilitate adoption and extension.
Abstract
Tabular data is common yet typically incomplete, small in volume, and access-restricted due to privacy concerns. Synthetic data generation offers potential solutions. Many metrics exist for evaluating the quality of synthetic tabular data; however, we lack an objective, coherent interpretation of the many metrics. To address this issue, we propose an evaluation framework with a single, mathematical objective that posits that the synthetic data should be drawn from the same distribution as the observed data. Through various structural decomposition of the objective, this framework allows us to reason for the first time the completeness of any set of metrics, as well as unifies existing metrics, including those that stem from fidelity considerations, downstream application, and model-based approaches. Moreover, the framework motivates model-free baselines and a new spectrum of metrics. We evaluate structurally informed synthesizers and synthesizers powered by deep learning. Using our structured framework, we show that synthetic data generators that explicitly represent tabular structure outperform other methods, especially on smaller datasets.
