Mixture-of-Expert Blocks Contain Strong Hallucination Detection Signals

arXiv cs.AI Papers

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.

arXiv:2608.17687v1 Announce Type: new 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.
Original Article
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

Automatic Layer Selection for Hallucination Detection

arXiv cs.AI

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

arXiv cs.CL

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.