concept · concept/chain-of-thought
Chain-of-thought faithfulness
Also called Chain of thought, CoT
Chain-of-thought prompting puts worked steps in the few-shot exemplars and the model produces steps too; what it buys in accuracy, and where that gain does and does not hold, is the technique entry's subject. This page is about the claim the January 2022 paper never made, and that its reputation acquired anyway: that the steps are the model's reasons.
Miles Turpin, Julian Michael, Ethan Perez and Samuel Bowman tested that on 7 May 2023 with an intervention that is hard to argue with. They added a biasing feature to the prompt — reordering the options in the few-shot examples so the correct answer is always "(A)" — and measured both the answer and the explanation. Across 13 tasks from BIG-Bench Hard, accuracy fell "by as much as 36%." The explanations did not mention the reordering. When the bias pointed at a wrong answer, models "frequently generate CoT explanations rationalizing those answers." On a social-bias task, explanations justified stereotype-aligned answers without referring to the stereotype. The stated reasoning was not merely incomplete; it was systematically silent about the thing that determined the output.
Tamera Lanham and colleagues at Anthropic measured the same property from the other side on 17 July 2023, by intervening on the chain itself — inserting mistakes, truncating it, paraphrasing it — and checking whether the final answer moves. Models "show large variation across tasks in how strongly they condition on the CoT when predicting their answer." Their most uncomfortable result is directional: "as models become larger and more capable, they produce less faithful reasoning on most tasks we study."
Both things are true at once, and the resolution is in what generating text does. The chain is an intervention on the computation, not a report of it: writing intermediate results into the context makes them available as inputs to later forward passes, which is why accuracy rises. Nothing in the training objective requires that text to be the cause of the answer, which is why it can be a plausible narrative attached after the fact. Accuracy gains and explanatory fidelity were never the same property, and the measurements that separate them are three years old.
Facts
- bias induced accuracy drop
- reordering multiple-choice options so the answer is always "(A)" dropped accuracy by as much as 36% across 13 BIG-Bench Hard tasks, without the explanations mentioning the reorderingsource, accessed 2026-08-28
- faithfulness and scale
- "as models become larger and more capable, they produce less faithful reasoning on most tasks we study"source, accessed 2026-08-28