LGNEMLJan 23, 2019

Neural-Guided Symbolic Regression with Asymptotic Constraints

arXiv:1901.07714v220 citations
Originality Incremental advance
AI Analysis

This addresses the problem of finding unknown functions beyond training data for researchers in symbolic regression, though it appears incremental as it builds on existing neural-guided approaches.

The paper tackles symbolic regression by incorporating asymptotic constraints on leading polynomial powers, developing a neural-guided system that generates novel expressions outside the training domain. Experimental results on thousands of target expressions show the system's efficacy compared to existing methods.

Symbolic regression is a type of discrete optimization problem that involves searching expressions that fit given data points. In many cases, other mathematical constraints about the unknown expression not only provide more information beyond just values at some inputs, but also effectively constrain the search space. We identify the asymptotic constraints of leading polynomial powers as the function approaches zero and infinity as useful constraints and create a system to use them for symbolic regression. The first part of the system is a conditional production rule generating neural network which preferentially generates production rules to construct expressions with the desired leading powers, producing novel expressions outside the training domain. The second part, which we call Neural-Guided Monte Carlo Tree Search, uses the network during a search to find an expression that conforms to a set of data points and desired leading powers. Lastly, we provide an extensive experimental validation on thousands of target expressions showing the efficacy of our system compared to exiting methods for finding unknown functions outside of the training set.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes