← Latest papers
💬 NLP

Structural Rationale Distillation via Reasoning Space Compression

This paper proposes Distillation through Reasoning Path Compression (D-RPC), a method that improves knowledge transfer from large to small language models by constraining teacher rationales to a dynamically maintained bank of reusable high-level reasoning paths, thereby reducing supervision noise and achieving superior performance across multiple reasoning benchmarks compared to existing distillation techniques.

Original authors: Jialin Yang, Jiankun Wang, Jiajun Wu, Henry Leung, Jiayu Zhou, Steve Drew

Published 2026-05-11
📖 4 min read☕ Coffee break read

Original authors: Jialin Yang, Jiankun Wang, Jiajun Wu, Henry Leung, Jiayu Zhou, Steve Drew

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 chef how to cook a specific dish, like a perfect lasagna. You have a world-famous Master Chef (the Large Language Model) who is incredibly talented but also a bit chaotic.

Every time you ask the Master Chef to explain how to make the lasagna, they give you a completely different recipe:

  • Monday: "First, boil the noodles, then layer the cheese, then bake."
  • Tuesday: "Start by making the sauce, then layer the meat, then bake."
  • Wednesday: "Just throw everything in a pot and stir until it's done."

Even though all these methods might eventually result in a delicious meal, the Apprentice (the Small Language Model) is confused. They can't find a pattern. They are trying to memorize three different ways to do the same thing, which makes learning slow and messy. This is the problem the paper calls "rationale divergence."

The Solution: The "Cookbook" (D-RPC)

The authors propose a new method called D-RPC (Distillation through Reasoning Path Compression). Instead of letting the Master Chef improvise every time, they give them a Cookbook.

Here is how the process works, step-by-step:

1. Building the Cookbook (The Bank)
First, the researchers ask the Master Chef to solve a small sample of problems. They look at how the Chef solved them and group similar strategies together.

  • Example: They notice that for "unit rate" math problems, the Chef usually does two things: "Calculate the speed" and "Multiply by time."
  • They write this down as a standard, reusable Reasoning Path in their Cookbook. They do this for many types of problems, creating a compact library of the best, most consistent ways to think about things.

2. Teaching with the Cookbook (Guided Generation)
Now, when it's time to teach the Apprentice, they don't let the Chef just "wing it."

  • When a new math problem comes in, the system looks at the Cookbook and finds the best matching recipe (Reasoning Path) for that specific type of problem.
  • The Master Chef is then told: "For this problem, please follow this specific recipe from the book."
  • The Chef still does the actual math and explains the details, but the structure of their thinking is now consistent. Every "unit rate" problem gets the same two-step structure.

3. The Apprentice Learns
The Apprentice watches the Master Chef follow these consistent recipes. Because the structure is the same for similar problems, the Apprentice can easily spot the pattern and internalize the strategy. They aren't confused by random variations; they learn a reliable method.

4. Updating the Cookbook
If the Master Chef solves a problem in a brand-new, brilliant way that isn't in the book yet, and the answer is correct, the system saves it. Later, it adds this new recipe to the Cookbook so the system gets smarter over time.

Why This Works (The "Goldilocks" Zone)

The paper uses some fancy math to prove a simple point: You need the right amount of recipes.

  • Too few recipes: The Cookbook is too small. If a problem doesn't fit the few recipes you have, the Chef has to improvise, and the Apprentice gets confused again.
  • Too many recipes: The Cookbook is huge and messy. If there are 1,000 different ways to solve a simple problem, the Apprentice still can't find the pattern.
  • Just right: The system finds a "sweet spot" where the Cookbook is small enough to be consistent but big enough to cover all the different types of problems.

The Results

The researchers tested this on five different "kitchens" (math and reasoning benchmarks) using two different apprentices (small AI models).

  • Better Grades: The apprentices trained with the "Cookbook" method (D-RPC) got significantly higher scores than those trained with the old "improvise everything" method.
  • Less Waste: The Cookbook method was also more efficient. It didn't require the Master Chef to write long, rambling explanations (like some other methods that use huge templates). It was concise and to the point.

In Summary

The paper argues that to teach a small AI to think like a big AI, you shouldn't just let the big AI talk freely. Instead, you should organize the big AI's thoughts into a consistent, reusable set of patterns (a Cookbook) and force it to follow those patterns when teaching. This reduces the noise and confusion, allowing the small AI to learn faster and think better.

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 →