CLJun 20, 2024

Protecting Privacy Through Approximating Optimal Parameters for Sequence Unlearning in Language Models

arXiv:2406.14091v135 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users of large language models by providing an efficient unlearning solution, though it is incremental as it builds on existing unlearning techniques.

The paper tackles the problem of privacy risks in language models from extraction attacks by proposing a novel unlearning method called POP, which approximates optimal gradient updates to forget target token sequences while retaining performance, achieving significant improvements over state-of-the-art methods across multiple benchmarks.

Although language models (LMs) demonstrate exceptional capabilities on various tasks, they are potentially vulnerable to extraction attacks, which represent a significant privacy risk. To mitigate the privacy concerns of LMs, machine unlearning has emerged as an important research area, which is utilized to induce the LM to selectively forget about some of its training data. While completely retraining the model will guarantee successful unlearning and privacy assurance, it is impractical for LMs, as it would be time-consuming and resource-intensive. Prior works efficiently unlearn the target token sequences, but upon subsequent iterations, the LM displays significant degradation in performance. In this work, we propose Privacy Protection via Optimal Parameters (POP), a novel unlearning method that effectively forgets the target token sequences from the pretrained LM by applying optimal gradient updates to the parameters. Inspired by the gradient derivation of complete retraining, we approximate the optimal training objective that successfully unlearns the target sequence while retaining the knowledge from the rest of the training data. Experimental results demonstrate that POP exhibits remarkable retention performance post-unlearning across 9 classification and 4 dialogue benchmarks, outperforming the state-of-the-art by a large margin. Furthermore, we introduce Remnant Memorization Accuracy that quantifies privacy risks based on token likelihood and validate its effectiveness through both qualitative and quantitative analyses.

Foundations

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

Your Notes