← Latest papers
🤖 AI

Reasoning Models Can be Accurately Pruned Via Chain-of-Thought Reconstruction

This paper proposes Reasoning-Aware Compression (RAC), a pruning technique that jointly reconstructs input activations and on-policy chain-of-thought traces to effectively reduce the deployment costs of reasoning models while avoiding the performance degradation and increased latency caused by standard pruning methods.

Original authors: Ryan Lucas, Kayhan Behdin, Zhipeng Wang, Qingquan Song, Shao Tang, Rahul Mazumder

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

Original authors: Ryan Lucas, Kayhan Behdin, Zhipeng Wang, Qingquan Song, Shao Tang, Rahul Mazumder

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, over-achieving student named "Reasoning AI." This student is amazing at solving complex math problems and writing code, but they have a quirky habit: before giving you the final answer, they write out a massive, detailed diary of their thought process. They don't just say "The answer is 42"; they write 50 pages of "Let's see, if I try this, then that, but wait, maybe not..." before finally landing on the answer.

While this makes them very accurate, it's also incredibly slow and expensive to run. You want to hire a smaller, cheaper version of this student (a "pruned" model) to do the same job.

The Problem: The "Wrong Homework" Mistake
Usually, when engineers try to shrink these big AI models, they use a method called pruning. Think of pruning like editing a book to make it shorter by cutting out words you don't think are important.

To decide which words to cut, the editors (the pruning algorithms) usually look at a sample of the student's input—the questions they are asked. They assume, "Okay, the student is good at answering these questions, so if we keep the parts of their brain that handle the questions, we'll be fine."

The paper argues this is a huge mistake for reasoning models. It's like trying to train a marathon runner by only watching them tie their shoes. You're ignoring the part where they actually run.

For reasoning models, the "running" part is the long chain of thoughts (the CoT). If you only train your pruning algorithm on the questions (the input) and ignore the long thinking process, the shrunken model gets confused. It starts rambling even more than before, writing 100 pages of confused thoughts instead of 50, and it still gets the answer wrong. It becomes slower and dumber at the same time.

The Solution: "Reasoning-Aware Compression" (RAC)
The authors propose a simple fix called Reasoning-Aware Compression (RAC).

Instead of just showing the pruning algorithm the questions, they say: "Let's make the model answer the questions first, write out its full thought process, and then use that entire process to decide what to cut."

The Analogy: The Rehearsal
Imagine you are editing a play.

  • Old Method: You read the script's opening lines and decide which actors to fire based on how they look in the first scene.
  • RAC Method: You watch the entire rehearsal, including the long, messy middle scenes where the actors are figuring out the plot. You only fire the actors who mess up during the actual performance.

By letting the model "rehearse" its own thinking process during the editing phase, the pruning algorithm learns exactly which parts of the brain are needed for the long, complex reasoning steps.

What Happened When They Tried It?
The team tested this on several powerful AI models (like DeepSeek-R1 and Qwen) using math and coding tests.

  1. Accuracy: When they used the old method, cutting 50% of the model's brain made it fail almost everything. With RAC, the shrunken model kept almost all of its smarts, even with 50% of its weights removed.
  2. Speed: The old method made the models so confused they would ramble on for hours, taking forever to answer. RAC kept the models focused. They answered just as fast as the big models, or even faster, because they didn't get stuck in loops of confused thinking.
  3. Versatility: This trick worked whether they were cutting the model randomly or in specific patterns, and it worked on different types of models.

The Bottom Line
If you want to make a smart, reasoning AI smaller and cheaper, you can't just look at the questions it's asked. You have to watch how it thinks while answering them. By including the model's own "thinking diary" in the editing process, you can shrink the model without losing its brain or making it slower. It's a simple tweak that stops the model from getting lost in its own thoughts.

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 →