paper-with-me

Papers

Multi-Agent LLMs for Adaptive Acquisition in Bayesian Optimization

2026-03-30 · Andrea Carbonati, Mohammadsina Almasi, Hadis Anahideh arxiv

The exploration-exploitation trade-off is central to sequential decision-making and black-box optimization, yet how Large Language Models (LLMs) reason about and manage this trade-off remains poorly understood. Unlike Bayesian Optimization, where exploration and exploitation are explicitly encoded through acquisition functions, LLM-based optimization relies on implicit, prompt-based reasoning over historical evaluations, making search behavior difficult to analyze or control. In this work, we present a metric-level study of LLM-mediated search policy learning, studying how LLMs construct and adapt exploration-exploitation strategies under multiple operational definitions of exploration, including informativeness, diversity, and representativeness. We show that single-agent LLM approaches, which jointly perform strategy selection and candidate generation within a single prompt, suffer from cognitive overload, leading to unstable search dynamics and premature convergence. To address this limitation, we propose a multi-agent framework that decomposes exploration-exploitation control into strategic policy mediation and tactical candidate generation. A strategy agent assigns interpretable weights to multiple search criteria, while a generation agent produces candidates conditioned on the resulting search policy defined as weights. This decomposition renders exploration-exploitation decisions explicit, observable, and adjustable. Empirical results across various continuous optimization benchmarks indicate that separating strategic control from candidate generation substantially improves the effectiveness of LLM-mediated search.

📄 PDF Abstract BibTeX arXiv:2603.28959

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RuleSmith: Multi-Agent LLMs for Automated Game Balancing

2026-02-05 · Ziyao Zeng, Chen Liu, Tianyu Liu, Hao Wang 외 arxiv

Game balancing is a longstanding challenge requiring repeated playtesting, expert intuition, and extensive manual tuning. We introduce RuleSmith, the first framework that achieves automated game balancing by leveraging t…

Active Jammer Localization via Acquisition-Aware Path Planning

2025-10-16 · Luis González-Gudiño, Mariona Jaramillo-Civill, Pau Closas, Tales Imbiriba arxiv

We propose an active jammer localization framework that combines Bayesian optimization with acquisition-aware path planning. Unlike passive crowdsourced methods, our approach adaptively guides a mobile agent to collect h…

SymQNet: Amortized Acquisition for Low-Latency Adaptive Hamiltonian Learning

2026-06-11 · Yash Vardhan Tomar, Dheeraj Peddireddy arxiv

Adaptive Hamiltonian learning is central to calibrating and characterizing quantum devices. In an adaptive controller, choosing the next experiment is itself a computation. Bayesian design rules are recomputed after ever…

Active Learning

An Adaptive Dropout Approach for High-Dimensional Bayesian Optimization

2025-04-15 · Jundi Huang, Dawei Zhan

Bayesian optimization (BO) is a widely used algorithm for solving expensive black-box optimization problems. However, its performance decreases significantly on high-dimensional problems due to the inherent high-dimensio…

Bayesian Optimization

Agentic Bayesian Optimization through Surrogate-Augmented Autoresearch

2026-07-31 · Paul Brunzema, Louis Tiao, Nhat Le, Kevin De Angeli 외 arxiv

Bayesian optimization (BO) has become the standard tool for sample-efficient optimization and owes its efficiency to uncertainty-aware search driven by generic statistical priors. Richer domain priors can improve BO in p…