LGAIMar 23

P^2O: Joint Policy and Prompt Optimization

arXiv:2603.2187796.61 citationsh-index: 13
AI Analysis

This addresses a bottleneck in RLVR for LLMs, offering incremental improvements in handling hard samples for AI reasoning tasks.

The paper tackles inefficient exploration in Reinforcement Learning with Verifiable Rewards for Large Language Models, particularly on hard samples with near-zero success rates, by proposing P^2O, which integrates prompt and policy optimization to provide denser supervision, resulting in a +4.7% average improvement on out-of-distribution benchmarks.

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a powerful paradigm for enhancing the reasoning capabilities of Large Language Models (LLMs). However, vanilla RLVR suffers from inefficient exploration, particularly when confronting "hard samples" that yield nearzero success rates. In such scenarios, the reliance on sparse outcome rewards typically results in zero-advantage estimates, effectively starving the model of supervision signals despite the high informational value of these instances. To address this, we propose P^2O, a novel framework that synergizes Prompt Optimization with Policy Optimization. P^2O identifies hard samples during training iterations and leverages the GeneticPareto (GEPA) prompt optimization algorithm to evolve prompt templates that guide the model toward discovering successful trajectories. Crucially, unlike traditional prompt engineering methods that rely on input augmentation, P^2O distills the reasoning gains induced by these optimized prompts directly into the model parameters. This mechanism provides denser positive supervision signals for hard samples and accelerates convergence. Extensive experiments demonstrate that P^2O not only achieves superior performance on in-distribution datasets but also exhibits strong generalization, yielding substantial improvements on out-of-distribution benchmarks (+4.7% avg.).

Foundations

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

Your Notes