LGMay 27

Joint Training of Multi-Token Prediction in Reinforcement Learning via Optimal Coefficient Calibration

arXiv:2605.2818470.0
Predicted impact top 25% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers training large language models with RLVR, this work provides a principled method to incorporate MTP without performance loss, solving a known optimization issue.

The paper addresses the performance degradation when jointly training Multi-Token Prediction (MTP) with Reinforcement Learning from Verifiable Rewards (RLVR). By decomposing MTP's effect into correlation and penalty terms, they propose Optimal Coefficient Calibration (OCC) which adaptively tunes the MTP coefficient, achieving performance that matches or exceeds the detach baseline across six math reasoning benchmarks.

Reinforcement Learning from Verifiable Rewards (RLVR) has emerged as the standard paradigm for improving reasoning capability of large language models, while Multi-Token Prediction (MTP) has been a widely adopted module in pretraining. Combining them is a natural approach, yet current RL practices detach MTP gradients because joint training degrades the performance. We revisit this failure from an optimization perspective. We show that the per-step effect of MTP on the RL objective can be decomposed into two terms: a first-order correlation and a second-order perturbation penalty. This decomposition unifies three MTP training regimes: Detach, Cross-Entropy loss, and Policy loss, and explains why each succeeds or fails. Further analysis of policy loss reveals that, although it aligns with intuition, performance still degrades: the correlation term decays while the quadratic penalty persists. Guided by the analysis, we propose Optimal Coefficient Calibration (OCC), an adaptive scheme that tracks the optimal coefficient online via a log-probability proxy at negligible cost. Across six competition-level mathematical reasoning benchmarks, OCC consistently matches or exceeds the detach baseline, delivering improved joint MTP-RL training performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes