LGAICRMay 18, 2025

Self-Destructive Language Model

arXiv:2505.12186v114 citationsh-index: 3
Originality Highly original
AI Analysis

This addresses security vulnerabilities in LLMs against adversarial fine-tuning attacks, representing a novel defensive paradigm rather than an incremental improvement.

The paper tackles the problem of harmful fine-tuning attacks on large language models by introducing SEAM, a defense that transforms LLMs into self-destructive models that retain legitimate capabilities but degrade substantially when fine-tuned on harmful data, achieving state-of-the-art robustness against low-intensity attacks and catastrophic collapse under high-intensity attacks.

Harmful fine-tuning attacks pose a major threat to the security of large language models (LLMs), allowing adversaries to compromise safety guardrails with minimal harmful data. While existing defenses attempt to reinforce LLM alignment, they fail to address models' inherent "trainability" on harmful data, leaving them vulnerable to stronger attacks with increased learning rates or larger harmful datasets. To overcome this critical limitation, we introduce SEAM, a novel alignment-enhancing defense that transforms LLMs into self-destructive models with intrinsic resilience to misalignment attempts. Specifically, these models retain their capabilities for legitimate tasks while exhibiting substantial performance degradation when fine-tuned on harmful data. The protection is achieved through a novel loss function that couples the optimization trajectories of benign and harmful data, enhanced with adversarial gradient ascent to amplify the self-destructive effect. To enable practical training, we develop an efficient Hessian-free gradient estimate with theoretical error bounds. Extensive evaluation across LLMs and datasets demonstrates that SEAM creates a no-win situation for adversaries: the self-destructive models achieve state-of-the-art robustness against low-intensity attacks and undergo catastrophic performance collapse under high-intensity attacks, rendering them effectively unusable. (warning: this paper contains potentially harmful content generated by LLMs.)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes