Autoregressive Synthesis of Sparse and Semi-Structured Mixed-Type Data
About
Synthetic data generation is a critical capability for data sharing, privacy compliance, system benchmarking and test data provisioning. Existing methods assume dense, fixed-schema tabular data, yet this assumption is increasingly at odds with modern data systems - from document databases, REST APIs to data lakes - which store and exchange data in sparse, semi-structured formats like JSON. Applying existing tabular methods to such data requires flattening of nested data into wide, sparse tables which scales poorly. We present Origami, an autoregressive transformer-based architecture that tokenizes data records, including nested objects and variable length arrays, into sequences of key, value and structural tokens. This representation natively handles sparsity, mixed types and hierarchical structure without flattening or imputation. Origami outperforms baselines spanning GAN, VAE, diffusion and autoregressive architectures on fidelity, utility and detection metrics across nearly all settings, while maintaining high privacy scores. On semi-structured datasets with up to 38% sparsity, baseline synthesizers either fail to scale or degrade substantially, while Origami maintains high-fidelity synthesis that is harder to distinguish from real data. To the best of our knowledge, Origami is the first architecture capable of natively modeling and generating semi-structured data end-to-end.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Tabular Data Synthesis | Adult | Shape Similarity0.996 | 17 | |
| Tabular Data Synthesis | Diabetes | Shapes0.996 | 15 | |
| Privacy Evaluation | Adult | -- | 10 | |
| Privacy Evaluation | Diabetes | -- | 9 | |
| Synthetic Data Detection | Adult | Overall Score0.96 | 7 | |
| Synthetic Data Utility | Adult | Overall Score99.8 | 7 | |
| Synthetic Data Detection | Diabetes | Overall Score100 | 6 | |
| Synthetic Data Utility | Diabetes | Overall Score98.4 | 6 | |
| Privacy Evaluation | Electric Vehicles | Overall Score1 | 4 | |
| Synthetic Data Detection | Yelp | Overall Score72.5 | 4 |