paper-with-me

홈 › Papers

OR-R1: Automating Modeling and Solving of Operations Research Optimization Problem via Test-Time Reinforcement Learning

2025-11-12 · Zezhen Ding, Zhen Tan, Jiheng Zhang, Tianlong Chen arxiv

Optimization modeling and solving are fundamental to the application of Operations Research (OR) in real-world decision making, yet the process of translating natural language problem descriptions into formal models and solver code remains highly expertise intensive. While recent advances in large language models (LLMs) have opened new opportunities for automation, the generalization ability and data efficiency of existing LLM-based methods are still limited, asmost require vast amounts of annotated or synthetic data, resulting in high costs and scalability barriers. In this work, we present OR-R1, a data-efficient training framework for automated optimization modeling and solving. OR-R1 first employs supervised fine-tuning (SFT) to help the model acquire the essential reasoning patterns for problem formulation and code generation from limited labeled data. In addition, it improves the capability and consistency through Test-Time Group Relative Policy Optimization (TGRPO). This two-stage design enables OR-R1 to leverage both scarce labeled and abundant unlabeled data for effective learning. Experiments show that OR-R1 achieves state-of-the-art performance with an average solving accuracy of $67.7\%$, using only $1/10$ the synthetic data required by prior methods such as ORLM, exceeding ORLM's solving accuracy by up to $4.2\%$. Remarkably, OR-R1 outperforms ORLM by over $2.4\%$ with just $100$ synthetic samples. Furthermore, TGRPO contributes an additional $3.1\%-6.4\%$ improvement in accuracy, significantly narrowing the gap between single-attempt (Pass@1) and multi-attempt (Pass@8) performance from $13\%$ to $7\%$. Extensive evaluations across diverse real-world benchmarks demonstrate that OR-R1 provides a robust, scalable, and cost-effective solution for automated OR optimization problem modeling and solving, lowering the expertise and data barriers for industrial OR applications.

📄 PDF Abstract BibTeX arXiv:2511.09092

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode GenerationDecision Making

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

OR-LLM-Agent: Automating Modeling and Solving of Operations Research Optimization Problem with Reasoning Large Language Model

2025-03-13 · BoWen Zhang, Pengcheng Luo

Operations Research (OR) has been widely applied in various fields such as resource allocation, production planning, and supply chain management. However, addressing real-world OR problems requires OR experts to perform …

AI AgentLanguage ModelingLanguage ModellingLarge Language Model

Highlighting Named Entities in Input for Auto-Formulation of Optimization Problems

2022-12-26 · Neeraj Gangwar, Nickvash Kani

Operations research deals with modeling and solving real-world problems as mathematical optimization problems. While solving mathematical systems is accomplished by analytical software, formulating a problem as a set of …

OPT-Engine: Benchmarking the Limits of LLMs in Optimization Modeling via Complexity Scaling

2026-01-09 · Yitian Chen, Cheng Cheng, Yinan Sun, Zi Ling 외 arxiv

We investigate the capabilities and scalability of Large Language Models (LLMs) in optimization modeling, a domain requiring structured reasoning and precise formulation. To this end, we introduce OPT-ENGINE, an extensib…

Automated Reinforcement Learning: An Overview

2022-01-13 · Reza Refaei Afshar, Yingqian Zhang, Joaquin Vanschoren, Uzay Kaymak

Reinforcement Learning and recently Deep Reinforcement Learning are popular methods for solving sequential decision making problems modeled as Markov Decision Processes. RL modeling of a problem and selecting algorithms …

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+2