arXiv:2510.15979cs.LGcs.AI2025-10被引 5

通过分层元认知机制提升LLM推理的采样效率。

Cog-Rethinker: Hierarchical Metacognitive Reinforcement Learning for LLM Reasoning

  • 采用两级元认知框架,分解错误问题并复用错误答案进行优化
  • 在数学推理任务上显著提升样本效率,加速模型收敛
  • 适合需要高效训练的低性能大模型或资源受限场景

当前大型语言模型(LLMs)在强化学习(RL)驱动下展现出强大的推理能力,尤其通过可验证奖励构建了O1和R1类推理模型。直接从基础模型训练的方法称为零强化学习(zero-RL)。然而,以往方法依赖固定提示模板激活模型内在能力,导致弱模型在准确性驱动筛选中产生大量无效输出,造成采样浪费。为此,我们提出Cog-Rethinker,一种面向LLM推理的分层元认知强化学习框架。该框架聚焦于强化学习中的回放过程,在直接回放后,通过分层元认知两阶段机制提升样本利用率:首先,将零准确率问题分解为子问题以生成最终推理结果;其次,利用前一阶段的错误解答作为参考,进一步优化这些答案。为支持两种新推理模式的冷启动,并保持提示模板在训练与测试间的一致性,我们使用直接回放模板下的正确样本对策略进行监督微调。实验表明,Cog-Rethinker在多个数学推理基准上表现优异,其样本效率提升显著,加速了收敛速度。

原文摘要 · Abstract (English)

Contemporary progress in large language models (LLMs) has revealed notable inferential capacities via reinforcement learning (RL) employing verifiable reward, facilitating the development of O1 and R1-like reasoning models. Directly training from base models with RL is called zero-RL. However, previous works rely upon activating LLMs' inherent capacities through fixed prompt templates. This strategy introduces substantial sampling inefficiencies for weak LLMs, as the majority of problems generate invalid outputs during accuracy-driven filtration in reasoning tasks, which causes a waste of samples. To solve this issue, we propose Cog-Rethinker, a novel hierarchical metacognitive RL framework for LLM reasoning. Our Cog-Rethinker mainly focuses on the rollout procedure in RL training. After the direct rollout, our Cog-Rethinker improves sample utilization in a hierarchical metacognitive two-stage framework. By leveraging human cognition during solving problems, firstly, it prompts policy to decompose zero-accuracy problems into subproblems to produce final reasoning results. Secondly, with zero-accuracy problems in previous rollout stage, it further prompts policy to refine these answers by referencing previous wrong solutions. Moreover, to enable cold-start of the two new reasoning patterns and maintain train-test consistency across prompt templates, our Cog-Rethinker applies supervised fine-tuning on the policy using correct samples of the two stages with direct rollout template. Experimental results demonstrate Cog-Rethinker's superior performance on various mathematical reasoning benchmarks, we also analyzed its improved sample efficiency that accelerates convergence compared to baseline methods.

大模型推理强化学习元认知样本效率

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