paper-with-me

홈 › Papers

(Exhaustive) Symbolic Regression and model selection by minimum description length

2025-07-17 · Harry Desmond arxiv

Symbolic regression is the machine learning method for learning functions from data. After a brief overview of the symbolic regression landscape, I will describe the two main challenges that traditional algorithms face: they have an unknown (and likely significant) probability of failing to find any given good function, and they suffer from ambiguity and poorly-justified assumptions in their function-selection procedure. To address these I propose an exhaustive search and model selection by the minimum description length principle, which allows accuracy and complexity to be directly traded off by measuring each in units of information. I showcase the resulting publicly available Exhaustive Symbolic Regression algorithm on three open problems in astrophysics: the expansion history of the universe, the effective behaviour of gravity in galaxies and the potential of the inflaton field. In each case the algorithm identifies many functions superior to the literature standards. This general purpose methodology should find widespread utility in science and beyond.

📄 PDF Abstract BibTeX arXiv:2507.13033

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exhaustive Symbolic Regression

2022-11-21 · Deaglan J. Bartlett, Harry Desmond, Pedro G. Ferreira

Symbolic Regression (SR) algorithms attempt to learn analytic expressions which fit data accurately and in a highly interpretable manner. Conventional SR suffers from two fundamental issues which we address here. First, …

regressionSymbolic Regression

Symbolic regression via MDLformer-guided search: from minimizing prediction error to minimizing description length

2024-11-06 · Zihan Yu, Jingtao Ding, Yong Li

Symbolic regression, a task discovering the formula best fitting the given data, is typically based on the heuristical search. These methods usually update candidate formulas to obtain new ones with lower prediction erro…

regressionSymbolic Regression

Priors for symbolic regression

2023-04-13 · Deaglan J. Bartlett, Harry Desmond, Pedro G. Ferreira

When choosing between competing symbolic models for a data set, a human will naturally prefer the "simpler" expression or the one which more closely resembles equations previously seen in a similar context. This suggests…

Language ModelingLanguage ModellingModel Selectionregression+1

Scalable Sparse Regression for Model Discovery: The Fast Lane to Insight

2024-05-14 · Matthew Golden

There exist endless examples of dynamical systems with vast available data and unsatisfying mathematical descriptions. Sparse regression applied to symbolic libraries has quickly emerged as a powerful tool for learning g…

Model Discoveryregression

A Comparative Study of Model Selection Criteria for Symbolic Regression

2026-05-11 · Ali Soltani, Gabriel Kronberger, Fabricio Olivetti de Franca, Mattia Billa 외 arxiv

Effective model selection is critical in symbolic regression (SR) to identify mathematical expressions that balance accuracy and complexity, and have low expected error on unseen data. Many modern implementations of gene…