arXiv:2602.03195cs.LGcs.AI2026-02被引 1

通过筛选关键候选词提升大模型强化学习效率

Reinforcement Learning with Promising Tokens for Large Language Models

  • 从原始词汇表中动态筛选有意义的候选词,缩小动作空间
  • 在数学、编程等任务上样本效率提升,4B/8B模型均有效
  • 适合需要高效强化学习优化的大模型研究者

强化学习(RL)已成为对齐和优化大语言模型(LLM)的关键范式。传统方法将整个词汇表作为动作空间直接应用RL,但其中包含大量上下文无关的词项,干扰模型聚焦于合理决策。本文验证了有效推理路径可集中在低秩子空间中,提出一种名为RLPT的新框架:利用基础模型的语义先验动态识别一组有潜力的候选词,并通过掩码机制将策略优化限定在该精炼子集内。理论分析与实证结果表明,该方法显著降低梯度方差,稳定训练过程并提升样本效率。在数学、编程及电信推理任务上的实验显示,RLPT优于标准RL基线,且在4B与8B模型以及GRPO和DAPO等不同算法下均表现良好。

原文摘要 · Abstract (English)

Reinforcement learning (RL) has emerged as a key paradigm for aligning and optimizing large language models (LLMs). Standard approaches treat the LLM as the policy and apply RL directly over the full vocabulary space. However, this formulation includes the massive tail of contextually irrelevant tokens in the action space, which could distract the policy from focusing on decision-making among the truly reasonable tokens. In this work, we verify that valid reasoning paths could inherently concentrate within a low-rank subspace. Based on this insight, we introduce Reinforcement Learning with Promising Tokens (RLPT), a framework that mitigates the action space issue by decoupling strategic decision-making from token generation. Specifically, RLPT leverages the semantic priors of the base model to identify a dynamic set of promising tokens and constrains policy optimization exclusively to this refined subset via masking. Theoretical analysis and empirical results demonstrate that RLPT effectively reduces gradient variance, stabilizes the training process, and improves sample efficiency. Experiment results on math, coding, and telecom reasoning show that RLPT outperforms standard RL baselines and integrates effectively across various model sizes (4B and 8B) and RL algorithms (GRPO and DAPO).

强化学习大模型优化生成控制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。