LLM Defenses Are Not Robust to Multi-Turn Human Jailbreaks Yet
Nathaniel Li, Ziwen Han, Ian Steneker, Willow Primack, Riley Goodside, Hugh Zhang, Zifan Wang, Cristina Menghini, Summer Yue
TL;DR
The paper argues that defenses that perform well against automated, single-turn attacks do not generalize to realistic multi-turn jailbreaks conducted by humans. It introduces MHJ, a large dataset of 2,912 prompts across 537 multi-turn jailbreak conversations, and demonstrates that multi-turn human attackers achieve significantly higher attack success rates on HarmBench and unlearned models than automated baselines. By combining human red teaming with a harm classifier and a public tactic taxonomy, the work reveals systematic defense vulnerabilities and provides a resource for evaluating and strengthening LLM safety. The findings advocate for expanded threat models and more robust automated adversaries to improve real-world resilience of LLM defenses, and the authors release MHJ to spur further research in this domain.
Abstract
Recent large language model (LLM) defenses have greatly improved models' ability to refuse harmful queries, even when adversarially attacked. However, LLM defenses are primarily evaluated against automated adversarial attacks in a single turn of conversation, an insufficient threat model for real-world malicious use. We demonstrate that multi-turn human jailbreaks uncover significant vulnerabilities, exceeding 70% attack success rate (ASR) on HarmBench against defenses that report single-digit ASRs with automated single-turn attacks. Human jailbreaks also reveal vulnerabilities in machine unlearning defenses, successfully recovering dual-use biosecurity knowledge from unlearned models. We compile these results into Multi-Turn Human Jailbreaks (MHJ), a dataset of 2,912 prompts across 537 multi-turn jailbreaks. We publicly release MHJ alongside a compendium of jailbreak tactics developed across dozens of commercial red teaming engagements, supporting research towards stronger LLM defenses.
