Deliberate Evolution: Agentic Reasoning for Sample-Efficient Symbolic Regression with LLMs
About
Symbolic regression (SR) discovers compact mathematical expressions from data, yet recent LLM-based evolutionary methods remain sample-inefficient because they rely mainly on scalar feedback such as MSE. We identify a core limitation: existing methods conflate candidate proposal with search guidance, requiring the LLM to infer how to evolve an expression, diagnose its errors, and reuse past experience from a single score. To address this, we propose Deliberate Evolution (DE), an agentic framework that decouples symbolic generation from search control. DE guides LLM proposals with adaptive operators for search direction, analytical tools for structural diagnosis, and reflective memory for trajectory-level experience. Experiments on LLM-SRBench show that DE consistently outperforms representative LLM-based SR baselines across diverse scientific domains while using only 40% of the standard sample budget.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Symbolic Regression | LSR-Synth Physics | NMSE4.37e-4 | 23 | |
| Symbolic Regression | LSR-Synth Material Science | NMSE1.47e-4 | 23 | |
| Symbolic Regression | Stress–Strain (OOD) | NMSE0.298 | 23 | |
| Symbolic Regression | Stress–Strain (ID) | NMSE0.111 | 23 | |
| Symbolic Regression | LLM-SRBench LSR-Synth Chemistry | NMSE1.88e-4 | 10 | |
| Symbolic Regression | LLM-SRBench LSR-Synth Biology | NMSE0.669 | 10 | |
| Symbolic Regression | LSR-Transform | SA (%)18 | 9 | |
| Symbolic Regression | Physics OOD (test) | NMSE1.97e+3 | 5 | |
| Symbolic Regression | Material Sci. OOD (test) | NMSE0.0485 | 5 | |
| Symbolic Regression | Chemistry OOD (test) | NMSE10.9 | 5 |