Search papers, labs, and topics across Lattice.
This paper introduces LLM-ACES, a novel framework that combines symbolic hypothesis construction with adaptive data acquisition to recover governing Ordinary Differential Equations (ODEs) from limited and noisy data. By utilizing a large language model to propose operator priors, LLM-ACES effectively partitions the search space and iteratively refines both the hypothesis space and the discovered dynamics through a closed-loop feedback mechanism. The method significantly outperforms existing state-of-the-art approaches on 122 ODE systems, achieving the lowest median NMSE and demonstrating high symbolic accuracy while being sample-efficient and robust to noise.
LLM-ACES outperforms traditional methods by leveraging a closed-loop feedback mechanism that iteratively refines both hypotheses and data acquisition, achieving unprecedented accuracy in ODE recovery.
Recovering governing Ordinary Differential Equations (ODEs) from data is a central challenge in modeling dynamical systems across scientific domains. Existing approaches cast discovery as a static inference problem over fixed datasets, assuming that the observed trajectories are sufficiently informative. However, dynamical systems evolve over large state spaces, and limited data can make multiple equations observationally indistinguishable, leading to identifiability gaps and the recovery of incorrect governing equations. To address this, we introduce LLM-ACES, or LLM-guided Active Closed-loop Equation Search, a closed-loop framework that jointly optimizes symbolic hypothesis construction and adaptive data acquisition. In LLM-ACES, a large language model (LLM) proposes operator priors that partition the large search space into distinct regions, within which candidate equations are fit to the observed data. The disagreement among these candidates guides the acquisition of informative trajectories, creating a feedback loop that iteratively refines both the hypothesis space and the discovered dynamics. On 122 ODE systems spanning ODEBench and ODEBase, LLM-ACES achieves the lowest median NMSE, outperforming state-of-the-art baselines by several orders of magnitude while achieving a high symbolic accuracy of 46.2% and 52.4%, respectively. Our analysis further shows that LLM-ACES is sample-efficient, achieving better performance with one-tenth the data. Furthermore, LLM-ACES's feedback-driven data acquisition makes it robust to noise and recovers the correct symbolic structure, while baselines introduce spurious terms that fit the data locally but obscure the true governing relationships.