arXiv:2509.15194cs.LGcs.CL2025-09被引 50

不用标签也能让大模型自我进化,靠多数答案稳住方向,用新颖性激发创新。

Evolving Language Models without Labels: Majority Drives Selection, Novelty Promotes Variation

  • 用多数答案保持稳定,用推理差异度衡量新颖性来激励探索。
  • 在AIME24上训练使模型pass@1提升至16.4%,pass@16达37.9%。
  • 适合需要自适应优化的智能系统,尤其擅长数学推理与泛化任务。

大语言模型常通过可验证奖励进行强化学习,但实际部署需无需标签或外部评判的自改进能力。现有方法多依赖自确认信号(如置信度、熵或一致性)生成奖励,导致模型趋向高自信、主流解法,引发熵崩溃,降低pass@n和推理复杂度。为此,我们提出EVOL-RL,一种无标签框架,模拟进化中选择与变异的平衡机制。具体而言,保留多数投票答案作为稳定性锚点,同时引入新颖性感知奖励,依据每条生成推理与其它并发响应的差异度评分。该多数稳态+新颖探索策略,既防止漂移,又避免崩溃。评估显示,EVOL-RL持续优于仅依赖多数的基线;例如在无标签AIME24上训练Qwen3-4B-Base,其AIME25 pass@1从4.6%提升至16.4%,pass@16从18.5%升至37.9%。该方法不仅缓解域内多样性崩溃,还增强跨域泛化能力(从数学推理扩展至MMLU-Pro、BBEH等更广泛任务)。代码已开源:https://github.com/YujunZhou/EVOL-RL。

原文摘要 · Abstract (English)

Large language models (LLMs) are increasingly trained with reinforcement learning from verifiable rewards (RLVR), yet real-world deployment demands models that can self-improve without labels or external judges. Existing self-improvement approaches primarily rely on self-confirmation signals (e.g., confidence, entropy, or consistency) to generate rewards. This reliance drives models toward over-confident, majority-favored solutions, causing an entropy collapse that degrades pass@n and reasoning complexity. To address this, we propose EVOL-RL, a label-free framework that mirrors the evolutionary principle of balancing selection with variation. Concretely, EVOL-RL retains the majority-voted answer as an anchor for stability, but adds a novelty-aware reward that scores each sampled solution by how different its reasoning is from other concurrently generated responses. This majority-for-stability + novelty-for-exploration rule mirrors the variation-selection principle: selection prevents drift, while novelty prevents collapse. Evaluation results show that EVOL-RL consistently outperforms the majority-only baseline; e.g., training on label-free AIME24 lifts Qwen3-4B-Base AIME25 pass@1 from baseline's 4.6% to 16.4%, and pass@16 from 18.5% to 37.9%. EVOL-RL not only prevents in-domain diversity collapse but also improves out-of-domain generalization (from math reasoning to broader tasks, e.g., MMLU-Pro and BBEH). The code is available at: https://github.com/YujunZhou/EVOL-RL.

自进化无监督学习模型优化推理增强

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