paper-with-me

홈 › Papers

COOPA: A Modular LLM Agent Architecture for Operations Research Problems

2026-06-25 · Chuanhao Li, Xiaoan Xu, Dirk Bergemann, Ethan X. Fang, Yehua Wei, Zhuoran Yang arxiv

Operations Research (OR) provides a rigorous framework for high-stakes decision-making, but effective OR modeling requires substantial domain knowledge, mathematical abstraction, and solver expertise. Recent LLM-based systems automate parts of this pipeline, yet remain limited by low accuracy on complex problems, opaque outputs, and narrow solver support. We propose COOPA (COoperative OPerations Agent), a modular LLM-agent architecture for interpretable and scalable OR decision support. It combines three components: iterative confidence-based modeling, which generates multiple candidate formulations, self-evaluates them across modeling dimensions, and selects one using a max-min confidence criterion; element-level provenance and confidence explanations, which link variables, parameters, constraints, and objectives to quoted source text and provide an audit trail for human verification; and multi-solver routing to specialized optimizer agents for different OR problem classes. Across three OR benchmarks, eight LLM backbones, and four baselines under identical conditions, COOPA achieves the best macro-average accuracy on six of eight backbones and improves over the strongest baseline by up to 6.7 percentage points. A within-system ablation isolates the contribution of iterative confidence-based modeling, while additional analyses and case studies illustrate the value of source traceability and multi-solver dispatch.

📄 PDF Abstract BibTeX arXiv:2606.27611

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CoopASD: Cooperative Machine Anomalous Sound Detection with Privacy Concerns

2024-08-27 · Anbai Jiang, Yuchen Shi, Pingyi Fan, Wei-Qiang Zhang 외

Machine anomalous sound detection (ASD) has emerged as one of the most promising applications in the Industrial Internet of Things (IIoT) due to its unprecedented efficacy in mitigating risks of malfunctions and promotin…

OptiAgent: End-to-End Optimization Modeling via Multi-Agent Iterative Refinement

2026-07-06 · Adriana Laurindo Monteiro, Nayse Fagundes, Gabriel Mattos Langeloh, Gustavo de Oliveira Kanno 외 arxiv

We propose OptiAgent, a multi-agent framework that, given a natural language description of an Operations Research problem, is able to output a solver-ready mathematical formulation as well as executable code. Our archit…

A Novel Hierarchical Multi-Agent System for Payments Using LLMs

2026-02-27 · Joon Kiat Chua, Donghao Huang, Zhaoxia Wang arxiv

Large language model (LLM) agents, such as OpenAI's Operator and Claude's Computer Use, can automate workflows but unable to handle payment tasks. Existing agentic solutions have gained significant attention; however, ev…

Balancing Specialization and Centralization: A Multi-Agent Reinforcement Learning Benchmark for Sequential Industrial Control

2025-10-23 · Tom Maus, Asma Atamna, Tobias Glasmachers arxiv

Autonomous control of multi-stage industrial processes requires both local specialization and global coordination. Reinforcement learning (RL) offers a promising approach, but its industrial adoption remains limited due …

Multi-agent Reinforcement Learning

Brain-inspired Distributed Cognitive Architecture

2020-05-18 · Leendert A Remmelzwaal, Amit K Mishra, George F R Ellis

In this paper we present a brain-inspired cognitive architecture that incorporates sensory processing, classification, contextual prediction, and emotional tagging. The cognitive architecture is implemented as three modu…