LGDec 5, 2025

Beyond Data Filtering: Knowledge Localization for Capability Removal in LLMs

arXiv:2512.05648v14 citations
Originality Incremental advance
AI Analysis

This addresses safety concerns for AI developers and users by offering a pretraining-time mitigation that is more resilient to labeling errors, though it is incremental as it builds on prior Gradient Routing techniques.

The paper tackles the problem of removing specific capabilities from large language models to mitigate dual-use risks, introducing Selective GradienT Masking (SGTM) which improves robustness to label noise and provides a better retain/forget trade-off compared to prior methods like data filtering and Gradient Routing, with SGTM requiring seven times more fine-tuning steps to undo removal compared to a baseline method.

Large Language Models increasingly possess capabilities that carry dual-use risks. While data filtering has emerged as a pretraining-time mitigation, it faces significant challenges: labeling whether data is harmful is expensive at scale, and given improving sample efficiency with larger models, even small amounts of mislabeled content could give rise to dangerous capabilities. To address risks associated with mislabeled harmful content, prior work proposed Gradient Routing (Cloud et al., 2024) -- a technique that localizes target knowledge into a dedicated subset of model parameters so they can later be removed. We explore an improved variant of Gradient Routing, which we call Selective GradienT Masking (SGTM), with particular focus on evaluating its robustness to label noise. SGTM zero-masks selected gradients such that target domain examples only update their dedicated parameters. We test SGTM's effectiveness in two applications: removing knowledge of one language from a model trained on a bilingual synthetic dataset, and removing biology knowledge from a model trained on English Wikipedia. In both cases SGTM provides better retain/forget trade-off in the presence of labeling errors compared to both data filtering and a previously proposed instantiation of Gradient Routing. Unlike shallow unlearning approaches that can be quickly undone through fine-tuning, SGTM exhibits strong robustness to adversarial fine-tuning, requiring seven times more fine-tuning steps to reach baseline performance on the forget set compared to a finetuning-based unlearning method (RMU). Our results suggest SGTM provides a promising pretraining-time complement to existing safety mitigations, particularly in settings where label noise is unavoidable.

Foundations

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

Your Notes