CLCRLGMay 4, 2022

Provably Confidential Language Modelling

BerkeleyCMU
arXiv:2205.01863v2640 citationsh-index: 60
Originality Incremental advance
AI Analysis

This addresses privacy risks for users of large language models by providing a provable confidentiality guarantee, though it is an incremental improvement building on differential privacy ideas.

The paper tackles the problem of language models memorizing private information in training data by proposing Confidentially Redated Training (CRT), a method that randomizes parts of the training process to provably prevent unintended memorization, achieving almost the same perplexity while preserving strong confidentiality.

Large language models are shown to memorize privacy information such as social security numbers in training data. Given the sheer scale of the training corpus, it is challenging to screen and filter these privacy data, either manually or automatically. In this paper, we propose Confidentially Redacted Training (CRT), a method to train language generation models while protecting the confidential segments. We borrow ideas from differential privacy (which solves a related but distinct problem) and show that our method is able to provably prevent unintended memorization by randomizing parts of the training process. Moreover, we show that redaction with an approximately correct screening policy amplifies the confidentiality guarantee. We implement the method for both LSTM and GPT language models. Our experimental results show that the models trained by CRT obtain almost the same perplexity while preserving strong confidentiality.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes