Boosting LLM Exploration via Weak-Model Guidance in RLVR

TL;DR

Proposes weak-model guided RLVR with external prefixes to enhance exploration, significantly expanding reasoning coverage and diversity.

cs.CL 🔴 Advanced 2026-08-28 64 views
Xingyu Shen Huishuai Zhang Peng Li Yinchun Wang Dongyan Zhao
Reinforcement Learning Large Language Models Reasoning Coverage Exploration Strategy Model Diversity

Key Findings

Methodology

This work builds on the GRPO (Group Relative Policy Optimization) framework, integrating partial reasoning trajectories generated by auxiliary weak models as prefixes to guide the target model. By perturbing the policy distribution with these external prefixes, the approach mitigates early policy overconfidence and entropy collapse. An entropy-based automatic truncation mechanism dynamically selects the most exploratory prefix length, balancing diversity and coherence. Extensive experiments across multiple mathematical reasoning benchmarks demonstrate that the method outperforms vanilla RLVR, especially at larger pass@k metrics, indicating a broader reasoning coverage and improved exploration capacity.

Key Results

  • On Qwen2.5-7B, adding Gemma-2-2B generated prefixes increased pass@128 from 67.76% to 70.71%, a 4.95% improvement. Similar gains were observed across benchmarks like AIME and MATH 500, with performance gains more pronounced at higher k values, confirming enhanced reasoning diversity.
  • Training dynamics show that the external prefix guidance maintains higher policy entropy during early training stages, delaying premature convergence and encouraging broader exploration. The results validate that cross-model generated prefixes serve as effective non-parametric perturbations, promoting diverse reasoning trajectories.
  • Analysis indicates that even low-quality prefixes from weaker models can stimulate exploration, and the approach does not rely on high-fidelity guidance, making it robust and scalable for large models.

Significance

This research addresses the critical challenge of exploration in RLVR for large language models, where early overconfidence hampers diversity and coverage. By leveraging cross-model generative diversity as a non-parametric perturbation, the method offers a novel solution to mitigate entropy collapse and expand reasoning pathways. The approach enhances the models' ability to discover alternative solutions, which is vital for complex reasoning tasks in education, scientific research, and industrial AI applications. It bridges the gap between exploration and exploitation, paving the way for more robust, versatile, and comprehensive language models capable of handling diverse and challenging tasks.

Technical Contribution

The paper introduces a novel framework that combines cross-model prefix generation with entropy-guided truncation within the RLVR paradigm. This approach fundamentally differs from existing regularization or knowledge distillation methods by explicitly perturbing the policy distribution through diverse, non-parametric trajectories. The entropy-based truncation ensures the selected prefixes maximize exploration potential without sacrificing solution quality. Empirical results demonstrate significant improvements in reasoning coverage and diversity, especially at high pass@k metrics, establishing a new paradigm for exploration in large-scale language model training.

Novelty

This work is the first to systematically utilize cross-model generated partial reasoning trajectories as external, non-parametric perturbations to guide RLVR training. Unlike prior methods focused on internal regularization or model distillation, it leverages the distributional discrepancies among models to stimulate exploration. The adaptive entropy-based prefix truncation further distinguishes this approach, enabling dynamic, data-driven selection of perturbation length. These innovations collectively provide a new mechanism for mitigating early policy collapse and expanding reasoning coverage, representing a significant advancement over existing exploration strategies.

Limitations

  • The effectiveness depends on the diversity and quality of auxiliary model-generated prefixes; poor auxiliary models may introduce misleading trajectories, potentially degrading performance.
  • Additional computational overhead arises from generating multiple prefixes and maintaining multiple models during training, which may limit scalability in extremely large-scale settings.
  • The approach's performance in highly specialized or out-of-distribution tasks remains to be thoroughly evaluated, as the diversity induced may not always align with task-specific optimal solutions.

Future Work

Future research could explore multi-model fusion strategies, combining multiple auxiliary models to generate richer, more informative prefixes. Enhancing the quality of weak model generation, possibly via self-supervised refinement, could further improve exploration efficiency. Extending the framework to multi-task and multi-modal scenarios, as well as integrating with other exploration techniques like curiosity-driven learning, may unlock broader applications. Additionally, optimizing computational costs and scaling to larger models will be crucial for industrial deployment.

AI Executive Summary

