← Latest papers
💻 computer science

DRP: Distilled Reasoning Pruning with Skill-aware Step Decomposition for Efficient Large Reasoning Models

The paper proposes Distilled Reasoning Pruning (DRP), a hybrid framework that combines inference-time pruning with skill-aware step decomposition and distillation to significantly reduce token usage in Large Reasoning Models while maintaining or improving accuracy on complex mathematical reasoning tasks.

Original authors: Yuxuan Jiang, Dawei Li, Francis Ferraro

Published 2026-04-28
📖 4 min read☕ Coffee break read

Original authors: Yuxuan Jiang, Dawei Li, Francis Ferraro

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 Problem: The "Over-Thinker" Student

Imagine a very smart student (the Student Model) who is trying to solve a math problem. This student is brilliant but has a bad habit: overthinking.

When asked a simple question like, "If Natalia sold 48 clips in April and 24 in May, how many did she sell total?", this student doesn't just do the math. Instead, they write a 5-page essay. They might say:

  • "Let me think about what 'April' means..."
  • "Wait, did I read the number right? Let me check my notes..."
  • "Actually, let me re-read the question to be sure..."
  • "Okay, now I'm going to add them up, but first, let me write down the formula..."

This is called a Long Chain-of-Thought (CoT). While it shows the student is trying hard, it's slow, uses up a lot of paper (computer tokens), and sometimes the student gets so lost in their own rambling that they make a mistake or run out of time.

The Old Solutions (Why They Didn't Work)

Researchers tried two main ways to fix this before:

  1. The "Stop Sign" Method (Pruning): Telling the student, "Stop talking after 5 sentences."
    • The Problem: The student might stop right in the middle of a crucial step, leading to a wrong answer.
  2. The "Copycat" Method (Distillation): Giving the student a textbook written by a genius teacher (the Teacher Model) who gives short, perfect answers.
    • The Problem: The student is used to thinking in long, messy paragraphs. If you hand them a short, polished textbook, they can't understand how the teacher got there. It's like trying to learn to drive by reading a manual written by a race car driver who never explains the gears. The student gets confused because the "style" doesn't match.

The New Solution: DRP (Distilled Reasoning Pruning)

The authors propose a new method called DRP. Think of it as a Personal Editor who sits between the messy student and the genius teacher.

Here is how DRP works in three simple steps:

Step 1: The Student Writes Their Messy Draft

The student solves the problem their usual way, writing out their long, rambling thoughts (the "Long CoT").

Step 2: The "Skill-Based" Editor (The Teacher)

Instead of just rewriting the answer, a powerful AI (the Teacher, like GPT-4o) acts as a Skill-Based Editor.

  • Decomposition: The Editor breaks the student's long essay into small, labeled steps.
    • Example: "Step 1: Reading the numbers (Skill: Data Extraction)."
    • Example: "Step 2: Wait, let me check that... (Skill: Self-Correction)."
  • Pruning: The Editor looks at these steps and decides what to do:
    • Keep: "This step is good."
    • Delete: "You repeated yourself here. Cut it."
    • Rewrite: "You said this three times. Say it once clearly."
    • Merge: "These two small thoughts go together. Combine them."

Crucially, the Editor keeps the structure of the student's thinking but removes the "fluff." It's like a coach telling a runner, "You ran the whole track, but you wasted energy zig-zagging. Here is the straight line you should have taken, but keep your running style."

Step 3: The Student Learns from the Edited Draft

The student is then trained (fine-tuned) on this edited, cleaner version.

  • Because the edited version still looks like the student's own thinking process (just shorter and clearer), the student learns much faster.
  • They learn how to be efficient without losing their ability to solve hard problems.

The Results: Faster and Smarter

The paper tested this on math problems (like the GSM8K and AIME datasets). Here is what happened:

  • Less Paper Used: The student started using way fewer words (tokens). On one test, they went from using 917 words down to just 328 words. That's a 64% reduction!
  • Better Grades: Surprisingly, the student didn't just get faster; they got smarter. Their accuracy went up from 91.7% to 94.1%.
  • Why? By removing the "noise" and "redundant loops" (the overthinking), the student focused better on the actual math.

The Key Takeaway

The paper argues that to teach a small, chatty AI to be efficient, you can't just force it to be short. You have to prune its own thoughts using a smart editor who understands the skills involved in solving the problem.

In short: DRP is like taking a student's messy, over-detailed homework, having a teacher highlight the important parts and cross out the nonsense, and then having the student study that "perfectly edited" version. The result is a student who thinks clearly, speaks briefly, and gets the right answer every time.

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 →