Is Chain-of-Thought Really Not Explainability? Chain-of-Thought Can Be Faithful without Hint Verbalization
Kerem Zaman, Shashank Srivastava
TL;DR
This work challenges the claim that Chain-of-Thought explanations are largely unfaithful by showing that the Biasing Features metric often labels CoTs as unfaithful due to incomplete verbalization rather than misalignment with the model's reasoning. By introducing faithful@k and applying Filler Tokens and FUR analyses, the authors demonstrate that a substantial portion of what Biasing Features marks as unfaithful can be understood as incompleteness or dependence on expanded token budgets. Causal Mediation Analysis reveals that hints can causally influence predictions even when not verbalized, and Logit Lens analysis shows hint information affecting intermediate representations, indicating partial post-hoc rationalization rather than pure misalignment. The paper concludes that a holistic interpretability toolkit—combining verbalization-aware metrics, completeness-based evaluations, and causal pathways—is necessary to accurately assess CoTs and guide their use in high-stakes settings.
Abstract
Recent work, using the Biasing Features metric, labels a CoT as unfaithful if it omits a prompt-injected hint that affected the prediction. We argue this metric confuses unfaithfulness with incompleteness, the lossy compression needed to turn distributed transformer computation into a linear natural language narrative. On multi-hop reasoning tasks with Llama-3 and Gemma-3, many CoTs flagged as unfaithful by Biasing Features are judged faithful by other metrics, exceeding 50% in some models. With a new faithful@k metric, we show that larger inference-time token budgets greatly increase hint verbalization (up to 90% in some settings), suggesting much apparent unfaithfulness is due to tight token limits. Using Causal Mediation Analysis, we further show that even non-verbalized hints can causally mediate prediction changes through the CoT. We therefore caution against relying solely on hint-based evaluations and advocate a broader interpretability toolkit, including causal mediation and corruption-based metrics.
