paper-with-me

홈 › Papers

MART: Improving LLM Safety with Multi-round Automatic Red-Teaming

2023-11-13 · Suyu Ge, Chunting Zhou, Rui Hou, Madian Khabsa, Yi-Chia Wang, Qifan Wang, Jiawei Han, Yuning Mao

Red-teaming is a common practice for mitigating unsafe behaviors in Large Language Models (LLMs), which involves thoroughly assessing LLMs to identify potential flaws and addressing them with responsible and accurate responses. While effective, manual red-teaming is costly, and existing automatic red-teaming typically discovers safety risks without addressing them. In this paper, we propose a Multi-round Automatic Red-Teaming (MART) method, which incorporates both automatic adversarial prompt writing and safe response generation, significantly increasing red-teaming scalability and the safety of the target LLM. Specifically, an adversarial LLM and a target LLM interplay with each other in an iterative manner, where the adversarial LLM aims to generate challenging prompts that elicit unsafe responses from the target LLM, while the target LLM is fine-tuned with safety aligned data on these adversarial prompts. In each round, the adversarial LLM crafts better attacks on the updated target LLM, while the target LLM also improves itself through safety fine-tuning. On adversarial prompt benchmarks, the violation rate of an LLM with limited safety alignment reduces up to 84.7% after 4 rounds of MART, achieving comparable performance to LLMs with extensive adversarial prompt writing. Notably, model helpfulness on non-adversarial prompts remains stable throughout iterations, indicating the target LLM maintains strong performance on instruction following.

📄 PDF Abstract BibTeX arXiv:2311.07689

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingRed TeamingResponse GenerationSafety Alignment

Similar Papers 제목 키워드 기반

Phi-3 Safety Post-Training: Aligning Language Models with a "Break-Fix" Cycle

2024-07-18 · Emman Haider, Daniel Perez-Becker, Thomas Portet, Piyush Madan 외

Recent innovations in language model training have demonstrated that it is possible to create highly performant models that are small enough to run on a smartphone. As these models are deployed in an increasing number of…

BenchmarkingLanguage ModelingLanguage ModellingRed Teaming

ARMs: Adaptive Red-Teaming Agent against Multimodal Models with Plug-and-Play Attacks

2025-10-03 · Zhaorun Chen, Xun Liu, Mintong Kang, Jiawei Zhang 외 arxiv

As vision-language models (VLMs) gain prominence, their multimodal interfaces also introduce new safety vulnerabilities, making the safety evaluation challenging and critical. Existing red-teaming efforts are either rest…

Purple-teaming LLMs with Adversarial Defender Training

2024-07-01 · Jingyan Zhou, Kun Li, Junan Li, Jiawen Kang 외

Existing efforts in safeguarding LLMs are limited in actively exposing the vulnerabilities of the target LLM and readily adapting to newly emerging safety risks. To address this, we present Purple-teaming LLMs with Adver…

Generative Adversarial NetworkRed Teaming

Be a Multitude to Itself: A Prompt Evolution Framework for Red Teaming

2025-02-22 · Rui Li, Peiyi Wang, Jingyuan Ma, Di Zhang 외

Large Language Models (LLMs) have gained increasing attention for their remarkable capacity, alongside concerns about safety arising from their potential to produce harmful content. Red teaming aims to find prompts that …

DiversityIn-Context LearningRed Teaming

PersonaTeaming: Exploring How Introducing Personas Can Improve Automated AI Red-Teaming

2025-09-03 · Wesley Hanwen Deng, Sunnie S. Y. Kim, Akshita Jha, Ken Holstein 외 arxiv

Recent developments in AI governance and safety research have called for red-teaming methods that can effectively surface potential risks posed by AI models. Many of these calls have emphasized how the identities and bac…