paper-with-me

홈 › Papers

Second-Order Information Matters: Revisiting Machine Unlearning for Large Language Models

2024-03-13 · Kang Gu, Md Rafi Ur Rashid, Najrin Sultana, Shagufta Mehnaz

With the rapid development of Large Language Models (LLMs), we have witnessed intense competition among the major LLM products like ChatGPT, LLaMa, and Gemini. However, various issues (e.g. privacy leakage and copyright violation) of the training corpus still remain underexplored. For example, the Times sued OpenAI and Microsoft for infringing on its copyrights by using millions of its articles for training. From the perspective of LLM practitioners, handling such unintended privacy violations can be challenging. Previous work addressed the ``unlearning" problem of LLMs using gradient information, while they mostly introduced significant overheads like data preprocessing or lacked robustness. In this paper, contrasting with the methods based on first-order information, we revisit the unlearning problem via the perspective of second-order information (Hessian). Our unlearning algorithms, which are inspired by classic Newton update, are not only data-agnostic/model-agnostic but also proven to be robust in terms of utility preservation or privacy guarantee. Through a comprehensive evaluation with four NLP datasets as well as a case study on real-world datasets, our methods consistently show superiority over the first-order methods.

📄 PDF Abstract BibTeX arXiv:2403.10557

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesMachine Unlearning

Similar Papers 제목 키워드 기반

What is an "Abstract Reasoner"? Revisiting Experiments and Arguments about Large Language Models

2025-07-30 · Tian Yun, Chen Sun, Ellie Pavlick arxiv

Recent work has argued that large language models (LLMs) are not "abstract reasoners", citing their poor zero-shot performance on a variety of challenging tasks as evidence. We revisit these experiments in order to add n…

Order Matters: Matching Multiple Knowledge Graphs

2021-11-03 · Sven Hertling, Heiko Paulheim

Knowledge graphs (KGs) provide information in machine interpretable form. In cases where multiple KGs are used in the same system, that information needs to be integrated. This is usually done by automated matching syste…

Knowledge Graphs

Revisiting Natural Gradient for Deep Networks

2013-01-16 · Razvan Pascanu, Yoshua Bengio

We evaluate natural gradient, an algorithm originally proposed in Amari (1997), for learning deep models. The contributions of this paper are as follows. We show the connection between natural gradient and three other re…

Revisiting Scalable Hessian Diagonal Approximations for Applications in Reinforcement Learning

2024-06-05 · Mohamed Elsayed, Homayoon Farrahi, Felix Dangel, A. Rupam Mahmood

Second-order information is valuable for many applications but challenging to compute. Several works focus on computing or approximating Hessian diagonals, but even this simplification introduces significant additional c…

reinforcement-learningReinforcement LearningSecond-order methods

Learning detectors quickly using structured covariance matrices

2014-03-28 · Jack Valmadre, Sridha Sridharan, Simon Lucey

Computer vision is increasingly becoming interested in the rapid estimation of object detectors. Canonical hard negative mining strategies are slow as they require multiple passes of the large negative training set. Rece…