← Latest papers
🤖 AI

Why Do Aligned LLMs Remain Jailbreakable: Refusal-Escape Directions, Operator-Level Sources, and Safety-Utility Trade-off

This paper investigates why aligned large language models remain jailbreakable by introducing the concept of Refusal-Escape Directions (RED), proving that these vulnerabilities stem from specific operator-level sources within the model's architecture, and demonstrating that eliminating them creates an inherent safety-utility trade-off.

Original authors: Yu Chen, Yuanhao Liu, Qi Cao

Published 2026-05-12
📖 4 min read☕ Coffee break read

Original authors: Yu Chen, Yuanhao Liu, Qi Cao

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a very smart, well-trained robot assistant. You've taught it strict rules: "If someone asks you to do something dangerous, say 'No, I can't do that.'" This is called alignment.

However, clever hackers have found ways to trick this robot into ignoring its rules. They use special "jailbreak" prompts—like a secret code or a complex story—to make the robot say "Yes" to dangerous requests.

This paper asks a fundamental question: Why does this trick still work? Even though the robot is trained to be safe, why can it still be broken?

The authors propose a new way of looking at this problem using a few key concepts:

1. The "Escape Tunnel" (Refusal-Escape Directions)

Imagine the robot's brain is a giant, multi-dimensional map. When you ask a dangerous question, the robot usually takes a path that leads to a big red "STOP" sign (Refusal).

The paper suggests that right next to this "STOP" sign, there are hidden, narrow tunnels called Refusal-Escape Directions (RED).

  • How they work: These tunnels allow you to nudge the robot's input just a tiny bit. If you push the input in the right direction, the robot slides from the "STOP" path onto a "GO" path, but it still thinks it's answering the same dangerous question.
  • The Analogy: Think of it like a security guard at a gate. The guard is trained to stop anyone carrying a weapon. But if you walk up to the guard and slightly tilt your body while holding the weapon (without actually changing the weapon), the guard might get confused and let you pass, even though the weapon is still there. The "tilt" is the escape direction.

2. The "Leaky Pipes" (Operator-Level Sources)

The authors break down the robot's brain into its internal plumbing (layers of math operations like attention and normalization). They found that these escape tunnels aren't magic; they are caused by specific "leaks" in the plumbing.

They identified three main types of leaks that create these escape tunnels:

  • Normalization Leaks: Like a water filter that changes the pressure of the water in a way that accidentally opens a side door.
  • Residual Wiring Leaks: Like pipes that loop back on themselves, creating a pressure buildup that forces water out of a crack.
  • Terminal Leaks: This is the most important one. It's like a back door at the very end of the building that wasn't locked properly. The paper finds that successful jailbreaks mostly use this specific "back door" to get in.

3. The "Impossible Balancing Act" (Safety–Utility Trade-off)

Here is the most surprising part of the paper. The authors prove mathematically that you cannot completely seal these escape tunnels without breaking the robot's ability to be helpful.

  • The Analogy: Imagine the robot is a car. The "escape tunnels" are like a specific way the steering wheel wobbles when you turn left.
    • To stop the wobble (fix the jailbreak), you have to tighten a specific bolt.
    • But that same bolt is also what allows the car to turn left smoothly when you want to go to the grocery store (benign requests).
    • If you tighten the bolt enough to stop the wobble completely, the car might get stuck and refuse to turn left at all. If you leave it loose, the car can turn, but it might wobble and let a hacker take the wheel.

The paper calls this a conditional safety–utility trade-off. It means that as long as the robot needs to be flexible enough to answer normal questions, it will inherently have some structural weakness that a clever attacker can exploit.

4. What the Experiments Showed

The researchers tested this theory on several popular AI models (like Qwen, Llama, and Gemma) and various hacking methods.

  • Finding 1: When they added "dummy" tokens (like empty placeholders) to the input, it was like shining a flashlight on the escape tunnels. Suddenly, the hidden "leaks" became visible and measurable.
  • Finding 2: When they watched the robot being tricked, they saw that the robot didn't suddenly invent a new way to say "Yes." Instead, it just slid down the pre-existing "escape tunnel" (specifically the "Terminal Leak" or back door) that was already there.

Summary

The paper argues that AI jailbreaks aren't just about finding the perfect magic words. They are about exploiting structural weaknesses built into the AI's design. These weaknesses exist because the AI needs to be flexible to be useful. The authors suggest that to make AI safer, we shouldn't just try to block every possible "bad word"; we need to understand and patch these specific structural "escape tunnels," even though it might be mathematically impossible to fix them perfectly without making the AI less helpful.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →