🤖 AI Summary
Existing red-teaming methods for large language models (LLMs) struggle to simultaneously achieve high attack effectiveness and prompt diversity. Method: We propose a three-stage reinforcement learning–driven automated red-teaming framework comprising cold-start initialization, warm-up exploration, and enhanced jailbreaking training. It introduces a novel dual-objective reward mechanism—balancing diversity and consistency—and a progressive jailbreaking reward function, overcoming the traditional trade-off between these objectives. The method integrates supervised fine-tuning, imitation learning, and multi-objective reward modeling to improve jailbreaking prompt generation. Results: Experiments across multiple state-of-the-art LLMs demonstrate that our approach achieves superior balance between attack effectiveness and prompt diversity compared to existing SOTA red-teaming techniques, while significantly improving red-teaming exploration efficiency.
📝 Abstract
As large language models (LLMs) grow in power and influence, ensuring their safety and preventing harmful output becomes critical. Automated red teaming serves as a tool to detect security vulnerabilities in LLMs without manual labor. However, most existing methods struggle to balance the effectiveness and diversity of red-team generated attack prompts. To address this challenge, we propose ourapproach, a novel automated red teaming training framework that utilizes reinforcement learning to explore and generate more effective attack prompts while balancing their diversity. Specifically, it consists of three training stages: (1) Cold Start: The red team model is supervised and fine-tuned on a jailbreak dataset obtained through imitation learning. (2) Warm-up Exploration: The model is trained in jailbreak instruction following and exploration, using diversity and consistency as reward signals. (3) Enhanced Jailbreak: Progressive jailbreak rewards are introduced to gradually enhance the jailbreak performance of the red-team model. Extensive experiments on a variety of LLMs show that ourapproach effectively balances the diversity and effectiveness of jailbreak prompts compared to existing methods. Our work significantly improves the efficiency of red team exploration and provides a new perspective on automated red teaming.