paper-with-me

홈 › Papers

COMPASS: Benchmarking Constrained Optimization in LLM Agents

2025-10-08 · Tian Qin, Felix Bai, Ting-Yao Hu, Raviteja Vemulapalli, Hema Swetha Koppula, Zhiyang Xu, Bowen Jin, Mert Cemri, Jiarui Lu, Zirui Wang, Meng Cao arxiv

Human decision-making often involves constrained optimization. As LLM agents are deployed to assist with real-world tasks like travel planning, shopping, and scheduling, they must mirror this capability. We introduce COMPASS, a benchmark that evaluates whether LLM agents can perform constrained optimization in realistic travel planning settings. To success in these tasks, agents must engage in multi-turn conversations with user to gather task information as well as use tools to gather information from the database. Then agents must propose a solution that not only satisfies hard constraints but also optimizes user's utility objective. Evaluating state-of-the-art models, we reveal a significant feasible-optimal gap: while models achieve 70-90% feasibility (constraint satisfaction), they reach only 20-60% optimality (utility optimization). Our analysis shows that tool use is not the bottleneck. Instead, the core limitation is insufficient exploration of the search space, with success strongly correlating with information gathered. Coding agents show a promising approach to mitigate this gap. Together, COMPASS provides a testbed for developing LLM agents that can truly mirror human decision-making by both satisfying constraints and optimizing objectives.

📄 PDF Abstract BibTeX arXiv:2510.07043

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Linear Constrained Optimization Benchmark For Probabilistic Search Algorithms: The Rotated Klee-Minty Problem

2018-07-26 · Michael Hellwig, Hans-Georg Beyer

The development, assessment, and comparison of randomized search algorithms heavily rely on benchmarking. Regarding the domain of constrained optimization, the number of currently available benchmark environments bears n…

BenchmarkingEvolutionary AlgorithmsRelation

Benchmarking Evolutionary Algorithms For Single Objective Real-valued Constrained Optimization - A Critical Review

2018-06-12 · Michael Hellwig, Hans-Georg Beyer

Benchmarking plays an important role in the development of novel search algorithms as well as for the assessment and comparison of contemporary algorithmic ideas. This paper presents common principles that need to be tak…

BenchmarkingEvolutionary Algorithms

GPAgentBench-2K: Benchmarking Large Language Model Agents in Complex Clinical Action Space

2026-08-31 · Boqi Chen, Xudong Liu, Yunke Ao, Heejin Do 외 arxiv

Large Language Models (LLMs) show great potential as clinical agents, yet existing benchmarks reduce clinical workflows to static predictions or unconstrained Markov Decision Processes (MDPs) with coarse action sets. To …

NEORL: NeuroEvolution Optimization with Reinforcement Learning

2021-12-01 · Majdi I. Radaideh, Katelin Du, Paul Seurin, Devin Seyler 외

We present an open-source Python framework for NeuroEvolution Optimization with Reinforcement Learning (NEORL) developed at the Massachusetts Institute of Technology. NEORL offers a global optimization interface of state…

Benchmarkingglobal-optimizationreinforcement-learningReinforcement Learning+1

Can AI Agents Really Complete RTL-to-GDS? Lessons from Benchmarking Tool-Interactive EDA Workflows

2026-07-20 · Jinyuan Deng, Zhengrui Chen, Xufeng Wei, Tianyu Xing 외 arxiv

Large language model (LLM) agents are extending electronic design automation (EDA) beyond static RTL generation toward long-horizon, tool-interactive workflows. Yet it remains unclear whether general-purpose coding agent…