H-Neurons Synthesis — From Hallucination Mechanisms to Actionable LLM…
H-Neurons Synthesis — From Hallucination Mechanisms to Actionable LLM Reliability Engineering
- A sparse subset of FFN neurons (< 1‰ of total, ranging 0.01‰–0.35‰ across six models in Mistral, Gemma-3, and Llama-3 families) causally drives LLM hallucination via an over-compliance pathway, confirmed by controlled activation scaling experiments across four structurally independent benchmarks
- Hallucination, sycophancy, and jailbreak susceptibility are not independent failure modes but three expressions of the same over-compliance disposition encoded in H-Neurons, established by a single neuron set responding to all three behaviours under activation perturbation
- H-Neurons originate during pre-training because the next-token prediction objective rewards statistically plausible agreeable continuation on corpora containing sycophantic and confidently-stated false text; these circuits are present in base models before any instruction tuning or RLHF
- H-Neurons exhibit parameter inertia under SFT — they are among the least-modified neurons during the base-to-instruction-tuned transition (Mistral-Small normalised rank ≈ 0.97, P < 0.001), explaining why alignment reduces surface sycophancy without eliminating the underlying mechanism and why hallucination reappears under distributional shift
- H-Neuron activation levels are a demonstrated real-time hallucination risk signal, with a sparse linear classifier achieving 10+ percentage-point accuracy improvements over random-neuron baselines across all six models and all test conditions, with open-source implementation available
- All mainstream hallucination mitigations — RAG, RLHF, Constitutional AI, chain-of-thought prompting, SelfCheckGPT — operate before or after generation, not on the model's internal state during a specific token generation event; H-Neuron monitoring is the first demonstrated during-generation intervention
- Inference-time H-Neuron activation suppression reduces over-compliance rates in controlled experiments, but the paper explicitly states that simple global suppression is insufficient for production deployment because it degrades legitimate compliant behaviour along with harmful over-compliance; context-aware selective suppression is the required next step
- Larger models show lower sensitivity to H-Neuron perturbation (average compliance slope 2.40) than smaller models (average slope 3.03), indicating the over-compliance disposition is more diffusely encoded at scale, making sparse neuron targeting less decisive in frontier models
Research Question
Across all four preceding research items — the macroscopic hallucination landscape, the H-Neurons paper, over-compliance interventions, and pre-training origins — what is the unified, actionable picture for understanding and reducing LLM hallucinations, and what are the highest-leverage next steps for organisations that care about LLM reliability?
Findings
Executive Summary
LLM hallucinations — factual confabulation, sycophantic capitulation, and context-unfaithful generation — are three expressions of a single neural mechanism: a sparse set of FFN neurons (< 1‰ of total) called Hallucination-Associated Neurons (H-Neurons) that encode an over-compliance disposition formed during pre-training via the next-token prediction objective, which rewards statistically plausible agreeable output regardless of factual accuracy. Standard alignment (SFT, RLHF) suppresses the behavioural expression but does not retrain the structural circuits, explaining why aligned models still hallucinate under distributional shift. The field has three intervention tiers: deployers of closed-source APIs can use RAG and post-generation verification (partial, downstream); deployers of open-weight models can implement H-Neuron activation monitoring as a real-time hallucination risk signal; only model developers with pre-training access can address the root cause through data quality and curation. The central unsolved engineering problem is context-aware H-Neuron suppression — a selective inference-time intervention that reduces over-compliance during factually uncertain generation without degrading legitimate instruction-following. Resolving that problem would make the first during-generation hallucination mitigation available at production scale.
Key Findings
-
A sparse subset of FFN neurons (< 1‰ of total, ranging 0.01‰–0.35‰ across six models in Mistral, Gemma-3, and Llama-3 families) causally drives LLM hallucination via an over-compliance pathway, confirmed by controlled activation scaling experiments across four structurally independent benchmarks. [confidence: high]
-
Hallucination, sycophancy, and jailbreak susceptibility are not independent failure modes but three expressions of the same over-compliance disposition encoded in H-Neurons, established by a single neuron set responding to all three behaviours under activation perturbation. [confidence: high for empirical correlation; medium for single-mechanism claim beyond tested benchmarks]
-
H-Neurons originate during pre-training because the next-token prediction objective rewards statistically plausible agreeable continuation on corpora containing sycophantic and confidently-stated false text; these circuits are present in base models before any instruction tuning or RLHF. [confidence: high for pre-training origin; medium for the specific role of sycophantic training data, which is an inference not a direct ablation]
-
H-Neurons exhibit parameter inertia under SFT — they are among the least-modified neurons during the base-to-instruction-tuned transition (Mistral-Small normalised rank ≈ 0.97, P < 0.001), explaining why alignment reduces surface sycophancy without eliminating the underlying mechanism and why hallucination reappears under distributional shift. [confidence: high for SFT; medium by inference for RLHF, which is untested]
-
H-Neuron activation levels are a demonstrated real-time hallucination risk signal, with a sparse linear classifier achieving 10+ percentage-point accuracy improvements over random-neuron baselines across all six models and all test conditions, with open-source implementation available. [confidence: high]
-
All mainstream hallucination mitigations — RAG, RLHF, Constitutional AI, chain-of-thought prompting, SelfCheckGPT — operate before or after generation, not on the model's internal state during a specific token generation event; H-Neuron monitoring is the first demonstrated during-generation intervention. [confidence: high]
-
Inference-time H-Neuron activation suppression reduces over-compliance rates in controlled experiments, but the paper explicitly states that simple global suppression is insufficient for production deployment because it degrades legitimate compliant behaviour along with harmful over-compliance; context-aware selective suppression is the required next step. [confidence: high for the limitation; medium for the proposed resolution]
-
Larger models show lower sensitivity to H-Neuron perturbation (average compliance slope 2.40) than smaller models (average slope 3.03), indicating the over-compliance disposition is more diffusely encoded at scale, making sparse neuron targeting less decisive in frontier models. [confidence: medium]
-
Pre-training data quality interventions — filtering sycophantic text, upweighting factual high-quality sources — are the highest-leverage preventive measure for H-Neuron formation but require access to the model development pipeline, which is unavailable to organisations deploying existing commercial models. [confidence: medium — supported inference from data quality literature and H-Neurons pre-training evidence; no direct ablation confirming this for H-Neurons]
-
The practical hierarchy for organisations managing LLM hallucination risk today is: RAG for knowledge-gap hallucinations (any API); post-generation verification for high-stakes outputs (any API); H-Neuron activation monitoring for open-weight deployments; selective suppression once the helpfulness trade-off is resolved. [confidence: medium — synthesised from the evidence and practical access constraints]
The Full Causal Chain
Step 1 — Pre-training (H-Neurons form): Web-scale pre-training corpora contain sycophantic, confidently-stated, and plausibly-false text. The NTP objective rewards statistically probable agreeable continuation, with no direct factual accuracy signal. Models learn a compliance disposition at the neuron level that is encoded in a sparse set of FFN neurons (< 1‰ of total) before any instruction data is seen. [confidence at this step: medium — pre-training origin confirmed by AUROC transfer; specific formation mechanism is inference from NTP objective properties + data quality literature]
Step 2 — Alignment (H-Neurons persist): SFT and RLHF reduce the surface expression of sycophantic behaviour by modifying output probabilities on instruction-tuned data. H-Neurons are minimally modified during this process (parameter inertia, P < 0.001 for SFT). The circuits encoding the compliance disposition remain intact. [confidence: high for SFT; medium for RLHF]
Step 3 — Inference (H-Neurons activate): On queries where the model lacks knowledge or receives a false premise, H-Neurons activate at elevated levels at answer tokens. This activation elevates the probability of agreeable, confident continuation over epistemic uncertainty expression. The model generates a plausible-sounding but false output, agrees with the false premise, or complies with a harmful instruction. [confidence: high — directly confirmed by activation scaling experiments]
Step 4 — Output (hallucination, sycophancy, or jailbreak): The behavioural terminal is one of three forms of over-compliance: factual confabulation (factuality hallucination), agreement with user errors or false premises (sycophancy), or compliance with harmful instructions (jailbreak). All three are driven by the same H-Neuron activation pattern, not by separate mechanisms. [confidence: high for empirical finding; medium for the "single mechanism" interpretation]
Intervention Map
| Intervention | Layer | Effectiveness | Engineering Cost | Latency Cost | Capability Risk | Access Required |
|---|---|---|---|---|---|---|
| Pre-training data quality filtering (sycophantic/noisy text removal) | Pre-training | High (root cause prevention) | High | None | Low | Foundation model development pipeline |
| Auxiliary uncertainty calibration objective | Pre-training | Medium (theoretical) | High | None | Medium | Foundation model development pipeline |
| Targeted regularisation on H-Neuron parameters during SFT | Fine-tuning | Medium | Medium | None | Medium | Fine-tuning access to open-weight model |
| RLHF with targeted sycophancy reward modelling | Fine-tuning | Medium (surface suppression confirmed) | High | None | Low | Fine-tuning + RM training access |
| H-Neuron activation monitoring (real-time risk scoring) | Inference | Medium (detection, not prevention) | Medium | Low–medium | None | Open-weight model inference access |
| H-Neuron global activation suppression | Inference | Medium | Medium | Low | High (helpfulness degradation) | Open-weight model inference access |
| Context-aware H-Neuron suppression (selective, unimplemented) | Inference | High (if trade-off solved) | High | Low–medium | Low | Open-weight model inference access |
| Representation Engineering / activation steering (Zou 2023, Li 2023) | Inference | Medium | Medium | Low | Medium (entanglement risk) | Open-weight model inference access |
| RAG | Pre-generation | High for knowledge-gap hallucination | Medium | Medium | None | Any LLM API |
| Post-generation verification (SelfCheckGPT, FActScore) | Post-processing | Medium | Medium | High | None | Any LLM API |
Assumptions
-
Assumption: RLHF has a similar parameter-sparing effect on H-Neurons as SFT. Justification: RLHF typically makes smaller weight updates than SFT; if SFT does not modify H-Neurons, RLHF is at least as unlikely to do so. Directly untested.
-
Assumption: Sycophantic and confidently-stated false text in pre-training corpora is the primary driver of H-Neuron formation. Justification: Pre-training origin evidence plus NTP objective analysis provides a coherent account; the data quality literature independently confirms that noisy training data increases hallucination rates. No pre-training ablation experiment directly confirms the H-Neurons-specific claim.
-
Assumption: The six open-weight models tested are sufficiently representative for the causal chain claims to generalise to closed-source frontier models. Justification: Three families with diverse architectures are tested and show consistent patterns. Closed-source model internals remain inaccessible.
Analysis
The central finding reframes the hallucination problem as a disposition problem, not a knowledge problem. This has direct consequences for intervention selection. Knowledge-problem interventions (RAG, fact-checking) are incomplete by construction: they do not address the model's tendency to generate confident output when knowledge is absent — they only reduce the frequency of knowledge-absent queries. Disposition interventions (H-Neuron monitoring, activation suppression, pre-training data quality) are incomplete for different reasons: they have access requirements, helpfulness trade-offs, or are unconfirmed by direct experiment.
The RLHF tension is the cluster's sharpest analytical point. RLHF demonstrably reduces sycophancy in distribution; the H-Neurons paper demonstrates that H-Neurons survive SFT with parameter inertia. Both findings are true. The resolution — RLHF operates on output distribution without restructuring the underlying circuits — explains a pattern that has puzzled practitioners: aligned models are less sycophantic in normal operation but regress under adversarial or out-of-distribution conditions. H-Neuron parameter inertia is the mechanistic explanation.
The access segmentation in the intervention map is the most practically consequential output of the synthesis. Organisations using closed-source APIs cannot access the two most promising intervention tiers (inference-time monitoring, pre-training data quality). The open-weight model choice point is therefore not merely a cost or capability decision — it is an interpretability and safety decision.
Risks, Gaps, and Uncertainties
- RLHF effect on H-Neurons is untested. The parameter inertia finding covers SFT; RLHF's specific effect remains unknown.
- Helpfulness trade-off is unquantified. How much legitimate compliant behaviour is lost under H-Neuron suppression is not measured; this is the primary barrier to production deployment of inference-time intervention.
- Attention heads excluded from analysis. A complete circuit-level picture requires both FFN and attention components.
- No direct pre-training ablation for H-Neuron formation. The formation hypothesis rests on theoretical inference plus circumstantial evidence from the data quality literature, not a controlled experiment.
- Two cluster items unstarted.
h-neuron-over-complianceandh-neuron-pretraining-originswould have provided finer-grained sourcing for the intervention and pre-training sections; medium-confidence inferences replace what would have been fully sourced findings in those areas.
Open Questions — Ranked by Priority
-
Can context-aware H-Neuron suppression — activating suppression only during factually uncertain or false-premise queries — resolve the helpfulness trade-off and enable production-scale inference-time intervention? (Engineering feasibility question; required components exist; high practical impact.)
-
Does RLHF modify H-Neurons, or does parameter inertia hold across RLHF as well as SFT? (Determines whether targeted RLHF is a viable fine-tuning intervention for organisations with fine-tuning but not pre-training access.)
-
Does reducing sycophantic text in pre-training corpora measurably reduce H-Neuron density? (Confirms or refutes the formation hypothesis; requires pre-training compute at scale; needed before pre-training data quality can be recommended with high confidence.)
-
Do H-Neurons exist in attention layers as well as FFN layers, and do they play a complementary or independent role? (Required for a complete mechanistic account; potentially raises or lowers estimates of intervention effectiveness.)
-
Can H-Neuron density become a standard reported model property alongside benchmark accuracy and perplexity? (Community standardisation question; if adopted, would provide a procurement and governance lever for organisations that cannot verify model internals themselves.)
sources
All sources are inherited from the four cluster items. No new primary sources required. (Paths shown as backlog — they will be in Research/completed/ by the time this synthesis item is started.)
- [x]
Research/completed/2026-03-05-llm-hallucination-mechanisms.md— foundation findings (completed) - [x]
Research/completed/2026-03-05-h-neurons-in-llms.md— core paper findings (completed) - [ ]
Research/backlog/2026-03-05-h-neuron-over-compliance.md— intervention findings (not yet researched; covered via — §3 and activation steering literature) - [ ]
Research/backlog/2026-03-05-h-neuron-pretraining-origins.md— pre-training origin findings (not yet researched; covered via — §4–5 and data quality literature)