paper-with-me

홈 › Papers

Towards Robust Evaluation of Unlearning in LLMs via Data Transformations

2024-11-23 · Abhinav Joshi, Shaswati Saha, Divyaksh Shukla, Sriram Vema, Harsh Jhamtani, Manas Gaur, Ashutosh Modi

Large Language Models (LLMs) have shown to be a great success in a wide range of applications ranging from regular NLP-based use cases to AI agents. LLMs have been trained on a vast corpus of texts from various sources; despite the best efforts during the data pre-processing stage while training the LLMs, they may pick some undesirable information such as personally identifiable information (PII). Consequently, in recent times research in the area of Machine Unlearning (MUL) has become active, the main idea is to force LLMs to forget (unlearn) certain information (e.g., PII) without suffering from performance loss on regular tasks. In this work, we examine the robustness of the existing MUL techniques for their ability to enable leakage-proof forgetting in LLMs. In particular, we examine the effect of data transformation on forgetting, i.e., is an unlearned LLM able to recall forgotten information if there is a change in the format of the input? Our findings on the TOFU dataset highlight the necessity of using diverse data formats to quantify unlearning in LLMs more reliably.

📄 PDF Abstract BibTeX arXiv:2411.15477

Code (1)

exploration-lab/relu 공식 구현 pytorch

Tasks

Machine Unlearning

Methods 이 논문이 사용한 방법론

Tofu 설명 없음

Similar Papers 제목 키워드 기반

Unlearning That Lasts: Utility-Preserving, Robust, and Almost Irreversible Forgetting in LLMs

2025-09-02 · Naman Deep Singh, Maximilian Müller, Francesco Croce, Matthias Hein arxiv

Unlearning in large language models (LLMs) involves precisely removing specific information from a pre-trained model. This is crucial to ensure safety of LLMs by deleting private data or harmful knowledge acquired during…

Tool Unlearning for Tool-Augmented LLMs

2025-02-03 · Jiali Cheng, Hadi Amiri

Tool-augmented large language models (LLMs) are often trained on datasets of query-response pairs, which embed the ability to use tools or APIs directly into the parametric knowledge of LLMs. Tool-augmented LLMs need the…

Inference AttackMembership Inference Attack

A Probabilistic Perspective on Unlearning and Alignment for Large Language Models

2024-10-04 · Yan Scholten, Stephan Günnemann, Leo Schwinn

Comprehensive evaluation of Large Language Models (LLMs) is an open research problem. Existing evaluations rely on deterministic point estimates generated via greedy decoding. However, we find that deterministic evaluati…

Unlearning Isn't Deletion: Investigating Reversibility of Machine Unlearning in LLMs

2025-05-22 · Xiaoyu Xu, Xiang Yue, Yang Liu, Qingqing Ye 외

Unlearning in large language models (LLMs) is intended to remove the influence of specific data, yet current evaluations rely heavily on token-level metrics such as accuracy and perplexity. We show that these metrics can…

DiagnosticMachine UnlearningMath

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…