paper-with-me

Papers

Large Language Models to Enhance Bayesian Optimization

2024-02-06 · Tennison Liu, Nicolás Astorga, Nabeel Seedat, Mihaela van der Schaar

Bayesian optimization (BO) is a powerful approach for optimizing complex and expensive-to-evaluate black-box functions. Its importance is underscored in many applications, notably including hyperparameter tuning, but its efficacy depends on efficiently balancing exploration and exploitation. While there has been substantial progress in BO methods, striking this balance remains a delicate process. In this light, we present LLAMBO, a novel approach that integrates the capabilities of Large Language Models (LLM) within BO. At a high level, we frame the BO problem in natural language, enabling LLMs to iteratively propose and evaluate promising solutions conditioned on historical evaluations. More specifically, we explore how combining contextual understanding, few-shot learning proficiency, and domain knowledge of LLMs can improve model-based BO. Our findings illustrate that LLAMBO is effective at zero-shot warmstarting, and enhances surrogate modeling and candidate sampling, especially in the early stages of search when observations are sparse. Our approach is performed in context and does not require LLM finetuning. Additionally, it is modular by design, allowing individual components to be integrated into existing BO frameworks, or function cohesively as an end-to-end method. We empirically validate LLAMBO's efficacy on the problem of hyperparameter tuning, highlighting strong empirical performance across a range of diverse benchmarks, proprietary, and synthetic tasks.

📄 PDF Abstract BibTeX arXiv:2402.03921

Code (2)

tennisonliu/llambo 공식 구현 jax
vanderschaarlab/llambo jax

Tasks

Bayesian OptimizationFew-Shot Learning

Similar Papers 제목 키워드 기반

Aligning Crowd-sourced Human Feedback for Reinforcement Learning on Code Generation by Large Language Models

2025-03-19 · Man Fai Wong, Chee Wei Tan

This paper studies how AI-assisted programming and large language models (LLM) improve software developers' ability via AI tools (LLM agents) like Github Copilot and Amazon CodeWhisperer, while integrating human feedback…

Bayesian OptimizationCode GenerationLanguage ModelingLanguage Modelling+2

Fine-Grained Alignment in Vision-and-Language Navigation through Bayesian Optimization

2024-11-22 · Yuhang Song, Mario Gianni, Chenguang Yang, Kunyang Lin 외

This paper addresses the challenge of fine-grained alignment in Vision-and-Language Navigation (VLN) tasks, where robots navigate realistic 3D environments based on natural language instructions. Current approaches use c…

Bayesian OptimizationContrastive LearningNavigateVision and Language Navigation

LLM-Enhanced Bayesian Optimization for Efficient Analog Layout Constraint Generation

2024-06-07 · Guojin Chen, Keren Zhu, Seunggeun Kim, Hanqing Zhu 외

Analog layout synthesis faces significant challenges due to its dependence on manual processes, considerable time requirements, and performance instability. Current Bayesian Optimization (BO)-based techniques for analog …

Bayesian OptimizationFew-Shot Learning

DASH: Decoupled Adaptive Surrogate - Acquisition Harness for Automated Bayesian Optimization

2026-08-01 · Changquan Zhao, Yuxiang Sun, Ruihao Zhu, Cheng Hua 외 arxiv

Bayesian optimization (BO) relies on a surrogate model and an acquisition function, yet the most suitable choices vary across tasks and optimization stages. Automated Bayesian optimization (AutoBO) addresses this variabi…

LLM Based Bayesian Optimization for Prompt Search

2025-10-05 · Adam Ballew, Jingbo Wang, Shaogang Ren arxiv

Bayesian Optimization (BO) has been widely used to efficiently optimize expensive black-box functions with limited evaluations. In this paper, we investigate the use of BO for prompt engineering to enhance text classific…

Text ClassificationPrompt Engineering