paper-with-me

홈 › Papers

TRPrompt: Bootstrapping Query-Aware Prompt Optimization from Textual Rewards

2025-07-24 · Andreea Nica, Ivan Zakazov, Nicolas Mario Baldwin, Saibo Geng, Robert West arxiv

Prompt optimization improves the reasoning abilities of large language models (LLMs) without requiring parameter updates to the target model. Following heuristic-based "Think step by step" approaches, the field has evolved in two main directions: while one group of methods uses textual feedback to elicit improved prompts from general-purpose LLMs in a training-free way, a concurrent line of research relies on numerical rewards to train a special prompt model, tailored for providing optimal prompts to the target model. In this paper, we introduce the Textual Reward Prompt framework (TRPrompt), which unifies these approaches by directly incorporating textual feedback into training of the prompt model. Our framework does not require prior dataset collection and is being iteratively improved with the feedback on the generated prompts. When coupled with the capacity of an LLM to internalize the notion of what a "good" prompt is, the high-resolution signal provided by the textual rewards allows us to train a prompt model yielding state-of-the-art query-specific prompts for the problems from the challenging math datasets GSMHard and MATH.

📄 PDF Abstract BibTeX arXiv:2507.18618

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Large Language Model as Attributed Training Data Generator: A Tale of Diversity and Bias

2023-06-28 · NeurIPS 2023 11 · Yue Yu, Yuchen Zhuang, Jieyu Zhang, Yu Meng 외

Large language models (LLMs) have been recently leveraged as training data generators for various natural language processing (NLP) tasks. While previous research has explored different approaches to training models usin…

AttributeDiversityLanguage ModelingLanguage Modelling+1

ExeSQL: Self-Taught Text-to-SQL Models with Execution-Driven Bootstrapping for SQL Dialects

2025-05-22 · Jipeng Zhang, Haolin Yang, Kehao Miao, Ruiyuan Zhang 외

Recent text-to-SQL models have achieved strong performance, but their effectiveness remains largely confined to SQLite due to dataset limitations. However, real-world applications require SQL generation across multiple d…

Text to SQLText-To-SQL

Effectiveness of Prompt Optimization in NL2SQL Systems

2025-05-26 · Sairam Gurajada, Eser Kandogan, Sajjadur Rahman

NL2SQL approaches have greatly benefited from the impressive capabilities of large language models (LLMs). In particular, bootstrapping an NL2SQL system for a specific domain can be as simple as instructing an LLM with s…

Retrieval

Rethinking On-policy Optimization for Query Augmentation

2025-10-20 · Zhichao Xu, Shengyao Zhuang, Xueguang Ma, Bingsen Chen 외 arxiv

Recent advances in large language models (LLMs) have led to a surge of interest in query augmentation for information retrieval (IR). Two main approaches have emerged. The first prompts LLMs to generate answers or pseudo…

Reinforcement LearningInformation Retrieval

Love Me, Love My Label: Rethinking the Role of Labels in Prompt Retrieval for Visual In-Context Learning

2026-04-04 · Tianci Luo, Haohao Pan, Jinpeng Wang, Niu Lian 외 arxiv

Visual in-context learning (VICL) enables visual foundation models to handle multiple tasks by steering them with demonstrative prompts. The choice of such prompts largely influences VICL performance, standing out as a k…