RSRM: Reinforcement Symbolic Regression Machine
Yilong Xu, Yang Liu, Hao Sun

TL;DR
The paper introduces RSRM, a reinforcement learning-based approach that effectively uncovers complex mathematical equations from limited data, surpassing existing symbolic regression methods in performance.
Contribution
The novel RSRM framework combines Monte Carlo tree search, Double Q-learning, and sub-tree discovery to enhance symbolic regression capabilities, especially for intricate formulas.
Findings
Achieves state-of-the-art results on benchmark symbolic regression tasks.
Demonstrates superior performance over baseline models.
Effectively uncovers complex equations from scarce data.
Abstract
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 a grand challenge. Keen efforts in recent years have been placed on tackling this issue and demonstrated success in symbolic regression. However, there still exist bottlenecks that current methods struggle to break when the discrete search space tends toward infinity and especially when the underlying math formula is intricate. To this end, we propose a novel Reinforcement Symbolic Regression Machine (RSRM) that masters the capability of uncovering complex math equations from only scarce data. The RSRM model is composed of three key modules: (1) a Monte Carlo tree search (MCTS) agent that explores optimal math expression trees consisting of pre-defined math operators…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Algorithms and Applications · Neural Networks and Applications · Metaheuristic Optimization Algorithms Research
MethodsQ-Learning · Double Q-learning
