paper-with-me

홈 › Papers

Forgetting Without Restarting: Execution-State Unlearning for Stateful LLM Agents

2026-09-04 · Chao Yao, Yangbo Wei, Zhen Huang, Junhong Qian, Chenle Chen, Shaoqiang Lu, Chen Wu, Lei He arxiv

Long-running LLM agents are stateful: beyond the transcript they accrete compressed summaries, plaintext memory, pending tool plans, and, under every serving API, a KV cache. Yet today's "forget" operations delete a plaintext memory record and stop, leaving every artifact derived from the revoked information intact. We formalize execution-state unlearning: after a forget request, the agent must behave as if it had never observed the target. Modeling the runtime as a deterministic transition system, we prove that the pre-target trajectory prefix is shared with this counterfactual world for free, that the post-target suffix is irreducibly tainted without token-level attribution, and that exact unlearning requires at least $T-τ+1$ recomputed transitions, where $τ$ is the target's injection step. Provenance-Guided Selective Replay attains this bound as a cross-layer contract spanning prompt, compressed memory, and cache: a provenance graph locates the injection point, checkpoint restoration reduces to cropping the KV cache, and sanitized replay regenerates the counterfactual suffix. Audited with elicitation, stochastic, and string-free behavioral tests across three agent suites, nine baselines, and three model families, memory deletion leaves leakage unchanged, instruction-based forgetting collapses under elicitation (Leak@probes = 1.00), and source redaction still acts on a revoked preference in 80% of episodes, while selective replay is indistinguishable from a full reset at up to 9x fewer recomputed tokens.

📄 PDF Abstract BibTeX arXiv:2609.04875

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

POUR: A Provably Optimal Method for Unlearning Representations via Neural Collapse

2025-11-24 · Anjie Le, Can Peng, Yuyuan Liu, J. Alison Noble arxiv

In computer vision, machine unlearning aims to remove the influence of specific visual concepts or training images without retraining from scratch. Studies show that existing approaches often modify the classifier while …

Machine Unlearning for Streaming Forgetting

2025-07-21 · Shaofei Shen, Chenhao Zhang, Yawen Zhao, Alina Bialkowski 외 arxiv

Machine unlearning aims to remove knowledge of the specific training data in a well-trained model. Currently, machine unlearning methods typically handle all forgetting data in a single batch, removing the corresponding …

Orthogonal Soft Pruning for Efficient Class Unlearning

2025-06-24 · Qinghui Gong, Xue Yang, Xiaohu Tang

Machine unlearning aims to selectively remove class-specific knowledge from pretrained neural networks to satisfy privacy regulations such as the GDPR. Existing methods typically face a trade-off between unlearning speed…

Inference AttackMachine UnlearningMembership Inference Attack

DUET: Distilled LLM Unlearning from an Efficiently Contextualized Teacher

2026-01-29 · Yisheng Zhong, Zhengbang Yang, Zhuangdi Zhu arxiv

LLM unlearning is a technique to remove the impacts of undesirable knowledge from the model without retraining from scratch, which is indispensable towards trustworthy AI. Existing unlearning methods face significant lim…

Efficient Machine Unlearning via Influence Approximation

2025-07-31 · Jiawei Liu, Chenwang Wu, Defu Lian, Enhong Chen arxiv

Due to growing privacy concerns, machine unlearning, which aims at enabling machine learning models to ``forget" specific training data, has received increasing attention. Among existing methods, influence-based unlearni…

Incremental Learning