LLMOPT: Learning to Define and Solve General Optimization Problems from Scratch
Caigao Jiang, Xiang Shu, Hong Qian, Xingyu Lu, Jun Zhou, Aimin Zhou,, Yang Yu

TL;DR
LLMOPT is a unified framework that leverages large language models to automatically define and solve diverse optimization problems from natural language descriptions, significantly improving generalization and accuracy.
Contribution
This paper introduces LLMOPT, a novel learning-based framework that enhances optimization problem formulation and solving using multi-instruction tuning and self-correction mechanisms.
Findings
Achieves 11.08% higher solving accuracy than state-of-the-art methods.
Models various optimization problem types including linear, nonlinear, and combinatorial.
Demonstrates effectiveness across six real-world datasets from diverse fields.
Abstract
Optimization problems are prevalent across various scenarios. Formulating and then solving optimization problems described by natural language often requires highly specialized human expertise, which could block the widespread application of optimization-based decision making. To automate problem formulation and solving, leveraging large language models (LLMs) has emerged as a potential way. However, this kind of approach suffers from the issue of optimization generalization. Namely, the accuracy of most current LLM-based methods and the generality of optimization problem types that they can model are still limited. In this paper, we propose a unified learning-based framework called LLMOPT to boost optimization generalization. Starting from the natural language descriptions of optimization problems and a pre-trained LLM, LLMOPT constructs the introduced five-element formulation as a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsConstraint Satisfaction and Optimization · Metaheuristic Optimization Algorithms Research
