Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/4 12:32:26

SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs

AI 中文解读
大模型训练迎来新突破!研究发现,让AI同时学习多项任务时,传统方法SFT(监督微调)容易“打架”,而强化学习却能让各项任务和谐共处。这就像教孩子同时学数学和语文,死记硬背容易混淆,但通过奖励机制引导却能融会贯通。科学家发现,强化学习能让AI的更新方向更“独立”,互不干扰,从而高效并行处理多任务。基于此,他们提出“Parallel-RL”新框架,大幅提升训练效率。这意味着未来AI助手能更聪明地同时掌握写作、编程、翻译等多项技能,响应更快、能力更全面,我们日常使用的智能服务将变得更加流畅和强大。
Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.
分享
阅读原文