paper-with-me

홈 › Papers

MT-JailBench: A Modular Benchmark for Understanding Multi-Turn Jailbreak Attacks

2026-05-10 · Xinkai Zhang, Zhipeng Wei, Huanli Gong, Jing Ting Zheng, Yuchen Zhang, Yue Dong, N. Benjamin Erichson arxiv

Multi-turn jailbreaks exploit the ability of large language models to accumulate and act on conversational context. Instead of stating a harmful request directly, an attacker can gradually steer the conversation toward an unsafe answer. Recent methods demonstrate this risk, but they are usually evaluated as black-box pipelines with different budgets, judges, retry rules, and strategy generation procedures. As a result, it is often unclear whether reported gains reflect stronger attack mechanisms or different experimental conditions. We introduce MT-JailBench, a modular evaluation framework for benchmarking multi-turn jailbreaks under fixed conditions. MT-JailBench implements each attack as five interacting modules: evaluation function, attack strategy, prompt generation, prompt refinement, and flow control. This design enables fair comparison across attack methods and component-wise analysis of what drives attack success. Using MT-JailBench, we find that resource budgets and evaluation functions are major confounders: controlling turns, retries, interactions, sampled strategies, and judges substantially change the ranking of attacks. At the component level, prompt generation accounts for most performance variation, while refinement and flow control provide moderate gains. We also find that explicit dynamic strategy generation is not always necessary; stochastic sampling from a fixed strategy can rival more elaborate diversification mechanisms. Finally, recomposing the best components yields a strong attack configuration that outperforms its source attacks and generalizes across diverse target LLMs. MT-JailBench therefore provides a modular framework for comparing multi-turn jailbreaks, understanding the impact of components, and guiding stronger red-teaming evaluations.

📄 PDF Abstract BibTeX arXiv:2605.11002

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities

2026-08-26 · Tianshi Wang, Jingsong Wang, Yafei Huang, Fengling Li 외 arxiv

Multimodal Large Language Models (MLLMs) are increasingly deployed in real-world applications, yet how different factors shape their jailbreak vulnerabilities remains poorly understood. Existing benchmarks often couple h…

Efficient LLM Safety Evaluation through Multi-Agent Debate

2025-11-09 · Dachuan Lin, Guobin Shen, Zihao Yang, Tianrong Liu 외 arxiv

Safety evaluation of large language models (LLMs) increasingly relies on LLM-as-a-judge pipelines, but strong judges can still be expensive to use at scale. We study whether structured multi-agent debate can improve judg…

Audio Jailbreak: An Open Comprehensive Benchmark for Jailbreaking Large Audio-Language Models

2025-05-21 · Zirui Song, Qian Jiang, Mingxuan Cui, Mingzhe Li 외

The rise of Large Audio Language Models (LAMs) brings both potential and risks, as their audio outputs may contain harmful or unethical content. However, current research lacks a systematic, quantitative evaluation of LA…

Bayesian OptimizationSpeech Synthesistext-to-speechText to Speech+1

RoboJailBench: Benchmarking Adversarial Attacks and Defenses in Embodied Robotic Agents

2026-05-19 · Doguhuan Yeke, Yanming Zhou, Leo Y. Lin, Hongyu Cai 외 arxiv

Recent advances in Vision-Language Models (VLMs) facilitate a new class of embodied AI systems, where these models are integrated into physical platforms, e.g. robots and autonomous vehicles, to interpret visual scenes a…

Autonomous Vehicles

AURA: Agent for Understanding, Reasoning, and Automated Tool Use in Voice-Driven Tasks

2025-06-29 · Leander Melroy Maben, Gayathri Ganesh Lakshmy, Srijith Radhakrishnan, Siddhant Arora 외

Despite advances in language and speech technologies, no open-source system enables full speech-to-speech, multi-turn dialogue with integrated tool use and agentic reasoning. We introduce AURA (Agent for Understanding, R…