LLMs Can Design Near-Optimal OR Algorithms

📅 2026-08-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究使用大型语言模型设计针对库存控制、排队网络控制和商品优化等问题的近似最优算法,通过两种不同层次的应用展示了模型的有效性。
📝 Abstract
We ask whether large language models (LLMs) can design effective algorithms for well-specified operations research (OR) problems. We study inventory control, queueing network control, and assortment optimization. We evaluate two levels of LLM use: at level 1, the model receives one problem instance and returns a solution for that instance; at level 2, it receives only the problem class description and broad parameter ranges, and returns an algorithm that maps instance parameters to solutions. Human input is minimal: we give one untuned prompt that describes the problem, and the model has access to a Python sandbox tool with a fixed compute budget. The strongest model we test, gpt-5.6-sol, matches or outperforms the best existing method on almost all evaluated instances. This holds even at level 2, where the returned algorithm is fixed before seeing the evaluation instances. Performance also improves sharply across models released less than eight months apart, suggesting that this capability is moving quickly. Thus, for the well-specified operations problems we study, a single untuned LLM query can already produce algorithms competitive with specialized methods. These results suggest that frontier LLMs can be a serious empirical baseline for algorithm design in well-specified OR problems.
Problem

Research questions and friction points this paper is trying to address.

large language models
operations research
algorithm design
Innovation

Methods, ideas, or system contributions that make the work stand out.

large language models
operations research
algorithm design
untuned prompt
🔎 Similar Papers
No similar papers found.
💼 Related Jobs
No related jobs found.