CLJan 30, 2024

Gradient-Based Language Model Red Teaming

arXiv:2401.16656v1116 citationsh-index: 13EACL
Originality Highly original
AI Analysis

This addresses the labor-intensive and scalability issues in red teaming for language model safety, offering an automated method for model alignment and evaluation.

The paper tackles the problem of automatically generating diverse adversarial prompts to trigger unsafe responses in language models, presenting Gradient-Based Red Teaming (GBRT) which outperforms a strong reinforcement learning-based approach and remains effective even on fine-tuned safer models.

Red teaming is a common strategy for identifying weaknesses in generative language models (LMs), where adversarial prompts are produced that trigger an LM to generate unsafe responses. Red teaming is instrumental for both model alignment and evaluation, but is labor-intensive and difficult to scale when done by humans. In this paper, we present Gradient-Based Red Teaming (GBRT), a red teaming method for automatically generating diverse prompts that are likely to cause an LM to output unsafe responses. GBRT is a form of prompt learning, trained by scoring an LM response with a safety classifier and then backpropagating through the frozen safety classifier and LM to update the prompt. To improve the coherence of input prompts, we introduce two variants that add a realism loss and fine-tune a pretrained model to generate the prompts instead of learning the prompts directly. Our experiments show that GBRT is more effective at finding prompts that trigger an LM to generate unsafe responses than a strong reinforcement learning-based red teaming approach, and succeeds even when the LM has been fine-tuned to produce safer outputs.

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