AutoDefense: Multi-Agent LLM Defense against Jailbreak Attacks
Yifan Zeng, Yiran Wu, Xiao Zhang, Huazheng Wang, Qingyun Wu
TL;DR
This paper introduces AutoDefense, a multi-agent defense framework that uses response-filtering to mitigate jailbreak attacks on LLMs. By decomposing defenses into input, defense agency, and output roles and exploring configurations from one to three agents, AutoDefense demonstrates improved robustness across diverse jailbreak methods and victim models while preserving normal functionality. Experimental results show substantial reductions in attack success rates (e.g., down to 7.95% with a three-agent system on GPT-3.5 using LLaMA-2-13B as defense) and favorable false-positive rates, supporting model-agnostic applicability. The framework remains extensible, allowing integration of other defenses (e.g., Llama Guard) and scalable deployment on larger LLMs, with acceptable overhead.
Abstract
Despite extensive pre-training in moral alignment to prevent generating harmful information, large language models (LLMs) remain vulnerable to jailbreak attacks. In this paper, we propose AutoDefense, a multi-agent defense framework that filters harmful responses from LLMs. With the response-filtering mechanism, our framework is robust against different jailbreak attack prompts, and can be used to defend different victim models. AutoDefense assigns different roles to LLM agents and employs them to complete the defense task collaboratively. The division in tasks enhances the overall instruction-following of LLMs and enables the integration of other defense components as tools. With AutoDefense, small open-source LMs can serve as agents and defend larger models against jailbreak attacks. Our experiments show that AutoDefense can effectively defense against different jailbreak attacks, while maintaining the performance at normal user request. For example, we reduce the attack success rate on GPT-3.5 from 55.74% to 7.95% using LLaMA-2-13b with a 3-agent system. Our code and data are publicly available at https://github.com/XHMY/AutoDefense.
