DECK: A Consistency x Confidence Taxonomy of LLM Hallucinations
The paper introduces DECK, a novel 2x2 taxonomy that classifies LLM hallucinations based on their detectability signatures across inter-sample consistency and token-level confidence, revealing that specific error types (Drift, Entrenched, Confabulation, Knotted) require distinct detection methods and exposing a universal blind spot where confident, repeatable fabrications on knowledge-gap inputs remain undetectable by current output-level uncertainty quantification approaches.
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 by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you have a very smart, confident robot that answers questions. Sometimes, this robot makes things up. We call these mistakes "hallucinations."
For a long time, researchers tried to sort these mistakes by what was wrong (e.g., "It got the facts wrong," or "It reasoned poorly"). But the authors of this paper, Mohit Singh Chauhan, say that's like sorting car accidents by "crashed into a tree" vs. "crashed into a wall." It tells you what happened, but it doesn't tell you how to catch the driver before the crash.
This paper introduces a new way to sort mistakes called DECK. Instead of looking at the content of the error, it looks at the signal the error leaves behind. It asks: "Which type of detector would have spotted this?"
The Two Detectors (The Axes)
To build their system, the authors use two simple "sensors" to watch the robot:
- The Consistency Sensor (The "Repeat" Test): If you ask the robot the same question 10 times, does it give you the same answer every time?
- High Consistency: It repeats the same answer.
- Low Consistency: It gives a different answer every time.
- The Confidence Sensor (The "Sure-Thing" Test): How sure does the robot sound? Does it say the answer with 100% certainty, or does it sound hesitant?
- High Confidence: "I am 100% sure."
- Low Confidence: "I think maybe..."
The DECK Taxonomy (The Four Boxes)
By crossing these two sensors, the authors create a 2x2 grid with four types of mistakes. They gave them catchy names:
1. Drift (The "Confused Drifter")
- What it looks like: The robot is confident but gives a different wrong answer every time you ask.
- The Analogy: Imagine a tour guide who is very loud and sure of themselves, but every time you ask "Where is the museum?", they point in a different direction. They are confident, but they are drifting.
- Who catches it? A Black-Box detector (one that checks if answers match each other) will catch this because the answers don't agree.
2. Entrenched (The "Stubborn Mule")
- What it looks like: The robot is confident and gives the exact same wrong answer every single time.
- The Analogy: This is like a student who memorized the wrong answer key. If you ask them "What is 2+2?", they will confidently say "5" every single time, no matter how many times you ask. They are stuck (entrenched) in a misconception.
- Who catches it? This is the hardest one. Consistency detectors think it's right because it's consistent! Only a Judge (a second, independent AI that knows the facts) can catch this.
3. Confabulation (The "Hesitant Fabricator")
- What it looks like: The robot is unsure and gives different wrong answers every time.
- The Analogy: This is the robot admitting, "I don't know, but here's a guess... actually, maybe this other guess?" It's making things up but knows it's guessing.
- Who catches it? Everyone catches this. It's low confidence and inconsistent, so all detectors flag it as "risky."
4. Knotted (The "Stuck Hedge")
- What it looks like: The robot is unsure (low confidence) but gives the exact same wrong answer every time.
- The Analogy: Imagine a robot that is terrified of being wrong, so it keeps saying, "I'm not sure, but I think it's probably X," and it says "probably X" every single time. It's "knotted" in a safe, repetitive, but wrong pattern.
- Who catches it? A White-Box detector (one that looks at the robot's internal math) will catch this because the robot's internal math shows it's not actually sure, even though the answer is repeated.
The Big Discovery: The "Universal Blind Spot"
The paper found a scary situation where all detectors fail at once.
They tested the robots on questions that no one can answer (like "What is the capital of a country that doesn't exist yet?").
- The robots didn't say "I don't know."
- Instead, they confidently made up a fake answer and repeated it every time.
This created a perfect trap:
- The Consistency Sensor saw they were repeating the answer, so it thought: "Great, it's consistent!"
- The Confidence Sensor saw they sounded sure, so it thought: "Great, it's confident!"
- The Judge failed because the Judge didn't know the answer either (since the country doesn't exist).
The authors call this the "Universal Blind Spot." When a robot confidently repeats a lie about something it knows nothing about, no current detector can catch it.
The Solution
The paper suggests that instead of trying to build a better detector to catch these specific lies, we should build a "Refusal Envelope." This is like a bouncer at a club. If the question is about something the robot shouldn't know (a knowledge gap), the bouncer should stop the robot from answering at all and say, "I can't answer that," before the robot even tries to make something up.
Summary
The paper doesn't just say "AI makes mistakes." It says: "AI makes mistakes in four specific patterns. Some patterns are easy to catch, some are hard, and one specific pattern (confident, repeated lies about unknown things) is currently impossible to catch with standard tools. We need to stop the robot from answering those questions in the first place."
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.