| This week at a glance |
|
3
s
|
3
New papers
|
4
Active fronts
|
This week's theme:Concept-structured search is outperforming brute code mutation across multiple optimization domains.
|
|
Top Priority Papers
3 papers this week (ranked by significance, recency and impact)
| |
PRIORITY 8.1/10
2026-04-28 | Tsinghua University, University of Chicago Booth School of Business, Shanghai Jiao Tong University, The Chinese University of Hong Kong, Shenzhen (CUHK-Shenzhen) | 2604.25847
This paper introduces Agora-Opt, a multi-agent framework for optimization modeling that combines decentralized debate across heterogeneous LLMs with a read-write memory bank. The results are backed by strong empirical evidence, achieving state-of-the-art Pass@1 accuracy (84.6%) across 7 OR benchmarks and outperforming both frontier zero-shot models and fine-tuned OR models. The key insight is that decentralized debate, where consensus is driven by solver-verified endpoints rather than a centralized LLM judge, can synthesize correct formulations even when all initial agent proposals are flawed. Furthermore, storing the trajectories of how these disagreements are resolved in a dedicated 'debate memory' allows the system to continuously improve its collaborative reasoning without parameter updates.
| |
PRIORITY 7.6/10
2026-05-04 | Beihang University, JIUTIAN Research | 2605.02545
SAGE is a framework for automated optimization modeling that explicitly separates high-level modeling strategy from concrete formulation, training an LLM via supervised fine-tuning and Segment-Weighted GRPO with solver feedback. The results are backed by strong empirical evidence, improving average pass@1 from 72.7% to 80.3% over the strongest open-source baseline across eight OR benchmarks, while also producing more compact, solver-efficient constraint systems. The key insight is the use of Segment-Weighted GRPO, which assigns higher optimization weights to early, high-level strategic reasoning tokens than to later surface-level tokens, effectively mitigating the credit assignment problem in long-horizon reasoning.
| |
PRIORITY 7.3/10
2026-05-04 | Nanyang Technological University, The Chinese University of Hong Kong, Shenzhen, The University of Sydney, INSAIT Sofia University “St. Kliment Ohridski”, AIRS | 2605.02289
EngiAgent is a multi-agent LLM framework that uses a fully connected coordinator to dynamically route debugging feedback across specialized agents (Analyzer, Modeler, Verifier, Solver) to generate feasible Pyomo models for open-ended engineering problems. The results are strongly backed by empirical data on a new 53-problem benchmark, achieving up to 75.4% feasibility with DeepSeek-V3—a massive improvement over fixed-pipeline baselines like DS-Agent. The key insight is that rigid multi-agent pipelines fail on complex OR tasks because errors can stem from semantic extraction, mathematical formulation, or solver execution; dynamically routing specific error traces to the responsible agent significantly improves the rate of physically and mathematically feasible solutions.
|
Research Front Landscape
4 active fronts | 3 new papers
| |
Agentic and RL-Trained LLMs for Robust Optimization Model Synthesis
EMERGING Density: 0.04 13 papers
Methodsllm_code_generation llm_as_evaluator llm_in_the_loop llm_iterative_refinement multi_agent_system
Inst:The Chinese University. 15% · Peking University 15% · Tsinghua University 15% · Shanghai Jiao Tong. 15%
This research front focuses on advancing Large Language Models (LLMs) for the automated formalization and synthesis of mathematical optimization models from natural language. Key unifying themes include the development of multi-agent LLM frameworks (e.g., Agora-Opt, MIRROR, LinearizeLLM, Gala) and the application of reinforcement learning (RL) or fine-tuning techniques (e.g., AutoOR, SAGE, PARM) to enhance model generation, reformulation and verification. The goal is to improve the accuracy, robustness and efficiency of translating diverse problem descriptions into solver-ready code, encompassing linear, mixed-integer, non-linear and uncertainty-aware optimization paradigms. Significant contributions include AutoOR's scalable backtranslation pipeline and GRPO for autoformalization, achieving up to 49% accuracy gains. SAGE introduces Segment-Weighted GRPO, boosting pass@1 by 7.6% and yielding more compact models. PARM leverages Direct Preference Optimization for pipeline-adapted reward models, enabling 7B models to outperform GPT-4o by 3.6-4.7x in solving accuracy. Multi-agent systems like Agora-Opt, with decentralized debate and memory banks, reach 84.6% Pass@1, while MIRROR uses Hierarchical RAG and iterative revision for ~72% pass@1 without fine-tuning. DAOpt integrates LLMs with the RSOME library for robust optimization under uncertainty, achieving over 70% out-of-sample feasibility. LinearizeLLM demonstrates a structural policy for exact linearization of nonlinear problems, achieving 73% success where one-shot LLMs fail. Furthermore, OptiMind highlights critical flaws in existing benchmarks and DualSchool introduces Canonical Graph Edit Distance (CGED) for more robust structural evaluation of primal-to-dual conversions. This front is rapidly emerging, characterized by a strong emphasis on architectural innovations to overcome LLM limitations in complex reasoning, semantic inference and structural modeling. The trajectory is towards more robust, verifiable and scalable methods for automated optimization modeling, with a clear focus on improving both generation quality and evaluation rigor. Future work will likely integrate diverse architectural elements—such as segment-weighted RL, decentralized debate and structured memory—to tackle increasingly complex, real-world optimization problems beyond current LP/MILP scope, while simultaneously refining data synthesis and evaluation methodologies to ensure higher fidelity and trustworthiness of generated models.
| |
Solver-Guided and Verifiable LLM Agents for Automated Optimization Modeling
EMERGING Density: 0.10 13 papers
Methodsllm_in_the_loop llm_code_generation llm_as_heuristic llm_as_evaluator llm_fine_tuned
Inst:Huawei Noah’s Ark. 15% · Massachusetts Institute of. 15% · Alibaba Group 15% · IBM Research AI 8%
This research front focuses on developing advanced LLM-driven frameworks for automated optimization modeling and code generation, emphasizing verifiability, iterative refinement and leveraging solver feedback. Key approaches include verifiable synthetic data generation (OptiTrust, DPLM), error-driven learning (MIND) and closed-loop diagnosis and repair (OptiRepair). These methods aim to enhance the reliability and accuracy of LLM-generated optimization solutions across various domains, from dynamic programming formulation to supply chain model debugging. Significant contributions include OptiTrust's multi-language execution voting achieving 91.6% on NL4Opt and LLOME's MargE loss improving sample efficiency for biophysical sequence optimization. RideAgent demonstrated ~50% CPU time reduction for taxi fleet operations via LLM-guided variable fixing. Frameworks like MIND and DPLM utilize error-driven DFPO and DualReflect synthetic data generation, enabling smaller 7B models to outperform larger frontier LLMs on benchmarks like IndustryOR and DP-Bench. OptiRepair and GRPO showcase the power of solver-in-the-loop feedback, with fine-tuned 8B models achieving 81.7% repair success and 95.3% recovery rates by using IIS reduction as a dense reward signal. Other notable advancements include SAC-Opt's backward-guided semantic verification for 22% accuracy improvement on ComplexLP, CHORUS's metadata-augmented RAG matching GPT-4 on NL4Opt-Code and EngiAgent's fully connected multi-agent system achieving 75.4% feasibility for open-ended engineering problems. This front is rapidly emerging, characterized by a strong emphasis on building robust and verifiable LLM agents for complex OR tasks. The trajectory indicates a shift towards more sophisticated integration of LLMs with traditional solvers, moving beyond simple prompting to incorporate iterative feedback loops, advanced reinforcement learning for fine-tuning and multi-agent coordination. Future work will likely focus on expanding the scope to more complex problem types (e.g., MINLP, stochastic programming), improving the efficiency and scalability of these agentic workflows and integrating formal verification methods to ensure solution correctness.
| |
Self-Evolving LLM Agents for Robust OR Modeling and Structural Evaluation
STABLE Density: 0.26 27 papers
Methodsllm_code_generation llm_as_evaluator llm_in_the_loop llm_as_heuristic program_synthesis
Inst:Shanghai Jiao Tong. 15% · The Chinese University. 11% · Shenzhen 11% · Shanghai University of. 11%
This research front centers on developing advanced LLM-powered agentic frameworks for automated optimization modeling and problem formulation. Key approaches include OptiMUS, OR-R1, ORLM, AlphaOPT, CALM, SIRL and StepORLM, which leverage various techniques such as multi-agent orchestration, self-improving experience libraries and reinforcement learning to translate natural language descriptions into executable mathematical optimization models. A significant emphasis is also placed on robust evaluation and validation, exemplified by frameworks like ORGEval and OptMATH, to ensure the correctness and quality of LLM-generated solutions. Key contributions include the OptiMUS and OptimAI multi-agent systems, which leverage connection graphs and UCB-based debug scheduling to achieve significant accuracy gains (e.g., OptiMUS-0.3 outperforming GPT-4o by ~40% on NLP4LP). Frameworks like OR-R1, CALM, SIRL, StepORLM and EVOM demonstrate the power of reinforcement learning, with OR-R1 using TGRPO to outperform prior SOTA with 1/10th data and CALM enabling a 4B model to match DeepSeek-R1. Data synthesis frameworks such as OR-Instruct, OptMATH and ReSocratic have created high-quality datasets, with OptMATH-Qwen2.5-32B surpassing GPT-4 on benchmarks like NL4Opt. AlphaOPT introduces self-improving experience libraries, while Lyu et al. propose a Canonical Intermediate Representation (CIR) achieving 47.2% accuracy on ORCOpt-Bench. Crucially, ORGEval introduces graph-theoretic structural evaluation, achieving 100% consistency in seconds for complex MILP instances and Astorga et al. integrate SMT-based symbolic pruning into MCTS for efficient search. This research front is rapidly maturing, characterized by a shift from basic LLM code generation to sophisticated, self-improving agentic architectures and robust validation mechanisms. The trajectory indicates a strong push towards integrating advanced reinforcement learning (e.g., GRPO, DPO, Partial KL, Generative PRMs) for policy optimization, coupled with efficient, solver-verified data synthesis pipelines. Future work will likely focus on developing more comprehensive neuro-symbolic frameworks that combine structural (e.g., ORGEval's graph isomorphism) and execution-based evaluation, extending to dynamic and stochastic OR settings and leveraging virtual reinforcement learning (VRL) for cost-effective agent training. The next wave of papers will likely explore multi-modal signals for diagnostics, continual evolution of agent knowledge bases and more direct multi-agent collaboration for large-scale, real-world optimization challenges.
| |
Agentic LLM Frameworks for Verified Optimization Modeling and Algorithm Design
STABLE Density: 0.14 23 papers
Methodsllm_in_the_loop llm_code_generation program_synthesis llm_as_heuristic llm_prompt_optimization
Inst:City University of. 9% · Carnegie Mellon University 9% · Peking University 9% · Ltd. 9%
This front centers on developing agentic and evolutionary LLM frameworks for automated optimization modeling and algorithm design. Key approaches include LLaMoCo's instruction tuning for specialized solvers, NEMO's execution-aware agents for model synthesis and REMoH's reflective evolution for multi-objective heuristics. A strong emphasis is placed on robust verification and benchmarking, with papers introducing datasets like MIPLIB-NL, CO-Bench and OptiVerse to rigorously evaluate LLM capabilities in generating correct and performant OR solutions. Significant contributions include LLaMoCo (2403.01131) which fine-tunes small LLMs (350M) to outperform GPT-4 Turbo on optimization code generation by 368% on Ieval. NEMO (2601.21372) achieves SOTA on 8/9 benchmarks by using an asymmetric simulator-optimizer validation loop, beating fine-tuned models by up to 28%. For verification, EquivaMap (2502.14760) achieves 100% accuracy in checking MILP formulation equivalence via LLM-discovered linear mappings, while ReLoop (2602.15983) uses behavioral perturbation testing to detect 'silent failures' in generated models. Benchmarks like MIPLIB-NL (2602.10450) reveal SOTA LLMs drop from ~90% to ~18% accuracy on industrial-scale problems, highlighting current limitations. This front is rapidly maturing, moving beyond basic code generation to focus on robustness, scalability and verification. The emphasis on industrial-scale benchmarks (MIPLIB-NL, OptiVerse) and advanced validation techniques (EquivaMap, ReLoop) indicates a shift towards deployable, reliable LLM-driven OR. The next wave of papers will likely focus on integrating these verification mechanisms directly into the generation loop, perhaps via adaptive fine-tuning with feedback from behavioral tests or multi-agent systems that co-evolve models and their verification strategies. There will also be a push to distill the knowledge from large LLMs into smaller, specialized models for efficient deployment in iterative search processes.
|
Cross-Front Bridge Papers
5 papers connecting multiple research fronts
| |
TRUE SYNTHESIS Front 0 → Front 2, Front 3
2024-11-26 · 2411.17404
Wang et al. propose BPP-Search, combining Beam Search, a Process Reward Model (PRM) and a final Pairwise Preference Model to generate LP/MIP models from natural language. While their new 'StructuredO...
| |
TRUE SYNTHESIS Front 0 → Front 2, Front 3
2025-07-15 · 2507.11737
Zhou et al. introduce DPLM, a 7B model fine-tuned to formulate Dynamic Programming models, achieving performance comparable to o1 on their new DP-Bench. Their key contribution is 'DualReflect,' a synt...
| |
TRUE SYNTHESIS Front 3 → Front 2, Front 0
2025-02-20 · 2502.14760
Zhai et al. propose EquivaMap, a framework that evaluates whether two MILP formulations are equivalent by using an LLM to discover a linear mapping between their decision variables, which is then rigo...
| |
TRUE SYNTHESIS Front 0 → Front 2, Front 3
2025-08-05 · 2508.03117
Lima et al. introduce a pipeline to generate synthetic optimization datasets by starting with symbolic MILP instances (ground truth) and using LLMs to generate natural language descriptions, ensuring...
| |
TRUE SYNTHESIS Front 0 → Front 2, Front 3
2024-10-29 · 2410.22296
The authors propose LLOME, a bilevel optimization framework that fine-tunes an LLM using 'MargE' (Margin-Aligned Expectation), a loss function that weights gradient updates by the magnitude of reward...
|
Framework Genealogy
Tracking research lineages and framework evolution
|
36frameworks tracked ·36root frameworks ·3active (last 30 days)
Framework landscape (size = paper count, color = ratio)
funsearch (3 papers, 3 ) • grpo (2 papers, 2 ) • optimus (2 papers, 1 ) • autoor (1 papers, 1 ) • holy_grail_2.0 (1 papers, 0 ) • evom (1 papers, 1 ) • gs_schedule (1 papers, 0 ) • reloop (1 papers, 1 ) • chain_of_experts (1 papers, 0 ) • proopf (1 papers, 0 )
■Active + ■Active ■Inactive + ■Inactive
|
|