In the realm of large language models, reinforcement learning with verifiable rewards (RLVR) has become a pivotal technique for enhancing reasoning capabilities. However, a persistent challenge has been the tendency of models to become overconfident early in training, leading to a rapid decline in policy entropy. This phenomenon narrows the exploration space, reduces reasoning diversity, and hampers coverage of alternative solutions. Such limitations are especially problematic in complex mathematical reasoning tasks, where multiple reasoning paths can lead to correct answers. Existing solutions, including regularization and reward shaping, have only partially addressed this issue.

This paper introduces a novel approach that leverages external, weak models to generate partial reasoning trajectories as prefixes. These prefixes serve as non-parametric perturbations, effectively disrupting the model’s over-confidence and encouraging broader exploration. The core mechanism involves integrating these prefixes into the RLVR training process, combined with an entropy-guided automatic truncation strategy that dynamically identifies the most exploratory prefix length. This ensures that the model explores diverse reasoning paths without sacrificing solution quality.

Experimental results across multiple mathematical benchmarks demonstrate the effectiveness of this method. Notably, the approach consistently improves pass@k performance, with gains becoming more pronounced at larger k values. For example, on Qwen2.5-7B, pass@128 increased from 67.76% to 70.71%. The training dynamics reveal that the external prefixes help maintain higher policy entropy during early training stages, delaying premature convergence and fostering exploration.

The significance of this work lies in its ability to expand reasoning coverage and mitigate the diversity collapse common in RLVR. By utilizing cross-model generative diversity, it opens new avenues for enhancing large language models’ reasoning capabilities in complex, real-world scenarios. Despite some limitations, such as dependence on auxiliary model quality and increased computational costs, the framework offers a scalable, effective solution for future large-scale AI systems. Overall, this research marks a meaningful step toward more robust, explorative, and versatile language models, with promising implications for education, scientific discovery, and industrial AI applications.

Deep Analysis

Background

The evolution of large-scale pretraining has led to the widespread adoption of reinforcement learning techniques like RLHF and RLVR to refine reasoning abilities. Notable works such as DeepSeek, GPT-5, and Gemini have demonstrated significant performance gains in mathematical and logical reasoning tasks. However, these methods often suffer from early policy overconfidence, resulting in reduced exploration and diversity. Existing regularization strategies, including entropy regularization and reward calibration, have only partially alleviated these issues. As models scale, the exploration-exploitation trade-off becomes more critical, necessitating novel mechanisms to sustain diversity. Recent research indicates that leveraging multi-model generation diversity could serve as a promising direction, but systematic integration into RLVR remains underexplored.

Core Problem

Despite advances, RLVR training often leads to rapid policy entropy collapse, causing models to overfit to a narrow set of reasoning paths. This limits the coverage of alternative solutions, especially in high-k pass metrics, undermining the robustness and generalization of large models. The core challenge is how to maintain sufficient exploration during training, preventing premature convergence while ensuring high-quality reasoning outputs. Traditional regularization methods struggle to balance exploration and solution fidelity, highlighting the need for more effective, scalable strategies that can dynamically perturb the policy distribution without complex reward engineering.

Innovation

The key innovation is the introduction of cross-model generated prefixes as external, non-parametric perturbations to guide RLVR training. This approach exploits the distributional differences among models—smaller, weaker models produce diverse, less confident reasoning trajectories that, when used as prefixes, perturb the target model’s policy, promoting exploration. An entropy-based automatic truncation mechanism dynamically identifies the optimal prefix length, maximizing exploration signals while preserving reasoning quality. This framework diverges from prior work by leveraging model heterogeneity rather than internal regularization, offering a scalable, effective way to combat early policy collapse and expand reasoning coverage.

Methodology

  • �� Base RLVR framework using GRPO, sampling multiple responses per prompt and computing advantage estimates via group normalization.
  • �� Auxiliary weak models generate partial reasoning trajectories, which are truncated into prefixes based on entropy dynamics.
  • �� These prefixes are concatenated with the original prompt, and the target model is trained to complete the remaining reasoning steps, encouraging exploration of unfamiliar states.
  • �� An entropy-based truncation point is identified by measuring the largest drop in policy entropy between consecutive reasoning steps, ensuring the prefix maximizes exploration potential.
  • �� A mixed training strategy combines standard question-only RLVR with prefix completion, with a probability p (e.g., 0.2), balancing exploration and solution accuracy.
  • �� During training, multiple auxiliary models generate diverse prefixes, which are integrated into the RLVR pipeline, and the model updates are guided by group advantage estimates and KL regularization.

