Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/22 04:00:00

PEARL: Solver-in-the-Loop Interactive Optimization Modeling from Natural Language

AI 中文解读
PEARL系统让AI学会了像人类专家一样“边做边改”地解决现实优化问题——它先尝试写一段数学建模代码,运行求解器,根据报错或结果反复修正,直到得到可行方案,而不是像传统方法那样一次性写死。 通俗解读:以前让AI帮你规划物流路线或工厂排产,它通常只能给出一版固定的方案,错了也不会自己检查。PEARL相当于给AI配了一个“模拟驾驶舱”:它写出的数学公式会立刻被电脑运行验证,如果发现逻辑矛盾或计算结果不合理,AI会主动调整思路再试一次,就像人类工程师调试程序一样。这样迭代几轮后,最终方案的正确率大幅提升。 实际影响:未来你或许可以用日常语言描述一个复杂的决策问题——比如“帮我把三个仓库的货物调度到十个门店,要求运费最低且三天内送达”——AI就能自动生成可执行的优化程序,并且自动纠错。这意味着企业管理者不再需要聘请专业数学建模团队,就能快速获得高质量的资源分配方案,从而降低运营成本、提升效率。对于普通人来说,这类技术会渗透到智能家居、出行规划等领域,让生活决策更加科学省心。
arXiv:2607.18256v1 Announce Type: new Abstract: Optimization modeling is the process of translating real-world decision problems, often described in natural language, into formal mathematical formulations and executable solver code. While recent advances in large language models have shown promise in automating this process, most existing approaches remain one-shot: a model produces a formulation once, without executing it, conditioning on solver feedback, or iteratively revising errors. This stands in sharp contrast to real-world optimization modeling, which is inherently interactive and proceeds through repeated solve-debug-revise cycles. We introduce PEARL, a system for interactive optimization modeling that uses Python execution and mathematical programming solvers inside this loop. Rather than relying on a fixed repair workflow, PEARL learns when to test partial models, how to revise from solver diagnostics, and when to stop. It operates in a multi-turn tool-integrated setting where intermediate execution results, feasibility signals, and solution checks are used to improve both formulations and solver code before finalization. Across diverse optimization benchmarks, PEARL substantially improves verified solve rates over strong one-shot and tool-augmented baselines; notably, our PEARL-Qwen3-\textbf{4B} model outperforms the much larger DeepSeek-V3.2-\textbf{685B} in both macro- and micro-averaged accuracy on optimization modeling tasks.
分享
阅读原文