← Latest papers
🤖 machine learning

Towards Efficient Large Language Reasoning Models via Extreme-Ratio Chain-of-Thought Compression

This paper introduces Extra-CoT, a novel framework that achieves extreme Chain-of-Thought compression with minimal accuracy loss by combining a semantically-preserved compressor, mixed-ratio supervised fine-tuning, and a Constrained and Hierarchical Ratio Policy Optimization (CHRPO) strategy to enable efficient, high-fidelity reasoning in Large Language Models.

Original authors: Yuntian Tang, Bohan Jia, Wenxuan Huang, Lianyue Zhang, Jiao Xie, Wenxi Li, Wei Li, Jie Hu, Xinghao Chen Rongrong Ji, Shaohui Lin

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

Original authors: Yuntian Tang, Bohan Jia, Wenxuan Huang, Lianyue Zhang, Jiao Xie, Wenxi Li, Wei Li, Jie Hu, Xinghao Chen Rongrong Ji, Shaohui Lin

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-enthusiastic student (the AI) who is trying to solve a math problem. When you ask them a simple question like "What is 2+2?", they don't just say "4." Instead, they write a 50-page essay explaining the history of numbers, the concept of addition, and why the number 2 is special, before finally circling the answer "4."

This is called Chain-of-Thought (CoT) reasoning. It helps the AI get the right answer, but it's incredibly slow and expensive because the AI is "overthinking" and generating way too many words (tokens).

The paper introduces a new system called Extra-CoT to solve this. Think of it as a three-step training program to teach this over-enthusiastic student how to be concise without losing their smarts.

The Problem with Existing "Editors"

Before this paper, researchers tried to use "editors" to cut down the student's long essays. These editors would just chop off words randomly or based on simple rules.

  • The Analogy: Imagine an editor who cuts out a sentence saying, "The square root of 109 is approximately 10.44." If they cut it in half, you might be left with "The square root of 10..." which makes no sense.
  • The Result: When these editors tried to cut the essay down to a tiny size (like 20% of the original), the student's answers became garbage. The logic fell apart because the "critical steps" were chopped up.

The Extra-CoT Solution: A Three-Step Training Camp

The authors propose a new method that treats the student and the editor differently.

Step 1: The "Math-Savvy" Editor (The Compressor)

First, they train a special editor who understands math formulas better than anyone else.

  • How it works: Instead of just looking at words, this editor treats a whole math formula (like x2+12x=73x^2 + 12x = 73) as a single, unbreakable "block." They know that if you cut a formula in half, the whole thing breaks.
  • The Analogy: Imagine a librarian who knows that a specific book chapter is the "clue" to a mystery. If they need to shrink the library, they won't tear out pages from that chapter; they will keep the whole chapter intact and cut out the boring descriptions around it.
  • The Goal: This creates a "gold standard" of shortened answers that are still logically perfect.

Step 2: The "Mixed-Mode" Classroom (SFT)

Next, they teach the main AI student to follow instructions from this new editor.

  • How it works: They show the student examples where the editor says, "Keep 80% of the text," then "Keep 60%," then "Keep 20%."
  • The Analogy: It's like a coach training an athlete to run different distances. The athlete learns that when the coach yells "Short sprint!" they don't just stop running; they run efficiently for that specific distance. This teaches the AI to be obedient to different "budgets" of words.

Step 3: The "Risk-Taking" Coach (CHRPO)

Finally, they use a special reward system (Reinforcement Learning) to push the student to be even more efficient.

  • The Problem: The student is scared to be too short because they might get the answer wrong.
  • The Solution: The coach (CHRPO) gives a huge bonus if the student gets the answer right and uses very few words. But, if the student tries to be too short and gets it wrong, the penalty is massive.
  • The Analogy: Imagine a game show where you get a prize for solving a puzzle in 10 seconds. If you solve it in 5 seconds, you get a double prize. But if you rush and get it wrong, you lose everything. This encourages the AI to find the "sweet spot" of being super fast but still accurate.

The Results

The paper tested this on hard math problems (like those found in high school competitions).

  • The Win: The new system (Extra-CoT) could cut the number of words the AI generated by 73% (down to just 27% of the original length) while actually getting more questions right than before.
  • Comparison: The old methods (like "TokenSkip") crashed when asked to be this short. They would either refuse to follow the order or give wrong answers. Extra-CoT stayed calm and accurate even at the extreme limits.
  • Speed: Because the AI writes so much less, it solves problems 3 times faster in real-time.

Summary

In short, Extra-CoT is a system that teaches AI to stop "overthinking." It uses a smart editor that respects math formulas, trains the AI to follow strict word limits, and rewards it for being both fast and correct. The result is an AI that can solve complex logic puzzles using a fraction of the computing power and time it used to need.

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 →