LGCLCRMar 2, 2024

AutoDefense: Multi-Agent LLM Defense against Jailbreak Attacks

arXiv:2403.04783v2154 citationsh-index: 8Has Code
AI Analysis

This addresses security vulnerabilities in LLMs for users and developers, but it is incremental as it builds on existing defense mechanisms.

The paper tackles the problem of jailbreak attacks on large language models by proposing AutoDefense, a multi-agent framework that filters harmful responses, reducing the attack success rate on GPT-3.5 from 55.74% to 7.95% using LLaMA-2-13b.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes