🤖 AI Summary
Existing zero-shot reinforcement learning (Zero-RL) approaches are confined to reward-verifiable domains—such as mathematics and programming—where correctness can be objectively assessed, limiting their applicability to diverse reasoning tasks with non-verifiable rewards.
Method: We propose the first Zero-RL paradigm for non-verifiable domains, enabling cross-domain reasoning transfer via joint training on verifiable tasks and non-verifiable tasks guided by a generative reward model. We introduce a novel smooth length penalty to mitigate reward hacking and integrate Zero-RL, generative reward modeling, multi-task co-optimization, and robust regularization.
Contribution/Results: Evaluated on Qwen3-8B and Qwen3-14B base models, our method significantly improves performance on complex reasoning benchmarks (e.g., MMLU, GPQA) and general-purpose tasks (e.g., BIG-Bench Hard), demonstrating strong generalization and practical efficacy in settings lacking explicit reward signals.
📝 Abstract
Zero Reinforcement Learning (Zero-RL) has proven to be an effective approach for enhancing the reasoning capabilities of large language models (LLMs) by directly applying reinforcement learning with verifiable rewards on pretrained models, without the need for a supervised fine-tuning phase. However, current research on zero-RL primarily focuses on domains with easily verifiable reward signals, such as mathematics, programming, and other reasoning tasks. The challenge of eliciting reasoning abilities in more diverse scenarios, where verification is not straightforward, remains underexplored. To address this gap, we propose a novel zero-RL paradigm designed to improve a model's reasoning ability across both verifiable and non-verifiable domains. By combining verifiable rewards with a generative reward model, we conduct multi-task zero-RL training across both domains, facilitating the transfer of reasoning capabilities between them. Furthermore, to mitigate reward hacking in the generative reward model, we design a smooth length penalty that encourages the generation of more comprehensive thinking tokens in general domains. Experimental results on Qwen3-8B-Base and Qwen3-14B-Base demonstrate that our approach achieves superior reasoning performance, not only on tasks requiring extensive reasoning but also on more general tasks.