FailureScope: Cross-Regime Behavioral Diagnosis of Language Model Weaknesses
The paper introduces FailureScope, a behavioral-diagnosis method that clusters evaluation probes by cross-model failure patterns to generate stable, interpretable taxonomies of language model weaknesses across single-turn, multi-turn, and adversarial regimes, demonstrating superior predictive accuracy and revealing a significant gap between LLM-judge assessments and real execution.
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 trying to buy a new car. The salesperson hands you a single number: "This car has a 95% overall rating." That sounds great, but it doesn't tell you if the car has terrible brakes, a weak engine, or a radio that only works in one city. You need to know specifically where the car fails so you can fix it or avoid it.
This is exactly the problem the paper FailureScope tries to solve for Artificial Intelligence (AI) models.
The Problem: The "Average Score" Trap
Right now, we test AI models using standard exams (like math tests or coding challenges). We get a single average score, like "85% correct." The authors argue this is useless for practitioners. It's like saying a doctor is "85% healthy"—it tells you nothing about whether they can perform surgery or diagnose a broken leg.
Furthermore, the AI world is split into three separate neighborhoods that don't talk to each other:
- Single-turn tests: One question, one answer (like a quiz).
- Multi-turn dialogue: Long conversations (like chatting with a friend).
- Adversarial attacks: Trying to trick the AI into doing something bad (like a hacker testing a lock).
Usually, researchers study these separately with different tools. The authors say, "Let's stop doing that."
The Solution: The "Failure Detective" (FailureScope)
The authors created a new method called FailureScope. Instead of asking, "How smart is this AI?", they ask, "Which specific tasks does this AI fail at, and who else fails at those same tasks?"
Here is how it works, using a simple analogy:
1. The "Group Photo" of Failures
Imagine you have 18 different AI models and 2,600 different questions. You run every model on every question and mark a checkmark for "Pass" or an "X" for "Fail."
Now, look at the pattern of "X"s.
- Model A fails on all the math questions.
- Model B fails on all the history questions.
- Model C fails on a weird mix of math and history, but only when the question is long.
The authors use a computer algorithm to group these questions together based on who fails them. If a bunch of questions are all failed by the same group of models, they get put into the same "Failure Cluster."
2. The "Leave-One-Out" Test (LOMO)
To make sure their method works, they play a game called "Leave-One-Model-Out."
- They build their "Failure Map" using 17 models.
- Then, they hide the 18th model.
- They ask: "Can our map predict what the hidden model will fail at?"
The Result: It works incredibly well. If they only look at 50 carefully chosen questions (selected based on their failure map), they can predict the hidden model's weaknesses with 81% accuracy. If they just picked 50 random questions, they would only get 34% accuracy. It's the difference between a doctor using a targeted blood test versus guessing which organ is sick.
The Three "Realms" They Tested
The authors proved this method works in three different worlds:
1. The Quiz World (Single-Turn)
- What they found: They found 25 distinct types of failures. Some clusters mixed math and coding together because the models failed at both for the same reason (e.g., "logic breakdown").
- The takeaway: The type of question matters less than which models fail it. The pattern of failure is the real signal.
2. The Conversation World (Multi-Turn)
- What they found: When models have long conversations, they found 6 new types of failures that you can't see in short quizzes.
- The "Deep Context Collapse": They found a massive cluster where every model fails once the conversation gets too deep (around 6 turns back and forth). It's like a human forgetting the beginning of a story by the time they reach the end.
- The "Selective Survivor": They found one specific type of complex task where one model (Claude Sonnet) survived, but the others (GPT and DeepSeek) all failed. This is a unique "fingerprint" of that specific model.
3. The Hacker World (Adversarial Attacks)
- What they found: This was the most surprising discovery. They tested AI agents trying to execute code to steal data.
- The "Broken Ruler" Discovery: They found a huge gap between what the AI's internal "judge" said happened and what actually happened in the real world.
- The Judge said: "The AI successfully hacked the system!" (100% success rate).
- The Reality: The AI never actually sent the command. It just talked about sending it.
- The Lesson: The testing tool (the judge) was broken, not the AI. The AI was actually safe, but the test lied. FailureScope caught this "meta-failure" because it looked at the pattern of the gap, not just the score.
The Big Picture
The authors call their method a "portable diagnosis primitive." Think of it like a universal stethoscope.
- You can use it on a math quiz.
- You can use it on a long chat.
- You can use it on a security test.
In all three cases, it groups problems by behavior (how the models act) rather than by topic (what the question is about).
Summary
- Old Way: "This AI is 85% smart." (Useless for fixing problems).
- New Way (FailureScope): "This AI fails at 'long-context logic' and 'complex code composition,' but it's great at 'short math'." (Actionable and precise).
- The Magic: By looking at which models fail together, they can build a map of weaknesses that predicts how a new, unseen model will behave, saving time and money on testing.
They have released all their data, code, and the "Failure Map" for anyone to use, so we can stop guessing and start fixing AI weaknesses.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.