ACTG-ARL: Differentially Private Conditional Text Generation with RL-Boosted Control
Abstract
Lay Summary
Modern AI is trained on vast amounts of human-generated text, such as emails, medical records, and customer reviews, but exposing raw data to algorithms can leak personal information. One alternative is to share synthetic text: AI-generated stand-ins that preserve patterns in real data while provably protecting individuals. Existing methods, however, often struggle to retain key statistical properties of the original data and offer limited control over the type of text generated. We propose a two-stage recipe. First, we learn a privacy-preserving “skeleton” of the data: a structured summary that captures attributes such as topic, sentiment, or length. Second, we train a language model to flesh out this skeleton into realistic text that respects the requested attributes. To make the model follow instructions reliably, we add a reinforcement-learning step that rewards desirable behavior, together with a safeguard that prevents the model from gaming the reward. Together, these techniques produce shareable text that is higher-quality and more controllable than prior privacy-preserving methods. This makes it easier for hospitals, banks, and other institutions to extract insights from sensitive text, and to train AI models on it, without putting users at risk.