Papers › Discovering Ordinary Differential Equations with LLM-Based Qualitative and...

Discovering Ordinary Differential Equations with LLM-Based Qualitative and Quantitative Evaluation

8 May 2026ICMLarXiv:2605.07323added by Syntology

Sum Kyun Song, Bong Gyun Shin, Jae Yong Lee

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Discovering governing differential equations from observational data is a fundamental challenge in scientific machine learning. Existing symbolic regression approaches rely primarily on quantitative metrics; however, real-world differential equation modeling also requires incorporating domain knowledge to ensure physical plausibility. To address this gap, we propose DoLQ, a method for discovering ordinary differential equations with LLM-based qualitative and quantitative evaluation. DoLQ employs a multi-agent architecture: a Sampler Agent proposes dynamic system candidates, a Parameter Optimizer refines equations for accuracy, and a Scientist Agent leverages an LLM to conduct both qualitative and quantitative evaluations and synthesize their results to iteratively guide the search. Experiments on multi-dimensional ordinary differential equation benchmarks demonstrate that DoLQ achieves superior performance compared to existing methods, not only attaining higher success rates but also more accurately recovering the correct symbolic terms of ground truth equations. Our code is available at https://github.com/Bon99yun/DoLQ.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.07323")

Code

Syntology Ran 18 of 18 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 18 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Bon99yun/DoLQ found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 18 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18ran

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Bon99yun/DoLQ. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

clean_code_string Bon99yun/DoLQ/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 1702fa26d2236c7c · report
compare_priority Bon99yun/DoLQ/compare.py found in paper text by Syntology ran no licence file found · pointer only · b6f6356c26a7c2b0 · report
configure_experiment_logging Bon99yun/DoLQ/io_utils.py found in paper text by Syntology ran no licence file found · pointer only · fca9d915b94a2496 · report
create_describe Bon99yun/DoLQ/data_loader.py found in paper text by Syntology ran no licence file found · pointer only · 02d2fdafd790f6b6 · report
create_df_dict Bon99yun/DoLQ/data_loader.py found in paper text by Syntology ran no licence file found · pointer only · 9e52518188c391cf · report
create_function_output_class Bon99yun/DoLQ/with_structured_output.py found in paper text by Syntology ran no licence file found · pointer only · 49a284a916d11af9 · report
finish_runtime_metrics Bon99yun/DoLQ/evolution.py found in paper text by Syntology ran no licence file found · pointer only · 664945916f1eff44 · report
format_scientist_insight_for_prompt Bon99yun/DoLQ/prompt.py found in paper text by Syntology ran no licence file found · pointer only · f74be51906ea395f · report
generate_logs_dir_name Bon99yun/DoLQ/io_utils.py found in paper text by Syntology ran no licence file found · pointer only · ec0bdfda00c82896 · report
get_dim_scores_values Bon99yun/DoLQ/compare.py found in paper text by Syntology ran no licence file found · pointer only · e6cbf371a63eefcf · report
get_experiment_logger Bon99yun/DoLQ/io_utils.py found in paper text by Syntology ran no licence file found · pointer only · 74d6984b63ecb870 · report
get_x_cols Bon99yun/DoLQ/utils.py found in paper text by Syntology ran no licence file found · pointer only · 3c63a6257ef51aa4 · report
is_better_than Bon99yun/DoLQ/compare.py found in paper text by Syntology ran no licence file found · pointer only · 341f7cbd1c9648b7 · report
load_dataframes Bon99yun/DoLQ/data_loader.py found in paper text by Syntology ran no licence file found · pointer only · 20047efa26a69c65 · report
make_analysis_and_record_prompt Bon99yun/DoLQ/prompt.py found in paper text by Syntology ran no licence file found · pointer only · 867f03c0cf9ea908 · report
make_function_from_code Bon99yun/DoLQ/utils.py found in paper text by Syntology ran no licence file found · pointer only · 9bb38861e49b597c · report
make_sampler_ODE_prompt Bon99yun/DoLQ/prompt.py found in paper text by Syntology ran no licence file found · pointer only · bb9d41853e4ee629 · report
should_log_score_improvement Bon99yun/DoLQ/evolution.py found in paper text by Syntology ran no licence file found · pointer only · a59a46b5d3ac84b7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.07323, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections