paper-with-me

Papers

Deep Generative Symbolic Regression with Monte-Carlo-Tree-Search

2023-02-22 · Pierre-Alexandre Kamienny, Guillaume Lample, Sylvain Lamprier, Marco Virgolin

Symbolic regression (SR) is the problem of learning a symbolic expression from numerical data. Recently, deep neural models trained on procedurally-generated synthetic datasets showed competitive performance compared to more classical Genetic Programming (GP) algorithms. Unlike their GP counterparts, these neural approaches are trained to generate expressions from datasets given as context. This allows them to produce accurate expressions in a single forward pass at test time. However, they usually do not benefit from search abilities, which result in low performance compared to GP on out-of-distribution datasets. In this paper, we propose a novel method which provides the best of both worlds, based on a Monte-Carlo Tree Search procedure using a context-aware neural mutation model, which is initially pre-trained to learn promising mutations, and further refined from successful experiences in an online fashion. The approach demonstrates state-of-the-art performance on the well-known \texttt{SRBench} benchmark.

📄 PDF Abstract BibTeX arXiv:2302.11223

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Methods 이 논문이 사용한 방법론

Test 설명 없음
Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…

Similar Papers 제목 키워드 기반

Discovering Mathematical Formulas from Data via GPT-guided Monte Carlo Tree Search

2024-01-24 · YanJie Li, Weijun Li, Lina Yu, Min Wu 외

Finding a concise and interpretable mathematical formula that accurately describes the relationship between each variable and the predicted value in the data is a crucial task in scientific research, as well as a signifi…

regressionSymbolic Regression

Improving Monte Carlo Tree Search for Symbolic Regression

2025-09-19 · Zhengyao Huang, Daniel Zhengyu Huang, Tiannan Xiao, Dina Ma 외 arxiv

Symbolic regression aims to discover concise, interpretable mathematical expressions that satisfy desired objectives, such as fitting data, posing a highly combinatorial optimization problem. While genetic programming ha…

Reinforcement Learning

RSRM: Reinforcement Symbolic Regression Machine

2023-05-24 · Yilong Xu, Yang Liu, Hao Sun

In nature, the behaviors of many complex systems can be described by parsimonious math equations. Automatically distilling these equations from limited data is cast as a symbolic regression process which hitherto remains…

MathQ-LearningregressionSymbolic Regression

Bayesian Symbolic Regression for Missing Physics

2026-03-16 · Arno Strouwen arxiv

Model-based approaches for (bio)process systems often suffer from incomplete knowledge of the underlying physical, chemical, or biological laws. Universal differential equations, which embed neural networks within differ…

Symbolic Physics Learner: Discovering governing equations via Monte Carlo tree search

2022-05-26 · Fangzheng Sun, Yang Liu, Jian-Xun Wang, Hao Sun

Nonlinear dynamics is ubiquitous in nature and commonly seen in various science and engineering disciplines. Distilling analytical expressions that govern nonlinear dynamics from limited data remains vital but challengin…