CLOct 30, 2024

Private Synthetic Text Generation with Diffusion Models

arXiv:2410.22971v114 citationsh-index: 24Has CodeNAACL
Originality Incremental advance
AI Analysis

This work addresses the problem of generating private synthetic text for data privacy applications, revealing limitations in diffusion models and correcting assumptions in prior research.

The paper investigates whether diffusion models can generate synthetic text under differential privacy constraints, finding that fully open-source large language models outperform diffusion models in this privacy regime.

How capable are diffusion models of generating synthetics texts? Recent research shows their strengths, with performance reaching that of auto-regressive LLMs. But are they also good in generating synthetic data if the training was under differential privacy? Here the evidence is missing, yet the promises from private image generation look strong. In this paper we address this open question by extensive experiments. At the same time, we critically assess (and reimplement) previous works on synthetic private text generation with LLMs and reveal some unmet assumptions that might have led to violating the differential privacy guarantees. Our results partly contradict previous non-private findings and show that fully open-source LLMs outperform diffusion models in the privacy regime. Our complete source codes, datasets, and experimental setup is publicly available to foster future research.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes