A Closer Look at Bias and Chain-of-Thought Faithfulness of Large (Vision) Language Models
Sriram Balasubramanian, Samyadeep Basu, Soheil Feizi
TL;DR
This work tackles chain-of-thought faithfulness in large vision-language models by introducing a fine-grained evaluation pipeline that separates bias induction from bias evaluation across text- and image-based cues. It classifies CoT traces into faithful, unfaithful, or inconsistent categories and identifies a novel inconsistency phenomenon as a potential detector of biased reasoning. The authors demonstrate that visual biases are rarely articulated and that RL-trained LVLMs produce more articulate CoTs than text-only training regimes, with explicit cues driving higher articulation than implicit ones. They further extend the analysis to LLMs, showing similar patterns with easy implicit cues, underscoring implications for interpretability and bias detection in real-world systems.
Abstract
Chain-of-thought (CoT) reasoning enhances performance of large language models, but questions remain about whether these reasoning traces faithfully reflect the internal processes of the model. We present the first comprehensive study of CoT faithfulness in large vision-language models (LVLMs), investigating how both text-based and previously unexplored image-based biases affect reasoning and bias articulation. Our work introduces a novel, fine-grained evaluation pipeline for categorizing bias articulation patterns, enabling significantly more precise analysis of CoT reasoning than previous methods. This framework reveals critical distinctions in how models process and respond to different types of biases, providing new insights into LVLM CoT faithfulness. Our findings reveal that subtle image-based biases are rarely articulated compared to explicit text-based ones, even in models specialized for reasoning. Additionally, many models exhibit a previously unidentified phenomenon we term ``inconsistent'' reasoning - correctly reasoning before abruptly changing answers, serving as a potential canary for detecting biased reasoning from unfaithful CoTs. We then apply the same evaluation pipeline to revisit CoT faithfulness in LLMs across various levels of implicit cues. Our findings reveal that current language-only reasoning models continue to struggle with articulating cues that are not overtly stated.
