Published July 4, 2026 | Version 1.1.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.

Technical info

v1.1.0: corrected bibliography (removed fabricated/placeholder citation IDs); minor text and appendix polish.

Files

temporal-hallucination-detection-v2.pdf

Files (541.9 kB)

Name Size Download all
md5:fc01b5d4a07c51aaf87d3a7b3057a98a
541.9 kB Preview Download

Additional details

Related works

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