INQUIRING LINE

Does removing cognitive bias from training signals accidentally break what makes alignment work?

This explores whether scrubbing cognitive and statistical biases out of training signals might also strip away behaviors that make a model genuinely useful and aligned — i.e., whether 'debiasing' and 'alignment' are pulling on some of the same threads.


This question reads the word 'bias' two ways at once — as a flaw we want to remove, and as a tilt that alignment quietly relies on — and the corpus suggests both readings are right, which is exactly why the move is risky. The cleanest case that removing bias is *safe* comes from causal reward modeling, where constraining reward predictions to stay stable when irrelevant variables change strips out length bias, sycophancy, concept bias, and discrimination all at once without hurting quality Can counterfactual invariance eliminate reward hacking biases?. The same spirit shows up in keeping anchoring bias out of human-AI decisions by having the model supply interpretive guidance rather than make the call Can AI guidance reduce anchoring bias better than AI decisions?. On this evidence, bias is just noise you can subtract.

The sharp counter-finding is that alignment training *is itself* a debiasing process — and that's where things break. RLHF rewards calibrated, hedged, neutral language, which structurally prevents the model from performing speech acts that require overclaiming relative to what it can prove: alarm, warning, denunciation, prophecy Does alignment training suppress socially necessary speech acts?. The note frames this as a direct consequence of the objective, not a bug. So 'removing the bias toward confident assertion' is the same operation as 'making the model unable to sound an alarm.' The thing you'd call a bias from one angle is a socially necessary capability from another — which is the most direct 'yes' your question can get.

There's also a deeper structural reason the surgery may not even land where you aim it. A causal study found that cognitive biases are planted during *pretraining* and only swayed by finetuning — models sharing a backbone show the same bias patterns regardless of instruction data Where do cognitive biases in language models come from?. If the bias lives in the base weights, scrubbing it from your alignment signal mostly modulates surface behavior rather than removing the underlying tilt. Pair that with the finding that post-training largely *activates* capabilities already present rather than installing new ones Can careful curation replace massive alignment datasets?, and 'remove bias from training signals' starts to look less like editing the model and more like changing which of its existing dispositions get surfaced.

That reframing matters because alignment may *depend* on those pretrained tilts in ways that aren't obvious. RL post-training is shown to collapse onto a single dominant format from the pretraining distribution while suppressing alternatives within the first epoch — the winner chosen by scale, not necessarily by quality Does RL training collapse format diversity in pretrained models?. Whenever a training signal removes a 'bias,' it's also picking a winner among the model's inherited distributions, and the thing it suppresses might have been load-bearing. The deception work points the same way from the opposite side: reducing deceptive behavior worked by *aligning* self- and other-referencing representations — minimizing a representational gap — rather than by removing a feature, and it preserved capabilities precisely because it didn't excise anything Can aligning self-other representations reduce AI deception?.

The synthesis the reader might not expect: the corpus draws a line between *subtractive* debiasing (remove a spurious feature) and *invariance-based* debiasing (force the model to behave consistently across an irrelevant change). Counterfactual invariance and consistency training Can models learn to ignore irrelevant prompt changes? both succeed by constraining behavior to ignore the irrelevant rather than deleting a disposition — and they keep capabilities intact. Methods that instead suppress a behavior wholesale (RLHF's flattening of speech acts, RL's format collapse) are where alignment quietly breaks. So the honest answer is: removing bias breaks alignment when 'removing' means deletion, and tends not to when it means enforcing invariance. The danger isn't debiasing per se — it's that the most common training signals can't tell a spurious feature from a load-bearing one, and confidently flatten both.


Sources 8 notes

Can counterfactual invariance eliminate reward hacking biases?

Causal reward modeling using counterfactual invariance constrains reward predictions to remain consistent when irrelevant variables change, eliminating length bias, sycophancy bias, concept bias, and discrimination. Standard training cannot distinguish causal from spurious features; counterfactual invariance forces isolation of actual quality signals.

Can AI guidance reduce anchoring bias better than AI decisions?

