FULL STORY

Xiaomi MiMo's Million-Token RL Training Details Spark Debate

Xiaomi's MiMo sparked buzz as reportedly the first to run RL training on 1M-token contexts, followed by discussion of its paper on stabilizing GRPO for MoE models.

2026-09-22 ~ 2026-09-22 · 2 episodes · 15 posts

Episode 1 · Xiaomi MiMo's 1M-Context RL Training Details Spark Debate (2026-09-22, 13 posts)

Details of Xiaomi MiMo's RL training have sparked heated discussion overseas. stochasticchasm believes it may be the industry's first reinforcement learning training run on a 1 million token context, achieving dramatic performance gains in only about 30 steps with no plateau visible in the training curve — and Agent-as-judge may become a new scaling axis.

Confirmed

  • MiMo uses a classic architecture, described by commenters as simple and strong
  • Training batches are enormous per step: 1568 tasks × 16 rollouts per task, consuming massive token counts per round
  • stochasticchasm notes the model achieved dramatic gains after only 30 RL steps, far fewer than he expected
  • There are no signs of a plateau in the training curve; both stochasticchasm and commenter nrehiew questioned why training wasn't continued

Why it matters

  • If 1M-context RL training is confirmed, it would be a breakthrough on a new scaling axis, potentially benefiting long-context Agent tasks
  • Reaching near-frontier performance in 30 steps suggests the sample efficiency of very-large-batch RL may far exceed prior assumptions, offering useful guidance for future training strategies

Episode 2 · Xiaomi's MoE RL stability paper: router-aware GRPO tweaks explained (2026-09-22, 2 posts)

tokenbender breaks down Xiaomi's arXiv paper on stable MoE RL: rather than replacing GRPO, the team adds targeted fixes such as router-aware importance-sampling rescaling and prompt-mean loss for stability and scale.