There is a newer version of the record available.

Published June 28, 2026 | Version 1.0.0

Temporal Multi-Signal Fusion for Token-Level Hallucination Detection

  • 1. Independent Researcher

Description

Token-level hallucination detectors score each token independently from a single signal, and fail exactly when the generating model is confidently wrong. This paper instead treats hallucination as a temporally extended span and detects it by sequence labeling: each token is scored from a 33-dimensional feature stream that fuses text statistics, Natural Language Inference (NLI) entailment, and language model surprisal, with no access to model internals. A Bidirectional Gated Recurrent Unit (BiGRU) over these features reaches an AUC of 0.840 on RAGTruth (10 seeds), an 11-point gain over an independent logistic-regression baseline (p = 0.002, Wilcoxon signed-rank). A controlled decomposition attributes most of the gain to temporal order rather than model capacity: evidence propagates from confident positions to ambiguous neighbors within a span. The same 0.845 ceiling recurs across recurrent, state-space (Mamba), and attention architectures, locating the bottleneck in the feature set rather than the model. Because it reads only the generated text and external signals, the detector works on closed-source models, and it keeps working on text produced by language models it never saw during training, losing under 4% AUC.

Files

emnlp_latest_named.pdf

Files (539.5 kB)

Name Size Download all
md5:ada3876492d7deafa4edd00e3c3f8de4
539.5 kB Preview Download

Additional details

Related works

Is identical to
Preprint: 10.21203/rs.3.rs-10303630 (DOI)
References
Preprint: arXiv:2606.12476 (arXiv)

Dates

Submitted
2026-06-10
Submitted to arXiv

Software

Repository URL
https://github.com/YehudaItkin/temporal-hallucination-detection
Programming language
Python
Development Status
Active