Search papers, labs, and topics across Lattice.
The paper introduces In-Context Continual Unlearning (ICCU), a novel framework for sequentially unlearning data from language models without fine-tuning. ICCU induces human-readable refusal rules from unlearning datasets and applies them at inference time, either as a filter or via the system prompt. Experiments demonstrate that ICCU effectively removes target knowledge, preserves utility, scales to sequential requests, and is robust to paraphrased and cross-lingual queries, all while avoiding cross-request interference.
Forget specific data from your LLM without retraining: ICCU learns human-readable "refusal rules" that block unwanted knowledge at inference time.
Machine unlearning aims to remove the influence of specific data from trained language models. In real-world deployments, unlearning requests often arrive sequentially, which challenges existing fine-tuning-based methods: fine-tuning each request is costly, accumulates utility loss, and may cause cross-request interference. To address these issues, we propose ICCU (In-Context Continual Unlearning), an in-context continual unlearning framework that induces readable refusal rules from unlearning datasets and applies them at inference time either as a filter or via the system prompt, without modifying model parameters. Because rules are accumulated as an order-independent union, ICCU is compositional and free of cross-request interference, and the original forget-set data can be discarded after rule induction. Extensive experiments show that ICCU effectively suppresses target knowledge while preserving utility, scales across sequential requests, and remains robust to paraphrased and cross-lingual queries.