paper-with-me

홈 › Papers

LLM Prompt Duel Optimizer: Efficient Label-Free Prompt Optimization

2025-10-14 · Yuanchen Wu, Saurabh Verma, Justin Lee, Fangzhou Xiong, Poppy Zhang, Amel Awadelkarim, Xu Chen, Yubai Yuan, Shawndra Hill arxiv

Large language models (LLMs) are highly sensitive to prompts, but most automatic prompt optimization (APO) methods assume access to ground-truth references (e.g., labeled validation data) that are costly to obtain. We propose the Prompt Duel Optimizer (PDO), a sample-efficient framework for label-free prompt optimization based on pairwise preference feedback from an LLM judge. PDO casts prompt selection as a dueling-bandit problem and combines (i) Double Thompson Sampling to prioritize informative comparisons under a fixed judge budget, with (ii) top-performer guided mutation to expand the candidate pool while pruning weak prompts. Experiments on BIG-bench Hard (BBH) and MS MARCO show that PDO consistently identifies stronger prompts than label-free baselines, while offering favorable quality--cost trade-offs under constrained comparison budgets.

📄 PDF Abstract BibTeX arXiv:2510.13907

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PrefPO: Pairwise Preference Prompt Optimization

2026-03-13 · Rahul Singhal, Pradyumna Tambwekar, Karime Maamari arxiv

Prompt engineering is effective but labor-intensive, motivating automated optimization methods. Existing methods typically require labeled datasets, which are often unavailable, and produce verbose, repetitive prompts. W…

Reinforcement LearningPrompt Engineering

GFlowPO: Generative Flow Network as a Language Model Prompt Optimizer

2026-02-03 · Junmo Cho, Suhan Kim, Sangjune An, Minsu Kim 외 arxiv

Finding effective prompts for language models (LMs) is critical yet notoriously difficult: the prompt space is combinatorially large, rewards are sparse due to expensive target-LM evaluation. Yet, existing RL-based promp…

Few-Shot Text ClassificationQuestion Answering

Optimizing Instructions and Demonstrations for Multi-Stage Language Model Programs

2024-06-17 · Krista Opsahl-Ong, Michael J Ryan, Josh Purtell, David Broman 외

Language Model Programs, i.e. sophisticated pipelines of modular language model (LM) calls, are increasingly advancing NLP tasks, but they require crafting prompts that are jointly effective for all modules. We study pro…

Language ModelingLanguage ModellingNavigate

Synthetic Data-Driven Prompt Tuning for Financial QA over Tables and Documents

2025-11-09 · Yaoning Yu, Kai-Min Chang, Ye Yu, Kai Wei 외 arxiv

Financial documents like earning reports or balance sheets often involve long tables and multi-page reports. Large language models have become a new tool to help numerical reasoning and understanding these documents. How…

Synthetic Data Generation

Are Large Language Models Good Prompt Optimizers?

2024-02-03 · Ruotian Ma, Xiaolei Wang, Xin Zhou, Jian Li 외

LLM-based Automatic Prompt Optimization, which typically utilizes LLMs as Prompt Optimizers to self-reflect and refine prompts, has shown promising performance in recent studies. Despite the success, the underlying mecha…

valid