Multi-Turn Jailbreaking of Aligned LLMs via Lexical Anchor Tree Search
Devang Kulshreshtha, Hang Su, Chinmay Hegde, Haohan Wang
TL;DR
This work introduces Lexical Anchor Tree Search (LATS), a black-box, attacker-LLM-free method that reframes jailbreaking as a breadth-first search over multi-turn dialogues guided by lexical anchors. By incrementally injecting missing anchor words and expanding along promising paraphrase paths, LATS achieves high attack success rates with a minimal query budget, outperforming both single-turn and prior multi-turn baselines across nine LLMs on AdvBench and HarmBench. The approach reveals that conversational structure is an under-defended attack surface, and it remains robust against common defenses like ICD, PromptGuard, and Goal Prioritization, while maintaining efficiency. The authors provide extensive experimental evidence of LATS’s effectiveness and offer open-source code to support reproducibility and further defense research.
Abstract
Most jailbreak methods achieve high attack success rates (ASR) but require attacker LLMs to craft adversarial queries and/or demand high query budgets. These resource limitations make jailbreaking expensive, and the queries generated by attacker LLMs often consist of non-interpretable random prefixes. This paper introduces Lexical Anchor Tree Search (), addressing these limitations through an attacker-LLM-free method that operates purely via lexical anchor injection. LATS reformulates jailbreaking as a breadth-first tree search over multi-turn dialogues, where each node incrementally injects missing content words from the attack goal into benign prompts. Evaluations on AdvBench and HarmBench demonstrate that LATS achieves 97-100% ASR on latest GPT, Claude, and Llama models with an average of only ~6.4 queries, compared to 20+ queries required by other methods. These results highlight conversational structure as a potent and under-protected attack surface, while demonstrating superior query efficiency in an era where high ASR is readily achievable. Our code will be released to support reproducibility.