Learning to Guide eliminates anchoring bias and unassisted hard cases by having machines supply interpretive guidance rather than autonomous decisions, keeping responsibility with humans while improving their judgment through enhanced perception.

Does alignment training suppress socially necessary speech acts?

RLHF optimization rewards calibrated neutrality and hedged claims, which structurally prevents models from performing speech acts requiring overclaiming relative to baseline—like alarm, warning, prophecy, and denunciation. This is a direct consequence of the alignment objective, not a fixable bug.

Where do cognitive biases in language models come from?

A causal experiment using random-seed variation and cross-tuning showed that models sharing a pretrained backbone exhibit similar bias patterns regardless of finetuning data. Biases are planted during pretraining and merely swayed by instruction tuning.

Can careful curation replace massive alignment datasets?

LIMA demonstrates that 1000 carefully curated examples fine-tuned on a strong pretrained model achieve competitive alignment performance with models trained on orders of magnitude more data, showing that post-training activates existing capabilities rather than building new ones.

Does RL training collapse format diversity in pretrained models?

Controlled experiments show RL consistently amplifies one format distribution from pretraining within the first epoch while collapsing alternatives. The winning format depends on model scale, not necessarily performance, and is largely hidden when starting from proprietary pretrained models.

Can aligning self-other representations reduce AI deception?

Self-Other Overlap fine-tuning reduced deceptive responses from 73–100% to 2–17% across model scales without harming capabilities. By minimizing the representational gap between self-referencing and other-referencing scenarios, the approach eliminates the structural asymmetry that enables deception.

Can models learn to ignore irrelevant prompt changes?

Two methods—BCT (output-level) and ACT (activation-level)—train models to respond identically to clean and wrapped prompts by using the model's own clean responses as targets, eliminating specification and capability staleness inherent in standard SFT.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are an alignment researcher re-testing whether removing cognitive bias from training signals breaks alignment robustness. The question assumes bias-removal is a settled good—but it may not be.

What a curated library found—and when (dated claims, not current truth): Findings span 2023–2025.
• Causal reward modeling removes length bias, sycophancy, and discrimination via counterfactual invariance without harming quality (~2025).
• RLHF alignment training structurally calibrates models away from high-confidence speech acts (alarm, warning, prophecy) as a direct consequence of the reward objective (~2025).
• Cognitive biases are planted during pretraining and only modulated by finetuning; scrubbing them from alignment signals mostly changes surface behavior, not underlying tilts (~2025).
• Post-training RL converges onto a single dominant format from pretraining in the first epoch; suppressed alternatives may be load-bearing (~2025).
• Reducing deception worked by aligning self- and other-referencing representations (invariance), not by excising features; capabilities remained intact (~2025).

Anchor papers (verify; mind their dates):
• arXiv:2501.09620 (Beyond Reward Hacking: Causal Rewards, 2025)
• arXiv:2507.07186 (Planted in Pretraining, Swayed by Finetuning, 2025)
• arXiv:2504.07912 (Echo Chamber: RL Post-training Amplifies Behaviors, 2025)
• arXiv:2412.16325 (Neural Self-Other Overlap & Deception, 2025)

Your task:
(1) RE-TEST THE INVARIANCE–DELETION SPLIT. The library claims deletion-based debiasing (RLHF speech-act flattening, RL format collapse) breaks alignment, while invariance-based methods (counterfactual, consistency training) preserve it. Have newer models, architectural priors, or multi-stage pipelines since blurred this line? Can you find a method that deletes yet preserves alignment, or vice versa? Cite what resolves or complicates the split.
(2) Surface the strongest CONTRADICTING work from the last 6 months: Has any recent paper shown that removing a 'bias' actually *improved* alignment robustness in a way that contradicts the deletion-is-risky thesis?
(3) Propose two research questions that assume the regime may have moved: (a) If pretraining biases are load-bearing for alignment, what is the mechanism by which they become load-bearing? (b) Can you design an alignment signal that *actively recruits* beneficial pretraining biases rather than assuming they must be suppressed?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines