← Latest papers
💬 NLP

HALT: Hallucination Assessment via Log-probs as Time series

The paper introduces HALT, a lightweight and efficient hallucination detector that analyzes token log-probabilities as time series to achieve superior performance and speed compared to existing methods, alongside HUB, a comprehensive benchmark unifying ten diverse capabilities for evaluating hallucination detection across large language models.

Original authors: Ahmad Shapiro, Karan Taneja, Ashok Goel

Published 2026-02-04
📖 5 min read🧠 Deep dive

Original authors: Ahmad Shapiro, Karan Taneja, Ashok Goel

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 listening to a storyteller tell a tale. Sometimes, they speak with absolute confidence, their voice steady and clear. Other times, they might stutter, hesitate, or their voice might waver right before they make up a detail that isn't true.

For a long time, researchers trying to catch Large Language Models (LLMs) lying (or "hallucinating") have tried two main approaches:

  1. The "White-Box" approach: Asking the storyteller to show their secret notes and brainwaves. This is great if you own the storyteller, but impossible if you are just using a public API (like a chatbot).
  2. The "Black-Box" approach: Asking the storyteller to repeat the story or asking a second storyteller to fact-check them. This is slow, expensive, and sometimes the second storyteller lies too.

HALT (Hallucination Assessment via Log-probs as Time series) is a new, clever detective that needs neither the secret notes nor a second storyteller. It only listens to the rhythm of the storyteller's confidence.

The Core Idea: Listening to the "Heartbeat" of Confidence

When an AI generates text, it doesn't just pick a word; it calculates how likely every possible word is to come next. These calculations are called log-probabilities. Think of these as the AI's internal "confidence meter" for every single word it says.

The authors of this paper realized that these confidence meters don't just sit there; they move like a time series (a heartbeat or a stock market chart).

  • When an AI is telling the truth, its confidence meter usually follows a smooth, steady rhythm.
  • When it starts to hallucinate (make something up), that rhythm gets weird. It might spike, drop suddenly, or wobble in a specific pattern, even if the AI sounds very confident.

HALT is a tiny, lightweight computer program (a "GRU" model) trained to watch this confidence rhythm. It doesn't read the words the AI says; it only watches the graph of the AI's confidence as it speaks.

The Detective's Toolkit: HALT

HALT is like a specialized stethoscope. It looks at the top 20 most likely words the AI is considering at every step. It measures:

  • How shaky the choice is: Is the AI torn between two words? (High uncertainty).
  • How sudden the change is: Did the AI suddenly jump from being 99% sure to 50% sure?
  • The pattern over time: Does the confidence curve look like a smooth hill or a jagged mountain range?

By feeding this "confidence heartbeat" into its brain, HALT learns to spot the specific "arrhythmia" that happens when an AI starts lying.

The New Stadium: HUB

To test if HALT actually works, the authors built a massive new testing ground called HUB (Hallucination detection Unified Benchmark).

Imagine previous tests were like playing only in a small, quiet library (focusing only on simple facts or chat). HUB is a giant, chaotic stadium with 10 different sports:

  • Reasoning Sports: Math, coding, logic puzzles, and algorithms.
  • General Sports: Chatting, summarizing news, and answering trivia.

The authors realized that "hallucination" isn't just about making up facts (like saying the moon is made of cheese). It's also about logical hallucinations—where an AI gets the facts right but messes up the math or the logic steps to get there. HUB tests all of these.

The Results: Small but Mighty

The paper compares HALT to other detectors:

  • Lettuce: A very large, heavy detector (like a giant tank) that reads the actual text.
  • White-box methods: Detectors that need to see the AI's internal brain (which you can't do with most commercial AI).

The Surprise: HALT is 30 times smaller than the heavy tank (Lettuce) and 60 times faster. Yet, it wins more often!

  • It beats the heavy tank in 7 out of 10 sports.
  • It works just as well as the giant tank but doesn't need to read the text or see the AI's brain. It just listens to the confidence rhythm.

Important Limitations (What the Paper Says)

  • It's Model-Specific: HALT is like a coach who knows one specific player's heartbeat perfectly. If you train HALT on an AI named "Llama," it becomes an expert at spotting lies in Llama. If you try to use that same HALT on a different AI named "Qwen," it gets confused. The "heartbeat" patterns are different for different models.
  • It Needs Access to the "Confidence Numbers": You don't need the AI's brain, but you do need the API to give you the top 20 confidence numbers for every word. If an API hides those numbers completely, HALT can't work.
  • It Detects, It Doesn't Fix: HALT is a smoke alarm. It tells you when the AI is hallucinating, but it doesn't tell you why or how to fix the story.

Summary Analogy

Think of an AI as a magician performing a trick.

  • Old detectors tried to peek under the magician's hat (White-box) or ask the audience to vote on whether the trick was real (Black-box text analysis).
  • HALT just watches the magician's hands. It knows that when a magician is about to pull a fake rabbit out of a hat, their hand movements get slightly jerky and unpredictable, even if they are smiling confidently. HALT is trained to spot that specific "jerky hand" pattern in the AI's confidence numbers, allowing it to catch the lie instantly without needing to see the trick or ask anyone else.

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 →