PulseAugur
实时 02:16:39
English(EN) Quantifying Empirical Compute-Supervision Tradeoffs in RLVR

新的RLVR方法提高了LLM的训练效率和数据选择

研究人员正在开发新的方法来提高用于训练大型语言模型(LLM)的可验证奖励强化学习(RLVR)的效率和有效性。两篇论文介绍了新颖的数据选择技术:SHIFT,它使用推理时的隐藏状态动态来选择实例而无需事先训练;IRDS,它采用与验证器耦合的稀疏自动编码器来进行可审计的实例选择。另一项研究调查了RLVR中计算与监督质量之间的权衡,发现验证器质量,特别是减少假阴性,比单独扩展计算更关键。最后,提出了一种时间调度方法来优化随时间的学习信号,从而实现更稳定和高效的策略演进。 AI

影响 RLVR数据选择和训练优化的这些进步可能导致LLM的训练后更有效率和更有效,从而提高其推理能力。

排序理由 多篇研究论文发表在arXiv上,详细介绍了可验证奖励强化学习(RLVR)的新方法和分析。

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 8 个来源。 我们如何撰写摘要 →

新的RLVR方法提高了LLM的训练效率和数据选择

报道来源 [8]

  1. arXiv cs.LG TIER_1 English(EN) · Jianghao Wu, Jianfei Cai, Weiqiang Wang, Jin Ye, Daniel F. Schmidt, Yasmeen George ·

    用于无训练RLVR数据选择的单回滚隐藏状态动力学

    arXiv:2605.28631v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards (RLVR) can yield large reasoning gains from very few training instances, yet its strong sensitivity to which instances are used makes data selection a central bottleneck. Most existing …

  2. arXiv cs.AI TIER_1 English(EN) · Yuhan Li, Mingxu Zhang, Dazhong Shen, Ying Sun ·

    IRDS:通过验证器耦合稀疏自编码器覆盖进行可解释的RLVR数据选择

    arXiv:2605.28247v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) has become a key technique for en- hancing LLM reasoning, yet its data ineffi- ciency remains a major bottleneck. Existing methods address this problem only partially, each mis…

  3. arXiv cs.LG TIER_1 English(EN) · Yasmeen George ·

    用于无训练RLVR数据选择的单回滚隐藏状态动力学

    Reinforcement learning with verifiable rewards (RLVR) can yield large reasoning gains from very few training instances, yet its strong sensitivity to which instances are used makes data selection a central bottleneck. Most existing selection pipelines rely on training-time optimi…

  4. arXiv cs.LG TIER_1 English(EN) · Hsiu-Yuan Huang, Weijie Liu, Chenming Tang, Sanwoo Lee, Kai Yang, Yangkun Chen, Saiyong Yang, Yunfang Wu ·

    RLHF数据集及其查找方法:追踪数据溯源以获得更好的训练数据

    arXiv:2605.26971v1 Announce Type: new Abstract: The proliferation of Reinforcement Learning from Verifiable Rewards (RLVR) datasets has exacerbated provenance collapse due to unclear lineage among existing datasets. To bridge this fragmented RLVR data landscape, we propose Atomic…

  5. Hugging Face Daily Papers TIER_1 English(EN) ·

    RLHF数据集及其查找方法:追踪数据溯源以获得更好的训练数据

    The proliferation of Reinforcement Learning from Verifiable Rewards (RLVR) datasets has exacerbated provenance collapse due to unclear lineage among existing datasets. To bridge this fragmented RLVR data landscape, we propose Atomic-source Tracing via Lineage-Aware Search (ATLAS)…

  6. arXiv cs.LG TIER_1 English(EN) · Yunfang Wu ·

    RLHF数据集及其查找方法:追踪数据溯源以获得更好的训练数据

    The proliferation of Reinforcement Learning from Verifiable Rewards (RLVR) datasets has exacerbated provenance collapse due to unclear lineage among existing datasets. To bridge this fragmented RLVR data landscape, we propose Atomic-source Tracing via Lineage-Aware Search (ATLAS)…

  7. arXiv cs.AI TIER_1 English(EN) · Ryo Mitsuhashi, Patrick Chen, Isabelle Tseng, Jasin Cekinmez, Addison J. Wu ·

    量化RLVR中的经验计算-监督权衡

    arXiv:2605.25252v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) has become a standard paradigm for post-training language models, but in practice, verifiers are rarely perfect. Recent theoretical work predicts that verifier noise affects th…

  8. arXiv cs.LG TIER_1 English(EN) · Jinghao Zhang, Ruilin Li, Feng Zhao, Jiaqi Wang ·

    不仅在哪里,而且在何时:RLVR 的时间调度

    arXiv:2605.25381v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards (RLVR) has become a core technique for post-training of Large Language Models (LLMs). While policy optimization is driven by all sampled tokens under a globally broadcast scalar reward,…