Asymmetric Prompt Weighting for Reinforcement Learning with Verifiable Rewards
Reinhard Heckel, Mahdi Soltanolkotabi, Christos Thramboulidis
TL;DR
This work investigates asymmetric prompt weighting for reinforcement learning with verifiable rewards in LLM settings. It introduces four weightings (Linear-R, Sqrt-R, Plateau-R, Uniform-R) that upweight hard prompts and maintain nonzero gradient signals even when ρ̂=0, and analyzes them under both binary rewards and surrogate-reward perspectives. A theoretical policy-dynamics framework yields regular-time and effective-time optimal weights, specifically ω(ρ) ∝ 1/√[ρ(1−ρ)] for regular time and ω(ρ) ∝ 1/[ρ√(1−ρ)] for effective time, with GRPO optimal in regular time and Sqrt-R optimal in effective time. Empirically, asymmetric weighting substantially improves from-scratch RL on TinyZero and GSM8K, while post-SFT RL (MATH, DAPO-math) shows little additional gain from weighting differences. The results provide practical guidance on regime-aware weight design and a dynamics-based justification for when asymmetry accelerates convergence in RLVR.
Abstract
Reinforcement learning with verifiable rewards has driven recent advances in LLM post-training, in particular for reasoning. Policy optimization algorithms generate a number of responses for a given prompt and then effectively weight the corresponding gradients depending on the rewards. The most popular algorithms including GRPO, DAPO, and RLOO focus on ambiguous prompts, i.e., prompts with intermediate success probability, while downgrading gradients with very easy and very hard prompts. In this paper, we consider asymmetric prompt weightings that assign higher weights to prompts with low, or even zero, empirical success probability. We find that asymmetric weighting particularly benefits from-scratch RL (as in R1-Zero), where training traverses a wide accuracy range, and less so in post-SFT RL where the model already starts at high accuracy. We also provide theory that characterizes prompt weights which minimize the time needed to raise success probability from an initial level to a target accuracy under a fixed update budget. In low-success regimes, where informative responses are rare and response cost dominates, these optimal weights become asymmetric, upweighting low success probabilities and thereby accelerating effective-time convergence.
