Probing RLVR training instability through the lens of objective-level hacking
Yiming Dong, Kun Fu, Haoyu Li, Xinyuan Zhu, Yurou Liu, Lijing Shao, Jieping Ye, Zheng Wang
TL;DR
This work addresses RLVR training instability in Mixture-of-Experts models by introducing objective-level hacking, a framework in which token-level credit misalignment creates system-level spurious signals in the optimization objective, denoted as $\Delta \mathcal{J}(\theta)$. It unifies several instability sources under a causal account and formalizes how training–inference discrepancy grows via off-policy effects, quantified by quantities like $\rho_{i,t}$ and covariances with $X_{i,t}(\theta)$. Through extensive experiments on a 30B MoE model, the authors demonstrate that biased token-level weight distortions can drive discrepancy growth and destabilize training, while unbiased variance-based perturbations do not, supporting a causal link. The results offer principled design guidance for stable RLVR algorithms and underscore the importance of controlling token-level credit biases, rollout–training mismatch, and numerical-precision artifacts in MoE RLVR systems.
Abstract
Prolonged reinforcement learning with verifiable rewards (RLVR) has been shown to drive continuous improvements in the reasoning capabilities of large language models, but the training is often prone to instabilities, especially in Mixture-of-Experts (MoE) architectures. Training instability severely undermines model capability improvement, yet its underlying causes and mechanisms remain poorly understood. In this work, we introduce a principled framework for understanding RLVR instability through the lens of objective-level hacking. Unlike reward hacking, which arises from exploitable verifiers, objective-level hacking emerges from token-level credit misalignment and is manifested as system-level spurious signals in the optimization objective. Grounded in our framework, together with extensive experiments on a 30B MoE model, we trace the origin and formalize the mechanism behind a key pathological training dynamic in MoE models: the abnormal growth of the training-inference discrepancy, a phenomenon widely associated with instability but previously lacking a mechanistic explanation. These findings provide a concrete and causal account of the training dynamics underlying instabilities in MoE models, offering guidance for the design of stable RLVR algorithms.
