paper-with-me

홈 › Papers

OptiMUS: Optimization Modeling Using MIP Solvers and large language models

2023-10-09 · Ali AhmadiTeshnizi, Wenzhi Gao, Madeleine Udell

Optimization problems are pervasive across various sectors, from manufacturing and distribution to healthcare. However, most such problems are still solved heuristically by hand rather than optimally by state-of-the-art solvers, as the expertise required to formulate and solve these problems limits the widespread adoption of optimization tools and techniques. We introduce OptiMUS, a Large Language Model (LLM)-based agent designed to formulate and solve MILP problems from their natural language descriptions. OptiMUS is capable of developing mathematical models, writing and debugging solver code, developing tests, and checking the validity of generated solutions. To benchmark our agent, we present NLP4LP, a novel dataset of linear programming (LP) and mixed integer linear programming (MILP) problems. Our experiments demonstrate that OptiMUS solves nearly twice as many problems as a basic LLM prompting strategy. OptiMUS code and NLP4LP dataset are available at \href{https://github.com/teshnizi/OptiMUS}{https://github.com/teshnizi/OptiMUS}

📄 PDF Abstract BibTeX arXiv:2310.06116

Code (1)

teshnizi/optimus 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

OptiMUS: Scalable Optimization Modeling with (MI)LP Solvers and Large Language Models

2024-02-15 · Ali AhmadiTeshnizi, Wenzhi Gao, Madeleine Udell

Optimization problems are pervasive in sectors from manufacturing and distribution to healthcare. However, most such problems are still solved heuristically by hand rather than optimally by state-of-the-art solvers becau…

Language ModelingLanguage ModellingLarge Language Model

OptiMUS-0.3: Using Large Language Models to Model and Solve Optimization Problems at Scale

2024-07-29 · Ali AhmadiTeshnizi, Wenzhi Gao, Herman Brunborg, Shayan Talaei 외

Optimization problems are pervasive in sectors from manufacturing and distribution to healthcare. However, most such problems are still solved heuristically by hand rather than optimally by state-of-the art solvers becau…

Language ModelingLanguage ModellingLarge Language Model

Optimus: Organizing Sentences via Pre-trained Modeling of a Latent Space

2020-04-05 · EMNLP 2020 11 · Chunyuan Li, Xiang Gao, Yuan Li, Baolin Peng 외

When trained effectively, the Variational Autoencoder (VAE) can be both a powerful generative model and an effective representation learning framework for natural language. In this paper, we propose the first large-scale…

Language ModelingLanguage ModellingRepresentation LearningText Generation

To Index or Not to Index: Optimizing Exact Maximum Inner Product Search

2017-06-05 · Firas Abuzaid, Geet Sethi, Peter Bailis, Matei Zaharia

Exact Maximum Inner Product Search (MIPS) is an important task that is widely pertinent to recommender systems and high-dimensional similarity search. The brute-force approach to solving exact MIPS is computationally exp…

Recommendation Systems

An Efficient 2D Method for Training Super-Large Deep Learning Models

2021-04-12 · Qifan Xu, Shenggui Li, Chaoyu Gong, Yang You

Huge neural network models have shown unprecedented performance in real-world applications. However, due to memory constraints, model parallelism must be utilized to host large models that would otherwise not fit into th…