paper-with-me

홈 › Papers

Toward Understanding Unlearning Difficulty: A Mechanistic Perspective and Circuit-Guided Difficulty Metric

2026-01-14 · Jiali Cheng, Ziheng Chen, Chirag Agarwal, Hadi Amiri arxiv

Machine unlearning is becoming essential for building trustworthy and compliant language models. Yet unlearning success varies considerably across individual samples: some are reliably erased, while others persist despite the same procedure. We argue that this disparity is not only a data-side phenomenon, but also reflects model-internal mechanisms that encode and protect memorized information. We study this problem from a mechanistic perspective based on model circuits--structured interaction pathways that govern how predictions are formed. We propose Circuit-guided Unlearning Difficulty (CUD), a {\em pre-unlearning} metric that assigns each sample a continuous difficulty score using circuit-level signals. Extensive experiments demonstrate that CUD reliably separates intrinsically easy and hard samples, and remains stable across unlearning methods. We identify key circuit-level patterns that reveal a mechanistic signature of difficulty: easy-to-unlearn samples are associated with shorter, shallower interactions concentrated in earlier-to-intermediate parts of the original model, whereas hard samples rely on longer and deeper pathways closer to late-stage computation. Compared to existing qualitative studies, CUD takes a first step toward a principled, fine-grained, and interpretable analysis of unlearning difficulty; and motivates the development of unlearning methods grounded in model mechanisms.

📄 PDF Abstract BibTeX arXiv:2601.09624

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mechanistic Unlearning: Robust Knowledge Unlearning and Editing via Mechanistic Localization

2024-10-16 · Phillip Guo, Aaquib Syed, Abhay Sheshadri, Aidan Ewart 외

Methods for knowledge editing and unlearning in large language models seek to edit or remove undesirable knowledge or capabilities without compromising general language modeling performance. This work investigates how me…

knowledge editingLanguage ModelingLanguage Modelling

Forgetting That Sticks: Quantization-Permanent Unlearning via Circuit Attribution

2026-05-14 · Saisab Sadhu, Pratinav Seth, Vinay Kumar Sankarapu arxiv

Standard unlearning evaluations measure behavioral suppression in full precision, immediately after training, despite every deployed language model being quantized first. Recent work has shown that 4-bit post-training qu…

Re-understanding Graph Unlearning through Memorization

2026-01-21 · Pengfei Ding, Yan Wang, Guanfeng Liu arxiv

Graph unlearning (GU), which removes nodes, edges, or features from trained graph neural networks (GNNs), is crucial in Web applications where graph data may contain sensitive, mislabeled, or malicious information. Howev…

Computational Efficiency

Easing Optimization Paths: a Circuit Perspective

2025-01-04 · Ambroise Odonnat, Wassim Bouaziz, Vivien Cabannes

Gradient descent is the method of choice for training large artificial intelligence systems. As these systems become larger, a better understanding of the mechanisms behind gradient training would allow us to alleviate c…

From Indirect Object Identification to Syllogisms: Exploring Binary Mechanisms in Transformer Circuits

2025-08-22 · Karim Saraipour, Shichang Zhang arxiv

Transformer-based language models (LMs) can perform a wide range of tasks, and mechanistic interpretability (MI) aims to reverse engineer the components responsible for task completion to understand their behavior. Previ…

Logical Reasoning