pith. sign in

arxiv: 2210.14348 · v3 · pith:RUYIDA7Fnew · submitted 2022-10-25 · 💻 cs.CL · cs.CR

Synthetic Text Generation with Differential Privacy: A Simple and Practical Recipe

classification 💻 cs.CL cs.CR
keywords privacysyntheticdatatextconcernsdifferentialmodelpractical
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Canonicalized Stable-List Replay for Private Federated Continual Learning over Language-Model Embeddings

    cs.LG 2026-05 unverdicted novelty 6.0

    CSLR aligns unordered private replay lists from clients using public anchor sentence signatures, yielding 3.9-5.6 point gains on continual NLP tasks at ε=4 over non-CSLR DP baselines.

  2. Fundamental Limitations of Favorable Privacy-Utility Guarantees for DP-SGD

    cs.LG 2026-01 unverdicted novelty 6.0

    Shuffled DP-SGD requires σ ≥ 1/√(2 ln M) or κ ≥ (1/√8)(1 - 1/√(4π ln M)) to limit adversarial advantage, preventing strong privacy and high utility simultaneously.

  3. InvisibleInk: High-Utility and Low-Cost Text Generation with Differential Privacy

    cs.LG 2025-06 unverdicted novelty 6.0

    InvisibleInk achieves high-utility differentially private long-form LLM text generation at 4-8x the cost of non-private generation by isolating and clipping sensitive logits and sampling from a small superset of top-k...