Towards Understanding Jailbreak Attacks in LLMs: A Representation Space Analysis
Yuping Lin, Pengfei He, Han Xu, Yue Xing, Makoto Yamada, Hui Liu, Jiliang Tang
TL;DR
This work investigates jailbreaking of large language models through a representation-space lens, positing that successful attacks move harmful prompts toward the harmless prompt cluster along an acceptance direction in the model's latent space. It formalizes this idea by defining an anchored PCA space and an optimization objective that biases prompts to shift their representations along the acceptance direction, then demonstrates improvements in attack success for several white-box jailbreak methods on multiple models. The study also analyzes defenses, showing that paraphrasing can significantly disrupt the harmfulness signal while perplexity-based filters have model-dependent effects, and finds limited transferability of the enhanced attacks across models. Overall, the paper provides a representation-centric understanding of jailbreak dynamics and offers a practical objective to probe and potentially strengthen defenses against such attacks.
Abstract
Large language models (LLMs) are susceptible to a type of attack known as jailbreaking, which misleads LLMs to output harmful contents. Although there are diverse jailbreak attack strategies, there is no unified understanding on why some methods succeed and others fail. This paper explores the behavior of harmful and harmless prompts in the LLM's representation space to investigate the intrinsic properties of successful jailbreak attacks. We hypothesize that successful attacks share some similar properties: They are effective in moving the representation of the harmful prompt towards the direction to the harmless prompts. We leverage hidden representations into the objective of existing jailbreak attacks to move the attacks along the acceptance direction, and conduct experiments to validate the above hypothesis using the proposed objective. We hope this study provides new insights into understanding how LLMs understand harmfulness information.
