CLLGSep 19, 2025

Sparse-Autoencoder-Guided Internal Representation Unlearning for Large Language Models

arXiv:2509.15631v13 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses privacy and copyright issues for LLM users, offering a novel approach to unlearning that avoids model collapse, though it is incremental relative to existing suppression-based methods.

The paper tackles the problem of effectively unlearning specific knowledge in large language models (LLMs) to address privacy and copyright concerns, proposing a method that directly modifies internal activations to shift recognition from 'known' to 'unknown', resulting in reduced recall of target knowledge without significant damage to non-target knowledge.

As large language models (LLMs) are increasingly deployed across various applications, privacy and copyright concerns have heightened the need for more effective LLM unlearning techniques. Many existing unlearning methods aim to suppress undesirable outputs through additional training (e.g., gradient ascent), which reduces the probability of generating such outputs. While such suppression-based approaches can control model outputs, they may not eliminate the underlying knowledge embedded in the model's internal activations; muting a response is not the same as forgetting it. Moreover, such suppression-based methods often suffer from model collapse. To address these issues, we propose a novel unlearning method that directly intervenes in the model's internal activations. In our formulation, forgetting is defined as a state in which the activation of a forgotten target is indistinguishable from that of ``unknown'' entities. Our method introduces an unlearning objective that modifies the activation of the target entity away from those of known entities and toward those of unknown entities in a sparse autoencoder latent space. By aligning the target's internal activation with those of unknown entities, we shift the model's recognition of the target entity from ``known'' to ``unknown'', achieving genuine forgetting while avoiding over-suppression and model collapse. Empirically, we show that our method effectively aligns the internal activations of the forgotten target, a result that the suppression-based approaches do not reliably achieve. Additionally, our method effectively reduces the model's recall of target knowledge in question-answering tasks without significant damage to the non-target knowledge.

Foundations

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

Your Notes