Two Regimes of Chain-of-Thought Unfaithfulness: Behavioral Detection Fails Where Models Are Wrong
Summary
A study auditing black-box detection of Chain-of-Thought (CoT) unfaithfulness using FaithCoT-Bench's human annotations reveals that answer correctness fundamentally structures the problem. Answer incorrectness alone, an oracle diagnostic, outperforms purpose-built signals with an AUROC of 0.696, as 69% of annotated unfaithfulness occurs on incorrect answers. The research identifies two distinct detection regimes: on correct answers, behavioral signals show moderate separation (0.63-0.67), but on incorrect answers, where most unfaithfulness resides, no tested signal performs above chance across four models. The standard step-removal metric anti-correlates with human labels. Linear probes decode these regimes in Llama-3.1-8B and Qwen-2.5-7B, indicating no shared, positively aligned direction.
Key takeaway
For Machine Learning Engineers evaluating Chain-of-Thought explanations, recognize that current behavioral unfaithfulness detection methods are largely ineffective when models produce incorrect answers. Your reliance on these signals for oversight is misplaced for the majority of unfaithful CoT. Prioritize developing new diagnostic approaches that account for answer correctness, rather than refining existing behavioral metrics.
Key insights
CoT explanation faithfulness detection is bifurcated by answer correctness, failing where models are wrong.
Principles
- Answer correctness dictates CoT unfaithfulness detection efficacy.
- Standard step-removal metrics can anti-correlate with human faithfulness labels.
Method
Linear probes can decode distinct CoT unfaithfulness regimes in specific LLMs like Llama-3.1-8B and Qwen-2.5-7B, but no shared direction was found.
Topics
- Chain-of-Thought
- Explanation Faithfulness
- Behavioral Detection
- Large Language Models
- FaithCoT-Bench
- Llama-3.1-8B
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.