English

Not All Code Is Equal: A Data-Centric Study of Code Complexity and LLM Reasoning

Machine Learning 2026-01-30 v1

Abstract

Large Language Models (LLMs) increasingly exhibit strong reasoning abilities, often attributed to their capacity to generate chain-of-thought-style intermediate reasoning. Recent work suggests that exposure to code can further enhance these skills, but existing studies largely treat code as a generic training signal, leaving open the question of which properties of code actually contribute to improved reasoning. To address this gap, we study the structural complexity of code, which captures control flow and compositional structure that may shape how models internalise multi-step reasoning during fine-tuning. We examine two complementary settings: solution-driven complexity, where complexity varies across multiple solutions to the same problem, and problem-driven complexity, where complexity reflects variation in the underlying tasks. Using cyclomatic complexity and logical lines of code to construct controlled fine-tuning datasets, we evaluate a range of open-weight LLMs on diverse reasoning benchmarks. Our findings show that although code can improve reasoning, structural properties strongly determine its usefulness. In 83% of experiments, restricting fine-tuning data to a specific structural complexity range outperforms training on structurally diverse code, pointing to a data-centric path for improving reasoning beyond scaling.

Keywords

Cite

@article{arxiv.2601.21894,
  title  = {Not All Code Is Equal: A Data-Centric Study of Code Complexity and LLM Reasoning},
  author = {Lukas Twist and Shu Yang and Hanqi Yan and Jingzhi Gong and Di Wang and Helen Yannakoudakis and Jie M. Zhang},
  journal= {arXiv preprint arXiv:2601.21894},
  year   = {2026}
}

Comments

16 pages, 5 figures, 3 tables

R2 v1 2026-07-01T09:25:58.875Z