paper-with-me

홈 › Papers

MASPOB: Bandit-Based Prompt Optimization for Multi-Agent Systems with Graph Neural Networks

2026-03-03 · Zhi Hong, Qian Zhang, Jiahang Sun, Zhiwei Shang, Mingze Kong, Xiangyi Wang, Yao Shu, Zhongxiang Dai arxiv

Large Language Models (LLMs) have achieved great success in many real-world applications, especially the one serving as the cognitive backbone of Multi-Agent Systems (MAS) to orchestrate complex workflows in practice. Since many deployment scenarios preclude MAS workflow modifications and its performance is highly sensitive to the input prompts, prompt optimization emerges as a more natural approach to improve its performance. However, real-world prompt optimization for MAS is impeded by three key challenges: (1) the need of sample efficiency due to prohibitive evaluation costs, (2) topology-induced coupling among prompts, and (3) the combinatorial explosion of the search space. To address these challenges, we introduce MASPOB (Multi-Agent System Prompt Optimization via Bandits), a novel sample-efficient framework based on bandits. By leveraging Upper Confidence Bound (UCB) to quantify uncertainty, the bandit framework balances exploration and exploitation, maximizing gains within a strictly limited budget. To handle topology-induced coupling, MASPOB integrates Graph Neural Networks (GNNs) to capture structural priors, learning topology-aware representations of prompt semantics. Furthermore, it employs coordinate ascent to decompose the optimization into univariate sub-problems, reducing search complexity from exponential to linear. Extensive experiments across diverse benchmarks demonstrate that MASPOB achieves state-of-the-art performance, consistently outperforming existing baselines.

📄 PDF Abstract BibTeX arXiv:2603.02630

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FedPOB: Sample-Efficient Federated Prompt Optimization via Bandits

2025-09-29 · Pingchen Lu, Zhi Hong, Zhiwei Shang, Zhiyong Wang 외 arxiv

The performance of large language models (LLMs) is highly sensitive to the input prompt, making prompt optimization a critical task. However, real-world application is hindered by three major challenges: (1) the black-bo…

Multi-Armed Bandits

Meta-Prompt Optimization for LLM-Based Sequential Decision Making

2025-02-02 · Mingze Kong, Zhiyong Wang, Yao Shu, Zhongxiang Dai

Large language models (LLMs) have recently been employed as agents to solve sequential decision-making tasks such as Bayesian optimization and multi-armed bandits (MAB). These works usually adopt an LLM for sequential ac…

Bayesian OptimizationDecision MakingMulti-Armed BanditsSequential Decision Making

Efficient Multi-objective Prompt Optimization via Pure-exploration Bandits

2026-05-14 · Donghao Li, Chengshuai Shi, Weijuan Ou, Cong Shen 외 arxiv

Prompt engineering has become central to eliciting the capabilities of large language models (LLMs). At its core lies prompt selection -- efficiently identifying the most effective prompts. However, most prior investigat…

Prompt Engineering

Towards bandit-based prompt-tuning for in-the-wild foundation agents

2025-02-10 · Finn Rietz, Oleg Smirnov, Sara Karimi, Lele Cao

Prompting has emerged as the dominant paradigm for adapting large, pre-trained transformer-based models to downstream tasks. The Prompting Decision Transformer (PDT) enables large-scale, multi-task offline reinforcement …

Distributed Optimization via Kernelized Multi-armed Bandits

2023-12-07 · Ayush Rai, Shaoshuai Mou

Multi-armed bandit algorithms provide solutions for sequential decision-making where learning takes place by interacting with the environment. In this work, we model a distributed optimization problem as a multi-agent ke…

Decision MakingDistributed OptimizationMulti-Armed BanditsSequential Decision Making