LLMs Guide Symbolic Regression to Discover Scientific Laws Faster

Yating Ling, Wenjing Cun, Zhitang Chen· August 27, 2026 View original

Key takeaways

  • InsightSR uses LLMs to guide symbolic regression by refining the search space.
  • It employs semantic and structural pathways to propose functional skeletons and feature transformations.
  • The framework shifts search from raw variables to semantically informed feature sets.
  • InsightSR significantly outperforms state-of-the-art methods in discovering mathematical laws.

Who benefits

Scientific ResearchEngineeringPharmaceuticalsMaterials ScienceFinance

Summary

InsightSR is a new framework that uses Large Language Models (LLMs) to guide symbolic regression, refining the search space through semantic and structural pathways. This approach significantly improves the discovery of mathematical laws from data, outperforming state-of-the-art methods on benchmarks and real-world datasets.

Symbolic regression (SR) aims to uncover underlying mathematical equations from data, but its effectiveness is often limited by the vast and complex search space of possible expressions. Traditional methods struggle to efficiently navigate this combinatorial challenge to find physically meaningful laws. InsightSR introduces a novel approach by integrating Large Language Models (LLMs) to intelligently guide the PySR genetic programming engine. Instead of having LLMs directly generate equations, InsightSR leverages them to progressively transform and refine the search space itself. This is achieved through two pathways: a Semantic Seed Pathway that suggests dimensionally consistent functional structures, and a Structural Feature Pathway that recommends nonlinear data transformations. These LLM-guided transformations accumulate over iterations, effectively expanding the input space and shifting the symbolic search from building deep, complex trees over raw variables to constructing shallower trees over a richer, semantically informed set of features. A feedback loop evaluates candidate expressions, categorizes useful features, and refines the LLM's guidance for subsequent iterations, turning the discovery process into an iterative, self-correcting refinement. InsightSR achieved a 95% exact recovery rate on the Feynman benchmark and strong performance on other tasks, demonstrating superior results compared to existing methods.

Why it matters

Professionals in scientific research, engineering, and data analysis can use this framework to accelerate the discovery of fundamental physical laws and complex relationships within their data, leading to faster innovation and deeper insights.

How to implement this in your domain

  1. 1Explore integrating LLM-guided symbolic regression tools like InsightSR into scientific discovery workflows.
  2. 2Apply InsightSR to proprietary datasets to uncover hidden mathematical relationships or predictive models.
  3. 3Develop custom LLM prompts and feedback mechanisms to tailor the search space refinement for specific domain problems.
  4. 4Train data scientists and researchers on the principles of LLM-augmented symbolic regression for advanced modeling.

Original post by Yating Ling, Wenjing Cun, Zhitang Chen

"arXiv:2608.25291v1 Announce Type: new Abstract: Symbolic regression (SR) seeks to discover parsimonious mathematical laws from observational data, yet conventional approaches often struggle with the vast combinatorial search space of physically meaningful expressions. We present…"

View on X

Originally posted by Yating Ling, Wenjing Cun, Zhitang Chen on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

Resilient Decentralized Federated Learning for Wireless IoT Networks

This paper introduces QEF-GT-AdamW, a communication-efficient and outage-resilient algorithm for decentralized federated learning over wireless IoT networks. It combines gradient tracking, AdamW optimization, and dual-stream biased quantization with error feedback to improve robustness and convergence under heterogeneous data and unreliable communication.

Nguyen Van Thieu, Ti Ti Nguyen, Ons Aouedi, Vu Nguyen Ha, Symeon ChatzinotasAug 27, 2026
AI Engineering & DevToolsAI Research

FedQoS Predicts QoS Risk for Wireless Access Selection

This paper proposes FedQoS, a federated QoS-risk learning framework that predicts future QoS degradation for reliable access selection in heterogeneous indoor-outdoor wireless environments. It enables access nodes to locally learn from network logs and collaboratively train a global predictor without centralizing user data, significantly reducing QoS failure rates.

Nguyen Van Thieu, Ti Ti Nguyen, Ons Aouedi, Zerihun Huruy, Vu Nguyen Ha, Symeon ChatzinotasAug 27, 2026
AI ResearchAI Engineering & DevTools

Parametric Knowledge Graphs Show Storage-Retrieval Gap

This paper explores compiling knowledge graphs into LoRA adapters for parametric memory, finding that while adapters effectively store factual knowledge, retrieving it via semantic similarity or weight-space geometry is ineffective. This highlights a "storage-retrieval gap" and the need for new query-conditioned composition mechanisms.

Martino M. L. Pulici, Cuong Xuan Chu, Evgeny Kharlamov, Volker TrespAug 27, 2026