paper-with-me

홈 › Papers

OptimAI: Optimization from Natural Language Using LLM-Powered AI Agents

2025-04-23 · Raghav Thind, Youran Sun, Ling Liang, Haizhao Yang

Optimization plays a vital role in scientific research and practical applications. However, formulating a concrete optimization problem described in natural language into a mathematical form and selecting a suitable solver to solve the problem requires substantial domain expertise. We introduce OptimAI, a framework for solving Optimization problems described in natural language by leveraging LLM-powered AI agents, and achieve superior performance over current state-of-the-art methods. Our framework is built upon the following key roles: (1) a formulator that translates natural language problem descriptions into precise mathematical formulations; (2) a planner that constructs a high-level solution strategy prior to execution; and (3) a coder and a code critic capable of interacting with the environment and reflecting on outcomes to refine future actions. Ablation studies confirm that all roles are essential; removing the planner or code critic results in $5.8\times$ and $3.1\times$ drops in productivity, respectively. Furthermore, we introduce UCB-based debug scheduling to dynamically switch between alternative plans, yielding an additional $3.3\times$ productivity gain. Our design emphasizes multi-agent collaboration, and our experiments confirm that combining diverse models leads to performance gains. Our approach attains 88.1% accuracy on the NLP4LP dataset and 82.3% on the Optibench dataset, reducing error rates by 58% and 52%, respectively, over prior best results.

📄 PDF Abstract BibTeX arXiv:2504.16918

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Large Language Model as a Catalyst: A Paradigm Shift in Base Station Siting Optimization

2024-08-07 · Yanhu Wang, Muhammad Muzammil Afzal, Zhengyang Li, Jie zhou 외

Traditional base station siting (BSS) methods rely heavily on drive testing and user feedback, which are laborious and require extensive expertise in communication, networking, and optimization. As large language models …

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering+2

A Survey on LLM-powered Agents for Recommender Systems

2025-02-14 · Qiyao Peng, Hongtao Liu, Hua Huang, Qing Yang 외

Recommender systems are essential components of many online platforms, yet traditional approaches still struggle with understanding complex user preferences and providing explainable recommendations. The emergence of Lar…

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems+1

A Dynamic LLM-Powered Agent Network for Task-Oriented Agent Collaboration

2023-10-03 · Zijun Liu, Yanzhe Zhang, Peng Li, Yang Liu 외

Recent studies show that collaborating multiple large language model (LLM) powered agents is a promising way for task solving. However, current approaches are constrained by using a fixed number of agents and static comm…

Arithmetic ReasoningCode GenerationHumanEvalLanguage Modeling+4

LLM-Powered AI Agent Systems and Their Applications in Industry

2025-05-22 · Guannan Liang, Qianqian Tong

The emergence of Large Language Models (LLMs) has reshaped agent systems. Unlike traditional rule-based agents with limited task scope, LLM-powered agents offer greater flexibility, cross-domain reasoning, and natural la…

AI Agent

Driving Style Alignment for LLM-powered Driver Agent

2024-03-17 · Ruoxuan Yang, Xinyue Zhang, Anais Fernandez-Laaksonen, Xin Ding 외

Recently, LLM-powered driver agents have demonstrated considerable potential in the field of autonomous driving, showcasing human-like reasoning and decision-making abilities.However, current research on aligning driver …

Autonomous DrivingDecision Making