Effective Skill Unlearning through Intervention and Abstention
Yongce Li, Chung-En Sun, Tsui-Wei Weng
TL;DR
The paper tackles skill unlearning in large language models by proposing two training-free methods: Neuron Adjust, which at inference time shifts neuron pre-activations to align with the retaining skill distribution, and Key Space Detection, which abstains on activations whose key-space embeddings fall inside skill-specific hypercubes. Grounded by observations that pre-activation distributions differ across skills and that skill-triggering queries cluster in the FFL key space, the methods aim to forget a targeted skill while preserving overall capabilities. Empirical results on math (GSM8K), coding (MBPP), and language (MLQA) tasks across multiple models demonstrate substantial forgetting of the targeted skill (often >80%) with minimal degradation to MMLU and other abilities, with KSD offering near-perfect forgetting and robust overall performance. These findings illuminate spatial structures in neural activations and offer practical, scalable, and interpretable tools for targeted unlearning and safety controls in LLMs.
Abstract
Large language Models (LLMs) have demonstrated remarkable skills across various domains. Understanding the mechanisms behind their abilities and implementing controls over them is becoming increasingly important for developing better models. In this paper, we focus on skill unlearning in LLMs, specifically unlearning a particular skill while retaining their overall capabilities. We introduce two lightweight, training-free machine skill unlearning techniques for LLMs. First, we observe that the pre-activation distribution of neurons in each Feed-Forward Layer (FFL) differs when the model demonstrates different skills. Additionally, we find that queries triggering the same skill cluster within the FFL key space and can be separated from other queries using a hypercube. Based on these observations, we propose two lightweight, training-free skill unlearning methods via \textit{intervention} and \textit{abstention} respectively: \texttt{Neuron Adjust} and \texttt{Key Space Detection}. We evaluate our methods on unlearning math-solving, Python-coding, and comprehension skills across seven different languages. The results demonstrate their strong unlearning capabilities for the designated skills. Specifically, \texttt{Key Space Detection} achieves over 80\% relative performance drop on the forgetting skill and less than 10\% relative performance drop on other skills and the model's general knowledge (MMLU) for most unlearning tasks. Our code is available at https://github.com/Trustworthy-ML-Lab/effective_skill_unlearning
