Rethinking Groups in Critic-Free RLVR
About
Reinforcement learning (RL) has become a central paradigm for post-training large language models. Existing critic-free RL methods typically generate a group of rollouts for the same question to estimate value baselines for advantage computation. However, this design suffers from data inefficiency, group synchronization barriers, and inflexibility with structured rollouts. In this work, we revisit the role of the ``group'' and show that its underlying function is not merely to estimate baselines but to prevent false penalties on negative samples. Building on this insight, we propose negative token filtering, a simple and effective strategy that enables stable single-rollout training. We apply it to two batch-level advantage methods, achieving comparable performance on reasoning tasks and stronger performance on agentic tasks relative to group-based RL techniques.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Agentic Reasoning | Webshop | Success Rate74.1 | 59 | |
| Mathematical Reasoning | AIME 2025 | Accuracy (Avg@32)12.19 | 42 | |
| Mathematical Reasoning | AMC 2023 | Accuracy (avg@32)68.91 | 36 | |
| Mathematical Reasoning | MATH 500 | Average Success Rate @3274.08 | 16 | |
| Agentic decision making | ALFWorld (in-distribution) | Success Rate90.5 | 14 | |
| Mathematical Reasoning | Olympiad | Mean@32 Accuracy26.54 | 10 | |
| Agentic decision making | ALFWorld (out-of-distribution) | Out-Success Rate86.3 | 7 |