← Latest papers
💻 computer science

Distribution-Aligned Sequence Distillation for Superior Long-CoT Reasoning

This paper introduces DASD-4B-Thinking, a lightweight open-source reasoning model that achieves state-of-the-art performance by addressing critical limitations in current sequence-level distillation through a novel training pipeline that better aligns teacher-student distributions and mitigates exposure bias, all while utilizing significantly fewer training samples.

Original authors: Shaotian Yan, Kaiyuan Liu, Chen Shen, Bing Wang, Sinan Fan, Jun Zhang, Yue Wu, Zheng Wang, Jieping Ye

Published 2026-01-15
📖 5 min read🧠 Deep dive

Original authors: Shaotian Yan, Kaiyuan Liu, Chen Shen, Bing Wang, Sinan Fan, Jun Zhang, Yue Wu, Zheng Wang, Jieping Ye

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, world-class professor (the Teacher) who can solve incredibly difficult math problems, write complex code, and answer tough science questions. Now, imagine you have a bright but small student (the Student) who wants to learn from this professor but doesn't have the same brainpower or memory.

The goal of this paper is to teach the small student to think like the big professor, even though the student is much smaller. The team at Alibaba Cloud created a new way to do this called DASD-4B-Thinking.

Here is how they did it, explained through simple analogies:

The Old Way: Just Copying the Homework

Previously, researchers tried to teach the student by giving them the professor's finished homework answers. The student would just memorize these answers.

  • The Problem: Sometimes the professor's answers were too perfect and rare, and sometimes they were messy. If the student just randomly picked homework to copy, they might miss the most important lessons or get confused by the messy ones. Also, the student only learned to copy when the professor was standing right next to them (looking at the answer), but in the real world, the student has to solve problems alone. This is like a student who can only write an essay if the teacher whispers the next word to them; when they try to write alone, they get stuck.

The New Way: A Smarter Training Camp

The authors realized they needed a better training plan. They introduced three main "superpowers" to fix the old problems:

1. The "Warm-Up" and "Sprint" Strategy (Temperature-Scheduled Learning)

Imagine the professor is teaching a class.

  • The Old Mistake: The teacher would sometimes give the class very easy, obvious answers, and other times give wild, confusing, or rare answers. The student got confused trying to learn from the wild ones before they understood the basics.
  • The New Fix: The team created a two-step schedule.
    • Step 1 (Warm-Up): First, they gave the student the professor's clearest, most confident answers (low temperature). This helped the student build a strong foundation and learn the basic patterns quickly.
    • Step 2 (Sprint): Once the student was confident, they introduced more diverse and tricky answers (high temperature). This exposed the student to a wider variety of problem-solving styles, making them more flexible and robust.
    • Result: The student learned the basics first, then expanded their horizons, rather than getting overwhelmed immediately.

2. The "Spot the Difference" Filter (Divergence-Aware Sampling)

When the professor and the student look at a problem, they sometimes think differently.

  • The Old Mistake: The student was forced to copy every answer the professor gave, even if the student was already confident in a different (wrong) way. This confused the student's brain.
  • The New Fix: The team built a filter that looks at the answers and asks: "Where does the professor think this is a great idea, but the student thinks it's a bad idea?"
    • They focused the training on these specific moments. These are the "high-value" lessons where the student is most likely to learn something new and correct their mistakes.
    • They ignored the answers where the student and professor already agreed (because the student already knew that) or where the student was confidently wrong in a way that couldn't be fixed easily.
    • Result: The student spent their study time only on the lessons that actually needed to be learned, making their study time much more efficient.

3. The "Practice Run" Drill (Mixed-Policy Distillation)

This fixes the problem of the student needing the teacher to whisper the next word.

  • The Old Mistake: The student practiced by copying the teacher's full answers. But in the real test, the teacher isn't there. The student would start writing, get stuck, and then panic because they had never practiced finishing a sentence on their own.
  • The New Fix: They created a "practice drill."
    • They let the student try to solve a problem on their own.
    • If the student started to go off-track or got stuck, they stopped the student mid-sentence.
    • Then, the professor stepped in to finish the sentence correctly.
    • The student then learned from this "half-written, half-corrected" answer.
    • Result: The student learned how to recover from their own mistakes and finish the job without help, making them much more reliable in the real world.

The Amazing Results

By using this smart training camp, the team created a tiny model (only 4 Billion parameters, which is very small in the AI world) that can think as well as, or even better than, much larger models (some with 32 Billion parameters).

  • Efficiency: They achieved these results using only 448,000 training examples. Other teams often use millions or even tens of millions of examples to get similar results. It's like getting a PhD with a fraction of the study time.
  • Performance: On hard math competitions (like AIME), coding challenges, and science questions, this small model beat many of the "giants" in the field.

Summary

The paper shows that you don't need a massive amount of data or a giant computer to create a smart AI. Instead, you need a smarter way to teach. By teaching the student in stages, focusing on the right lessons, and practicing how to finish tasks on their own, a small AI can become a reasoning champion.

The team has shared their "textbook" (the dataset) and the "graduated student" (the model) with the world so others can learn from their method.

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 →