Scale or Reason? A Compute-Equivalent Analysis of Reasoning Distillation
This paper demonstrates that, under a fixed compute budget, standard instruction fine-tuning generally outperforms or matches reasoning distillation across most model scales and tasks, with the latter only becoming advantageous for large models on open-ended problems when combined with a cost-effective curriculum mixing 25–50% reasoning data.
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
Imagine you are trying to teach a young apprentice (a small AI model) how to solve problems. You have a limited amount of money (compute budget) to spend on their training. You have two main ways to teach them:
- The "Direct Answer" Method (IFT): The master teacher gives the apprentice a question and the correct, concise answer. "What is 2+2? It is 4."
- The "Show Your Work" Method (Reasoning Distillation): The master teacher gives the question, but also writes out a long, detailed diary of their thought process before giving the answer. "Okay, let's see. 2 plus 2... well, if I have two apples and add two more, I count them one by one... that makes four. So the answer is 4."
The big question this paper asks is: Is it worth spending all that extra money to teach the apprentice the long "Show Your Work" method, or should we just buy a bigger, smarter apprentice and teach them the "Direct Answer" method?
Here is what the researchers found, broken down into simple analogies:
1. The "Long Walk" Problem
The "Show Your Work" method is incredibly expensive. The paper found that reasoning traces are 5 to 20 times longer than direct answers.
- The Analogy: Imagine you are paying a taxi driver by the mile.
- Direct Answer: The driver takes a shortcut and drops you off in 1 mile.
- Reasoning: The driver decides to drive through every neighborhood, explaining the history of every street, before dropping you off. It takes 20 miles.
- The Cost: If you have a fixed budget for gas, choosing the "Reasoning" taxi means you can only afford a tiny, slow car. If you choose the "Direct Answer" taxi, you can afford a massive, powerful limousine.
2. The Surprising Winner: The Big Limousine
When the researchers compared the two methods while keeping the "gas budget" (compute) exactly the same, the Direct Answer (IFT) method almost always won.
- The Finding: It was almost always more efficient to train a larger model using short, direct answers than to train a smaller model using long, detailed reasoning.
- The Exception: The "Show Your Work" method only became the winner in two specific situations:
- The Task: The question was open-ended (like writing a story or solving a complex math problem where there isn't just one right answer).
- The Size: The apprentice was already quite large (at least 7 billion "brain cells" or parameters).
- The Small Models: For tiny models, the "Show Your Work" method was a disaster. They would get stuck in their own thoughts, writing long, rambling diaries that were full of mistakes. They spent all their money driving in circles, never actually getting the right answer.
3. The "Goldilocks" Solution: A Mixed Diet
The paper discovered a clever middle ground that saves money while keeping the benefits.
- Sequential Training: You can teach the apprentice mostly with "Direct Answers" (75% of the time) and only switch to "Show Your Work" for the last 25% of their training.
- The Result: This captures almost all the benefits of the expensive reasoning method but costs a fraction of the price. It's like giving the apprentice a standard diet but adding a special "reasoning supplement" at the end to sharpen their skills.
- Mixed Training: If you mix the two types of data together but keep the "reasoning" portion low (under 50%), the model gets smarter at math and logic without learning to write long, expensive answers.
- The Result: You get a smarter model that still speaks concisely. It's like teaching someone to think deeply but forcing them to give short, punchy answers.
4. Why Small Models Fail at Reasoning
The researchers looked closely at why small models struggle with the "Show Your Work" method.
- The Discovery: When a small model gets an answer wrong, it tends to write a longer explanation than when it gets it right. It's like a student who doesn't know the answer and keeps writing more and more sentences, hoping to stumble upon the right one.
- The Consequence: This makes small reasoning models incredibly inefficient. They burn through their "gas budget" writing long, incorrect stories. As the models get bigger, they get better at knowing when to stop talking, making the "Show Your Work" method viable only for the larger, more capable students.
The Bottom Line
If you are building an AI and have a limited budget:
- Don't automatically assume "Reasoning" (long thinking traces) is better.
- Do consider training a larger model with direct answers first.
- If you really need reasoning, use a hybrid approach: train mostly on direct answers, then add a small amount of reasoning data at the end. This gives you the best of both worlds without breaking the bank.
The paper essentially argues that we shouldn't blindly chase the "long thinking" trend; sometimes, a bigger brain with a shorter answer is the smarter, more efficient choice.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.