Jailbreak Antidote: Runtime Safety-Utility Balance via Sparse Representation Adjustment in Large Language Models
Guobin Shen, Dongcheng Zhao, Yiting Dong, Xiang He, Yi Zeng
TL;DR
The paper tackles the challenge of maintaining safety in LLMs without sacrificing utility under jailbreak attacks. It introduces Jailbreak Antidote, which computes a safety direction via PCA on internal hidden states and perturbs a sparse subset of the last-token representations during inference using a scaling factor $\alpha$, affecting only about $5\%$ of dimensions. Extensive experiments across nine models (2B–72B) and ten jailbreak methods demonstrate high defense success with minimal impact on benign performance, particularly on larger models where $100\%$ DSR is achieved in some cases. The approach offers a practical, real-time mechanism for safety adjustments that avoids input prompts or retraining, with potential applicability to broader alignment challenges and real-world AI deployments.
Abstract
As large language models (LLMs) become integral to various applications, ensuring both their safety and utility is paramount. Jailbreak attacks, which manipulate LLMs into generating harmful content, pose significant challenges to this balance. Existing defenses, such as prompt engineering and safety fine-tuning, often introduce computational overhead, increase inference latency, and lack runtime flexibility. Moreover, overly restrictive safety measures can degrade model utility by causing refusals of benign queries. In this paper, we introduce Jailbreak Antidote, a method that enables real-time adjustment of LLM safety preferences by manipulating a sparse subset of the model's internal states during inference. By shifting the model's hidden representations along a safety direction with varying strengths, we achieve flexible control over the safety-utility balance without additional token overhead or inference delays. Our analysis reveals that safety-related information in LLMs is sparsely distributed; adjusting approximately 5% of the internal state is as effective as modifying the entire state. Extensive experiments on nine LLMs (ranging from 2 billion to 72 billion parameters), evaluated against ten jailbreak attack methods and compared with six defense strategies, validate the effectiveness and efficiency of our approach. By directly manipulating internal states during reasoning, Jailbreak Antidote offers a lightweight, scalable solution that enhances LLM safety while preserving utility, opening new possibilities for real-time safety mechanisms in widely-deployed AI systems.
