LGAINov 5, 2024

Stochastic Monkeys at Play: Random Augmentations Cheaply Break LLM Safety Alignment

arXiv:2411.02785v24 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This work addresses the vulnerability of LLM safety alignment to low-effort attacks, highlighting a critical security issue for model developers and users.

The paper tackles the problem of bypassing safety alignment in Large Language Models by showing that simple random augmentations to input prompts can significantly increase the success rate of jailbreaking, with just 25 augmentations per prompt improving chances for low-resource attackers.

Safety alignment of Large Language Models (LLMs) has recently become a critical objective of model developers. In response, a growing body of work has been investigating how safety alignment can be bypassed through various jailbreaking methods, such as adversarial attacks. However, these jailbreak methods can be rather costly or involve a non-trivial amount of creativity and effort, introducing the assumption that malicious users are high-resource or sophisticated. In this paper, we study how simple random augmentations to the input prompt affect safety alignment effectiveness in state-of-the-art LLMs, such as Llama 3 and Qwen 2. We perform an in-depth evaluation of 17 different models and investigate the intersection of safety under random augmentations with multiple dimensions: augmentation type, model size, quantization, fine-tuning-based defenses, and decoding strategies (e.g., sampling temperature). We show that low-resource and unsophisticated attackers, i.e. $\textit{stochastic monkeys}$, can significantly improve their chances of bypassing alignment with just 25 random augmentations per prompt. Source code and data: https://github.com/uiuc-focal-lab/stochastic-monkeys/

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