CLMay 30, 2025

Writing-Zero: Bridge the Gap Between Non-verifiable Tasks and Verifiable Rewards

arXiv:2506.00103v229 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This work addresses a gap in reinforcement learning for language models by enabling robust training on subjective tasks like creative writing, which is incremental as it builds on existing RLVR frameworks.

The paper tackles the problem of applying reinforcement learning with verifiable rewards to non-verifiable tasks like creative writing, where quality assessment is subjective, by proposing a unified training paradigm that uses a pairwise generative reward model and a bootstrapped relative policy optimization algorithm, resulting in consistent improvement and strong resistance to reward hacking compared to baselines.

Reinforcement learning with verifiable rewards (RLVR) has enabled large language models (LLMs) to achieve remarkable breakthroughs in reasoning tasks with objective ground-truth answers, such as mathematics and code generation. However, a significant gap remains for non-verifiable tasks, like creative writing and open-ended dialogue, where quality assessment is inherently subjective and lacks definitive references. Existing approaches for these domains often rely on scalar reward models trained with human preferences, which suffer from limited generalization and are prone to reward hacking, such as over-explanation and length bias. In this work, we propose a unified RLVR-based training paradigm that bridges the gap between non-verifiable tasks and verifiable rewards. We introduce a writing-principle-based pairwise Generative Reward Model (GenRM) and a novel Bootstrapped Relative Policy Optimization (BRPO) algorithm. The pairwise writing GenRM leverages self-principled critique to transform subjective assessments into reliable, verifiable rewards, while BRPO enables dynamic, reference-free pairwise comparison by leveraging a bootstrapped response as temporary reference from within group rollouts during RL training. Our approach empowers LLMs to develop robust writing capabilities without supervised fine-tuning, as demonstrated by Writing-Zero, which shows consistent improvement and strong resistance to reward hacking compared to scalar reward baselines. Furthermore, our method achieves competitive results on both in-house and open-source writing benchmarks. Our findings suggest the potential to unify rule-based, reference-based, and reference-free reward modeling under the RLVR framework, thus paving the way for a comprehensive and scalable RL training paradigm applicable across all language tasks.

Foundations

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

Your Notes