🤖 AI Summary
This work addresses the challenge of efficiently training large-scale Mixture-of-Experts (MoE) models while achieving strong generalization on mathematical reasoning, code generation, scientific problem-solving, and complex reasoning tasks. We propose a 106B-parameter MoE model with only 12B activated parameters per forward pass, trained via a custom end-to-end reinforcement learning (RL) paradigm. Our approach leverages Prime-RL—an open-source, asynchronous RL framework we introduce, supporting thousand-GPU scalability and multi-turn interactive training—integrated with a curated Verifier environment library and the GLM-4.5-Air-Base foundation model. The resulting model achieves state-of-the-art performance on multiple authoritative benchmarks at comparable parameter counts, outperforming larger frontier models despite its modest active parameter count. We fully open-source the model weights, RL training infrastructure, reproducible training recipes, and diverse verification environments—establishing a systematic, transparent, and scalable foundation for open MoE-RL research.
📝 Abstract
We present INTELLECT-3, a 106B-parameter Mixture-of-Experts model (12B active) trained with large-scale reinforcement learning on our end-to-end RL infrastructure stack. INTELLECT-3 achieves state of the art performance for its size across math, code, science and reasoning benchmarks, outperforming many larger frontier models. We open-source the model together with the full infrastructure stack used to create it, including RL frameworks, complete recipe, and a wide collection of environments, built with the verifiers library, for training and evaluation from our Environments Hub community platform. Built for this effort, we introduce prime-rl, an open framework for large-scale asynchronous reinforcement learning, which scales seamlessly from a single node to thousands of GPUs, and is tailored for agentic RL with first-class support for multi-turn interactions and tool use. Using this stack, we run both SFT and RL training on top of the GLM-4.5-Air-Base model, scaling RL training up to 512 H200s with high training efficiency.