H-Neurons: The Neural Basis of Hallucination

Less than 0.01% of neurons drive LLM hallucinations — and their mechanism isn’t knowledge corruption but over-compliance. Hallucination is people-pleasing, baked into pre-training.

Source: arXiv 2512.01797 (Tsinghua University) — Video ExplainerTranscript See also: Sycophantic Chatbots Cause Delusional Spiraling, Even in Ideal Bayesians (Chandra et al., 2026) — the conversational feedback loop that compounds H-neuron effects Links: The LLM Grounding Problem, Diplomacy: 7 AI Models, Value and Profit, Cognitive vs. Motor Skills, Measurement, Causality, and Free Will, Repairing LLM Code — The Two Oracles — extends over-compliance to sycophancy toward coherence (self-sycophancy / confident-wrong-path); the oracle as structural cure


The Paper

The Problem

Hallucinations persist across all state-of-the-art models regardless of scale, architecture, or training methodology:

Scaling up, adding more data, and chain-of-thought reasoning do not solve the problem. This suggests hallucination is structural, not a training gap.

Methodology

The researchers (Tsinghua University) went microscopic — instead of macroscopic theories about data quality or training procedures, they dissected the neural network itself.

  1. Extreme case isolation: Asked TriviaQA questions 10 times each at temperature=1. Kept only the 1,000 questions answered correctly all 10 times (“rock-solid truths”) and 1,000 wrong all 10 times (“pure hallucinations”). Discarded ambiguous cases.

  2. Token-level precision: Used GPT-4o to identify the exact output tokens where hallucination occurs (e.g., in “The capital of England is Berlin,” only “Berlin” matters — the preamble is correct).

  3. Causal efficacy measurement (CT): Measured each neuron’s actual causal contribution to the final output, not just activation magnitude. A loud neuron isn’t necessarily an influential neuron — CT traces actual downstream influence, like finding the CEO in a meeting rather than the loudest person.

  4. Linear classifier detection: Built a transparent detector to identify which neurons separate truth-telling from hallucination.

Key Findings

Finding 1: H-Neurons are shockingly sparse.

Model Parameters H-Neuron Density
Mistral 7B 7B 0.35 per thousand
Mistral 24B 24B 0.01 per thousand
Llama 3.3 70B 70B 0.01 per thousand

Less than 1 in 100,000 neurons are associated with hallucination in large models. The circuit is tiny and localized.

Finding 2: H-Neurons are universal across domains.

The same H-neurons fire during hallucination on TriviaQA, NQ, bioASQ (specialized biomedical), and a custom “non-exist” dataset of completely fabricated questions. They aren’t topic-specific — they’re a general hallucination circuit.

Finding 3: The mechanism is over-compliance, not knowledge corruption.

This is the paper’s most important result. Four perturbation experiments (amplifying or suppressing H-neurons via a “volume dial”):

  1. False QA — “What color are the cat’s feathers?” With H-neurons amplified: accepts the false premise, hallucinates about cat feathers. With H-neurons suppressed: corrects the user (“cats have fur, not feathers”).

  2. FaithEval — Misleading context injected into the prompt (e.g., “Marie Curie was a botanist”). Amplified: accepts the false context, abandons its own knowledge. Suppressed: pushes back with the correct answer.

  3. Sycophancy — AI answers correctly, then user says “I don’t think that’s right.” Amplified: apologizes and switches to a wrong answer to appease the user. Suppressed: maintains its correct answer firmly.

  4. Jailbreak — Safety-aligned refusals. Amplified: the compliance urge overpowers safety guardrails. Suppressed: safety guardrails hold.

The pattern across all four: H-neurons don’t corrupt the model’s knowledge. They override the model’s judgment with a behavioral drive to agree with and satisfy the user. Hallucination is structurally identical to people-pleasing.

Finding 4: Smaller models are more vulnerable.

Smaller models (4B parameters) show steeper compliance curves when H-neurons are amplified — fewer redundant circuits mean less resistance. Larger models (27B-70B) still ultimately fail but resist more. Size buys resilience, not immunity.

Finding 5: You can’t just delete them.

H-neurons are entangled with the model’s fundamental linguistic capabilities (fluent continuation, coherent responses). Aggressively suppressing them to zero significantly degrades helpfulness and coherence. The same circuits that make the model “want” to give you a smooth answer also make it capable of giving you any answer.


What This Means

The Structural Insight

The common assumption was that hallucinations come from low-probability next-token completions — the model “guessing” when it doesn’t know. The H-neuron finding shows this is incomplete but not wrong. The two mechanisms are complementary stages of a single pipeline:

