CLJun 19, 2024

Dual-Phase Accelerated Prompt Optimization

arXiv:2406.13443v225 citations
Originality Incremental advance
AI Analysis

This work addresses the efficiency problem in prompt optimization for users of closed-source LLMs, though it is incremental as it builds on existing gradient-free methods.

The paper tackles the slow convergence of gradient-free prompt optimization for LLMs by proposing a dual-phase method that generates high-quality initial prompts and iteratively optimizes them, achieving consistent accuracy gains on eight datasets in under five steps.

Gradient-free prompt optimization methods have made significant strides in enhancing the performance of closed-source Large Language Models (LLMs) across a wide range of tasks. However, existing approaches make light of the importance of high-quality prompt initialization and the identification of effective optimization directions, thus resulting in substantial optimization steps to obtain satisfactory performance. In this light, we aim to accelerate prompt optimization process to tackle the challenge of low convergence rate. We propose a dual-phase approach which starts with generating high-quality initial prompts by adopting a well-designed meta-instruction to delve into task-specific information, and iteratively optimize the prompts at the sentence level, leveraging previous tuning experience to expand prompt candidates and accept effective ones. Extensive experiments on eight datasets demonstrate the effectiveness of our proposed method, achieving a consistent accuracy gain over baselines with less than five optimization steps.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes