paper-with-me

홈 › Papers

Intrinsic Evaluation of Unlearning Using Parametric Knowledge Traces

2024-06-17 · Yihuai Hong, Lei Yu, Haiqin Yang, Shauli Ravfogel, Mor Geva

The task of "unlearning" certain concepts in large language models (LLMs) has attracted immense attention recently, due to its importance in mitigating undesirable model behaviours, such as the generation of harmful, private, or incorrect information. Current protocols to evaluate unlearning methods largely rely on behavioral tests, without monitoring the presence of unlearned knowledge within the model's parameters. This residual knowledge can be adversarially exploited to recover the erased information post-unlearning. We argue that unlearning should also be evaluated internally, by considering changes in the parametric knowledge traces of the unlearned concepts. To this end, we propose a general evaluation methodology that leverages vocabulary projections to inspect concepts encoded in model parameters. We use this approach to localize "concept vectors" - parameter vectors that encode concrete concepts - and construct ConceptVectors, a benchmark dataset containing hundreds of common concepts and their parametric knowledge traces within two open-source LLMs. Evaluation on ConceptVectors shows that existing unlearning methods minimally impact concept vectors and mostly suppress them during inference, while directly ablating these vectors demonstrably removes the associated knowledge and significantly reduces the model's susceptibility to adversarial manipulation. Our results highlight limitations in behavioral-based unlearning evaluations and call for future work to include parameter-based evaluations. To support this, we release our code and benchmark at https://github.com/yihuaihong/ConceptVectors.

📄 PDF Abstract BibTeX arXiv:2406.11614

Code (1)

yihuaihong/conceptvectors 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Unlearning Isn't Invisible: Detecting Unlearning Traces in LLMs from Model Outputs

2025-06-16 · YiWei Chen, Soumyadeep Pal, Yimeng Zhang, Qing Qu 외

Machine unlearning (MU) for large language models (LLMs), commonly referred to as LLM unlearning, seeks to remove specific undesirable data or knowledge from a trained model, while maintaining its performance on standard…

Machine Unlearning

Verifying Robust Unlearning: Probing Residual Knowledge in Unlearned Models

2025-04-21 · Hao Xuan, Xingyu Li

Machine Unlearning (MUL) is crucial for privacy protection and content regulation, yet recent studies reveal that traces of forgotten information persist in unlearned models, enabling adversaries to resurface removed kno…

Machine Unlearning

Agentic Unlearning: When LLM Agent Meets Machine Unlearning

2026-02-06 · Bin Wang, Fan Wang, Pingping Wang, Jinyu Cong 외 arxiv

In this paper, we introduce \textbf{agentic unlearning} which removes specified information from both model parameters and persistent memory in agents with closed-loop interaction. Existing unlearning methods target para…

Reliable Unlearning Harmful Information in LLMs with Metamorphosis Representation Projection

2025-08-21 · Chengcan Wu, Zeming Wei, Huanran Chen, Yinpeng Dong 외 arxiv

While Large Language Models (LLMs) have demonstrated impressive performance in various domains and tasks, concerns about their safety are becoming increasingly severe. In particular, since models may store unsafe knowled…

UniErase: Unlearning Token as a Universal Erasure Primitive for Language Models

2025-05-21 · Miao Yu, Liang Lin, Guibin Zhang, Xinfeng Li 외

Large language models require iterative updates to address challenges such as knowledge conflicts and outdated information (e.g., incorrect, private, or illegal contents). Machine unlearning provides a systematic methodo…

Machine UnlearningModel EditingWorld Knowledge