Two Regimes of Chain-of-Thought Unfaithfulness: Behavioral Detection Fails Where Models Are Wrong

📅 2026-07-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the credibility challenges of Chain-of-Thought (CoT) reasoning, noting that its intermediate steps do not necessarily reflect genuine reasoning pathways—particularly when final answers are incorrect, rendering behavioral signals ineffective for detecting untrustworthy reasoning. To systematically evaluate detection methods, the authors introduce FaithCoT-Bench, a human-annotated benchmark that reveals fundamentally distinct mechanisms of untrustworthiness between correct and incorrect answers. Experiments demonstrate that answer correctness alone outperforms existing specialized behavioral detectors (AUROC 0.696). Notably, in cases of incorrect answers, conventional behavioral signals largely fail, whereas linear probes successfully decode these divergent untrustworthiness mechanisms across multiple models, including Llama-3.1-8B and Qwen-2.5-7B. The work also rectifies semantic inconsistencies between documents and labels in the benchmark data.
📝 Abstract
Chain-of-thought (CoT) explanations support oversight only if they are faithful: the stated reasoning must actually produce the answer. Auditing black-box (behavioral) detection of unfaithful CoT against FaithCoT-Bench's human annotations, we find answer correctness structures the problem at every level. Answer incorrectness alone (an oracle diagnostic, not a deployable detector) outperforms every purpose-built signal (AUROC 0.696), because 69% of annotated unfaithfulness occurs on incorrect answers. Stratifying by correctness splits detection into two regimes: on correct answers, behavioral signals moderately separate faithful from post-hoc reasoning (0.63-0.67); on incorrect answers, where most unfaithfulness lives, no tested signal is detectably above chance (replicated on all four models for benchmark-wide signals). The standard step-removal metric anti-correlates with human labels; this inversion reproduces on the benchmark's released scores and on hint-dependent counterfactually labeled traces. Linear probes decode the behaviorally blind regime in Llama-3.1-8B and the correct-answer regime in Qwen-2.5-7B, with no shared, positively aligned direction detected across regimes; instructed answer-first traces (7 models) transfer to neither annotated regime, while hint-induced unverbalized answer flips do, in model- and source-dependent settings. We also independently verify and resolve a documentation-data mismatch in the benchmark's label semantics.
Problem

Research questions and friction points this paper is trying to address.

Chain-of-Thought
unfaithfulness
behavioral detection
answer correctness
faithful reasoning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Chain-of-Thought Faithfulness
Behavioral Detection
Answer Correctness
Linear Probing
Unfaithful Reasoning
🔎 Similar Papers