paper-with-me

Papers

Constructing Industrial-Scale Optimization Modeling Benchmark

2026-02-11 · Zhong Li, Hongliang Lu, Tao Wei, Yuxuan Chen, Wenyu Liu, Yuan Lan, Fan Zhang, Zaiwen Wen arxiv

Optimization modeling underpins decision-making in logistics, manufacturing, energy, and finance, yet translating natural-language requirements into correct optimization formulations and solver-executable code remains labor-intensive. Although large language models (LLMs) have been explored for this task, evaluation is still dominated by toy-sized or synthetic benchmarks, masking the difficulty of industrial problems with $10^{3}$--$10^{6}$ (or more) variables and constraints. A key bottleneck is the lack of benchmarks that align natural-language specifications with reference formulations/solver code grounded in real optimization models. To fill in this gap, we introduce MIPLIB-NL, built via a structure-aware reverse construction methodology from real mixed-integer linear programs in MIPLIB~2017. Our pipeline (i) recovers compact, reusable model structure from flat solver formulations, (ii) reverse-generates natural-language specifications explicitly tied to this recovered structure under a unified model--data separation format, and (iii) performs iterative semantic validation through expert review and human--LLM interaction with independent reconstruction checks. This yields 223 one-to-one reconstructions that preserve the mathematical content of the original instances while enabling realistic natural-language-to-optimization evaluation. Experiments show substantial performance degradation on MIPLIB-NL for systems that perform strongly on existing benchmarks, exposing failure modes invisible at toy scale.

📄 PDF Abstract BibTeX arXiv:2602.10450

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ORLM: A Customizable Framework in Training Large Models for Automated Optimization Modeling

2024-05-28 · Chenyu Huang, Zhengyang Tang, Shixi Hu, Ruoqing Jiang 외

Optimization modeling plays a critical role in the application of Operations Research (OR) tools to address real-world problems, yet they pose challenges and require extensive expertise from OR experts. With the advent o…

Prompt Engineering

EvoOpt-LLM: Evolving industrial optimization models with large language models

2026-02-01 · Yiliu He, Tianle Li, Binghao Ji, Zhiyuan Liu 외 arxiv

Optimization modeling via mixed-integer linear programming (MILP) is fundamental to industrial planning and scheduling, yet translating natural-language requirements into solver-executable models and maintaining them und…

Computational Efficiency

InCoder-32B: Code Foundation Model for Industrial Scenarios

2026-03-17 · Jian Yang, Wei Zhang, Jiajun Wu, Junhang Cheng 외 arxiv

Recent code large language models have achieved remarkable progress on general programming tasks. Nevertheless, their performance degrades significantly in industrial scenarios that require reasoning about hardware seman…

little m: An AI Agent for Industrial Process Optimization

2026-09-15 · Yongchao Ye, Xinyu He, Dutliff Boshoff, Way Kuo 외 arxiv

Manufacturing consumes one third of global energy and still has significant room for improvement in terms of energy efficiency. Optimal process control is essential for this purpose. However, synthesizing mathematical op…

Advances in Bayesian Probabilistic Modeling for Industrial Applications

2020-03-26 · Sayan Ghosh, Piyush Pandita, Steven Atkinson, Waad Subber 외

Industrial applications frequently pose a notorious challenge for state-of-the-art methods in the contexts of optimization, designing experiments and modeling unknown physical response. This problem is aggravated by limi…

Physical Intuition