Experiments

  • �� The experiments utilize the MATH dataset (7500 problems) and multiple reasoning benchmarks like AIME 2024/2025, Olympiad, and Minerva, evaluating pass@k metrics.
  • �� Baselines include vanilla RLVR (GRPO) and variants with external prefixes from models like Gemma-2-2B, LLaMA-3.2-1B, and Qwen models.
  • �� Hyperparameters include a prefix injection probability p=0.2, learning rate 10^-6, batch size 1024, and 8 responses per prompt.
  • �� Ablation studies examine the impact of entropy truncation, prefix quality, and auxiliary model choice.
  • �� Results show consistent improvements in pass@k, especially at large k, confirming enhanced exploration and coverage.

Results

  • �� Incorporating external prefixes from auxiliary models consistently improves pass@k across all benchmarks, with the most notable gains at higher k values. For example, on Qwen2.5-7B, pass@128 increased from 67.76% to 70.71%. Similar trends are observed on other models and datasets.
  • �� Training dynamics reveal that prefix-guided models maintain higher policy entropy early in training, delaying premature convergence and fostering broader exploration.
  • �� Even low-quality prefixes, often generated by weaker models, effectively stimulate exploration, validating the non-parametric perturbation hypothesis.

Applications

  • �� The approach can be applied to enhance reasoning diversity in educational AI tutors, automated theorem proving, and scientific research assistants.
  • �� It is suitable for scenarios requiring broad solution coverage, especially where multiple reasoning paths exist.
  • �� The method can be integrated into existing RLVR pipelines to improve exploration without complex reward engineering, making it practical for industrial deployment.

Limitations & Outlook

  • �� The reliance on auxiliary model quality means that poor weak models may introduce misleading trajectories, potentially degrading performance.
  • �� Additional computational overhead from generating multiple prefixes and maintaining multiple models may limit scalability.
  • �� Effectiveness in highly specialized or out-of-distribution tasks remains uncertain, requiring further validation and adaptation.

Plain Language Accessible to non-experts

想象你在学校里学数学,老师给你一道难题。你平时只用一种解法,可能会陷入死胡同时,解决方案变得单一。现在,老师让你听听朋友(弱模型)提供的不同解题思路。这些朋友的建议可能不总是完美,但它们会让你尝试不同的解法,避免只用一种死板的方法。这样,你就能发现更多可能的解题路径,变得更聪明。论文里的方法就像这样:用不同“朋友”给出的部分解答作为线索,帮助模型探索更多不同的推理路径,从而找到更全面、更可靠的答案。

ELI14 Explained like you're 14

你知道玩游戏时,有时候你会遇到难关,自己想不出办法。这时候,如果你有几个朋友给你一些不同的建议,你可能会想到新的办法解决问题。虽然他们的建议不一定都完美,但总能帮你跳出原来的思路,找到新方法。这篇论文就像是让模型也听听“朋友”的建议,用不同模型给出的部分推理作为线索,帮助它探索更多解决方案。这样一来,模型就不会只用一种死板的办法,而是尝试多种思路,变得更聪明、更厉害!

Abstract

Reinforcement Learning with Verifiable Rewards (RLVR) significantly improves LLM reasoning but often causes a drop in policy entropy, leading to narrowed reasoning coverage and degraded pass@$k$ for large $k$. While existing methods mitigate this entropy collapse through algorithmic regularizations, cross-model non-parametric perturbation is also neglected. In this work, we propose a simple yet effective approach to preserve the generative diversity of LLMs during RLVR. Instead of relying solely on internal exploration, we force the target model to generate answers based on partial reasoning trajectories generated by a smaller, weaker language models. These unfamiliar prefixes effectively disrupt over-confidence and encourage the exploration of distinct reasoning paths. We empirically study the potential of outer prefixes, revealing the mechanism of the impact of distributional discrepancy to the exploration dynamics in RLVR training. Experiments across multiple mathematical benchmarks show that our method consistently outperforms vanilla RLVR. Notably, the performance gain becomes increasingly pronounced as $k$ scales up, demonstrating a substantial expansion of reasoning coverage. Furthermore, our approach efficiently mitigates entropy collapse without requiring additional SFT, intricate reward designs, or complex prompting.

cs.CL