Efficient LLM Safety Evaluation through Multi-Agent Debate
Dachuan Lin, Guobin Shen, Zihao Yang, Tianrong Liu, Dongcheng Zhao, Yi Zeng
TL;DR
This paper tackles scalable safety evaluation for LLMs by combining a large, human-annotated jailbreak benchmark (HAJailBench) with a cost-efficient Multi-Agent Judge framework that uses structured debates among critic, defender, and judge roles implemented by Small Language Models. The approach employs a pre-debate value-alignment step and iterative, role-conditioned discourse to surface semantic safety issues, achieving near frontier-model reliability while reducing inference costs by a substantial margin. Key findings include that three debate rounds optimally balance accuracy and efficiency, and that HAJailBench provides a robust ground truth for evaluating judge reliability and safety performance. Together, the dataset and framework offer a reproducible, interpretable, and scalable pathway for LLM safety assessment in real-world, cost-sensitive settings.
Abstract
Safety evaluation of large language models (LLMs) increasingly relies on LLM-as-a-Judge frameworks, but the high cost of frontier models limits scalability. We propose a cost-efficient multi-agent judging framework that employs Small Language Models (SLMs) through structured debates among critic, defender, and judge agents. To rigorously assess safety judgments, we construct HAJailBench, a large-scale human-annotated jailbreak benchmark comprising 12,000 adversarial interactions across diverse attack methods and target models. The dataset provides fine-grained, expert-labeled ground truth for evaluating both safety robustness and judge reliability. Our SLM-based framework achieves agreement comparable to GPT-4o judges on HAJailBench while substantially reducing inference cost. Ablation results show that three rounds of debate yield the optimal balance between accuracy and efficiency. These findings demonstrate that structured, value-aligned debate enables SLMs to capture semantic nuances of jailbreak attacks and that HAJailBench offers a reliable foundation for scalable LLM safety evaluation.
