Imbalanced Gradients in RL Post-Training of Multi-Task LLMs
Runzhe Wu, Ankur Samanta, Ayush Jain, Scott Fujimoto, Jeongyeol Kwon, Ben Kretzu, Youliang Yu, Kaveh Hassani, Boris Vidolov, Yonathan Efroni
TL;DR
The paper reveals a pronounced gradient imbalance across tasks during RL post-training of multi-task LLMs, where some tasks produce much larger gradients and bias updates, yet these large gradients do not guarantee greater learning gains. Through multi-domain and single-domain experiments, the authors show that gradient magnitude correlates with gains within a task but poorly across tasks. They test gradient-proportional sampling and find no reliable improvement, and analyze several training statistics (advantage, reward, length) without finding a cross-task explanation. The work highlights the need for gradient-level corrections and suggests exploring optimization geometry approaches to mitigate cross-task bias, with implications for safer and more effective multi-task RL training of LLMs.
Abstract
Multi-task post-training of large language models (LLMs) is typically performed by mixing datasets from different tasks and optimizing them jointly. This approach implicitly assumes that all tasks contribute gradients of similar magnitudes; when this assumption fails, optimization becomes biased toward large-gradient tasks. In this paper, however, we show that this assumption fails in RL post-training: certain tasks produce significantly larger gradients, thus biasing updates toward those tasks. Such gradient imbalance would be justified only if larger gradients implied larger learning gains on the tasks (i.e., larger performance improvements) -- but we find this is not true. Large-gradient tasks can achieve similar or even much lower learning gains than small-gradient ones. Further analyses reveal that these gradient imbalances cannot be explained by typical training statistics such as training rewards or advantages, suggesting that they arise from the inherent differences between tasks. This cautions against naive dataset mixing and calls for future work on principled gradient-level corrections for LLMs.
