Planting and Mitigating Memorized Content in Predictive-Text Language Models
C.M. Downey, Wei Dai, Huseyin A. Inan, Kim Laine, Saurabh Naik, Tomasz, Religa

TL;DR
This paper evaluates privacy-preserving techniques to prevent large language models from memorizing sensitive data, finding differential privacy effective but with trade-offs, while heuristic methods are largely ineffective.
Contribution
It provides a comparative analysis of heuristic and differential privacy methods for mitigating memorization in language models, highlighting differential privacy's reliability.
Findings
Heuristic mitigations are largely ineffective against memorization.
Differential privacy reliably prevents memorization.
Heuristic methods may make overly strong assumptions about sensitive data.
Abstract
Language models are widely deployed to provide automatic text completion services in user products. However, recent research has revealed that language models (especially large ones) bear considerable risk of memorizing private training data, which is then vulnerable to leakage and extraction by adversaries. In this study, we test the efficacy of a range of privacy-preserving techniques to mitigate unintended memorization of sensitive user text, while varying other factors such as model size and adversarial conditions. We test both "heuristic" mitigations (those without formal privacy guarantees) and Differentially Private training, which provides provable levels of privacy at the cost of some model performance. Our experiments show that (with the exception of L2 regularization), heuristic mitigations are largely ineffective in preventing memorization in our test suite, possibly because…
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.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Topic Modeling
MethodsTest
