EvoDefense: Co-Evolving Black-Box Defense with Large Language Models
About
Large Language Models (LLMs) remain highly vulnerable to diverse attacks, particularly in black-box settings where the internals of target models are inaccessible. Existing black-box defenses typically rely on pre-defined filtering heuristics, which often fail to generalize to unseen attack types and target model architectures. We introduce EvoDefense, an experience-guided co-evolving black-box defense paradigm. EvoDefense employs a guard LLM to detect malicious queries and an experience memory module to accumulate defense knowledge from previous interactions. At the core of EvoDefense is a continuous attack-defense evolution loop, where an attack generator and the guard model iteratively refine their attack strategies and defense policies through experience-guided optimization. This design enables EvoDefense to generalize across unseen attacks and target models without retraining. Experiments on HarmBench, AdvBench, and AlpacaEval show that EvoDefense achieves consistently strong defense performance across seven popular models and five representative LLM attacks, while preserving competitive general capabilities. On HarmBench, EvoDefense reduces the attack success rate (ASR) of AutoDAN-turbo on Gemini-3-flash and LLaMA-3-8B-Instruct from 29.4% and 43.4% to 8.4% and 6.2%, respectively.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Instruction Following | AlpacaEval | Win Rate97.6 | 420 | |
| Jailbreak Defense | AdvBench | ASR (PAIR)0.8 | 115 | |
| Jailbreak Defense | HarmBench | PAIR ASR1.6 | 91 | |
| Defense against adaptive attacks | HarmBench | ASR5.6 | 28 | |
| Jailbreak Defense | AdvBench Qwen-7B-chat | Attack Success Rate (ASR)9.2 | 7 | |
| Jailbreak Defense | AdvBench LLaMA3-8B-instruct | Attack Success Rate (ASR)1.6 | 7 | |
| Jailbreak Defense | AdvBench Vicuna-7B v1.5 | ASR0.9 | 7 | |
| Jailbreak Defense | AdvBench Mistral-7B v0.2 | ASR0.7 | 7 |