CLAIApr 17, 2025

GRAIL: Gradient-Based Adaptive Unlearning for Privacy and Copyright in LLMs

arXiv:2504.12681v13 citationsh-index: 3IJCNN
Originality Incremental advance
AI Analysis

This addresses privacy and copyright concerns in LLMs for users and developers, offering a more efficient solution than retraining, though it builds incrementally on existing unlearning methods.

The paper tackles the problem of removing sensitive information from large language models without retraining, proposing GRAIL, a multi-domain unlearning framework that achieves unlearning success comparable to existing methods while improving knowledge retention by up to 17%.

Large Language Models (LLMs) trained on extensive datasets often learn sensitive information, which raises significant social and legal concerns under principles such as the "Right to be forgotten." Retraining entire models from scratch to remove undesired information is both costly and impractical. Furthermore, existing single-domain unlearning methods fail to address multi-domain scenarios, where knowledge is interwoven across domains such as privacy and copyright, creating overlapping representations that lead to excessive knowledge removal or degraded performance. To tackle these issues, we propose GRAIL (GRadient-based AdaptIve unLearning), a novel multi-domain unlearning framework. GRAIL leverages gradient information from multiple domains to precisely distinguish the unlearning scope from the retention scope, and applies an adaptive parameter-wise localization strategy to selectively remove targeted knowledge while preserving critical parameters for each domain. Experimental results on unlearning benchmarks show that GRAIL achieves unlearning success on par with the existing approaches, while also demonstrating up to 17% stronger knowledge retention success compared to the previous state-of-art method. Our findings establish a new paradigm for effectively managing and regulating sensitive information in large-scale pre-trained language models.

Foundations

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

Your Notes