paper-with-me

홈 › Papers

IRG: Generating Synthetic Relational Databases using Deep Learning with Insightful Relational Understanding

2023-12-23 · Jiayu Li, Zilong Zhao, Vikram Chundawat, Biplab Sikdar, Y. C. Tay

Synthetic data has numerous applications, including but not limited to software testing at scale, privacy-preserving data sharing to enable smoother collaboration between stakeholders, and data augmentation for analytical and machine learning tasks. Relational databases, which are commonly used by corporations, governments, and financial institutions, present unique challenges for synthetic data generation due to their complex structures. Existing synthetic relational database generation approaches often assume idealized scenarios, such as every table having a perfect primary key column without composite and potentially overlapping primary or foreign key constraints, and fail to account for the sequential nature of certain tables. In this paper, we propose incremental relational generator (IRG), that successfully handles these ubiquitous real-life situations. IRG ensures the preservation of relational schema integrity, offers a deep contextual understanding of relationships beyond direct ancestors and descendants, leverages the power of newly designed deep neural networks, and scales efficiently to handle larger datasets--a combination never achieved in previous works. Experiments on three open-source real-life relational datasets in different fields at different scales demonstrate IRG's advantage in maintaining the synthetic data's relational schema validity and data fidelity and utility.

📄 PDF Abstract BibTeX arXiv:2312.15187

Code (1)

martinjurkovic/syntherela

Tasks

Data AugmentationGenerative Adversarial NetworkPrivacy Preservingsoftware testingSynthetic Data Generation

Similar Papers 제목 키워드 기반

Generating Realistic Synthetic Relational Data through Graph Variational Autoencoders

2022-11-30 · Ciro Antonio Mami, Andrea Coser, Eric Medvet, Alexander T. P. Boudewijn 외

Synthetic data generation has recently gained widespread attention as a more reliable alternative to traditional data anonymization. The involved methods are originally developed for image synthesis. Hence, their applica…

Image GenerationSynthetic Data Generation

Row Conditional-TGAN for generating synthetic relational databases

2022-11-14 · Mohamed Gueye, Yazid Attabi, Maxime Dumas

Besides reproducing tabular data properties of standalone tables, synthetic relational databases also require modeling the relationships between related tables. In this paper, we propose the Row Conditional-Tabular Gener…

Generative Adversarial Network

Probabilistic Relational Model Benchmark Generation

2016-03-02 · Mouna Ben Ishak, Rajani Chulyadyo, Philippe Leray

The validation of any database mining methodology goes through an evaluation process where benchmarks availability is essential. In this paper, we aim to randomly generate relational database benchmarks that allow to che…

Managementmodel

PluRel: Synthetic Data unlocks Scaling Laws for Relational Foundation Models

2026-02-03 · Vignesh Kothapalli, Rishabh Ranjan, Valter Hudovernik, Vijay Prakash Dwivedi 외 arxiv

Relational Foundation Models (RFMs) facilitate data-driven decision-making by learning from complex multi-table databases. However, the diverse relational databases needed to train such models are rarely public due to pr…

SQUiD: Synthesizing Relational Databases from Unstructured Text

2025-05-25 · Mushtari Sadia, Zhenning Yang, Yunming Xiao, Ang Chen 외

Relational databases are central to modern data management, yet most data exists in unstructured forms like text documents. To bridge this gap, we leverage large language models (LLMs) to automatically synthesize a relat…

Management