RapidUn: Influence-Driven Parameter Reweighting for Efficient Large Language Model Unlearning
Guoshenghui Zhao, Huawei Lin, Weijie Zhao
TL;DR
RapidUn introduces an influence-guided, parameter-efficient unlearning framework for LLMs that operates with tiny forget sets by estimating per-sample influence via a fast token-wise estimator, fusing directional influence signals, and translating them into bounded weights to steer LoRA-based updates. This results in stable, interpretable forgetting while preserving utility, delivering up to ~100× speedups over full retraining and outperforming competitive baselines on both in-distribution and out-of-distribution forget tests across multiple models. The approach emphasizes a practical forgetting-retention trade-off, scalability to large corpora, and applicability within PEFT pipelines suitable for deployment and compliance workflows. Overall, RapidUn demonstrates that influence-aware parameter reweighting can enable efficient, controllable unlearning in modern LLMs with strong empirical performance and interpretability.
Abstract
Removing specific data influence from large language models (LLMs) remains challenging, as retraining is costly and existing approximate unlearning methods are often unstable. The challenge is exacerbated when the forget set is small or imbalanced. We introduce RapidUn, an influence-driven and parameter-efficient unlearning framework. It first estimates per-sample influence through a fast estimation module, then maps these scores into adaptive update weights that guide selective parameter updates -- forgetting harmful behavior while retaining general knowledge. On Mistral-7B and Llama-3-8B across Dolly-15k and Alpaca-57k, RapidUn achieves up to 100 times higher efficiency than full retraining and consistently outperforms Fisher, GA, and LoReUn on both in-distribution and out-of-distribution forgetting. These results establish influence-guided parameter reweighting as a scalable and interpretable paradigm for LLM unlearning.
