🤖 AI Summary
To address the learning signal deficiency in Reinforcement Learning with Verifiable Rewards (RLVR) caused by sparse rewards, this paper proposes MEML-GRPO—a Multi-Expert Mutual Learning framework. MEML-GRPO leverages heterogeneous expert prompts to generate diverse responses and introduces an inter-expert mutual learning mechanism to enable cross-prompt knowledge transfer, alleviating the zero-reward problem without additional human annotation. Its key innovations lie in the synergistic integration of prompt engineering, response diversity sampling, and implicit knowledge sharing, thereby substantially enhancing model generalization and training efficiency on reasoning tasks. Extensive evaluations across multiple benchmarks demonstrate consistent improvements: Qwen and Llama models achieve average gains of 4.89% and 11.33%, respectively—surpassing the performance ceiling of conventional RLVR approaches.
📝 Abstract
Recent advances demonstrate that reinforcement learning with verifiable rewards (RLVR) significantly enhances the reasoning capabilities of large language models (LLMs). However, standard RLVR faces challenges with reward sparsity, where zero rewards from consistently incorrect candidate answers provide no learning signal, particularly in challenging tasks. To address this, we propose Multi-Expert Mutual Learning GRPO (MEML-GRPO), an innovative framework that utilizes diverse expert prompts as system prompts to generate a broader range of responses, substantially increasing the likelihood of identifying correct solutions. Additionally, we introduce an inter-expert mutual learning mechanism that facilitates knowledge sharing and transfer among experts, further boosting the model's performance through RLVR. Extensive experiments across multiple reasoning benchmarks show that MEML-GRPO delivers significant improvements, achieving an average performance gain of 4.89% with Qwen and 11.33% with Llama, effectively overcoming the core limitations of traditional RLVR methods.