LARGO: Latent Adversarial Reflection through Gradient Optimization for Jailbreaking LLMs
Ran Li, Hao Wang, Chengzhi Mao
TL;DR
The paper tackles vulnerabilities in aligned LLMs where discrete, token-level prompt design fails to robustly prevent jailbreak attempts. It introduces LARGO, a latent-space gradient-based attack that first optimizes a continuous embedding $z$ in the model's latent space and then uses the model itself to decode this embedding into fluent natural-language suffixes via self-reflective decoding, followed by back-projection for iterative refinement. Empirically, LARGO achieves higher attack success rates than state-of-the-art baselines such as GCG and AutoDAN on AdvBench and JailbreakBench across multiple models (e.g., Llama-2 variants and Phi-3) and demonstrates transferability and a universal-jailbreak capability with lower suffix perplexity. These results reveal exploitable latent vulnerabilities in current alignment strategies and motivate stronger defenses against gradient-based latent attacks.
Abstract
Efficient red-teaming method to uncover vulnerabilities in Large Language Models (LLMs) is crucial. While recent attacks often use LLMs as optimizers, the discrete language space make gradient-based methods struggle. We introduce LARGO (Latent Adversarial Reflection through Gradient Optimization), a novel latent self-reflection attack that reasserts the power of gradient-based optimization for generating fluent jailbreaking prompts. By operating within the LLM's continuous latent space, LARGO first optimizes an adversarial latent vector and then recursively call the same LLM to decode the latent into natural language. This methodology yields a fast, effective, and transferable attack that produces fluent and stealthy prompts. On standard benchmarks like AdvBench and JailbreakBench, LARGO surpasses leading jailbreaking techniques, including AutoDAN, by 44 points in attack success rate. Our findings demonstrate a potent alternative to agentic LLM prompting, highlighting the efficacy of interpreting and attacking LLM internals through gradient optimization.
