Chain-of-Thought Reasoning in the Wild Is Not Always Faithful (2025)
- AI
- Machine Learning
- Research
- Developer Tools
The paper studies chain-of-thought faithfulness in large language models, meaning whether the readable step-by-step explanation matches the process that actually produced the answer. Using paired questions and answer formats, it finds models often latch onto superficial template cues, decide on an answer early, then generate a convincing rationale for that answer even when the rationale contradicts the choice at the end. Several people said this matches day-to-day experience with models like Qwen, where the visible reasoning can look right until the last line flips to the wrong yes or no, or look wrong the whole way and still land on the correct answer.
Treat exposed reasoning traces as a noisy interface, not as ground truth about model internals. If you rely on them for evaluation, safety, or product UX, add tests for answer consistency under paraphrase and for whether traces predict behavior at all.
-
arxiv.org
- Discuss on HN