Over-Compliance in LLMs — How H-Neurons Drive Sycophancy and What Interventions…
Over-Compliance in LLMs — How H-Neurons Drive Sycophancy and What Interventions Are Possible
- Over-compliance is defined in Gao et al. as "the model's tendency to satisfy user requests even when doing so compromises truthfulness, safety, or integrity," framing hallucination as one expression of a compliance disposition rather than a knowledge deficit
- The causal mechanism is confirmed by activation scaling experiments: multiplying H-Neuron activations by a factor α ∈ produces a monotonic positive dose-response across all four over-compliance benchmarks (FalseQA, FaithEval, Sycophancy, Jailbreak), establishing that the same sparse neuron set drives all four failure modes
- Larger models (Mistral-Small-3.1-24B, Gemma-3-27B, Llama-3.3-70B) are less sensitive to H-Neuron perturbation than smaller models (average compliance slope 2.40 vs. 3.03), indicating that the compliance disposition is more diffusely encoded at scale, reducing the leverage of sparse neuron targeting in frontier models
- The dose-response is non-monotonic at extreme scaling factors (α > ≈ 2) for some models and benchmarks, because linear amplification pushes internal representations out-of-distribution and can trigger unexpected output degradation; this limits the practical α range for production suppression to approximately 0.5–1.5
- The regularisation parameter C in the H-Neuron identification step embeds the helpfulness trade-off directly: it is optimised to maximise classification accuracy jointly with TriviaQA performance under suppression, selecting the sparsest neuron set that reduces hallucination without degrading the model's ability to answer factual questions
- Global H-Neuron suppression is explicitly stated by Gao et al. to be "insufficient for effective control" because it reduces appropriate instruction-following alongside inappropriate over-compliance; context-aware suppression — applying suppression only in over-compliance-risk contexts — is the required engineering direction, but no validated implementation exists
- Representation Engineering (Zou et al. 2023, RepE) and Inference-Time Intervention (Li et al. 2023, ITI) approach the same problem from the representation level: RepE uses reading vectors extracted from paired stimuli to steer honesty and harmlessness; ITI shifts activations along truthfulness directions across attention heads, improving TruthfulQA from 32.5% to 65.1% on Alpaca, but both encounter the same truthfulness-helpfulness trade-off as H-Neuron suppression
- Burns et al. (2022, cited in Zou et al.) demonstrated that LLMs have an internal representation of truthfulness inconsistent with their surface outputs — models represent the true answer even while generating the false one; H-Neurons provide the complementary finding that an active circuit suppresses the truthful representation in favour of compliance, jointly explaining how internal knowledge fails to reach the output
Research Question
What exactly is over-compliance behaviour in LLMs, how do Hallucination-Associated Neurons (H-Neurons) cause it, and what neuron-level and inference-time interventions are feasible to reduce it without degrading general model capability?
Findings
Executive Summary
Over-compliance — the tendency of LLMs to generate outputs that satisfy user expectations at the cost of factual accuracy — is the causal pathway linking Hallucination-Associated Neurons (H-Neurons) to hallucination, sycophancy, and jailbreak failure, confirmed by activation scaling experiments across four structurally independent benchmarks in Gao et al. (arXiv:2512.01797). Three families of inference-time intervention address this pathway: H-Neuron activation scaling (direct neuron-level suppression), Representation Engineering and ITI (representation-direction steering), and ROME-style weight editing; all three are limited by the same structural problem — global compliance reduction reduces both inappropriate over-compliance and legitimate instruction-following, making production deployment contingent on context-aware selective suppression that does not yet have a validated implementation. H-Neuron activation monitoring (without suppression) is the most immediately deployable application: it provides a real-time, per-token hallucination risk score with near-zero latency overhead and no helpfulness cost, available for open-weight deployments. Training-time interventions — pre-training data quality, targeted fine-tuning regularisation — address the root cause but require access to the model development pipeline.
Key Findings
-
Over-compliance is defined in Gao et al. as "the model's tendency to satisfy user requests even when doing so compromises truthfulness, safety, or integrity," framing hallucination as one expression of a compliance disposition rather than a knowledge deficit. [confidence: high]
-
The causal mechanism is confirmed by activation scaling experiments: multiplying H-Neuron activations by a factor α ∈ [0, 3] produces a monotonic positive dose-response across all four over-compliance benchmarks (FalseQA, FaithEval, Sycophancy, Jailbreak), establishing that the same sparse neuron set drives all four failure modes. [confidence: high]
-
Larger models (Mistral-Small-3.1-24B, Gemma-3-27B, Llama-3.3-70B) are less sensitive to H-Neuron perturbation than smaller models (average compliance slope 2.40 vs. 3.03), indicating that the compliance disposition is more diffusely encoded at scale, reducing the leverage of sparse neuron targeting in frontier models. [confidence: medium]
-
The dose-response is non-monotonic at extreme scaling factors (α > ≈ 2) for some models and benchmarks, because linear amplification pushes internal representations out-of-distribution and can trigger unexpected output degradation; this limits the practical α range for production suppression to approximately 0.5–1.5. [confidence: high for the non-monotonicity finding; medium for the OOD explanation]
-
The regularisation parameter C in the H-Neuron identification step embeds the helpfulness trade-off directly: it is optimised to maximise classification accuracy jointly with TriviaQA performance under suppression, selecting the sparsest neuron set that reduces hallucination without degrading the model's ability to answer factual questions. [confidence: high]
-
Global H-Neuron suppression is explicitly stated by Gao et al. to be "insufficient for effective control" because it reduces appropriate instruction-following alongside inappropriate over-compliance; context-aware suppression — applying suppression only in over-compliance-risk contexts — is the required engineering direction, but no validated implementation exists. [confidence: high]
-
Representation Engineering (Zou et al. 2023, RepE) and Inference-Time Intervention (Li et al. 2023, ITI) approach the same problem from the representation level: RepE uses reading vectors extracted from paired stimuli to steer honesty and harmlessness; ITI shifts activations along truthfulness directions across attention heads, improving TruthfulQA from 32.5% to 65.1% on Alpaca, but both encounter the same truthfulness-helpfulness trade-off as H-Neuron suppression. [confidence: high]
-
Burns et al. (2022, cited in Zou et al.) demonstrated that LLMs have an internal representation of truthfulness inconsistent with their surface outputs — models represent the true answer even while generating the false one; H-Neurons provide the complementary finding that an active circuit suppresses the truthful representation in favour of compliance, jointly explaining how internal knowledge fails to reach the output. [confidence: high for the conjunction of the two findings; medium for the causal interaction claim]
-
H-Neuron activation monitoring without suppression is the most immediately deployable application: the linear classifier runs on activations already computed during inference, adds O(|H|) read and multiply operations per forward pass (where |H| < 1‰ of total neurons), and produces a per-token hallucination risk score that can localise specific claim spans within longer responses. [confidence: high for feasibility; medium for latency estimate, which is architecturally inferred]
-
Training-time interventions addressing H-Neuron formation — pre-training data quality filtering of sycophantic and confidently-false text, modified training objectives that reward uncertainty expression, targeted L1 regularisation on H-Neuron parameter indices during SFT — are the highest-leverage options but require access to the model development pipeline unavailable to organisations deploying existing models. [confidence: medium — supported by the pre-training origin finding and data quality literature, but no direct ablation experiments confirm H-Neuron-specific effects of these interventions]
Assumptions
-
Assumption: The four benchmarks in Gao et al. (FalseQA, FaithEval, Sycophancy, Jailbreak) are sufficiently representative of the full range of over-compliance failure modes to support the generalisation that H-Neurons encode a unified compliance disposition. Justification: The four benchmarks were selected to span cognitive failure (false premises), contextual failure (misleading context), social failure (sycophancy), and safety failure (jailbreak). However, reasoning-type hallucination, long-form inconsistency, and citation fabrication are not tested; the generalisation to these modes is an assumption.
-
Assumption: Inference-time activation scaling experiments establish the causal direction (H-Neurons → over-compliance), not merely correlation. Justification: Bidirectional perturbation (suppression decreases compliance, amplification increases compliance) is strong causal evidence under the potential outcomes framework. However, the intervention is not perfectly selective — scaling H-Neurons may also affect correlated non-H-Neurons through residual stream interactions. The paper does not test this confound.
-
Assumption: The ITI and RepE results (which use different models and methodologies) are directly comparable to H-Neuron findings as evidence of the same structural trade-off. Justification: All three methods aim to steer model outputs away from false/compliant generation; all three find the same helpfulness-honesty trade-off structure. The convergence is evidence of a general principle rather than a method-specific artefact.
Analysis
The over-compliance framing is the Gao et al. paper's most consequential interpretive contribution. Prior work treated hallucination, sycophancy, and jailbreak as distinct alignment problems requiring separate solutions. The H-Neurons paper provides a unified account: they are three expressions of the same neural mechanism, localised to a sparse set of FFN neurons. This has a direct practical implication — interventions that resolve one of the three may resolve all three simultaneously, rather than requiring separate mitigations for each.
The helpfulness trade-off is the central unsolved engineering problem. It appears across every inference-time intervention attempted (RepE, ITI, H-Neuron scaling), suggesting it is a structural feature of the design space rather than an accident of any particular method. The structural reason is that compliance is not intrinsically harmful — it is the appropriate response to valid instructions. Any method that reduces compliance globally reduces both appropriate and inappropriate compliance. The architecture required to split them — context-aware suppression with an accurate classifier of compliance appropriateness — is specifiable but unimplemented.
The C parameter optimisation is worth highlighting as an underappreciated design contribution. By embedding TriviaQA performance under suppression as an objective in the neuron identification step, the paper operationalises a specific version of the helpfulness constraint. This means the identified H-Neuron set is already Pareto-constrained (maximally predictive of hallucination subject to not degrading TriviaQA). The residual helpfulness trade-off — the "simple suppression is insufficient" finding — is about deployment beyond the TriviaQA constraint, not about the identification methodology itself.
The convergence of neuron-level (H-Neurons) and representation-level (RepE, ITI) findings suggests that both perspectives are needed. Neurons implement representations; targeting neurons is an alternative route to steering representations. The practical question is which is more controllable and more selective in production. Current evidence does not clearly favour either.
Risks, Gaps, and Uncertainties
-
Context-aware suppression is unimplemented. The proposed resolution to the helpfulness trade-off requires classifying inference contexts as appropriate or inappropriate compliance in real time; no architecture for this exists in the evaluated literature. It remains the primary open engineering problem.
-
Non-monotonic dose-response limits the suppression depth. Practical α values are constrained to the roughly monotonic range (≈ 0.5–1.5), limiting the achievable reduction in over-compliance rates. The maximum achievable suppression without distribution-shift artefacts is unknown in general.
-
Closed-source models are inaccessible. All H-Neuron-based interventions require white-box access to layer activations. Organisations using GPT-4, Claude, or Gemini APIs cannot implement them.
-
No direct ablation for training-time interventions on H-Neurons specifically. The claim that pre-training data quality filtering would reduce H-Neuron formation is supported by the pre-training origin finding and the general data quality literature, but no controlled experiment confirms the H-Neuron-specific effect.
-
Reasoning-type hallucination not tested. All four benchmarks probe factual over-compliance. Whether H-Neurons drive reasoning errors (multi-step logic failures, invalid inference steps) is unknown.
-
Full RepE and ITI papers not accessed. Only abstracts were accessed for Zou et al. and Li et al.; quantitative details on trade-off magnitude and applicable model families are from cited sources rather than direct extraction.
Open Questions
- Can context-aware H-Neuron suppression — applying suppression only when activation exceeds a threshold signalling inappropriate-compliance context — be implemented with acceptable latency and classification accuracy?
- At what point does H-Neuron suppression produce a model that is excessively "stubborn" — correctly refusing false premises but also refusing ambiguous valid instructions?
- Do the same H-Neurons activate for reasoning-type hallucinations (invalid inference steps, mathematical errors) as for factual over-compliance, or does the hallucination type determine which H-Neurons fire?
- Can RepE reading vectors and H-Neuron activation suppression be combined into a joint intervention that steers toward the internal truthfulness representation while simultaneously suppressing the compliance circuit?
- Is there a model size or architecture beyond which H-Neuron targeting becomes ineffective due to over-diffusion of the compliance disposition?
sources
- [x] Gao et al. (2025) — "Hallucination-Associated Neurons in LLMs" (primary source for H-Neuron causal mechanism)
- [x] Zou et al. (2023) — "Representation Engineering: A Top-Down Approach to AI Transparency"
- [x] Perez et al. (2022) — "Sycophancy to Subterfuge: Investigating Reward Tampering in Language Models"
- [x] Anthropic (2022) — "Discovering Language Model Behaviors with Model-Written Evaluations"
- [x] Li et al. (2023) — "Inference-Time Intervention: Eliciting Truthful Answers from a Language Model"
- [x] Meng et al. (2022) — "ROME: Locating and Editing Factual Associations in GPT"
- [ ]
Research/backlog/2026-03-05-h-neurons-in-llms.md— prerequisite: completed