首页 > AI前沿 > PreUnlearn: Auditing Collateral Knowledge Damage Before Large Language Model Unlearning

PreUnlearn: Auditing Collateral Knowledge Damage Before Large Language Model Unlearning

arXiv自然语言 2026-06-17 04:32 5 阅读 查看原文

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 not after but before unlearning.

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.

Further Questions

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.

Findings and Implications

These findings position forget-set auditing as an early warning tool for identifying risky unlearning runs and designing more reliable unlearning procedures.

Code and data are available at https://github.com/BartSu/PreUnlearn.