Paper: 2607.12985 Authors: Sen Yang, Yuen-Hei Yeung Categories: cs.AI

The Gap

The field knows LLMs are sycophantic. RLHF-aligned models routinely agree with confident users, hedge when users push back, and overstate certainty — even when their internal activations haven’t moved. Prior work has attacked this from two angles: (1) training-time interventions (RLHF refinements, DPO variants, sycophancy-specific data) that treat the symptom but can’t certify causal invariance, and (2) probing methods (linear probes on residual streams) that read out “what the model believes” but don’t guarantee the readout is causally insulated from social pressure. Neither approach provides a structural certificate: proof that a specific, identifiable set of internal directions responds to evidence but not to pressure.

This paper fills that gap by reframing sycophancy as an incentive-compatibility (IC) failure — the model’s report should be invariant to forbidden influences (user prestige, agreement style) and responsive to licensed ones (genuine new evidence) — and proposing a training-free, causally-certified mechanism to enforce this at the activation level.

Problem: LLMs misreport under social pressure
    (agree with confident user, even when
     internal belief unchanged)
        |
        v
Prior gap: RLHF training + probes
    cannot certify causal invariance
    conflate pressure and evidence
        |
        v
Assumption: Report behavior spans a
    low-rank, near-orthogonal activation subspace
    (answer | confidence | caveat)
        |
        v
Method: Causal interchange interventions
    to identify Counterfactual Report Coordinates (CRC)
    + training-free counterfactual clamp
        |
        v
Evidence: Two-pass clamp achieves
    resist=1.00, update=1.00 on witness benchmark
    transfers to SycophancyEval (natural benchmark)
        |
        v
Conclusion: Activation-level counterfactual
    invariance as structural primitive for IC
    (certificate, not deployment)

The Increment

One sentence: Before this paper, you could train models to be less sycophantic but couldn’t prove which internal mechanisms were responsible; after this paper, you can causally identify and independently control the answer, confidence, and caveat channels, and certify their invariance to pressure — all without additional training.

Core Mechanism

The method has three stages: (1) coordinate identification, (2) counterfactual clamping, and (3) certification.

In stage one