English

Towards Scaling Laws for Symbolic Regression

Machine Learning 2026-02-05 v2

Abstract

Symbolic regression (SR) aims to discover the underlying mathematical expressions that explain observed data. This holds promise for both gaining scientific insight and for producing inherently interpretable and generalizable models for tabular data. In this work we focus on the basics of SR. Deep learning-based SR has recently become competitive with genetic programming approaches, but the role of scale has remained largely unexplored. Inspired by scaling laws in language modeling, we present the first systematic investigation of scaling in SR, using a scalable end-to-end transformer pipeline and carefully generated training data. Across five different model sizes and spanning three orders of magnitude in compute, we find that both validation loss and solved rate follow clear power-law trends with compute. We further identify compute-optimal hyperparameter scaling: optimal batch size and learning rate grow with model size, and a token-to-parameter ratio of \approx15 is optimal in our regime, with a slight upward trend as compute increases. These results demonstrate that SR performance is largely predictable from compute and offer important insights for training the next generation of SR models.

Keywords

Cite

@article{arxiv.2510.26064,
  title  = {Towards Scaling Laws for Symbolic Regression},
  author = {David Otte and Jörg K. H. Franke and Arbër Zela and Fábio Ferreira and Frank Hutter},
  journal= {arXiv preprint arXiv:2510.26064},
  year   = {2026}
}

Comments

Accepted at the NeurIPS 2025 Math-AI Workshop and the EurIPS 2025 AITD Workshop

R2 v1 2026-07-01T07:13:04.393Z