← Latest papers
🤖 machine learning

Weight-Space Geometry of Offline Reasoning Training

This paper analyzes the weight-space geometry of six offline reasoning training methods on a Qwen3-4B model, revealing that while SFT, RFT, and RIFT converge to nearly colinear updates with similar accuracy, DPO adopts a distinct, near-orthogonal subspace that achieves significantly superior performance on GSM8K and AIME26 benchmarks, whereas Offline GRPO introduces a substantial orthogonal component while remaining within the SFT loss basin.

Original authors: Aleksandr Nikolich, Igor Kiselev, Vladimir Platonov, Karina Romanova

Published 2026-06-24
📖 5 min read🧠 Deep dive

Original authors: Aleksandr Nikolich, Igor Kiselev, Vladimir Platonov, Karina Romanova

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 have a brilliant, giant math tutor (the "Teacher") who can solve complex problems. You want to teach a smaller, cheaper student (the "Student") to think like that tutor. You give the student the Teacher's step-by-step solutions (called "rollouts") and ask the student to learn from them.

The paper asks a simple but deep question: Does it matter how we tell the student to learn?

There are many different "teaching formulas" (loss functions) researchers use. Some say, "Only look at the correct answers." Others say, "Look at all answers, but give extra credit to the good ones." Some say, "Compare the good answers to the bad ones."

The authors wanted to know: Do these different formulas make the student's brain (the computer's weights) change in the same way, or do they create completely different kinds of thinkers?

Here is the breakdown of their findings, using simple analogies:

1. The "Copycat" Group (SFT, RFT, RIFT)

The Analogy: Imagine three students trying to copy a drawing.

  • Student A copies every single line.
  • Student B only copies the lines that are perfect.
  • Student C copies every line, but draws the perfect ones slightly darker.

The Finding: Even though they use slightly different rules, they all end up drawing almost the exact same picture.

  • Mathematically, the changes to their brains are nearly identical (97% similar).
  • They all get about the same score on math tests (around 87–88%).
  • Takeaway: If you just want a student to mimic the teacher's reasoning, it doesn't matter much which of these three specific formulas you use. They are effectively doing the same thing.

2. The "Self-Adjuster" (DFT)

The Analogy: This student uses the same paper as Student A, but they have a weird habit: they automatically make the pen lighter when they are already confident and darker when they are unsure.

The Finding: This small tweak changes the direction of the drawing significantly. The student's brain changes in a way that is very different from the Copycat group, even though they didn't use any "reward" scores to guide them. It's a unique path, but it doesn't necessarily lead to a better score.

3. The "Side-Step" (Offline GRPO)

The Analogy: This student looks at the teacher's work but decides to take a big step sideways. They still stay in the same general neighborhood (the "loss basin"), but they are walking a different path.

The Finding: This method pushes the student's brain in a direction that is 67% different from the Copycat group. In the later layers of the brain (the "final thoughts"), this difference grows to nearly 86%.

  • However, they still end up with a similar test score (around 87%).
  • Takeaway: This method explores a new direction, but it doesn't seem to unlock a "superpower" in terms of accuracy compared to the Copycats.

4. The "Outlier" (DPO)

The Analogy: While everyone else is drawing on the same piece of paper in the same room, this student is drawing on a completely different canvas, in a different room, using a different style entirely.

The Finding:

  • Geometry: The changes to this student's brain are almost 90 degrees (orthogonal) to everyone else. They are doing something fundamentally different.
  • The Barrier: If you tried to mix this student's brain with the Copycat's brain (a "linear interpolation"), the result would break. They are in different "universes" of solutions.
  • The Score: Despite being so different, this student got the highest scores (93.5% on math, 30% on hard puzzles).
  • The Catch: This student was trained with a 10x smaller learning rate (they took much smaller, more careful steps). The authors warn that we can't be 100% sure if the high score is because of the formula or just because they took smaller, more precise steps.

5. The "Live vs. Recorded" Surprise

The paper also looked at what happens if the student learns from live practice (Online) vs. recorded practice (Offline).

  • Offline: When learning from a fixed set of recorded teacher answers, the "Side-Step" student (Offline GRPO) stays somewhat close to the Copycats.
  • Online: When the student generates their own practice problems (Online GRPO), they become completely orthogonal (totally different) from the Copycats.
  • Conclusion: The fact that the "Offline" methods look similar to the Copycats is partly because they are all staring at the exact same fixed set of teacher answers. If you let them generate their own practice, they diverge wildly.

Summary

  • Most methods (SFT, RFT, RIFT) are just different ways of saying "Copy the teacher." They result in the same brain structure and similar scores.
  • DPO is the outlier. It builds a completely different brain structure. It gets the best scores, but it does so with a very specific, cautious training style (small learning rate) that makes it hard to compare directly to the others.
  • The "Offline" nature of the training data is a major reason why many of these methods end up looking so similar to each other.

The paper essentially maps out the "geography" of these learning methods, showing which ones are neighbors and which ones are living on different planets.

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 →