← Latest papers
🤖 machine learning

SFT-then-RL Outperforms Mixed-Policy Methods for LLM Reasoning

The paper demonstrates that the standard SFT-then-RL pipeline actually outperforms recent mixed-policy methods, revealing that previous claims to the contrary were based on faulty baselines caused by specific bugs in DeepSpeed and OpenRLHF.

Original authors: Alexis Limozin, Eduard Durech, Torsten Hoefler, Imanol Schlag, Valentina Pyatkin

Published 2026-04-28
📖 4 min read☕ Coffee break read

Original authors: Alexis Limozin, Eduard Durech, Torsten Hoefler, Imanol Schlag, Valentina Pyatkin

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The "Broken Ruler" Mystery: Why AI Math Experts Weren't Actually Better Than They Looked

Imagine you are a judge at a high school math competition. You have two groups of students:

  1. The "Traditionalists": They spend a month studying textbooks (Supervised Fine-Tuning) and then spend a week practicing hard problems with a coach who tells them "correct" or "incorrect" (Reinforcement Learning).
  2. The "Innovators": They claim to have a revolutionary new method where they study textbooks and practice with the coach at the same time, blending the two styles to learn faster.

For the last year, the "Innovators" have been winning every trophy. Everyone in the AI world was cheering, "The new way is better! We should stop using the old textbook-then-coach method!"

But this paper just revealed a shocking truth: The Innovators weren't actually winning. The judges were using broken rulers to measure the Traditionalists.


The "Broken Rulers" (The Bugs)

The researchers discovered that the "Traditionalists" were being cheated by two massive technical glitches in the software used to train AI.

1. The "Selective Memory" Bug (The Optimizer Bug)

Imagine a student is doing 10 math problems to prepare for a test. They solve them one by one, adding up their progress in a notebook. But because of a glitch in their pen, the pen only writes down the very first problem and ignores the other nine. When the teacher checks the notebook, it looks like the student only learned one thing!

In AI terms, a bug in a popular tool called DeepSpeed caused the computer to "forget" most of the data it was processing during the textbook phase. It was only learning from a tiny fraction of what it was supposed to, making the AI look much "dumber" than it actually was.

2. The "Bad Averaging" Bug (The Loss Aggregation Bug)

Imagine a teacher grading a class. One student answers 2 questions, and another answers 100. Instead of looking at the total number of correct answers, the teacher just takes the average of each student's performance and treats them as equally important. This makes the student who did 100 questions look much less impressive than they actually are.

This bug in the OpenRLHF software caused the AI to weight its learning incorrectly, further dragging down its "score" during the textbook phase.


The Big Reveal: The Old Way is Actually Better

Once the researchers "fixed the rulers" (fixed the bugs), the results flipped completely.

When the "Traditionalists" (the standard SFT-then-RL method) were measured correctly, they didn't just catch up—they crushed the competition.

  • On one model (Qwen), the old way beat the "innovative" methods by a huge margin.
  • On another model (Llama), the old way was so much better it was almost like comparing a professional mathematician to a toddler.

Why does the old way work better?
The researchers explain it with a simple concept: Foundation first.

If you try to learn math by jumping straight into a high-stakes coaching session (Reinforcement Learning) without knowing the basics, you'll fail most of the time. The coach will just keep saying "Wrong!" and you'll learn nothing.

The "Traditional" way builds a solid foundation of knowledge first (the textbook phase). By the time the AI starts the coaching phase, it already knows enough to get many things right, which gives the coach much better "signals" to work with.

The Moral of the Story

This paper is a massive wake-up call for the AI industry. It tells us two things:

  1. Don't assume a "new" method is better just because the old one looks bad. Always check if the "old" method was being measured fairly.
  2. Sometimes, the simplest way is the best way. Instead of trying to invent complex, "blended" ways of learning, we should focus on making sure the fundamental stages—learning the facts, then practicing the skills—are done perfectly.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →