Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

TriLens: Per-Layer Logit-Lens Entropy for White-Box Hallucination Detection

About

When a language model hallucinates, the final answer is wrong, but the mistake is not necessarily invisible inside the model. Different internal pathways may remain uncertain, disagree in how quickly they sharpen, or commit to competing continuations before the output is produced. We introduce TriLens, a white-box detector that turns this intuition into a compact representation: at every layer, it reads the multi-head self-attention output, the feed-forward output, and the residual stream through the model's own logit lens, then records only the entropy of each readout. The resulting 3L-dimensional trajectory describes how certainty forms across depth and across modules, without storing high-dimensional hidden states or sampling multiple generations. This simple signal yields a strong detector across instruction-tuned LLMs and QA benchmarks, and our analyses show that the three module-wise entropy trajectories provide complementary evidence. TriLens suggests that hallucination detection can benefit from tracking how internal computation settles, not only what the final layer predicts.

Bohan Yang, Yijun Gong, Zhi Zhang, Ge Zhang, Wenpeng Xing, Meng Han• 2026

Related benchmarks

TaskDatasetResultRank
Hallucination DetectionTriviaQA (test)
AUC-ROC91.06
243
Hallucination DetectionHaluEval (test)
AUC-ROC92.77
176
Hallucination DetectionHotpotQA (test)
AuROC0.9433
38
Hallucination DetectionSQuAD 2 (test)
AUROC92.7
21
Showing 4 of 4 rows

Other info

Follow for update