How Likely Do LLMs with CoT Mimic Human Reasoning?
Guangsheng Bao, Hongbo Zhang, Cunxiang Wang, Linyi Yang, Yue Zhang
TL;DR
The paper investigates whether LLMs with Chain-of-Thought (CoT) mimic human reasoning by modeling the task as a causal system among $Z$ (instruction), $X$ (CoT), and $Y$ (answer). Using interventions to identify structural causal models (SCMs) and testing across six reasoning tasks and multiple models, it finds that many task–model pairs exhibit common-cause or full-connection structures, which can cause consistency and faithfulness issues. The study reveals that in-context learning strengthens the causal chain while supervised fine-tuning and RLHF weaken it, and that simply increasing model size does not guarantee improved causal structure or human-like reasoning. These findings emphasize the need for new techniques beyond scaling to align LLM reasoning with human cognition and enhance CoT fidelity and reliability.
Abstract
Chain-of-thought emerges as a promising technique for eliciting reasoning capabilities from Large Language Models (LLMs). However, it does not always improve task performance or accurately represent reasoning processes, leaving unresolved questions about its usage. In this paper, we diagnose the underlying mechanism by comparing the reasoning process of LLMs with humans, using causal analysis to understand the relationships between the problem instruction, reasoning, and the answer in LLMs. Our empirical study reveals that LLMs often deviate from the ideal causal chain, resulting in spurious correlations and potential consistency errors (inconsistent reasoning and answers). We also examine various factors influencing the causal structure, finding that in-context learning with examples strengthens it, while post-training techniques like supervised fine-tuning and reinforcement learning on human feedback weaken it. To our surprise, the causal structure cannot be strengthened by enlarging the model size only, urging research on new techniques. We hope that this preliminary study will shed light on understanding and improving the reasoning process in LLM.
