Less Noise, More Voice: Reinforcement Learning for Reasoning via Instruction Purification
Yiju Guo, Tianyi Hu, Zexu Sun, Yankai Lin
TL;DR
This paper tackles RLVR inefficiency by identifying interference tokens in prompts as a principal source of poor exploration under limited rollouts. It introduces Lens, a two-stage framework that purifies interference tokens and then calibrates policy optimization on the original noisy prompts using successful rollouts from purified prompts (CRPO) with sample reweighting. Empirical results across seven math benchmarks demonstrate that Lens outperforms GRPO and prompt-filtering baselines, delivering a 3.88% average improvement and up to 1.6x faster convergence with competitive or lower compute. The work highlights the importance of token-level prompt purification for robust, efficient reasoning under noisy real-world prompts and offers a new direction for RLVR research.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) has advanced LLM reasoning, but remains constrained by inefficient exploration under limited rollout budgets, leading to low sampling success and unstable training in complex tasks. We find that many exploration failures arise not from problem difficulty, but from a small number of prompt tokens that introduce interference. Building on this insight, we propose the Less Noise Sampling Framework (LENS), which first prompts by identifying and removing interference tokens. then transfers successful rollouts from the purification process to supervise policy optimization on the original noisy prompts, enabling the model to learn to ignore interference in the real-world, noisy prompting settings. Experimental results show that LENS significantly outperforms GRPO, delivering higher performance and faster convergence, with a 3.88% average gain and over 1.6$\times$ speedup. Our work highlights the critical role of pruning interference tokens in improving rollout efficiency, offering a new perspective for RLVR research.
