LLM Reasoning 相关度: 9/10

CoVerRL: Breaking the Consensus Trap in Label-Free Reasoning via Generator-Verifier Co-Evolution

Teng Pan, Yuchen Yan, Zixuan Wang, Ruiqing Zhang, Gaiyang Han, Wanqi Zhang, Weiming Lu, Jun Xiao, Yongliang Shen
arXiv: 2603.17775v1 发布: 2026-03-18 更新: 2026-03-18

AI 摘要

CoVerRL通过生成器-验证器协同进化,解决了无标签推理中的共识陷阱问题。

主要贡献

  • 提出了CoVerRL框架
  • 揭示了无标签推理中的共识陷阱
  • 验证了CoVerRL在数学推理上的有效性

方法论

模型交替扮演生成器和验证器角色,利用多数投票和验证器的反馈进行自监督学习,实现协同进化。

原文摘要

Label-free reinforcement learning enables large language models to improve reasoning capabilities without ground-truth supervision, typically by treating majority-voted answers as pseudo-labels. However, we identify a critical failure mode: as training maximizes self-consistency, output diversity collapses, causing the model to confidently reinforce systematic errors that evade detection. We term this the consensus trap. To escape it, we propose CoVerRL, a framework where a single model alternates between generator and verifier roles, with each capability bootstrapping the other. Majority voting provides noisy but informative supervision for training the verifier, while the improving verifier progressively filters self-consistent errors from pseudo-labels. This co-evolution creates a virtuous cycle that maintains high reward accuracy throughout training. Experiments across Qwen and Llama model families demonstrate that CoVerRL outperforms label-free baselines by 4.7-5.9\% on mathematical reasoning benchmarks. Moreover, self-verification accuracy improves from around 55\% to over 85\%, confirming that both capabilities genuinely co-evolve.

标签

无标签学习 强化学习 LLM推理 自监督学习

arXiv 分类

cs.CL cs.AI cs.LG