paper-with-me

Papers

Differentially Private Tabular Data Synthesis using Large Language Models

2024-06-03 · Toan V. Tran, Li Xiong

Synthetic tabular data generation with differential privacy is a crucial problem to enable data sharing with formal privacy. Despite a rich history of methodological research and development, developing differentially private tabular data generators that can provide realistic synthetic datasets remains challenging. This paper introduces DP-LLMTGen -- a novel framework for differentially private tabular data synthesis that leverages pretrained large language models (LLMs). DP-LLMTGen models sensitive datasets using a two-stage fine-tuning procedure with a novel loss function specifically designed for tabular data. Subsequently, it generates synthetic data through sampling the fine-tuned LLMs. Our empirical evaluation demonstrates that DP-LLMTGen outperforms a variety of existing mechanisms across multiple datasets and privacy settings. Additionally, we conduct an ablation study and several experimental analyses to deepen our understanding of LLMs in addressing this important problem. Finally, we highlight the controllable generation ability of DP-LLMTGen through a fairness-constrained generation setting.

📄 PDF Abstract BibTeX arXiv:2406.01457

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessTabular Data Generation

Similar Papers 제목 키워드 기반

PATE-TabTransGAN: Differentially Private Synthetic Tabular Data Generation via Transformer-Based Student Discrimination

2026-05-26 · M. Youssef, M. Woźniak arxiv

Generating high-fidelity synthetic tabular data under formal differential privacy guarantees remains an open challenge. Methods that provide strong theoretical protection typically sacrifice the modeling of inter-feature…

Tabular Data Generation

Differentially Private Synthetic Data: Applied Evaluations and Enhancements

2020-11-11 · Lucas Rosenblatt, Xiaoyan Liu, Samira Pouyanfar, Eduardo de Leon 외

Machine learning practitioners frequently seek to leverage the most informative available data, without violating the data owner's privacy, when building predictive models. Differentially private data synthesis protects …

BIG-bench Machine Learning

An Empirical Study on the Membership Inference Attack against Tabular Data Synthesis Models

2022-08-17 · Jihyeon Hyeong, Jayoung Kim, Noseong Park, Sushil Jajodia

Tabular data typically contains private and important information; thus, precautions must be taken before they are shared with others. Although several methods (e.g., differential privacy and k-anonymity) have been propo…

Inference AttackMembership Inference Attack

Privacy-preserving data release leveraging optimal transport and particle gradient descent

2024-01-31 · Konstantin Donhauser, Javier Abad, Neha Hulkund, Fanny Yang

We present a novel approach for differentially private data synthesis of protected tabular datasets, a relevant task in highly sensitive domains such as healthcare and government. Current state-of-the-art methods predomi…

Privacy Preserving

Tabular Data Synthesis with Differential Privacy: A Survey

2024-11-04 · Mengmeng Yang, Chi-Hung Chi, Kwok-Yan Lam, Jie Feng 외

Data sharing is a prerequisite for collaborative innovation, enabling organizations to leverage diverse datasets for deeper insights. In real-world applications like FinTech and Smart Manufacturing, transactional data, o…

Survey