← Latest papers
💻 computer science

On the Role of Reasoning Patterns in the Generalization Discrepancy of Long Chain-of-Thought Supervised Fine-Tuning

This paper reveals that supervised fine-tuning on long Chain-of-Thought trajectories from DeepSeek-R1 yields lower training loss but worse generalization than on gpt-oss-120b data due to inefficient, divergent reasoning patterns, and proposes filtering out frequently branching trajectories to significantly improve reasoning performance.

Original authors: Zhaoyi Li, Xiangyu Xi, Zhengyu Chen, Wei Wang, Gangwei Jiang, Ranran Shen, Linqi Song, Ying Wei, Defu Lian

Published 2026-04-03
📖 5 min read🧠 Deep dive

Original authors: Zhaoyi Li, Xiangyu Xi, Zhengyu Chen, Wei Wang, Gangwei Jiang, Ranran Shen, Linqi Song, Ying Wei, Defu Lian

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 Big Picture: The "Perfect Student" Paradox

Imagine you are trying to teach a new student (an AI model) how to solve incredibly difficult math problems. You have two famous teachers: Teacher A (DeepSeek-R1) and Teacher B (gpt-oss).

Both teachers are geniuses. They both solve the exact same set of 500,000 math problems correctly. You record their step-by-step thinking processes (called "Chain-of-Thought") and use them to train your new student.

The Shocking Discovery:
You would expect that if Teacher A's notes are easier to read or if the student learns them faster (lower "training loss"), the student would become a better problem-solver.

  • Teacher A's notes were actually easier for the student to memorize. The student could recite them perfectly with very little effort.
  • Teacher B's notes were harder to memorize. The student struggled more during practice.

The Twist:
When you put the students to the test on new problems they've never seen before:

  • The student who studied Teacher A (the "easy" notes) failed miserably.
  • The student who studied Teacher B (the "hard" notes) became a math wizard.

Why? Because Teacher A was a "chatterbox" who went down every possible rabbit hole, while Teacher B was a "laser-focused" detective who went straight to the answer.


The Core Problem: "Exploring the Forest" vs. "Walking the Path"

The paper digs into how these two teachers think. They use two very different "reasoning patterns."

1. Teacher A (DeepSeek-R1): The "Branching Explorer"

Imagine Teacher A is walking through a dense forest. When they see a path, they don't just walk it. They stop, think, "What if I go left?" Then they go left, realize it's a dead end, come back, and think, "What if I go right?" Then they go right, realize that's a dead end too.

  • The Style: They constantly branch out. They propose many ideas, check them, discard them, and propose new ones.
  • The Result: Their notes are full of "What ifs," "Perhaps," and "Let's try this other way."
  • The Trap: The student learns to mimic this behavior. When the student faces a new problem, they get stuck in the forest, wasting time exploring 100 dead-end paths before finally finding the right one (or getting lost entirely). They inherit the habit of inefficient exploration.

2. Teacher B (gpt-oss): The "Deductive Detective"

Imagine Teacher B is walking through the same forest. They look at the map, identify the straight path to the exit, and walk it. They don't stop to check every bush. If they hit a wall, they turn around and take the one logical alternative path immediately.

  • The Style: They deduce. They move forward linearly, connecting one fact to the next like a chain.
  • The Result: Their notes are direct: "Because X is true, Y must be true. Therefore, Z."
  • The Benefit: The student learns to focus. They learn to build a strong, straight line of logic without getting distracted by every shiny object in the forest.

The "Training Loss" Illusion

Why did the student learn Teacher A's notes so easily?

Think of Training Loss as a measure of "how bored the student is."

  • Teacher A's notes are full of simple, repetitive calculations and obvious "What if" statements. These are easy to predict. The student gets bored quickly because the answers are obvious, so their "loss" (error rate) drops to near zero.
  • Teacher B's notes are dense with deep logical jumps. The student has to really think to understand the connection between steps. The "loss" stays higher because the student is working harder.

The Lesson: A low "boredom score" (low loss) doesn't mean the student is learning the right skills. It just means they are good at memorizing the chatter.

The Solution: Pruning the Tree

The researchers realized that Teacher A's "exploration" was actually structural redundancy. It was like a tree with too many dead branches.

They asked: What if we cut off the dead branches before teaching the student?

They took Teacher A's massive dataset and filtered out the problems where the teacher went on the most wild, branching tangents. They kept only the problems where the teacher stayed focused and logical.

The Result:
When they retrained the student using this "pruned" version of Teacher A's notes:

  • The student's performance jumped up significantly.
  • On tough math competitions (like AIME), the student improved by 5% to 5.5%.
  • The student stopped getting lost in the forest and started walking the straight path.

Summary Analogy

Imagine you are learning to drive.

  • Teacher A is an instructor who says, "Okay, let's try turning left. Oh, that's a dead end. Let's try right. No, that's a wall. Let's try going backward. Let's try driving on the sidewalk just to see what happens." You learn all the wrong moves, but you memorize the instructor's voice perfectly.
  • Teacher B is an instructor who says, "Turn the wheel left, check the mirror, accelerate." Simple, direct, effective.

The paper proves that memorizing the "chatter" of a genius (Teacher A) makes you a worse driver than learning the "direct logic" of a slightly less flashy genius (Teacher B). By filtering out the "chatter" (the branching paths), you can turn a good teacher into a great one.

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 →