Does chain-of-thought reasoning actually generalize beyond training data?
Explores whether CoT's strong performance on benchmarks reflects genuine reasoning ability or merely reflects learned patterns tied to specific distributions. Tests how CoT behaves when tasks, formats, or reasoning length shift away from training data.
Chain-of-Thought prompting performs well on in-distribution problems and fails predictably as distributional discrepancy increases. This is not a bug — it is the fundamental nature of what CoT is.
DataAlchemy experiments train LLMs from scratch in controlled environments and probe them under three distributional shift dimensions:
- Task distribution shift — novel tasks with unique elements or underlying logical structure not seen during training
- Length distribution shift — reasoning chains substantially longer or shorter than training data length range
- Format distribution shift — prompt formulation variations (even minor syntactic changes) that fall outside training distribution
In all three dimensions, the pattern is the same: CoT works within distribution, fails outside it. Under moderate shifts, models generate fluent yet logically inconsistent reasoning — the form holds, the logic breaks. This is the "mirage" phenomenon: outputs look like reasoning while producing wrong conclusions.
The interpretive frame: CoT reflects a structured inductive bias learned from training data, not a generalizable reasoning capability. When a test query is within this inductive bias, CoT activates the appropriate reasoning schema and produces good outputs. When the query falls outside it, the schema mismatch produces confident-sounding nonsense.
The practical implication for CoT as a plug-and-play solution: it is not. Performance on CoT benchmarks measures in-distribution capability. Extrapolating to novel tasks, unusual prompt formulations, or unusually long/short reasoning chains is unjustified. The benchmark scores do not predict performance under distribution shift.
This provides the empirical grounding for Does chain-of-thought reasoning reveal genuine inference or pattern matching? — the mirage emerges from imitation under distribution shift: the model continues imitating the form of reasoning while having no schema to produce valid content.
Inquiring lines that read this note 249
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How faithfully do LLMs reflect their actual reasoning in outputs and explanations?- What makes conceptual inquiry the fastest high-scoring AI interaction pattern?
- Can chain of thought reasoning actually validate logical arguments?
- How do game-based benchmarks reveal reasoning fragmentation across domains?
- What other hidden biases might aggregate metrics fail to distinguish from reasoning?
- How should we redesign benchmarks to catch conservative bias in reasoning tasks?
- Does the Heuristic Override Benchmark measure enumeration or world knowledge?
- Can reasoning benchmarks separate logic from believability?
- How do surface correlations between narratives and answers mislead benchmark validity?
- What explains the gap between perplexity performance and actual reasoning capability?
- Why do current speech benchmarks fail to measure reasoning over audio?
- Why do AI benchmarks measure accuracy instead of reasoning quality?
- How can high benchmark performance mask broken reasoning in AI systems?
- Can benchmark improvements hide degradation of deliberative reasoning?
- Do reasoning benchmarks predict real performance in long delegated workflows?
- What does pass@k reveal about base model reasoning capacity?
- How can benchmark accuracy scores mask the absence of interpretable reasoning structure?
- How do frontier models maintain agreement scores above 90 percent across reasoning tasks?
- Can benchmark scores on verifiable tasks transfer to unseen problems outside the training domain?
- Does chain-of-thought text causally drive reasoning or merely reflect it?
- What saliency patterns distinguish successful from failed chain-of-thought reasoning?
- Why do we measure reasoning quality by reading visible chains?
- What metric distinguishes deep reasoning from superficial information propagation?
- Can post-hoc analysis of reasoning traces actively mislead users?
- Can steering a single latent feature replicate chain-of-thought performance?
- Can step-level deliberation flags guide other reasoning systems?
- Does changing decoding procedure reveal hidden chain-of-thought paths?
- Do explicit reasoning chains improve or harm performance on complex judgment tasks?
- Is chain-of-thought reasoning actual computation or distribution imitation?
- How do gradient descent iterations at inference compare to chain-of-thought reasoning chains?
- When does explicit reasoning actually degrade performance on a task?
- Can latent reasoning in continuous space scale beyond supervised reasoning tasks?
- Can extended reasoning training capture individual strategic thinking styles?
- Why might latent reasoning capture types of thinking that verbalized CoT cannot?
- Does chain-of-thought reasoning improve mental state tracking in dialogue?
- Does deep-thinking ratio measure computational effort better than chain-of-thought length?
- Can continuous latent reasoning match discrete chain-of-thought without training modifications?
- Can we improve reasoning by amplifying information at mutual information peaks?
- What makes token-level reasoning during pretraining different from test-time chain-of-thought?
- What computational structures can actually scale serial reasoning depth?
- Can latent reasoning scale test-time compute without verbalized tokens or special training?
- What detection methods can catch each distinct CoT bypass strategy?
- Why does chain-of-thought fail when problems lack matching training schemata?
- What happens to chain-of-thought performance across distribution shifts?
- How does chain-of-thought training change higher layer computations?
- Does chain-of-thought reasoning specifically improve performance on metalinguistic tasks?
- Do chain-of-thought explanations reveal genuine reasoning or trigger latent features?
- Why does long CoT training optimize for structural coherence over content correctness?
- Can memorization scores diagnose where reasoning chains become unreliable?
- Why does chain-of-thought fail to improve multimodal model perception performance?
- Does CoT reasoning actually cause the outputs that follow it?
- What happens when models optimize specifically against CoT monitors?
- How do transformers perform multi-hop reasoning across distant training documents?
- How sensitive is analogical reasoning emergence to training data and scale?
- Why does scaling reasoning tokens fail to improve unfamiliar tasks?
- Why does extended thinking increase output variance without improving reasoning quality?
- Does sentence-level granularity capture enough structure for complex reasoning tasks?
- How does SONAR embedding quality affect downstream reasoning accuracy?
- What makes a background condition relevant to a specific reasoning task?
- How do humans and LMs differ on multi-hop reasoning?
- Can activation patching reveal which reasoning steps actually matter?
- Can small models solve complex tasks using externalized reasoning graphs?
- Why are pairwise relations insufficient for representing higher-order multi-hop reasoning?
- Can scaffolding frameworks isolate inductive reasoning from deductive confounds?
- Can dataset design systematically expand reasoning graph diameter?
- Can reasoning evaluation metrics reward actual reasoning instead of theater?
- Can simple structure perturbations reliably expose memorization in reasoning models?
- Why does second-hop reasoning fail when composed with out-of-distribution triples?
- Is reasoning failure caused by task complexity or training distribution gaps?
- Does reasoning efficiency transfer to tasks without ground truth dependency graphs?
- How does instance novelty rather than chain length explain reasoning failure?
- What distinguishes the convergence patterns between reasoning and lexical variation tasks?
- Can graph cyclicity and topology predict when reasoning systems achieve breakthrough insights?
- What formal representation could capture analogical reasoning across domains?
- Why do contrastive reasoning approaches outperform single-path belief evaluation?
- How does meta-reasoning combine information distributed across multiple chains?
- How does MCTS combine parallel exploration with sequential reasoning depth?
- Can recursive subtask trees implement tree-of-thought reasoning more efficiently?
- How does graph of thoughts enable divide-and-conquer reasoning patterns?
- What makes multi-paradigm chaining a distinct reasoning topology?
- Does small-world structure in reasoning graphs improve generalization?
- What makes a causal abstraction more transferable than a generic heuristic?
- What distinguishes graph-of-thought reasoning from other structured reasoning topologies?
- How does structured environment state compare to transcript replay for multi-turn reasoning?
- What role does embedding space geometry play in multi-hop reasoning?
- How does trajectory geometry relate to the need for chain-of-thought reasoning?
- How can per-step decisions about knowledge retrieval improve reasoning over uniform policies?
- Why do long-horizon reasoning tasks need per-turn step limits rather than just compute budgets?
- What makes reasoning capability a pre-training rather than post-training phenomenon?
- How much does pretraining contribute to ToM performance versus task-specific training?
- What makes thought identifiability provable without auxiliary training data?
- Does latent reasoning capability exist in base models before any training?
- Can distillation from stronger models create genuinely new reasoning abilities?
- How does cognitive fit theory explain why different tasks need different knowledge structures?
- How does cross-domain reasoning transfer differ from domain-specific knowledge transfer?
- What makes knowledge-rich specialized domains structurally different from general reasoning tasks?
- Do reasoning systems reuse cognitive structures across unrelated topics?
- What makes procedural knowledge in documents generalize better than facts?
- How much of the combinatorial task space must training data cover?
- Can we predict which tasks will decompose into modular subnetworks?
- How does inference compute substitution affect the training parameter scaling trade-off?
- Can test-time scaling prioritize genuine reasoning over pattern matching?
- Does more inference compute help reasoning models match specialized domain performance?
- What mechanisms drive test-time compute allocation in reasoning tasks?
- How much does test-time compute improve reasoning without more tokens?
- Does inference-time compute improve pretraining data efficiency in practice?
- What inference-time scaling benefits emerge from reasoning before each prediction?
- What patterns emerge across test-time scaling and reasoning architectures?
- Can reasoning models outperform non-reasoning models with more inference compute?
- How much does pre-training frequency predict reasoning task performance?
- Does domain training degrade reasoning ability even when benchmark scores rise?
- Why do open-source models trained on proprietary outputs still fail at reasoning?
- Can reasoning skills trained on law improve performance in STEM?
- Can correct outputs mask reliance on surface heuristics rather than deep understanding?
- Does model scaling improve knowledge storage faster than reasoning ability?
- How can entailment benchmarks separate genuine reasoning from memorization effects?
- Do reasoning models perform genuine logical evaluation or pattern matching?
- Can we transfer reasoning structure without copying surface form?
- Why does distillation transfer reasoning patterns with few examples?
- What makes reasoning-specific post-training different from standard parameter scaling?
- How much does training composition affect syntactic versus reasoning performance?
- Can models trained on longer contexts develop better fundamental reasoning abilities?
- How does a single training example trigger phase transitions in reasoning output?
- Why do instruction following and reasoning capability trade off in training?
- Can reasoning catalyst data serve as a stable foundation for test-time training?
- How can one training example improve reasoning across thousands of unseen problems?
- Can attribute decomposition improve other interactive reasoning tasks beyond clinical questioning?
- Why does reasoning training improve math but hurt knowledge tasks?
- Why does semantic similarity retrieval enable skill transfer to novel situations?
- Why do reasoning tasks improve more than retrieval from lookup memory?
- How do timing and search internalization interact during reasoning post-training?
- Can mathematical reasoning improvements transfer across problem subdomains?
- Why does reasoning transfer across different numbers but factual recall does not?
- Can smaller amounts of diverse reasoning demonstrations replace exhaustive factual training data?
- Why might rationales that predict common text patterns fail on hard novel reasoning?
- Can format adaptation alone explain why reasoning enrichment improves instruction following?
- Does token-level reasoning during pretraining improve general reasoning without task-specific supervision?
- Does reasoning style transfer matter more than solution correctness in distillation?
- What kinds of reasoning tasks reveal the ceiling of text-only training?
- Why does single-shot learning fail in REVTHINK's multi-source reasoning tasks?
- Can articulating latent reasoning processes improve transfer across domains?
- How does contrapositive augmentation change the tractability of reasoning tasks?
- Does task diversity in pretraining data transfer reasoning better than larger models?
- Can small demonstration sets unlock general reasoning without large question data?
- Why do reasoning gains resist clear attribution to specific training changes?
- Can extended thinking genuinely improve reasoning or just increase variance?
- How do chain-of-thought structures affect reasoning robustness?
- Why do longer reasoning chains correlate with lower accuracy in o1-like models?
- Can minimal reasoning steps match verbose reasoning accuracy?
- Why does extended chain-of-thought reasoning fail to improve numerical optimization performance?
- Does trace length actually reflect problem difficulty or training proximity?
- Do longer chain-of-thought traces improve interpretability or just performance?
- Does chain-of-thought accuracy degrade with longer reasoning traces?
- Why do shorter confident reasoning traces fail on out-of-distribution problems?
- How much does training data format shape what reasoning strategy emerges?
- Why does training format shape reasoning strategy more than domain?
- Why does training data format shape reasoning strategy more than domain content?
- Does training data format shape model reasoning more than domain content?
- How does training format shape reasoning strategy more than content?
- How does training data format shape whether models reason in parallel or sequentially?
- How much does training data presentation format shape reasoning ability?
- How does training data format shape which reasoning patterns emerge in models?
- Why does training data format shape reasoning strategy more than content?
- Can training format itself shape what reasoning strategy a model learns?
- Does training data format shape reasoning strategy more than domain content?
- How much does training data format influence reasoning strategy versus domain content?
- How does training data structure shape reasoning strategy more than domain content?
- Why does fine-tuning sometimes damage chain-of-thought reasoning even when accuracy improves?
- Why does SFT reduce reasoning quality even when improving domain accuracy?
- Why do SFT models memorize patterns instead of learning generalizable reasoning?
- Does SFT degrade reasoning quality while improving domain accuracy?
- How does supervised fine-tuning degrade chain-of-thought faithfulness over time?
- Do task-specific heuristics improve gradually or appear suddenly at scale?
- Why do models fail on logically equivalent tasks with different data distributions?
- Why do task-specific heuristics fail at generalizing to sparse data regions?
- What makes certain bond distributions more learnable than others?
- Does sparsity-guided ordering work equally well for reasoning and classification tasks?
- Why do non-experts default to familiar chart types despite domain complexity?
- Can scaling data alone solve performance gaps on long-tail concepts?
- Does compositional generalization emerge suddenly or improve smoothly with scale?
- Why does comparison reasoning generalize better than composition reasoning?
- Does scaling data automatically produce compositional reasoning or just better feature encoding?
- Does irrelevant context degrade reasoning even within model context limits?
- Which structural properties of CoT prompts matter most for performance?
- Can hyperedges replace triple-based externalization in reasoning tasks?
- Can knowledge graphs externalize and validate reasoning steps during inference?
- Can knowledge graph structure alone generate sufficient training signals for domain reasoning?
- How do random walk reasoning chains from knowledge graphs compare to traditional fine-tuning?
- Does reasoning structure match explicit versus implicit task demands?
- Does scaling reasoning capability create tradeoffs with instruction following?
- Is the reasoning cliff actually a tool-use problem?
- How does scaling reasoning capability actually reduce instruction-following ability?
- Do higher asymptote recipes unlock genuinely novel reasoning strategies?
- How does chain-of-thought reasoning become decorative after domain-specific fine-tuning?
- Does this reasoning steering method work consistently across all model sizes?
- How much reasoning depth do we actually need for most real-world tasks?
- Does penalizing thought transitions improve reasoning without model retraining?
- What distinguishes task-specific heuristics from genuine world models?
- Can activation steering vectors compress reasoning without retraining models?
- Why does strategy diversity within reasoning chains improve model generalization?
- Can single representation edits match chain-of-thought reasoning without explicit steps?
- When is GPT model interpretation most likely to diverge from user intent?
- Can verification loops and decomposition fix judgment failures?
- Does policy entropy collapse limit how many iterations of reasoning training work?
- Does policy entropy collapse in formal reasoning produce the same outcome in social reasoning?
- Does stable entropy in policy training actually guarantee stable reasoning behavior?
- How does post-training on traces improve performance without semantic reasoning?
- Can deliberate corruption of reasoning traces harm out of distribution generalization?
- How much do compressed reasoning traces transfer across different models?
- Why do corrupted reasoning traces sometimes generalize better than correct ones?
- Does reasoning training create blind spots in premise detection?
- Why do deliberately corrupted reasoning traces sometimes generalize better than correct ones?
- How does reinforcement learning differ from chain-of-thought distillation?
- How does RL compress reasoning path diversity during training?
- How does RPT compare to learning when versus how to deploy reasoning?
- Can base models spontaneously produce reasoning traces without any RL training?
- How do extrapolative and contextual generalization measure RL reasoning gains?
- Can theory of mind models generalize across structurally similar scenarios?
- Does chain-of-thought reasoning help or hurt social reasoning tasks?
Related concepts in this collection 4
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Does chain-of-thought reasoning reveal genuine inference or pattern matching?
Explores whether CoT instructions unlock real reasoning capabilities or simply constrain models to mimic familiar reasoning patterns from training data. This matters for understanding whether language models can actually reason abstractly.
DataAlchemy provides the empirical confirmation: imitation fails under distribution shift because no schema matches
-
Do language models actually use their reasoning steps?
Chain-of-thought reasoning looks valid on the surface, but does each step genuinely influence the model's final answer, or are the reasoning chains decorative? This matters for trusting AI explanations.
distribution-bounded CoT is neither sufficient (fails under shift) nor necessary (in-distribution performance may not require the chain)
-
Can models pass tests while missing the actual grammar?
Do language models succeed on grammatical benchmarks by learning surface patterns rather than structural rules? This matters because correct outputs may hide reliance on shallow heuristics that fail on novel structures.
same pattern: surface patterns work in-distribution, fail under structural change
-
Does training data format shape reasoning strategy more than domain?
What explains why models trained on multiple-choice data reason differently than those trained on free-form text? The research isolates format and domain effects to measure which one matters more.
format-dependency is part of distribution-boundedness: changing the format is a distribution shift
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Is Chain-of-Thought Reasoning of LLMs a Mirage? A Data Distribution Lens
- When More is Less: Understanding Chain-of-Thought Length in LLMs
- Hierarchical Reasoning Model
- Break the Chain: Large Language Models Can be Shortcut Reasoners
- CoT is Not True Reasoning, It Is Just a Tight Constraint to Imitate: A Theory Perspective
- Measuring Faithfulness in Chain-of-Thought Reasoning
- Chain of Thoughtlessness? An Analysis of CoT in Planning
- A Comment On "The Illusion of Thinking": Reframing the Reasoning Cliff as an Agentic Gap
Original note title
cot reasoning is distribution-bounded — effectiveness degrades predictably with distributional discrepancy