🤖 AI Summary
This study identifies and formalizes a phenomenon termed “reasoning collapse,” wherein large language models exhibit a sharp performance drop on discrete-state reasoning tasks as their complexity increases. To systematically investigate this issue, the authors introduce a controlled evaluation framework comprising nine canonical reasoning task categories, featuring parameterized task generation, deterministic solution verification, and multi-level complexity stratification. The work demonstrates that while models perform robustly at low complexity levels, their accuracy plummets by over 50% once task-specific complexity thresholds are exceeded. This abrupt decline is accompanied by systematic failures—including constraint violations, state omissions, and highly confident incorrect predictions—highlighting the critical role of dynamic complexity in undermining model reasoning capabilities.
📝 Abstract
Large Language Models (LLMs) are increasingly described as possessing strong reasoning capabilities, supported by high performance on mathematical, logical, and planning benchmarks. However, most existing evaluations rely on aggregate accuracy over fixed datasets, obscuring how reasoning behavior evolves as task complexity increases. In this work, we introduce a controlled benchmarking framework to systematically evaluate the robustness of reasoning in Large Reasoning Models (LRMs) under progressively increasing problem complexity. We construct a suite of nine classical reasoning tasks: Boolean Satisfiability, Cryptarithmetic, Graph Coloring, River Crossing, Tower of Hanoi, Water Jug, Checker Jumping, Sudoku, and Rubik's Cube, each parameterized to precisely control complexity while preserving underlying semantics. Using deterministic validators, we evaluate multiple open and proprietary LRMs across low, intermediate, and high complexity regimes, ensuring that only fully valid solutions are accepted. Our results reveal a consistent phase transition like behavior: models achieve high accuracy at low complexity but degrade sharply beyond task specific complexity thresholds. We formalize this phenomenon as reasoning collapse. Across tasks, we observe substantial accuracy declines, often exceeding 50%, accompanied by inconsistent reasoning traces, constraint violations, loss of state tracking, and confidently incorrect outputs. Increased reasoning length does not reliably improve correctness, and gains in one problem family do not generalize to others. These findings highlight the need for evaluation methodologies that move beyond static benchmarks and explicitly measure reasoning robustness under controlled complexity.