paper-with-me

Papers

Dependency-aware synthetic tabular data generation

2025-07-25 · Chaithra Umesh, Kristian Schultz, Manjunath Mahendra, Saptarshi Bej, Olaf Wolkenhauer arxiv

Synthetic tabular data is increasingly used in privacy-sensitive domains such as health care, but existing generative models often fail to preserve inter-attribute relationships. In particular, functional dependencies (FDs) and logical dependencies (LDs), which capture deterministic and rule-based associations between features, are rarely or often poorly retained in synthetic datasets. To address this research gap, we propose the Hierarchical Feature Generation Framework (HFGF) for synthetic tabular data generation. We created benchmark datasets with known dependencies to evaluate our proposed HFGF. The framework first generates independent features using any standard generative model, and then reconstructs dependent features based on predefined FD and LD rules. Our experiments on four benchmark datasets with varying sizes, feature imbalance, and dependency complexity demonstrate that HFGF improves the preservation of FDs and LDs across six generative models, including CTGAN, TVAE, and GReaT. Our findings demonstrate that HFGF can significantly enhance the structural fidelity and downstream utility of synthetic tabular data.

📄 PDF Abstract BibTeX arXiv:2507.19211

Code (0)

등록된 구현이 없습니다.

Tasks

Tabular Data Generation

Similar Papers 제목 키워드 기반

SAGE: Sparse Adaptive Guidance for Dependency-Aware Tabular Data Generation

2026-04-27 · Shuo Yang, Zheyu Zhang, Bardh Prenkaj, Gjergji Kasneci arxiv

Generating high-fidelity synthetic tabular data remains a critical challenge for enhancing data availability in privacy-sensitive and low-resource domains. Recent approaches leverage LLMs by representing table rows as se…

Tabular Data Generation

Not All Features Deserve Attention: Graph-Guided Dependency Learning for Tabular Data Generation with Language Models

2025-07-24 · Zheyu Zhang, Shuo Yang, Bardh Prenkaj, Gjergji Kasneci arxiv

Large Language Models (LLMs) have shown strong potential for tabular data generation by modeling textualized feature-value pairs. However, tabular data inherently exhibits sparse feature-level dependencies, where many fe…

Tabular Data GenerationGraph Learning

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

StructSynth: Leveraging LLMs for Structure-Aware Tabular Data Synthesis in Low-Data Regimes

2025-08-04 · Siyi Liu, Yujia Zheng, Yongqi Zhang arxiv

The application of machine learning on tabular data in specialized domains is severely limited by data scarcity. While generative models offer a solution, traditional methods falter in low-data regimes, and recent Large …

Improving TabPFN's Synthetic Data Generation by Integrating Causal Structure

2026-03-10 · Davide Tugnoli, Andrea De Lorenzo, Marco Virgolin, Giovanni Cinà arxiv

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…

Synthetic Data GenerationTabular Data Generation