AI Agents 相关度: 9/10

Think like a Scientist: Physics-guided LLM Agent for Equation Discovery

Jianke Yang, Ohm Venkatachalam, Mohammad Kianezhad, Sharvaree Vadgama, Rose Yu
arXiv: 2602.12259v1 发布: 2026-02-12 更新: 2026-02-12

AI 摘要

KeplerAgent利用物理知识引导LLM进行符号公式发现,提升了公式发现的准确性和鲁棒性。

主要贡献

  • 提出KeplerAgent框架,模拟科学家发现公式的推理过程
  • 结合物理知识和LLM进行公式发现
  • 在物理公式发现基准测试中表现优于其他方法

方法论

KeplerAgent利用物理工具提取中间结构,并将其用于配置符号回归引擎,例如PySINDy和PySR。

原文摘要

Explaining observed phenomena through symbolic, interpretable formulas is a fundamental goal of science. Recently, large language models (LLMs) have emerged as promising tools for symbolic equation discovery, owing to their broad domain knowledge and strong reasoning capabilities. However, most existing LLM-based systems try to guess equations directly from data, without modeling the multi-step reasoning process that scientists often follow: first inferring physical properties such as symmetries, then using these as priors to restrict the space of candidate equations. We introduce KeplerAgent, an agentic framework that explicitly follows this scientific reasoning process. The agent coordinates physics-based tools to extract intermediate structure and uses these results to configure symbolic regression engines such as PySINDy and PySR, including their function libraries and structural constraints. Across a suite of physical equation benchmarks, KeplerAgent achieves substantially higher symbolic accuracy and greater robustness to noisy data than both LLM and traditional baselines.

标签

LLM Agent Symbolic Regression Physics-guided Equation Discovery

arXiv 分类

cs.AI cs.LG