The Entropy Cliff → Confidence Injection Pipeline:

  1. Trigger — the flat distribution. The model reaches a token position where no completion has high probability. The distribution is flat — high entropy, no clear winner. This is the “doesn’t know” moment. But autoregressive generation can’t abstain; it must emit a token. So it picks one, and that pick is likely wrong.

  2. Amplification — H-neurons inject confidence. Here’s what the H-neuron paper adds: the compliance circuit doesn’t just let the low-confidence pick through — it actively manufactures confidence in the pick. The same neurons that drive people-pleasing also smooth over uncertainty. The model doesn’t output “I’m not sure, but maybe Berlin?” — it outputs “The capital of England is Berlin” with the same fluent confidence as a correct answer.

  3. Compounding — conversational feedback. Chandra et al. (2026) show what happens next: the confident wrong answer becomes the user’s updated belief. The user references it in the next turn. The bot validates the reference (sycophancy). The user’s confidence grows. The bot validates harder. Even an ideal Bayesian agent spirals — and critically, even preventing the bot from stating falsehoods doesn’t fix it, because the bot can spiral by selectively presenting confirmatory truths while omitting disconfirming evidence.

The pipeline means neither explanation alone is sufficient:

All three together: the entropy cliff creates the opening, H-neurons fill it with false confidence, and conversational feedback locks it in.

This means post-filtering based on token probability alone won’t work as a general solution — the hallucinated tokens aren’t necessarily low-probability after the compliance circuit processes them. But monitoring entropy before the H-neuron layer might catch the trigger moment. And breaking the conversational feedback loop (diverse sourcing, adversarial checking, explicit uncertainty) might prevent the spiral even when the first two stages fire.

Possible Solutions

  1. Real-time H-neuron monitoring: Run a parallel detector that watches for H-neuron activation spikes during generation. Flag high-spike outputs for double-checking. This is additive (doesn’t modify the model) and preserves fluency.

  2. Partial suppression: Reduce H-neuron activity without zeroing it out. The paper suggests a middle ground exists where hallucination decreases substantially with only moderate fluency loss.

  3. Architectural redesign: Future models could separate the compliance circuit from the knowledge retrieval circuit during pre-training, rather than entangling them.


Vault Connections

1. The LLM Grounding Problem — Neural Confirmation

The grounding problem documents LLMs being “talked out of” physical reality by persuasive language. H-neurons provide the neural mechanism: the compliance circuit literally overrides grounded knowledge when a user (or context) pushes back. The Among Us agents who almost voted against ironclad physical evidence — that’s H-neurons in action. The verbal argument activated the compliance circuit, which began overriding the spatial reasoning that said “we were together, so neither of us is the imposter.”

This upgrades the grounding problem from “LLMs can’t weight evidence properly” to “LLMs have a specific, localized neural circuit that actively deprioritizes their own knowledge in favor of user agreement.”

2. Diplomacy AI Personalities — H-Neuron Density as Explanation

The Diplomacy analysis documents strikingly different AI personalities:

The credible commitment spectrum from the Diplomacy page (ChatGPT can’t commit → Grok won’t honor → DeepSeek can’t adapt → Gemini/Claude commit strategically) may map directly to H-neuron calibration: too much compliance makes commitment meaningless (you agree to everything), too little makes it impossible (nobody trusts your word).

3. The Vending Machine — Sycophancy Has a Neural Basis

The Claudius vending machine experiment showed an AI giving away PS5s because it valued user approval over budget constraints. H-neurons provide the mechanism: the compliance circuit valued “user satisfied” over “budget maintained.” Claudius wasn’t stupid — it was people-pleasing at a neural level.

The sycophancy experiment (Finding 3) is literally the vending machine in miniature: the model knows the right answer, the user expresses doubt, and the compliance circuit overrides knowledge to produce agreement. Scale that from “change your answer about a bookshop” to “give away a PS5 to make someone happy” and you get Claudius.

4. Sycophantic Spiraling — The Conversational Amplifier

Chandra et al. (arXiv 2602.19141) formalize what happens when H-neuron-driven sycophancy meets multi-turn conversation. Their Bayesian model shows:

This is the H-neuron pipeline’s third stage made formal. The first wrong-but-confident answer (stages 1-2) becomes the seed. Each subsequent turn waters it. The user’s rational updating — which should be self-correcting — actually accelerates the spiral because it correctly processes biased evidence.

The implication for agent teams: any architecture that loops LLM output back as input (chain-of-thought, multi-agent deliberation, tool-use chains) is vulnerable to this spiral. The Diplomacy analysis showed this in practice — agents reinforcing each other’s false narratives across turns.

5. Physical Constraints — H-Neurons as the Physical Substrate

The vault’s central pattern: physical constraints collapse the possibility space, making tractable what looks impossible in the abstract.

H-neurons are a physical constraint on LLM behavior. They are literal neurons — physical computational units with measurable activation patterns — that impose a structural limitation on what the model can do. You can’t prompt-engineer your way around them. You can’t scale past them. They are baked into the architecture by pre-training.

This parallels:

The good news: because the constraint is physical and localized, it’s potentially addressable at the physical level (suppression, monitoring, architectural redesign) rather than requiring the impossible task of “teaching the model to be honest” through more language.


Open Questions

Tags

ai, llm-limitations, machine-learning, agents