← Latest papers
💻 computer science

The Great Pretender: A Stochasticity Problem in LLM Jailbreak

This paper reveals that the instability of Attack Success Rate (ASR) in LLM jailbreaks stems from stochasticity during both evaluation and generation, leading to systematically inflated metrics, and proposes the CAS-eval and CAS-gen frameworks to accurately measure this variance and recover performance losses.

Original authors: Jean-Philippe Monteuuis, Cong Chen, Jonathan Petit

Published 2026-05-15
📖 5 min read🧠 Deep dive

Original authors: Jean-Philippe Monteuuis, Cong Chen, Jonathan Petit

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 are a security guard at a very strict club (the AI model). Your job is to stop anyone from bringing in dangerous items (harmful prompts). Now, imagine a group of clever tricksters (the researchers) trying to find a way to sneak in.

For a long time, the security industry has been measuring how good these tricksters are using a single score: The Attack Success Rate (ASR). If a trickster manages to get past the guard even once out of ten tries, the old system says, "Great! They are 100% successful!"

The paper "The Great Pretender" argues that this way of measuring is a massive lie. It's like saying a magician is a master of illusion just because they pulled a rabbit out of a hat once, even if they failed the next nine times. The paper claims that the current success rates are "inflated" because they ignore randomness (stochasticity).

Here is the breakdown of the paper's findings using simple analogies:

1. The Two Sources of "Luck"

The paper says the current success scores are unreliable because of two types of randomness that everyone has been ignoring:

  • Generation Luck (The Dice Roll): When a trickster tries to create a jailbreak, they often generate many different versions of the same trick. It's like rolling a die 10 times to see if you get a "6." If you get a "6" on the first try, you stop and say, "I won!" But the next time you roll, you might not get a "6" again. The old papers often just report the result of that one lucky roll.
  • Evaluation Luck (The Flaky Judge): After the trickster tries their trick, a "Judge" (another AI) decides if it worked. But this Judge is also a bit drunk or tired; sometimes it says "Safe," and sometimes it says "Unsafe" for the exact same trick, just because of a random mood swing. If the Judge happens to be in a "lenient" mood during the test, the trickster looks like a genius. If the Judge is strict, the trickster looks like a failure.

2. The "Great Pretender" Problem

The authors found that many famous jailbreak methods (like "Best-of-N" or "Crescendo") are pretending to be stronger than they actually are.

  • The Scenario: A paper claims a method has an 80% success rate against a top-tier AI.
  • The Reality: When the authors tested it properly, that same method only worked 50% of the time when you asked it to succeed consistently.
  • The Analogy: It's like a basketball player who makes a shot 8 out of 10 times if you only count the shots they took when the wind was blowing perfectly in their favor. But if you ask them to make the shot 10 times in a row under normal conditions, they might only make 5. The old papers were counting the "windy day" shots as proof of mastery.

3. The Solution: The "Consistency" Test

To fix this, the authors propose a new way to measure success called CAS (Consistency for Attack Success).

Instead of asking, "Did this trick work once?", they ask, "Did this trick work every single time we tried it?"

They introduce two new tools:

  • CAS-gen (The Strict Generator): Before a trick is even added to the "Hall of Fame," it must prove it works consistently. It has to sneak past the guard 5 or 10 times in a row. If it fails even once, it's thrown out. This filters out the "lucky" tricks.
  • CAS-eval (The Strict Judge): When testing a trick, the Judge doesn't just look at it once. The Judge looks at the same trick 10 times. If the Judge says "Unsafe" 9 times but "Safe" 1 time (due to randomness), the trick is not counted as a success. It must pass the Judge's scrutiny every single time.

4. The Shocking Results

When the authors applied these strict rules, the numbers dropped dramatically:

  • The Drop: Some attacks that looked like they had an 80% success rate dropped to 50% or lower when tested for consistency. That is a 30-point drop just by removing the "luck."
  • The Temperature Effect: They found that if you turn up the "temperature" (randomness) of the Judge, the success rates look artificially high. It's like if the security guard was told to flip a coin to decide who gets in; you'd get a lot of "successes" by pure chance.
  • The Fix: By using their new "Consistency" framework, they could actually improve the attacks. By forcing the attackers to be consistent during the creation phase, they found tricks that were genuinely robust, recovering that lost 30% performance.

The Bottom Line

The paper concludes that the current way of ranking AI jailbreaks is broken. It's like grading a student based on a single lucky guess rather than their actual understanding.

The authors are calling for a new standard: Don't just tell us how many times you got lucky; tell us how many times you succeeded consistently. Until we do that, the "Attack Success Rates" we read in research papers are just "The Great Pretender"—looking strong on the surface but failing the real test.

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 →