paper-with-me

홈 › Papers

Diagnosing Infeasible Optimization Problems Using Large Language Models

2023-08-23 · Hao Chen, Gonzalo E. Constante-Flores, Can Li

Decision-making problems can be represented as mathematical optimization models, finding wide applications in fields such as economics, engineering and manufacturing, transportation, and health care. Optimization models are mathematical abstractions of the problem of making the best decision while satisfying a set of requirements or constraints. One of the primary barriers to deploying these models in practice is the challenge of helping practitioners understand and interpret such models, particularly when they are infeasible, meaning no decision satisfies all the constraints. Existing methods for diagnosing infeasible optimization models often rely on expert systems, necessitating significant background knowledge in optimization. In this paper, we introduce OptiChat, a first-of-its-kind natural language-based system equipped with a chatbot GUI for engaging in interactive conversations about infeasible optimization models. OptiChat can provide natural language descriptions of the optimization model itself, identify potential sources of infeasibility, and offer suggestions to make the model feasible. The implementation of OptiChat is built on GPT-4, which interfaces with an optimization solver to identify the minimal subset of constraints that render the entire optimization problem infeasible, also known as the Irreducible Infeasible Subset (IIS). We utilize few-shot learning, expert chain-of-thought, key-retrieve, and sentiment prompts to enhance OptiChat's reliability. Our experiments demonstrate that OptiChat assists both expert and non-expert users in improving their understanding of the optimization models, enabling them to quickly identify the sources of infeasibility.

📄 PDF Abstract BibTeX arXiv:2308.12923

Code (1)

li-group/optichat

Tasks

ChatbotDecision MakingFew-Shot Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Multi-Objective Infeasibility Diagnosis for Routing Problems Using Large Language Models

2025-08-05 · Kai Li, Ruihao Zheng, Xinye Hao, Zhenkun Wang arxiv

In real-world routing problems, users often propose conflicting or unreasonable requirements, which result in infeasible optimization models due to overly restrictive or contradictory constraints, leading to an empty fea…

Infeasible optimization problems and the hierarchical augmented Lagrangian method in imitation learning

2026-05-30 · Roland Andrews, Justin Carpentier, Ajay Sathya arxiv

Imitation learning (IL) is an effective approach to train complex robotics policies. Recent works have introduced hard constraints into imitation-learning optimization problems to ensure safety, stability, and robustness…

An Improved Epsilon Constraint-handling Method in MOEA/D for CMOPs with Large Infeasible Regions

2017-07-27 · Zhun Fan, Wenji Li, Xinye Cai, Han Huang 외

This paper proposes an improved epsilon constraint-handling mechanism, and combines it with a decomposition-based multi-objective evolutionary algorithm (MOEA/D) to solve constrained multi-objective optimization problems…

Differentiable Projection-based Learn to Optimize in Wireless Network-Part I: Convex Constrained (Non-)Convex Programming

2025-01-29 · Xiucheng Wang, Xuan Zhao, Nan Cheng

This paper addresses a class of (non-)convex optimization problems subject to general convex constraints, which pose significant challenges for traditional methods due to their inherent non-convexity and diversity. Conve…

Diversity

Bilevel Optimization for Differentially Private Optimization in Energy Systems

2020-01-26 · Terrence W. K. Mak, Ferdinando Fioretto, Pascal Van Hentenryck

This paper studies how to apply differential privacy to constrained optimization problems whose inputs are sensitive. This task raises significant challenges since random perturbations of the input data often render the …

Bilevel OptimizationPrivacy Preserving