TLDR: Researchers from Tencent have introduced a new Zero Reinforcement Learning (Zero-RL) method that significantly improves large language models’ (LLMs) ability to reason across a wider range of tasks, including those where answers are not easily verifiable. This approach combines traditional verifiable rewards with a generative reward model and a unique “smooth length penalty” to encourage deeper thinking, preventing models from generating overly long but unsubstantial responses. Experiments show enhanced performance on both complex reasoning and general open-ended tasks.
Large language models (LLMs) have made incredible strides in recent years, demonstrating impressive capabilities in understanding and generating human-like text. A key technique enhancing their reasoning abilities is Zero Reinforcement Learning (Zero-RL), which trains these models directly using reinforcement learning with rewards that can be easily checked, like in math problems or coding tasks. However, a significant challenge has been extending this powerful approach to more diverse and open-ended scenarios where verifying an answer isn’t as straightforward.
Imagine asking an LLM to write a creative story or engage in a nuanced conversation. How do you give it a clear ‘reward’ signal for a good response when there’s no single right answer? This is the gap that a new research paper, “Zero Reinforcement Learning Towards General Domains,” aims to address. The team from Tencent has introduced a novel Zero-RL framework designed to improve an LLM’s reasoning across both easily verifiable tasks and those more general, non-verifiable domains.
Bridging the Gap: Multi-Task Training and Generative Rewards
The core of this new approach lies in its ability to combine different types of learning. Traditional Zero-RL excels in domains like mathematics because it can use clear, binary rewards – either the answer is right (reward of 1) or wrong (reward of -1). For general tasks, however, this isn’t possible. To tackle this, the researchers propose a multi-task Zero-RL training strategy. This means the model learns simultaneously from both verifiable tasks (like math problems) and non-verifiable tasks (like creative writing or open-ended questions).
For the non-verifiable tasks, they employ a ‘generative reward model.’ Instead of a simple right-or-wrong check, this model evaluates the quality of the LLM’s response and provides a scalar score, essentially judging how good the answer is based on human preferences. This allows the LLM to receive feedback even on subjective tasks.
Encouraging Deeper Thinking: The Smooth Length Penalty
One common issue with generative reward models is ‘reward hacking,’ where the LLM learns to produce overly long responses to get higher scores, even if the content isn’t particularly insightful. To prevent this, the Tencent team introduced a clever ‘smooth length penalty.’ This penalty encourages the model to generate more comprehensive ‘thinking tokens’ – the internal reasoning steps – in general domains. It essentially penalizes responses where the final answer is disproportionately longer than the thinking process behind it, or if the answer becomes excessively long. This mechanism ensures that the model focuses on substantive reasoning rather than just verbosity.
Impressive Results Across Diverse Benchmarks
The researchers conducted extensive experiments using Qwen3-8B-Base and Qwen3-14B-Base models, evaluating them across a wide array of tasks. These included math reasoning benchmarks (like MATH-500 and AIME), general reasoning tasks (such as MMLU-Pro and GPQA-Diamond), and general tasks like creative writing and conversational ability (Arena-Hard, WritingBench, AlpacaEval2.0).
The results were compelling. Their General Zero-RL models not only outperformed other Zero-RL trained models of similar sizes on reasoning tasks but also achieved superior performance on general tasks, an area often overlooked in previous Zero-RL research. For instance, their models showed significant improvements in benchmarks like AIME24 and MMLU-Pro, and even surpassed some instruct-tuned models in general tasks, despite being trained with a relatively small set of open-source general prompts.
Ablation studies further confirmed the importance of both the multi-task learning strategy and the smooth length penalty. Without the length penalty, models tended to produce long answers without a corresponding increase in their internal thinking process, demonstrating the effectiveness of the penalty in fostering genuine reasoning.
Also Read:
- Unlocking Complex Reasoning in LLMs with Step-wise Supervised Reinforcement Learning
- Improving LLM Reliability Through Semantic Confidence Rewards
Looking Ahead
This research marks a significant step towards making Zero-RL more versatile and applicable to a broader spectrum of real-world AI challenges. By effectively integrating verifiable and non-verifiable tasks, and by designing clever mechanisms to encourage genuine reasoning, the paper paves the way for LLMs that are not only smarter but also more adaptable across diverse domains. For more in-depth details, you can read the full research paper here.


