Synthetic Text Generation with Differential Privacy: A Simple and Practical Recipe
Xiang Yue, Huseyin A. Inan, Xuechen Li, Girish Kumar, Julia McAnallen, Hoda Shajari, Huan Sun, David Levitan, Robert Sim
TL;DR
The paper presents a practical recipe for generating privacy-preserving synthetic text by fine-tuning pretrained language models with differential privacy (DP-SGD) and sampling with control codes to condition outputs. It demonstrates that DP-trained generators can yield synthetic data with downstream-Task utility comparable to non-private or DP-only baselines, while offering formal privacy protection and benefiting from DP post-processing to support unlimited downstream tasks without additional privacy loss. Comprehensive analyses on Yelp and private Microsoft feedback data reveal a consistent length-truncation effect under DP, strong resistance to private-information leakage via canary tests, and good distributional similarity to real data when larger models are used. The work argues for the practicality of DP synthetic text in real-world applications, while candidly discussing limitations around tail distribution learning and class-imbalance effects that warrant future improvements.
Abstract
Privacy concerns have attracted increasing attention in data-driven products due to the tendency of machine learning models to memorize sensitive training data. Generating synthetic versions of such data with a formal privacy guarantee, such as differential privacy (DP), provides a promising path to mitigating these privacy concerns, but previous approaches in this direction have typically failed to produce synthetic data of high quality. In this work, we show that a simple and practical recipe in the text domain is effective: simply fine-tuning a pretrained generative language model with DP enables the model to generate useful synthetic text with strong privacy protection. Through extensive empirical analyses on both benchmark and private customer data, we demonstrate that our method produces synthetic text that is competitive in terms of utility with its non-private counterpart, meanwhile providing strong protection against potential privacy leakages.
