PLHF: Prompt Optimization with Few-Shot Human Feedback
Chun-Pai Yang, Kan Zheng, Shou-De Lin
TL;DR
PLHF tackles prompt optimization for generative LLMs under the absence of a clear metric and limited labeled data. It introduces a duo-module design with Responder $R$ and Evaluator $E$ where $E$ mimics human judgments by learning prompts $P_E$ via a simple metric $L$, and $R$ is optimized with $E$ as the reward, producing updated prompts $P'_R$ and $P'_E$ in alternating rounds. The method achieves superior output quality across public datasets SGD, AES-ASAP, AES-2.0, and an industrial SQL-QA task, outperforming string-based graders and standard PO baselines. The approach reduces human labeling cost by requiring at most a linear number of human feedback calls in the training set, and demonstrates practical applicability of few-shot, RLHF-inspired prompting.
Abstract
Automatic prompt optimization frameworks are developed to obtain suitable prompts for large language models (LLMs) with respect to desired output quality metrics. Although existing approaches can handle conventional tasks such as fixed-solution question answering, defining the metric becomes complicated when the output quality cannot be easily assessed by comparisons with standard golden samples. Consequently, optimizing the prompts effectively and efficiently without a clear metric becomes a critical challenge. To address the issue, we present PLHF (which stands for "P"rompt "L"earning with "H"uman "F"eedback), a few-shot prompt optimization framework inspired by the well-known RLHF technique. Different from naive strategies, PLHF employs a specific evaluator module acting as the metric to estimate the output quality. PLHF requires only a single round of human feedback to complete the entire prompt optimization process. Empirical results on both public and industrial datasets show that PLHF outperforms prior output grading strategies for LLM prompt optimizations.
