Mixture-of-Expert Blocks Contain Strong Hallucination Detection Signals
Summary
This paper introduces InnerExpert, a method that leverages Mixture-of-Experts signals for per-token hallucination detection in LLMs, achieving superior performance over existing techniques.
View Cached Full Text
Cached at: 08/19/26, 10:12 AM
# Mixture-of-Expert Blocks Contain Strong Hallucination Detection Signals Source: [https://arxiv.org/abs/2608.17687](https://arxiv.org/abs/2608.17687) [View PDF](https://arxiv.org/pdf/2608.17687) > Abstract:Despite their widespread use, Large Language Models \(LLMs\) remain limited by a fundamental problem: the generation of plausible but false content, known as hallucinations\. Most existing detection methods operate at the answer or sentence level, yet per\-token detection is essential for localizing hallucinated spans and enabling fine\-grained interventions\. In this paper, we explore the use of the Mixture\-of\-Experts \(MoE\) paradigm to address this gap\. In MoE architectures, a single forward pass activates a sparse subset of experts \(i\.e\., distinct feedforward networks per layer\) via a routing mechanism, producing internal signals \(e\.g\., router entropy, expert disagreement, and expert usage patterns\) that are unavailable in dense architectures and have not been previously exploited for hallucination detection\. To this end, we introduce InnerExpert, the first method to leverage these MoE\-specific signals for per\-token hallucination detection\. InnerExpert combines routing\-level and standard transformer signals into compact per\-token feature vectors, classified by a lightweight detector trained on labels produced by an LLM\-as\-a\-judge pipeline, which enables continuous model updates without manual annotation\. Our results show that InnerExpert outperforms existing methods across five datasets and two MoE architectures, achieving up to 0\.91 answer\-level and 0\.76 token\-level AUROC, while requiring only a single forward pass\. ## Submission history From: Joao Fonseca \[[view email](https://arxiv.org/show-email/ba1e6d05/2608.17687)\] **\[v1\]**Tue, 18 Aug 2026 12:00:20 UTC \(503 KB\)
Similar Articles
Knowledge Injection Exists in MoE? Exploring Expert-Aware Contrast Decoding in MoE for Mitigating LLMs'Hallucinations
This paper investigates whether layer-wise differences exist in Mixture-of-Experts (MoE) models and proposes EAACD, an expert-aware adaptive contrast decoding method that leverages expert activation patterns in higher layers to reduce hallucinations in LLMs for QA tasks.
Automatic Layer Selection for Hallucination Detection
This paper proposes automatic layer selection for hallucination detection in LLMs and introduces First Effective Peak of Intrinsic Dimension (FEPoID), a training-free criterion that consistently identifies optimal intermediate layers, outperforming existing heuristics.
PARALLAX: Separating Genuine Hallucination Detection from Benchmark Construction Artifacts
This paper reveals that much of the reported progress in LLM hallucination detection is due to benchmark construction artifacts, where ground-truth answers are embedded in prompts, allowing a simple text-similarity baseline to achieve near-perfect scores. Through a large-scale controlled evaluation, the authors show that most methods perform near chance under proper controls, except for supervised probes on upper-layer hidden states such as SAPLMA and their proposed DRIFT.
Mind the Unseen Mass: Unmasking LLM Hallucinations via Soft-Hybrid Alphabet Estimation
Researchers introduce SHADE, a hybrid estimator that combines Good-Turing coverage with graph-spectral cues to quantify semantic uncertainty and detect LLM hallucinations when only a few black-box samples are available.
Max-pooling Network Revisited: Analyzing the Role of Semantic Probability in Multiple Instance Learning for Hallucination Detection
This paper analyzes hallucination detection in LLMs, proposing a max-pooling approach that improves efficiency by eliminating costly semantic consistency computations while maintaining competitive performance.