AlphaOPT: Formulating Optimization Programs with Self-Improving LLM Experience Library

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

A new self-improving framework called AlphaOPT enables large language models to learn optimization modeling from limited supervision, according to a paper posted on arXiv. The system accumulates reusable principles through a two-phase cycle without requiring annotated reasoning traces or parameter updates [1][2]. Optimization modeling requires translating natural-language problem descriptions into precise mathematical formulations and executable solver code, a task that remains difficult to automate [2]. Existing approaches that use large language models, or LLMs — neural networks trained on vast text corpora for language tasks — often depend on brittle prompting or expensive retraining, both of which offer limited generalization [2][9]. AlphaOPT addresses these limitations by functioning as a self-improving experience library that learns from solver-verified feedback alone [2]. The system operates in a continual two-phase cycle [1][2]. During the Library Learning phase, AlphaOPT extracts structured insights from failed attempts that have been verified by a solver. The subsequent Library Evolution phase refines the applicability of those stored insights using aggregate evidence gathered across multiple tasks [2]. This design allows the model to accumulate reusable modeling principles, improve transfer across problem instances, and maintain bounded library growth over time [1][2]. Minwei Kong and collaborators evaluated AlphaOPT on multiple optimization benchmarks [1][2]. The model’s accuracy rose from 65% to 72% as the number of training items increased from 100 to 300 [1][2]. On two out-of-distribution datasets, AlphaOPT outperformed the strongest baseline by 9.1% and 8.2%, respectively [1][2]. The authors argue that structured experience learning grounded in solver feedback provides a practical alternative to retraining for complex reasoning tasks that demand precise formulation and execution [2]. The paper was submitted to arXiv on 21 October 2025 and last revised on 7 June 2026 [1]. arXiv is an open-access repository of electronic preprints and postprints that are approved after moderation but not peer reviewed; it hosts papers across mathematics, physics, computer science, and related fields [7]. The code and data for AlphaOPT have been made available on GitHub [1][2].

tool-releasemodel-releaseresearch-paperproduct-launch

Background sources we checked (8)
  • arxiv.org ↗ Optimization modeling underlies critical decision-making across industries, yet remains difficult to automate: natural-language problem descriptions must be translated into precise mathematical formulations and executable solver code. Existing LLM-based approaches typically rely …
  • en.wikipedia.org ↗ This glossary of artificial intelligence is a list of definitions of terms and concepts relevant to the study of artificial intelligence (AI), its subdisciplines, and related fields. Related glossaries include Glossary of computer science, Glossary of robotics, Glossary of machin…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …

Sources

Spot something wrong? Report an issue