提出ISO框架,让语言模型高效优化推理能力
ISO: An RLVR-Native Optimization Stack

- 基于权重谱结构,分离出可继承的谱与可优化的帧
- 离线合并仅需一次训练,性能超越现有无数据融合方法
- 在线优化减少训练步数,210步达50.9%准确率
强化学习中可验证奖励(RLVR)正快速提升语言模型的推理能力,但将奖励反馈转化为权重更新的优化层仍不清晰。基于前期分析(Zhu等,2025),我们通过模型权重的奇异结构,发现谱继承现象:RLVR可复用基础模型的权重谱,通过输入输出奇异帧的变化实现新行为。据此提出同谱优化(ISO),一种原生支持RLVR的固定谱优化框架,包含离线与在线两种实现。离线版ISO-Merger将共享基底专家的帧变化合并为单一固定谱模型,无需后续数据、推演、梯度更新或在线蒸馏,恢复互补专家能力,在无数据融合方法中表现最优。在线版ISO-Optimizer在保持基础谱不变的前提下,对帧变量使用如AdamW、Muon等优化器。在1.5B至8B参数的推理与编码任务中,ISO-Optimizer显著提升准确率,且训练步数大幅减少。以Qwen3-8B-Base为例,标准AdamW经270步达0.495平均准确率;而ISO-AdamW仅用100步即达相同结果,210步进一步提升至0.509。
原文摘要 · Abstract (English)
Reinforcement learning with verifiable rewards (RLVR) is rapidly advancing the reasoning capabilities of language models, yet the optimization layer that converts reward feedback into weight-space updates remains poorly understood. Building on our prior analysis (Zhu et al., 2025), we study this missing layer through the singular structure of model weights and identify spectral inheritance: RLVR can reuse the base model's weight spectra while acquiring new behavior through changes in the associated input and output singular frames. We operationalize spectral inheritance as Isospectral Optimization (ISO), an RLVR-native, fixed-spectrum optimization framework with complementary offline and online instantiations. Offline, ISO-Merger combines the frame changes of shared-base specialists into a single fixed-spectrum model, requiring no post-merge data, rollouts, gradient updates, or on-policy distillation (OPD). It recovers complementary specialist capabilities and achieves the strongest aggregate performance among the compared data-free merging methods. Online, ISO-Optimizer applies a chosen base optimizer, including AdamW and Muon, to the frame variables while keeping the base spectra fixed. Across reasoning and coding tasks ranging from 1.5B to 8B parameters, ISO-Optimizer improves accuracy in the reported runs and reaches matched scores with substantially fewer training steps. On Qwen3-8B-Base, AdamW reaches an aggregate accuracy of 0.495 after 270 training steps. ISO-AdamW reaches the same accuracy after only 100 training steps and improves further to 0.509 after 210 training steps. Together, ISO offers a concrete answer to RLVR's missing optimization layer: rather than inheriting pre-training optimization wholesale, design post-training around the structure of reward-driven adaptation: inherit the spectrum, optimize the frames.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。