ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
66
Citations
1
Influential Citations
Annual Meeting of the Association for Computational Linguistics
Venue
2025
Year
Chain-of-Thought (CoT) prompting has been shown to be effective in eliciting structured reasoning (i.e., CoT reasoning) from large language models (LLMs). Regardless of its popularity, recent studies expose its failures in some reasoning tasks, raising fundamental questions about the nature of CoT reasoning. In this work, we propose a data distribution lens to understand when and why CoT reasoning succeeds or fails. We hypothesize that CoT reasoning reflects a structured inductive bias learned from in-distribution data, enabling models to conditionally generate reasoning trajectories that approximate those observed during training. As such, the effectiveness of CoT reasoning is fundamentally governed by the nature and degree of distribution discrepancy between training data and test queries. Guided by this lens, we dissect CoT reasoning via three dimensions: task, length, and format. To test the hypothesis, we introduce DataAlchemy, an abstract and fully controllable environment that trains LLMs from scratch and systematically probes them under various distribution conditions. Through rigorous controlled experiments, we reveal that CoT reasoning is a brittle mirage when it is pushed beyond training distributions, emphasizing the ongoing challenge of achieving genuine and generalizable reasoning.
Chain-of-Thought (CoT) prompting has become a cornerstone technique for eliciting structured reasoning from large language models (LLMs), widely adopted in applications from math problem-solving to code generation. However, growing evidence of CoT failures in certain reasoning tasks has raised fundamental questions about whether these models are truly reasoning or merely mimicking patterns from training data. This paper directly addresses this controversy by proposing a data distribution lens, offering a principled explanation for when and why CoT succeeds or fails. The work is significant because it moves beyond anecdotal observations to a systematic, controlled investigation, providing a framework that can guide both practitioners and researchers in understanding the limits of current reasoning techniques.
The paper's core innovation is the DataAlchemy environment, an abstract and fully controllable platform that allows training LLMs from scratch and probing them under precisely defined distribution conditions. Key contributions include:
The paper does not report specific numerical metrics (e.g., accuracy percentages) in the abstract, but the key finding is qualitative: CoT reasoning is effective only when test queries closely match the training distribution. Under distribution shifts in task type, sequence length, or output format, CoT performance degrades significantly, indicating that the reasoning trajectories are not generalizable. The controlled experiments in DataAlchemy provide causal evidence that distribution discrepancy is the primary driver of CoT failure, rather than model size or architecture.
This research has profound implications for the AI community. It challenges the prevailing narrative that CoT prompting unlocks genuine reasoning in LLMs, suggesting instead that it exploits statistical regularities in training data. For practitioners, this means that CoT-based systems may fail unpredictably in real-world applications where distribution shifts are common. The work also opens new directions for developing more robust reasoning mechanisms, such as training on diverse distributions or incorporating explicit reasoning modules that are less dependent on data patterns. By providing a controlled experimental framework, DataAlchemy can serve as a benchmark for future studies on reasoning in LLMs.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba