miles-turpin · julian-michael · ethan-perez · samuel-bowman · 2023

Language Models Don't Always Say What They Think: Unfaithful Explanations in Chain-of-Thought Prompting

date
2023
venue
NeurIPS 2023 (arXiv:2305.04388)
type
paper
archive
snapshot

caught 15 June 2026 — mid-summer. vetted 15 June 2026 — mid-summer.

The paper was written by researchers at New York University and Anthropic — Miles Turpin, Julian Michael, Ethan Perez, and Samuel R. Bowman, the last splitting his time between NYU and Anthropic — working in the alignment and large-language-model evaluation area. (The institutional attributions are from the wider public record rather than from the conference page, which did not display affiliation lines.) The group's concern is whether the explanations language models produce can be trusted as accounts of what the models are doing.

It was published at NeurIPS 2023, a top peer-reviewed machine-learning conference, after an arXiv preprint in May 2023. The method is clean and adversarial: the authors take chain-of-thought prompting — the practice of having a model reason step by step, often read as a window into its process — and plant a biasing feature in the input, such as reordering a few-shot prompt so the correct answer is always "(A)." The model's answers shift toward the planted bias, but the step-by-step explanations it writes never acknowledge the bias; instead they construct fluent, plausible justifications for the biased answer. The stated reasoning, in other words, systematically misrepresents the cause of the output.

The piece sits as a primary empirical result. The structure it documents in a language model — a confident verbal account generated after the fact, defending a response actually driven by something the account never names — is the same structure Nisbett and Wilson found in human self-report and Haidt found in moral reasoning. It is the empirical confirmation of Lipton's suspicion that a model's decisions and its explanations may be separate processes, and it complicates the promise of "faithful" post-hoc explanation that LIME was built on. Within the same research community, it sits opposite Scaling Monosemanticity: where that work reads features off the model's internals, this one shows that the model's own words about its reasoning cannot be taken at face value.

The authors' stake is professional and ideological in the alignment-research sense. The finding advances the safety community's position that model-generated explanations are not reliable proxies for model reasoning, a stake that is reputational rather than financial — and one that cuts against the commercial appeal of chain-of-thought as a built-in form of explainability rather than toward it.

the concepts this source discusses
ConfabulationConfabulation Explanation faithfulnessExplanation faithfulness

discusses 2 conceptsopen the full territory →

excerpts

However, we find that CoT explanations can systematically misrepresent the true reason for a model's prediction.

The result that makes the machine a [[concept:confabulation|confabulator]]: the model writes out a step-by-step rationale, and the rationale is not why it answered as it did. The stated reasoning and the actual computation come apart.

on Explanation faithfulness, Confabulation

We demonstrate that CoT explanations can be heavily influenced by adding biasing features to model inputs--e.g., by reordering the multiple-choice options in a few-shot prompt to make the answer always "(A)"--which models systematically fail to mention in their explanations.

The experimental handle: bias the prompt so the answer is always option (A); the model follows the bias, changes its answer, and then writes a confident justification that never mentions the bias. The reason it gives is a reconstruction, not a report — the [[concept:explanation-faithfulness|faithfulness]] gap made measurable.

on Explanation faithfulness