paper-with-me

Papers

Towards Safer Large Language Models through Machine Unlearning

2024-02-15 · Zheyuan Liu, Guangyao Dou, Zhaoxuan Tan, Yijun Tian, Meng Jiang

The rapid advancement of Large Language Models (LLMs) has demonstrated their vast potential across various domains, attributed to their extensive pretraining knowledge and exceptional generalizability. However, LLMs often encounter challenges in generating harmful content when faced with problematic prompts. To address this problem, existing work attempted to implement a gradient ascent based approach to prevent LLMs from producing harmful output. While these methods can be effective, they frequently impact the model utility in responding to normal prompts. To address this gap, we introduce Selective Knowledge negation Unlearning (SKU), a novel unlearning framework for LLMs, designed to eliminate harmful knowledge while preserving utility on normal prompts. Specifically, SKU is consisted of two stages: harmful knowledge acquisition stage and knowledge negation stage. The first stage aims to identify and acquire harmful knowledge within the model, whereas the second is dedicated to remove this knowledge. SKU selectively isolates and removes harmful knowledge in model parameters, ensuring the model's performance remains robust on normal prompts. Our experiments conducted across various LLM architectures demonstrate that SKU identifies a good balance point between removing harmful information and preserving utility.

📄 PDF Abstract BibTeX arXiv:2402.10058

Code (1)

franciscoliu/sku 공식 구현 pytorch

Tasks

Machine UnlearningNegation

Similar Papers 제목 키워드 기반

On the Limitations and Prospects of Machine Unlearning for Generative AI

2024-08-01 · Shiji Zhou, Lianzhe Wang, Jiangnan Ye, Yongliang Wu 외

Generative AI (GenAI), which aims to synthesize realistic and diverse data samples from latent variables or other data modalities, has achieved remarkable results in various domains, such as natural language, images, aud…

EthicsMachine Unlearning

Robust Continual Unlearning against Knowledge Erosion and Forgetting Reversal

2026-04-21 · Eun-Ju Park, Youjin Shin, Simon S. Woo arxiv

As a means to balance the growth of the AI industry with the need for privacy protection, machine unlearning plays a crucial role in realizing the ``right to be forgotten'' in artificial intelligence. This technique enab…

SafeRedir: Prompt Embedding Redirection for Robust Unlearning in Image Generation Models

2026-01-13 · Renyang Liu, Kangjie Chen, Han Qiu, Jie Zhang 외 arxiv

Image generation models (IGMs), while capable of producing impressive and creative content, often memorize a wide range of undesirable concepts from their training data, leading to the reproduction of unsafe content such…

Image Generation

Auditing Language Model Unlearning via Information Decomposition

2026-01-21 · Anmol Goel, Alan Ritter, Iryna Gurevych arxiv

We expose a critical limitation in current approaches to machine unlearning in language models: despite the apparent success of unlearning algorithms, information about the forgotten data remains linearly decodable from …

UnlearnCanvas: Stylized Image Dataset for Enhanced Machine Unlearning Evaluation in Diffusion Models

2024-02-19 · Yihua Zhang, Chongyu Fan, Yimeng Zhang, Yuguang Yao 외

The technological advancements in diffusion models (DMs) have demonstrated unprecedented capabilities in text-to-image generation and are widely used in diverse applications. However, they have also raised significant so…

Image GenerationMachine UnlearningStyle TransferText to Image Generation+1