一种无需重新训练的模型知识移除方法
Test-Time Unlearning via Sparse Autoencoder
这个方法挺有意思,不用改模型权重就能移除特定知识,在DeepSeek和Gemma上效果还不错,感兴趣的可以看看。
本文提出了一种名为ARIA的新方法,它通过稀疏自编码器在测试时移除大语言模型中的特定知识,而不修改模型权重。该方法在DeepSeek-R1和Gemma-3等模型上进行了测试,在TOFU、R-TOFU和WMDP等基准测试中,成功减少了WMDP-cyber基准的遗忘集准确率,同时保持了MMLU基准的得分仅下降1%以内。
Test-Time Unlearning via Sparse Autoencoder
Machine unlearning aims to remove specific knowledge from a trained large language model (LLM) without retraining from scratch. Existing methods modify model weights via gradient ascent and its advances. While effective on certain benchmarks, these weight-based approaches exhibit a sharp forget-utility trade-off, where stronger forgetting of target knowledge can degrade model utility, and unlearned knowledge may reappear under post-unlearning fine-tuning or prompt attacks. We propose ARIA (autoencoder-gated inference-time unlearning), a test-time unlearning method that leaves model weights intact and gates access to unwanted knowledge only when generation enters a forget-related state. ARIA uses sparse autoencoder (SAE) latents to train a lightweight linear detector, then applies an interpretable intervention on triggered states with negligible test-time overhead. Empirical evaluations on TOFU, R-TOFU, and WMDP show that ARIA improves the forget-retain trade-off over weight-based baselines across both a thinking model (DeepSeek-R1-Distilled-Qwen-1.5B) and an instruction model (Gemma-3-1B-it), e.g., reducing WMDP-cyber forget-set accuracy significantly while keeping MMLU within 1% of the pre-unlearning model. We further introduce three post-unlearning adversarial attacks targeting weight-space and decoding-space recovery, and find that ARIA remains robust under all three, with forgetting changing by less than 1% under attack. A feature-level case study leveraging the interpretability of ARIA suggests that some retain degradation may reflect response styles underlying the unlearning data rather than leakage of the targeted knowledge itself, highlighting a potential source of bias in unlearning task construction.
- 量子位09-15 06:37原文