paper-with-me

Papers

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 classification with Large Language Models (LLMs). We employ an LLM-powered Gaussian Process (GP) as the surrogate model to estimate the performance of different prompt candidates. These candidates are generated by an LLM through the expansion of a set of seed prompts and are subsequently evaluated using an Upper Confidence Bound (UCB) acquisition function in conjunction with the GP posterior. The optimization process iteratively refines the prompts based on a subset of the data, aiming to improve classification accuracy while reducing the number of API calls by leveraging the prediction uncertainty of the LLM-based GP. The proposed BO-LLM algorithm is evaluated on two datasets, and its advantages are discussed in detail in this paper.

📄 PDF Abstract BibTeX arXiv:2510.04384

Code (0)

등록된 구현이 없습니다.

Tasks

Text ClassificationPrompt Engineering

Similar Papers 제목 키워드 기반

A Bayesian approach for prompt optimization in pre-trained language models

2023-12-01 · Antonio Sabbatella, Andrea Ponti, Antonio Candelieri, Ilaria Giordani 외

A prompt is a sequence of symbol or tokens, selected from a vocabulary according to some rule, which is prepended/concatenated to a textual query. A key problem is how to select the sequence of tokens: in this paper we f…

Bayesian OptimizationCombinatorial OptimizationLanguage ModellingLarge Language Model

BayesPO: Bayesian Prompt Optimization via Parallel-Tempered Gradient-Guided Discrete MCMC

2026-07-17 · Junjie Zhou, Zhijian Ou arxiv

Prompt optimization adapts large language models (LLMs) without updating model parameters, but many automatic prompt optimizers remain heuristic search procedures over candidate instructions. This paper studies prompt op…

DRO-InstructZero: Distributionally Robust Prompt Optimization for Large Language Models

2025-10-17 · Yangyang Li arxiv

Large language models are highly sensitive to prompt wording. However, popular automatic prompt search methods, including InstructZero, often degrade under distribution shift and adversarial evaluation because they optim…

Embedding by Elicitation: Dynamic Representations for Bayesian Optimization of System Prompts

2026-05-18 · Zhiyuan Jerry Lin, Benjamin Letham, Samuel Dooley, Maximilian Balandat 외 arxiv

System prompts are a central control mechanism in modern AI systems, shaping behavior across conversations, tasks, and user populations. Yet they are difficult to tune when feedback is available only as aggregate metrics…

UPA: Unsupervised Prompt Agent via Tree-Based Search and Selection

2026-01-30 · Siran Peng, Weisong Zhao, Tianyu Fu, Chenxu Zhao 외 arxiv

Prompt agents have recently emerged as a promising paradigm for automated prompt optimization, framing prompt discovery as a sequential decision-making problem over a structured prompt space. While this formulation enabl…