Differentially Private Fine-tuning of Language Models
Da Yu, Saurabh Naik, Arturs Backurs, Sivakanth Gopi, Huseyin A. Inan,, Gautam Kamath, Janardhan Kulkarni, Yin Tat Lee, Andre Manoel, Lukas, Wutschitz, Sergey Yekhanin, Huishuai Zhang

TL;DR
This paper introduces simplified, efficient algorithms for differentially private fine-tuning of large language models, achieving near non-private utility with improved privacy, cost, and scalability across NLP tasks.
Contribution
It proposes a meta-framework inspired by parameter-efficient methods, outperforming previous private algorithms in utility, privacy, and computational efficiency.
Findings
Private models approach non-private accuracy on NLP tasks.
Larger models better maintain accuracy under privacy constraints.
Achieved state-of-the-art privacy-utility tradeoffs on standard datasets.
Abstract
We give simpler, sparser, and faster algorithms for differentially private fine-tuning of large-scale pre-trained language models, which achieve the state-of-the-art privacy versus utility tradeoffs on many standard NLP tasks. We propose a meta-framework for this problem, inspired by the recent success of highly parameter-efficient methods for fine-tuning. Our experiments show that differentially private adaptations of these approaches outperform previous private algorithms in three important dimensions: utility, privacy, and the computational and memory cost of private training. On many commonly studied datasets, the utility of private models approaches that of non-private models. For example, on the MNLI dataset we achieve an accuracy of using RoBERTa-Large and using RoBERTa-Base with a privacy budget of . In comparison, absent privacy constraints,…
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
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Artificial Intelligence in Healthcare and Education · Advanced Neural Network Applications
