TL;DR
The paper introduces DP-OPD, a privacy-preserving language model distillation method that simplifies training by applying differential privacy only to the student, leveraging a frozen teacher for token targets, and outperforming previous approaches.
Contribution
It proposes a synthesis-free, on-policy distillation framework that enforces differential privacy solely on the student model, reducing complexity and improving utility.
Findings
DP-OPD outperforms DP fine-tuning and off-policy DP distillation in perplexity.
It surpasses synthesis-based DP distillation on benchmark datasets.
The method simplifies the training pipeline by removing DP teacher training and synthetic data generation.
Abstract
Large language models (LLMs) are increasingly adapted to proprietary and domain-specific corpora that contain sensitive information, creating a tension between formal privacy guarantees and efficient deployment through model compression. Differential privacy (DP), typically enforced via DP-SGD, provides record-level protection but often incurs substantial utility loss in autoregressive generation, where optimization noise can amplify exposure bias and compounding errors along long rollouts. Existing approaches to private distillation either apply DP-SGD to both teacher and student, worsening computation and the privacy--utility tradeoff, or rely on DP synthetic text generation from a DP-trained teacher, avoiding DP on the student at the cost of DP-optimizing a large teacher and introducing an offline generation pipeline. We propose \textbf{Differentially Private On-Policy Distillation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
