🤖 AI Summary
This work addresses the control bottleneck in post-training reinforcement learning, where multi-task sharing impedes a model’s ability to preserve task-specific behaviors. The authors propose a control–activation decoupling perspective and introduce control coefficients derived from metabolic control analysis to construct a control matrix, enabling diagnosis and mitigation of this bottleneck. Building on this framework, they design a control diversity regularization method, efficiently implemented using first-order gradient approximations and FlashAttention. Experiments on Qwen2.5-7B and Llama-3.2-3B demonstrate substantial improvements in multi-task performance across mathematical, coding, and logical reasoning tasks, outperforming baselines in both pass@1 accuracy and high-k pass@k coverage. The approach unifies mechanistic interpretability with effective training optimization.
📝 Abstract
Reinforcement learning post-training unlocks complex reasoning in LLMs. Yet benchmark scores reveal only whether a model improved, not what changed inside it, nor how it splits finite capability across tasks. A representative interpretability line attributes the success of RL fine-tuning to stronger and more diverse circuit activation. We challenge this activation-centered account by separating activation from control: an activated circuit need not control the post-training reward gain. Adapting Metabolic Control Analysis, we define the Post-training Control Coefficient to measure component control over reward gain and arrange these coefficients by task family into a control matrix, paired with an activation-magnitude matrix. We call cross-task control concentration the Shared Control Bottleneck and the difference between activation and control concentration the Activation-Control Gap. This reveals that highly shared activations can coexist with task-specific control, while a small gap indicates that control has collapsed onto a shared direction and lost task specificity. To reduce this collapse, we regularize the post-training loss with the Shared Control Bottleneck and propose Control-Diverse Reinforcement Fine-Tuning (CD-RFT). The exact regularizer gradient requires second-order automatic differentiation incompatible with flash attention, so we derive a first-order proxy with worst-case overhead below eight percent. On Qwen2.5-7B, CD-RFT achieves the largest control decoupling and improves multi-task capability over matched GRPO across mathematics, code, and logic. The no-KL variant leads on pass@1, and the KL-penalized variant leads on large-k pass@k coverage that KL otherwise degrades. Together, these results show that the Shared Control Bottleneck is both a mechanistic diagnostic and a training regularizer, and that control decoupling and capability gains transfer to Llama-3.2-3B.