To Mix or To Merge: Toward Multi-Domain Reinforcement Learning for Large Language Models
Haoqing Wang, Xiang Long, Ziheng Li, Yilong Xu, Tingguang Li, Yehui Tang
TL;DR
The paper tackles the challenge of building generalist, expert-level LLMs capable of solving tasks across multiple domains by comparing two RLVR strategies: mixed multi-task RLVR and separate-domain RLVR followed by model merging. Using Qwen3-4B-Base as the base model and Nemotron datasets across math, coding, science, and instruction following, it shows that mixed multi-task RLVR can achieve performance comparable to merging with only about a third of the GPU cost, while exhibiting cross-domain synergy and minimal interference. Through analyses of weight-space geometry, policy neighborhoods, and verification horizons, the authors reveal that multi-task training enables neighborhood policy transfer and emergent capabilities, whereas merging methods tend to preserve single-task skills and yield complementary gains. These findings provide practical guidance for scalable post-training strategies to equip LLMs with broad, reliable reasoning across diverse domains, highlighting the potential and trade-offs of RLVR in cross-domain settings.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) plays a key role in stimulating the explicit reasoning capability of Large Language Models (LLMs). We can achieve expert-level performance in some specific domains via RLVR, such as coding or math. When a general multi-domain expert-level model is required, we need to carefully consider the collaboration of RLVR across different domains. The current state-of-the-art models mainly employ two different training paradigms for multi-domain RLVR: mixed multi-task RLVR and separate RLVR followed by model merging. However, most of the works did not provide a detailed comparison and analysis about these paradigms. To this end, we choose multiple commonly used high-level tasks (e.g., math, coding, science, and instruction following) as our target domains and design extensive qualitative and quantitative experiments using open-source datasets. We find the RLVR across domains exhibits few mutual interferences, and reasoning-intensive domains demonstrate mutually synergistic effects. Furthermore, we analyze the internal mechanisms of mutual gains from the perspectives of weight space geometry, model prediction behavior, and information constraints. This project is named as M2RL that means Mixed multi-task training or separate training followed by model Merging for Reinforcement Learning, and the homepage is at https://github.com/mosAI25/M2RL
