LGAIJun 24

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

arXiv:2606.2583222.5Has Code
Predicted impact top 5% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners needing compact optimization-specialized LLMs, MiniOpt reduces training overhead while maintaining strong generalization across diverse optimization problems.

MiniOpt introduces a reinforcement learning framework for optimization LLMs that uses a 'reasoning-to-model-and-solve' paradigm with a hierarchical reward function, achieving the highest average solving accuracy among sub-10B models and competitive performance for larger models.

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, costly reasoning annotations, and expensive intermediate step verification, resulting in substantial training overhead. To address these challenges, we propose MiniOpt, a reinforcement learning framework that learns to solve optimization problems through an "reasoning-to-model-and-solve" paradigm. MiniOpt decomposes optimization reasoning into structured optimization modeling and executable solver generation. Building upon this paradigm, we introduce OptReward, a reward function with hierarchical score structure that jointly evaluates formulation and solution, enabling effective policy learning without expert demonstrations. We further develop an optimization-oriented policy optimization strategy that improves exploration efficiency and stabilizes reinforcement learning for compact models. Extensive experiments show that MiniOpt-3B exhibits strong optimization generalization across various optimization types, problem scenarios, and task domains. For models with fewer than 10B parameters, MiniOpt series achieves the highest average solving accuracy (SA). For models with more than 10B parameters, MiniOpt still shows competitive performance. These results suggest that optimization-oriented reward design and reinforcement learning provide an effective pathway for developing compact optimization-specialized language models with strong optimization generalization capabilities. The code is available at https://github.com/Hsiang-1/MiniOpt.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes