Papers › Prompt Optimization with Human Feedback

Prompt Optimization with Human Feedback

27 May 2024arXiv:2405.17346archive 2025-07-28

Xiaoqiang Lin, Zhongxiang Dai, Arun Verma, See-Kiong Ng, Patrick Jaillet, Bryan Kian Hsiang Low

Large language models (LLMs) have demonstrated remarkable performances in various tasks. However, the performance of LLMs heavily depends on the input prompt, which has given rise to a number of recent works on prompt optimization. However, previous works often require the availability of a numeric score to assess the quality of every prompt. Unfortunately, when a human user interacts with a black-box LLM, attaining such a score is often infeasible and unreliable. Instead, it is usually significantly easier and more reliable to obtain preference feedback from a human user, i.e., showing the user the responses generated from a pair of prompts and asking the user which one is preferred. Therefore, in this paper, we study the problem of prompt optimization with human feedback (POHF), in which we aim to optimize the prompt for a black-box LLM using only human preference feedback. Drawing inspiration from dueling bandits, we design a theoretically principled strategy to select a pair of prompts to query for preference feedback in every iteration, and hence introduce our algorithm named automated POHF (APOHF). We apply our APOHF algorithm to various tasks, including optimizing user instructions, prompt optimization for text-to-image generative models, and response optimization with human feedback (i.e., further refining the response using a variant of our APOHF). The results demonstrate that our APOHF can efficiently find a good prompt using a small number of preference feedback instances. Our code can be found at \url{https://github.com/xqlin98/APOHF}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.17346")

Code

Syntology Ran 8 of 17 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xqlin98/apohf officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 8 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
5ran
9unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from xqlin98/apohf. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dispatch_openai_requests xqlin98/apohf/Induction/automatic_prompt_engineer/llm.py official repository ran MIT (permissive) · 764b12da43eb09cf · report
extract_sub_sentence xqlin98/apohf/Induction/experiments/run_dbandits_po.py official repository ran fingerprinted MIT (permissive) · 5188a1b90d83d22f · report
get_content xqlin98/apohf/Induction/automatic_prompt_engineer/llm.py official repository ran MIT (permissive) · abfa696ce2993f88 · report
get_query xqlin98/apohf/Induction/automatic_prompt_engineer/generate.py official repository ran · our draft was wrong MIT (permissive) · 71e7c70faf29eeee · report
get_sen_embedding xqlin98/apohf/Induction/experiments/run_dbandits_image_gen.py official repository ran MIT (permissive) · 35cc698ea101ddac · report
get_simple_prompt_gen_template xqlin98/apohf/Induction/automatic_prompt_engineer/ape.py official repository ran · our draft was wrong MIT (permissive) · 7f64a5a312597651 · report
mean_pooling xqlin98/apohf/Induction/experiments/run_dbandits_image_gen.py official repository ran · our draft was wrong MIT (permissive) · 77f69af078e09830 · report
palm_generate xqlin98/apohf/Induction/automatic_prompt_engineer/llm.py official repository ran MIT (permissive) · de538d6be3cf515f · report
create_split xqlin98/apohf/Induction/automatic_prompt_engineer/data.py official repository unverified MIT (permissive) · 45e36251f3ce30f3 · report
evaluate_prompts xqlin98/apohf/Induction/automatic_prompt_engineer/evaluate.py official repository unverified MIT (permissive) · 9482586da5ffae93 · report
get_eval_method xqlin98/apohf/Induction/automatic_prompt_engineer/evaluate.py official repository unverified MIT (permissive) · 0c411a4f76c7ad8a · report
get_query xqlin98/apohf/Induction/experiments/evaluation/instruction_induction/exec_accuracy.py official repository unverified MIT (permissive) · 9475219c55847f4d · report
get_query_for_test xqlin98/apohf/Induction/experiments/evaluation/instruction_induction/exec_accuracy.py official repository unverified MIT (permissive) · 1234b906d7281cd2 · report
gpt_image_response xqlin98/apohf/Induction/experiments/run_dbandits_image_gen.py official repository unverified MIT (permissive) · de7d30f80c73c723 · report
simple_config xqlin98/apohf/Induction/automatic_prompt_engineer/config.py official repository unverified MIT (permissive) · c974b8fb4e952424 · report
subsample_data xqlin98/apohf/Induction/automatic_prompt_engineer/data.py official repository unverified MIT (permissive) · 01ed101f1dc9de50 · report
update_config xqlin98/apohf/Induction/automatic_prompt_engineer/config.py official repository unverified MIT (permissive) · cef07a073378dd0c · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections