From Text Metrics to Model Internals: A Study of Whisper ASR Hallucination Detection
This paper investigates hallucination detection in Whisper large v3 across text-based, LLM-based, and internal decoder state probing paradigms, finding that while internal state probing without reference transcripts yields the strongest individual performance, a late-fusion meta-classifier combining text and internal-state outputs achieves the best overall detection results.
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 super-smart robot librarian named Whisper. Its job is to listen to people talking and write down exactly what they said. Usually, it's amazing. But sometimes, when the audio is tricky, Whisper gets confident and starts hallucinating. It writes down fluent, perfect sentences that sound real but were never actually spoken. It's like a student who, when they don't know the answer, confidently writes a long, fancy essay that is completely made up.
This paper is a detective story about how to catch Whisper when it's lying. The researchers from Poland tested three different ways to spot these fake transcriptions, using a dataset of real human speech where they already knew which parts were lies.
Here is how they investigated, explained with some everyday analogies:
1. The "Grammar Police" (Text-Based Detection)
The Idea: This method looks only at the words Whisper wrote. It asks: "Does this sentence look weird? Is it repeating itself too much? Is it too dense?"
- The Catch: To do this job perfectly, the Grammar Police usually needs to hold the original script (the ground truth) in one hand to compare it against Whisper's answer.
- The Result: When they had the original script, they were great at catching lies. But when they tried to do it without the script (just looking at the output), they got very conservative. They stopped flagging lies because they were afraid of making mistakes. They realized that without a reference, looking at the text alone isn't enough to be sure.
2. The "Super-Brain" (LLM-Based Detection)
The Idea: This method uses a different, even smarter AI (like GPT-4 or Gemini) to read Whisper's output and say, "Hey, this sounds fake!"
- The Catch: Even though these Super-Brains are very smart, they struggled. When the researchers gave them the original script to compare, they did okay. But when they tried to do it without the script, the Super-Brains collapsed. They couldn't tell the difference between a genuine misunderstanding and a total fabrication.
- The Lesson: Being "smart" with language isn't the same as being good at spotting specific audio errors. Plus, using these big AIs is slow and expensive, like hiring a team of detectives when a single security guard might do.
3. The "X-Ray Vision" (Internal State Probing)
The Idea: Instead of looking at the words Whisper wrote, this method looks inside Whisper's brain while it's working. It checks the "thoughts" (internal data) Whisper has at every step of the process.
- The Analogy: Imagine you are watching a magician. The "Text" method waits until the trick is done to see if the rabbit is real. The "X-Ray" method watches the magician's hands while they are pulling the rabbit out of the hat. If the hands are shaking or the rabbit looks suspiciously plastic, you know it's a trick before the rabbit even appears.
- The Result: This was the winner. By looking at the middle layers of Whisper's brain, the researchers found that the "lie" signals were encoded there. They built a detector that could spot hallucinations without needing the original script. It was the most reliable "zero-shot" method (meaning it works even when you don't have the answer key).
The Grand Finale: The "Dream Team" (Fusion)
The researchers realized that the "Grammar Police" and the "X-Ray Vision" were looking at the problem from different angles.
- The Grammar Police were good at catching long, obvious lies.
- The X-Ray Vision was good at catching subtle, short lies.
- Sometimes, they both missed the same tiny, single-word lies (like adding a random "the" or "was").
So, they built a Meta-Classifier. Think of this as a Coach who listens to both the Grammar Police and the X-Ray Vision. The Coach takes their reports and makes the final call.
- The Result: This team approach caught the most lies overall. It was the best performer in the study.
The Bottom Line
- Text-only methods are great if you have the original script, but they fail when you don't.
- Big AI (LLM) methods are too heavy and still struggle without the original script.
- Looking inside the model (Internal States) is the most powerful way to catch hallucinations in real-time, without needing a reference.
- Combining them gives the absolute best results, but it means you lose the ability to work without the original script.
The paper concludes that while looking inside the model is the most promising solution for catching these "confident lies," it requires direct access to the model's brain. The researchers hope this idea can be applied to other AI models in the future, not just Whisper.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.