PulseAugur
EN
LIVE 09:11:03

New methods enhance neural symbolic regression with LLMs and evolutionary techniques

Researchers are developing new methods for neural symbolic regression, a technique that aims to discover explicit scientific laws from data. EditSR uses a two-layer framework with a neural model and an edit-based rectifier to improve efficiency and accuracy, especially for complex expressions. FunctionEvolve employs an evolutionary framework with expression trees and LLMs to guide the search for symbolic regression, achieving high accuracy on benchmark tasks. Decomposable Neuro Symbolic Regression combines transformer models, genetic algorithms, and genetic programming to generate interpretable multivariate expressions that match the original mathematical structure. AI

IMPACT These advancements in symbolic regression could lead to more interpretable AI models and accelerate scientific discovery by uncovering underlying mathematical relationships in data.

RANK_REASON Multiple research papers introduce novel methods for neural symbolic regression.

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 3 sources. How we write summaries →

COVERAGE [3]

  1. arXiv cs.AI TIER_1 English(EN) · Da Li, Xinxin Li, Xingyu Cui, Jin Xu, Juan Zhang, Junping Yin ·

    EditSR: Enhancing Neural Symbolic Regression via Edit-based Rectification

    arXiv:2606.07915v1 Announce Type: new Abstract: Neural symbolic regression models improve inference efficiency by shifting structural search to pretraining, but their one-pass autoregressive decoding is prone to error accumulation, which may lead to generating structurally incorr…

  2. arXiv cs.AI TIER_1 English(EN) · Zeyu Xia, Jun Zhu, Dong Yan ·

    FunctionEvolve: Structure-Guided Symbolic Regression with LLMs

    arXiv:2606.07704v1 Announce Type: cross Abstract: Symbolic regression aims to uncover explicit scientific laws from data. Recent methods use LLMs to guide mutation from background text, which is more directed than random genetic programming. However, exact symbolic recovery requi…

  3. arXiv cs.LG TIER_1 English(EN) · Giorgio Morales, John W. Sheppard ·

    Decomposable Neuro Symbolic Regression

    arXiv:2511.04124v3 Announce Type: replace Abstract: Symbolic regression (SR) models complex systems by discovering mathematical expressions that capture underlying relationships in observed data. However, most SR methods prioritize minimizing prediction error over identifying the…