Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/31 15:52:07
MOT-SR: Multi-Objective Tool-Augmented Scientific Equation Discovery with Large Language Models
AI 中文解读
核心亮点:给AI装上了“科学计算器”,让AI不仅能猜公式,还会像科学家一样挑出既准确又简洁的方程,堪称AI界的“科研新大脑”。
通俗解读:过去,AI找科学公式就像盲人摸象,只会盯着“误差小”这一个指标死磕,容易钻牛角尖,找到的公式又长又不准。现在这项新技术给AI配了两个助手:一个负责分析数据特点、制定解题策略,另一个专职推导公式。更重要的是,它不再只看“谁算得准”,还要看“谁更简洁、更会举一反三”,像商品比价一样在多个目标间找平衡,选出最优解。实验结果相当亮眼,尤其在模拟太空引力波时,AI补出来的小修正项,让误差不再像滚雪球一样越滚越大。
实际影响:这项技术虽然藏在实验室里,但离我们的生活并不远。未来,它可以帮助科学家更快地找到疾病传播规律、预测极端天气,甚至优化火箭轨道。这意味着,更精准的气象预报、更可靠的航天工程,以及各种科学发现的提速,都离我们更近了。简单说,AI帮你找到的“规律”将越来越靠谱。
Symbolic Regression (SR) aims to discover analytical equations from observational data and plays a central role in scientific modeling. While recent Large Language Model (LLM) based approaches show promise, they face two limitations. First, they lack data analysis mechanisms for uncovering variable dependencies, which reduces the efficiency of equation discovery. Second, most methods rely on single-objective evaluation focused solely on fitting error. This neglect of structural complexity and generalization often causes models to converge prematurely to local optima, limiting their ability to explore the broader equation space. We propose Multi-Objective Tool-augmented Symbolic Regression (MOT-SR), a unified framework that integrates external analytical tools to extract structural priors and guide equation generation, while jointly optimizing for accuracy, complexity, and generalization via a multi-objective evaluation module that maintains a dynamic Pareto front. MOT-SR employs two collaborative LLM modules: a Meta Strategy Generator, which selects tools and synthesizes structural optimization strategies based on Pareto-optimal equations, and an Equation Generator, which produces new candidate equations accordingly. The system operates in a closed-loop manner, continuously refining both strategies and equation structures. Across 40 standard tasks, MOT-SR outperforms existing SR methods in accuracy, generalization, and efficiency. We further validate MOT-SR on extreme mass-ratio inspiral (EMRI) orbital modeling, an important problem in space-based gravitational-wave astronomy where small local errors can accumulate substantially over long-term evolution. The discovered interpretable correction achieves the lowest trajectory-level integration error on held-out configurations. These results demonstrate the potential of MOT-SR to enable reliable modeling of long-horizon scientific dynamics.
分享
阅读原文 ↗