MiniOpt: Reasoning to Model and Solve General Optimization Problems with Limited Resources

14d ago · Global · primary source: export.arxiv.org

Researchers have introduced MiniOpt, a reinforcement learning framework that trains compact language models to solve optimization problems through a “reasoning-to-model-and-solve” paradigm, achieving the highest average solving accuracy among models with fewer than 10 billion parameters [1]. The framework decomposes optimization reasoning into two stages: structured optimization modeling and executable solver generation [1]. A custom reward function called OptReward, which uses a hierarchical score structure, jointly evaluates the formulation and the solution without requiring expert demonstrations [1]. The authors also developed an optimization-oriented policy optimization strategy that improves exploration efficiency and stabilizes reinforcement learning for compact models [1]. Existing methods for applying large language models to optimization tasks typically depend on large-scale supervised datasets, costly reasoning annotations, and expensive intermediate step verification, which create substantial training overhead [2]. MiniOpt addresses these constraints by adopting a two-stage reinforcement learning pipeline. In the first stage, the model quickly learns the model-and-solve paradigm; in the second stage, it acquires strong optimization generalization ability [4]. OptReward verifies the completeness of problem modeling and avoids the need for content validation, further reducing the cost of verifying the model’s responses [9]. The MiniOpt series includes MiniOpt-3B and MiniOpt-7B variants [3]. Extensive experiments show that MiniOpt-3B exhibits strong optimization generalization across various optimization types, problem scenarios, and task domains [1]. For models with fewer than 10B parameters, the MiniOpt series achieves the highest average solving accuracy [1]. For models with more than 10B parameters, MiniOpt still shows competitive performance [1]. On the hard OptMATH-Bench, MiniOpt-3B achieved superior solving accuracy while consuming only 37.64% of the average output tokens required by DeepSeek-R1 [9]. The researchers note that MiniOpt requires less data volume and less detailed annotation during training, resulting in significantly lower computational costs for both training and inference [3]. Among the investigated model scales, MiniOpt-3B provided the best balance between optimization performance and computational efficiency [3]. The code is publicly available on GitHub [1]. The work was submitted to ICLR 2026 but was subsequently withdrawn [4].

regulationtool-releasemodel-releaseresearch-paperproduct-launch

Background sources we checked (10)
  • arxiv.org ↗ Achieving strong optimization generalization across diverse optimization problems while requiring limited training resources remains a challenging problem for optimization-oriented large language models (LLMs). Existing approaches typically rely on large-scale supervised datasets…
  • arxiv.org ↗ Achieving strong optimization generalization across diverse optimization problems while requiring limited training resources remains a challenging problem for optimization-oriented large language models (LLMs). Existing approaches typically rely on large-scale supervised datasets…
  • openreview.net ↗ MiniOpt: Reasoning to Model and Solve General Optimization Problems with Limited Resources | OpenReview ## MiniOpt: Reasoning to Model and Solve General Optimization Problems with Limited Resources ### Zixiang Di, Ke Zhao, Xiang Shu, Yaolin Wen, Qitao Shi, Hong Qian, Bingdong L…
  • arxiv.org ↗ Achieving strong optimization generalization across diverse optimization problems while requiring limited training resources remains a challenging problem for optimization-oriented large language models (LLMs). Existing approaches typically rely on large-scale supervised datasets…
  • en.wikipedia.org ↗ In machine learning, a neural network (NN) or neural net, is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain.…
  • en.wikipedia.org ↗ OpenAI is an American artificial intelligence (AI) research organization headquartered in San Francisco, consisting of OpenAI Group PBC, a for-profit public benefit corporation (PBC), partially controlled by OpenAI Foundation, a nonprofit. OpenAI develops generative AI models, pa…
  • en.wikipedia.org ↗ Meta Platforms, Inc. (doing business as Meta) is an American multinational technology company headquartered in Menlo Park, California. Meta owns and operates several prominent social media platforms and communication services, including Facebook, Instagram, WhatsApp, Messenger, a…
  • openreview.net ↗ Modeling and solving optimization problems via large language models (LLMs) has attracted increasing attention recently. Although both prompt-based and learning-based methods have achieved progress, they remain limited by their re liance on large data volumes, high-quality annota…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…

Sources

Spot something wrong? Report an issue