LLM-ODE: Data-driven Discovery of Dynamical Systems with Large Language Models

arXiv cs.LG / 2026/3/24

📰 ニュースSignals & Early TrendsIdeas & Deep AnalysisModels & Research

要点

  • LLM-ODE is presented as a new LLM-aided framework for discovering governing equations of dynamical systems from data, aiming to accelerate automated scientific discovery.
  • The method addresses limitations of traditional genetic programming (GP) by using an LLM generative prior to guide symbolic evolution with patterns extracted from elite candidate equations.
  • Experiments reported across 91 dynamical systems indicate that LLM-ODE variants improve search efficiency and Pareto-front quality versus classical GP, suggesting more effective exploration of the symbolic space.
  • The framework is claimed to scale better to higher-dimensional systems than linear and Transformer-only model discovery approaches while maintaining the interpretability benefits of GP-style symbolic search.

Abstract

Discovering the governing equations of dynamical systems is a central problem across many scientific disciplines. As experimental data become increasingly available, automated equation discovery methods offer a promising data-driven approach to accelerate scientific discovery. Among these methods, genetic programming (GP) has been widely adopted due to its flexibility and interpretability. However, GP-based approaches often suffer from inefficient exploration of the symbolic search space, leading to slow convergence and suboptimal solutions. To address these limitations, we propose LLM-ODE, a large language model-aided model discovery framework that guides symbolic evolution using patterns extracted from elite candidate equations. By leveraging the generative prior of large language models, LLM-ODE produces more informed search trajectories while preserving the exploratory strengths of evolutionary algorithms. Empirical results on 91 dynamical systems show that LLM-ODE variants consistently outperform classical GP methods in terms of search efficiency and Pareto-front quality. Overall, our results demonstrate that LLM-ODE improves both efficiency and accuracy over traditional GP-based discovery and offers greater scalability to higher-dimensional systems compared to linear and Transformer-only model discovery methods.