LGJan 29, 2025

rEGGression: an Interactive and Agnostic Tool for the Exploration of Symbolic Regression Models

arXiv:2501.17859v25 citationsh-index: 7GECCO
Originality Incremental advance
AI Analysis

This provides a tool for experts in symbolic regression to gain insights into phenomena by exploring building blocks and alternatives, but it is incremental as it builds on existing e-graph methods.

The paper tackles the limitation of symbolic regression (SR) tools that only show Pareto-optimal solutions by hiding near-optimal alternatives, and introduces rEGGression, an interactive tool using equality graphs (e-graphs) to enable exploration of a large set of SR candidates with querying and pattern matching features.

Regression analysis is used for prediction and to understand the effect of independent variables on dependent variables. Symbolic regression (SR) automates the search for non-linear regression models, delivering a set of hypotheses that balances accuracy with the possibility to understand the phenomena. Many SR implementations return a Pareto front allowing the choice of the best trade-off. However, this hides alternatives that are close to non-domination, limiting these choices. Equality graphs (e-graphs) allow to represent large sets of expressions compactly by efficiently handling duplicated parts occurring in multiple expressions. E-graphs allow to store and query all SR solution candidates visited in one or multiple GP runs efficiently and open the possibility to analyse much larger sets of SR solution candidates. We introduce rEGGression, a tool using e-graphs to enable the exploration of a large set of symbolic expressions which provides querying, filtering, and pattern matching features creating an interactive experience to gain insights about SR models. The main highlight is its focus in the exploration of the building blocks found during the search that can help the experts to find insights about the studied phenomena.This is possible by exploiting the pattern matching capability of the e-graph data structure.

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