English

Complexity Agnostic Recursive Decomposition of Thoughts

Computation and Language 2026-01-09 v1 Artificial Intelligence Information Theory math.IT

Abstract

Large language models often fail on multi-step reasoning due to fixed reasoning strategies that ignore problem specific difficulty. We introduce CARD (Complexity Agnostic Recursive Decomposition), a framework that predicts problem complexity before generation and adapts decomposition accordingly. Our system comprises MRCE (Multi-dimensional Reasoning Complexity Estimator), a 0.6B Qwen model predicting 30 fine-grained features from question text and a two-stage recursive solver: (1) hierarchical decomposition into K steps based on task profile and (2) per-step thought budget allocation (1, 5-9, or 10 thoughts) via recursive MRCE profiling. Evaluated on three reasoning models (Qwen3-0.6B, DeepSeek-R1-Distill-Qwen-1.5B, Qwen3-1.7B), CARD achieves 81.4% to 89.2% accuracy on GSM8K while reducing token cost by 1.88x to 2.40x compared to fixed decomposition baselines. On MATH-500, CARD reaches 75.1 to 86.8% accuracy using 1.71x to 5.74x fewer tokens. Our results demonstrate that preemptive complexity estimation enables both higher accuracy and significant efficiency gains.

Keywords

Cite

@article{arxiv.2601.04210,
  title  = {Complexity Agnostic Recursive Decomposition of Thoughts},
  author = {Kaleem Ullah Qasim and Jiashu Zhang and Hafiz Saif Ur Rehman},
  journal= {arXiv preprint arXiv:2601.04210},
  year   = {2026}
}

Comments

4

R2 v1 2026-07-01T08:54:52.495Z