paper-with-me

Papers

PreUnlearn: Auditing Collateral Knowledge Damage Before Large Language Model Unlearning

2026-06-16 · Bo Su, Ankit Shah, Thai Le arxiv

Machine unlearning for large language models (LLMs) aims to remove specified knowledge while preserving the rest of the model's capabilities. However, the boundary between knowledge to forget and knowledge to retain is often unclear, since related and even distant information may be entangled in the model. In this paper, we study LLM unlearning from a data-centric perspective and measure how unlearning effects propagate from the forget set to same-domain and distant-domain knowledge. We find a consistent decay pattern: collateral damage is strongest near the forget set, weakens with semantic distance, but does not disappear at domain boundaries. We further ask whether such damage can be audited before unlearning is executed. We formulate forget-set auditing as a pre-unlearning prediction task and analyze which data features are most predictive of downstream damage. Our results show that interaction features between the forget set and evaluation set provide the strongest signals, suggesting that collateral damage is partly reflected in data geometry before model updates occur. These findings position forget-set auditing as an early warning tool for identifying risky unlearning runs and designing more reliable unlearning procedures.

📄 PDF Abstract BibTeX arXiv:2606.18473

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Minimizing Collateral Damage in Activation Steering

2026-05-01 · Tam Nguyen, Tu Anh Nguyen, Sina Alemohammad, Richard G. Baraniuk arxiv

Activation steering is a method for controlling Large Language Model (LLM) behavior by intervening in its internal representations to increase the alignment with a specific target feature direction. However, standard int…

Collateral Damage Assessment Model for AI System Target Engagement in Military Operations

2025-10-23 · Clara Maathuis, Kasper Cools arxiv

In an era where AI (Artificial Intelligence) systems play an increasing role in the battlefield, ensuring responsible targeting demands rigorous assessment of potential collateral effects. In this context, a novel collat…

Which Pretrain Samples to Rehearse when Finetuning Pretrained Models?

2024-02-12 · Andrew Bai, Chih-Kuan Yeh, Cho-Jui Hsieh, Ankur Taly

Fine-tuning pretrained foundational models on specific tasks is now the de facto approach for text and vision tasks. A known pitfall of this approach is the forgetting of pretraining knowledge that happens during finetun…

SwordBench: Evaluating Orthogonality of Steering Image Representations

2026-05-10 · Vladimir Zaigrajew, Dawid Pludowski, Hubert Baniecki, Przemyslaw Biecek arxiv

Steering or intervening on model representations at inference time to correct predictions is essential for AI interpretability and safety, yet existing evaluation protocols are limited to ambiguous language modeling task…

Swallowing the Poison Pills: Insights from Vulnerability Disparity Among LLMs

2025-02-23 · Peng Yifeng, Wu Zhizheng, Chen Chen

Modern large language models (LLMs) exhibit critical vulnerabilities to poison pill attacks: localized data poisoning that alters specific factual knowledge while preserving overall model utility. We systematically demon…

Data PoisoningDiagnosticMemorizationMMLU+2