paper-with-me

홈 › Papers

PRL: Prompts from Reinforcement Learning

2025-05-20 · Paweł Batorski, Adrian Kosmala, Paul Swoboda

Effective prompt engineering remains a central challenge in fully harnessing the capabilities of LLMs. While well-designed prompts can dramatically enhance performance, crafting them typically demands expert intuition and a nuanced understanding of the task. Moreover, the most impactful prompts often hinge on subtle semantic cues, ones that may elude human perception but are crucial for guiding LLM behavior. In this paper, we introduce PRL (Prompts from Reinforcement Learning), a novel RL-based approach for automatic prompt generation. Unlike previous methods, PRL can produce novel few-shot examples that were not seen during training. Our approach achieves state-of-the-art performance across a range of benchmarks, including text classification, simplification, and summarization. On the classification task, it surpasses prior methods by 2.58% over APE and 1.00% over EvoPrompt. Additionally, it improves the average ROUGE scores on the summarization task by 4.32 over APE and by 2.12 over EvoPrompt and the SARI score on simplification by 6.93 over APE and by 6.01 over EvoPrompt. Our code is available at https://github.com/Batorskq/prl .

📄 PDF Abstract BibTeX arXiv:2505.14412

Code (1)

batorskq/prl 공식 구현 pytorch

Tasks

Prompt Engineeringreinforcement-learningReinforcement Learningtext-classificationText Classification

Similar Papers 제목 키워드 기반

No Prompt Left Behind: Exploiting Zero-Variance Prompts in LLM Reinforcement Learning via Entropy-Guided Advantage Shaping

2025-09-26 · Thanh-Long V. Le, Myeongho Jeon, Kim Vu, Viet Lai 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is a powerful framework for improving the reasoning abilities of Large Language Models (LLMs). However, current methods such as GRPO rely only on problems where the m…

Reinforcement Learning

Learning to Rewrite Prompts for Personalized Text Generation

2023-09-29 · Cheng Li, Mingyang Zhang, Qiaozhu Mei, Weize Kong 외

Facilitated by large language models (LLMs), personalized text generation has become a rapidly growing research direction. Most existing studies focus on designing specialized models for a particular domain, or they requ…

Language ModellingLarge Language Modelreinforcement-learningReinforcement Learning+2

Optimizing Prompts for Text-to-Image Generation

2022-12-19 · NeurIPS 2023 11 · Yaru Hao, Zewen Chi, Li Dong, Furu Wei

Well-designed prompts can guide text-to-image models to generate amazing images. However, the performant prompts are often model-specific and misaligned with user input. Instead of laborious human engineering, we propose…

Language ModelingLanguage ModellingPrompt Engineeringreinforcement-learning+3

Explore Data Left Behind in Reinforcement Learning for Reasoning Language Models

2025-11-06 · Chenxi Liu, Junjie Liang, Yuqi Jia, Bochuan Cao 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as an effective approach for improving the reasoning abilities of large language models (LLMs). The Group Relative Policy Optimization (GRPO) family has d…

Reinforcement LearningMathematical Reasoning

Composition-RL: Compose Your Verifiable Prompts for Reinforcement Learning of Large Language Models

2026-02-12 · Xin Xu, Clive Bai, Kai Yang, Tianhao Chen 외 arxiv

Large-scale verifiable prompts underpin the success of Reinforcement Learning with Verifiable Rewards (RLVR), but they contain many uninformative examples and are costly to expand further. Recent studies focus on better …

Reinforcement Learning