Refusal Is Not an Option: Unlearning Safety Alignment of Large Language Models
Minkyoo Song, Hanna Kim, Jaehan Kim, Seungwon Shin, Sooel Son
34th USENIX Security Symposium · Day 1
This article delves into a critical security vulnerability in Large Language Models (LLMs) uncovered by researchers from KAIST, presented at USENIX Security. The paper, titled "Refusal Is Not an Option: Unlearning Safety Alignment of Large Language Models," introduces novel **adversarial unlearning** attacks designed to dismantle the safety alignment mechanisms of LLMs. Safety alignment is a crucial procedure that prevents LLMs from generating harmful, privacy-sensitive, or copyrighted content by training them to reject malicious instructions. Machine unlearning, typically used to remove problematic data and ensure compliance with regulations like GDPR, is paradoxically repurposed by the researchers to achieve the opposite effect: making LLMs forget their refusal capabilities.
AI review
This is real research with a novel attack surface that matters. The KAIST team found that you can weaponize unlearning requests to strip safety alignment from LLMs — and proved it works on GPT-4o's production fine-tuning API, not just lab models. The 193x harmfulness increase on Phi is eye-popping, but the real contribution is showing that 'legitimate' compliance requests (GDPR-style forget-me) can be trojaned to bypass moderation.