paper-with-me

홈 › Papers

Chain-of-Thought Reasoning In The Wild Is Not Always Faithful

2025-03-11 · Iván Arcuschin, Jett Janiak, Robert Krzyzanowski, Senthooran Rajamanoharan, Neel Nanda, Arthur Conmy

Chain-of-Thought (CoT) reasoning has significantly advanced state-of-the-art AI capabilities. However, recent studies have shown that CoT reasoning is not always faithful, i.e. CoT reasoning does not always reflect how models arrive at conclusions. So far, most of these studies have focused on unfaithfulness in unnatural contexts where an explicit bias has been introduced. In contrast, we show that unfaithful CoT can occur on realistic prompts with no artificial bias. Our results reveal non-negligible rates of several forms of unfaithful reasoning in frontier models: Sonnet 3.7 (16.3%), DeepSeek R1 (5.3%) and ChatGPT-4o (7.0%) all answer a notable proportion of question pairs unfaithfully. Specifically, we find that models rationalize their implicit biases in answers to binary questions ("implicit post-hoc rationalization"). For example, when separately presented with the questions "Is X bigger than Y?" and "Is Y bigger than X?", models sometimes produce superficially coherent arguments to justify answering Yes to both questions or No to both questions, despite such responses being logically contradictory. We also investigate restoration errors (Dziri et al., 2023), where models make and then silently correct errors in their reasoning, and unfaithful shortcuts, where models use clearly illogical reasoning to simplify solving problems in Putnam questions (a hard benchmark). Our findings raise challenges for AI safety work that relies on monitoring CoT to detect undesired behavior.

📄 PDF Abstract BibTeX arXiv:2503.08679

Code (1)

jettjaniak/chainscope 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Analysing Chain of Thought Dynamics: Active Guidance or Unfaithful Post-hoc Rationalisation?

2025-08-27 · Samuel Lewis-Lim, Xingwei Tan, Zhixue Zhao, Nikolaos Aletras arxiv

Recent work has demonstrated that Chain-of-Thought (CoT) often yields limited gains for soft-reasoning problems such as analytical and commonsense reasoning. CoT can also be unfaithful to a model's actual reasoning. We i…

Investigating Faithfulness in Large Audio Language Models

2025-09-26 · Pooneh Mousavi, Lovenya Jain, Mirco Ravanelli, Cem Subakan arxiv

Large Audio Language Models (LALMs) integrate audio encoders with pretrained Large Language Models to perform complex multimodal reasoning tasks. While these models can generate Chain-of-Thought (CoT) explanations, the f…

Multimodal Reasoning

Dissociation of Faithful and Unfaithful Reasoning in LLMs

2024-05-23 · Evelyn Yee, Alice Li, Chenyu Tang, Yeon Ho Jung 외

Large language models (LLMs) often improve their performance in downstream tasks when they generate Chain of Thought reasoning text before producing an answer. We investigate how LLMs recover from errors in Chain of Thou…

Faithful Chain-of-Thought Reasoning

2023-01-31 · Qing Lyu, Shreya Havaldar, Adam Stein, Li Zhang 외

While Chain-of-Thought (CoT) prompting boosts Language Models' (LM) performance on a gamut of complex reasoning tasks, the generated reasoning chain does not necessarily reflect how the model arrives at the answer (aka. …

MathMulti-hop Question AnsweringQuestion Answering

GeoFaith: A Spatio-Temporal Dual View of Faithful Chain-of-Thought

2026-05-26 · Weijiang Lv, Wentong Zhao, Jiayu Wang, Yuhao Wu 외 arxiv

Chain-of-Thought (CoT) reasoning has advanced large language models (LLMs), but outcome-based supervision leads to pervasive post-hoc rationalization, producing plausible yet unfaithful reasoning chains. Most prior faith…

Reinforcement Learning