CLJun 19, 2024

Jailbreaking Large Language Models Through Alignment Vulnerabilities in Out-of-Distribution Settings

arXiv:2406.13662v27 citations
Originality Incremental advance
AI Analysis

This addresses security concerns for users of aligned LLMs by revealing vulnerabilities in their ethical decision boundaries, though it is incremental as it builds on known jailbreaking techniques.

The paper tackles the problem of jailbreaking attacks on aligned large language models by introducing ObscurePrompt, a method that uses obscure text transformations to exploit vulnerabilities in out-of-distribution settings, achieving substantial improvements in attack effectiveness and robustness against defenses.

Recently, Large Language Models (LLMs) have garnered significant attention for their exceptional natural language processing capabilities. However, concerns about their trustworthiness remain unresolved, particularly in addressing ``jailbreaking'' attacks on aligned LLMs. Previous research predominantly relies on scenarios involving white-box LLMs or specific, fixed prompt templates, which are often impractical and lack broad applicability. In this paper, we introduce a straightforward and novel method called ObscurePrompt for jailbreaking LLMs, inspired by the observed fragile alignments in Out-of-Distribution (OOD) data. Specifically, we first formulate the decision boundary in the jailbreaking process and then explore how obscure text affects LLM's ethical decision boundary. ObscurePrompt starts with constructing a base prompt that integrates well-known jailbreaking techniques. Powerful LLMs are then utilized to obscure the original prompt through iterative transformations, aiming to bolster the attack's robustness. Comprehensive experiments show that our approach substantially improves upon previous methods in terms of attack effectiveness, maintaining efficacy against two prevalent defense mechanisms.

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