← Latest papers
💬 NLP

Self-Compression of Chain-of-Thought via Multi-Agent Reinforcement Learning

This paper proposes Self-Compression via Multi-Agent Reinforcement Learning (SCMA), a framework that employs specialized Segmentation and Scoring agents to selectively penalize redundant reasoning chunks while preserving essential logic, thereby significantly reducing inference overhead and improving accuracy in Large Reasoning Models compared to traditional RL approaches.

Original authors: Yiqun Chen, Jinyuan Feng, Wei Yang, Meizhi Zhong, Zhengliang Shi, Rui Li, Xiaochi Wei, Yan Gao, Yi Wu, Yao Hu, Zhiqiang Pu, Jiaxin Mao

Published 2026-01-30
📖 3 min read☕ Coffee break read

Original authors: Yiqun Chen, Jinyuan Feng, Wei Yang, Meizhi Zhong, Zhengliang Shi, Rui Li, Xiaochi Wei, Yan Gao, Yi Wu, Yao Hu, Zhiqiang Pu, Jiaxin Mao

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 but overly chatty student named "The Reasoner." When you ask this student a math problem, they don't just solve it; they write a novel about it. They say things like, "Hmm, let me think... wait, is that right? Let me check again. Oh, maybe I should try a different angle. No, that's too complicated. Let's go back to the start."

While this "over-thinking" often leads to the correct answer, it's incredibly slow and expensive to run on computers. It's like hiring a tour guide who stops to explain every single blade of grass on the way to the destination. You get there, but you're exhausted and it took twice as long.

This paper introduces a new training method called SCMA (Self-Compression via Multi-Agent Reinforcement Learning) to teach this student how to be concise without losing their smarts.

The Problem with Old Methods

Previously, researchers tried to fix this by simply telling the student: "If your answer is too long, you get a bad grade."

  • The Flaw: This is like a strict teacher who says, "No matter what, keep your essay under 500 words." The student might cut out the most important parts of their argument just to fit the word count, resulting in a wrong answer. They sacrifice the "meat" of the logic to save space.

The New Solution: A Team of Three

The authors propose a smarter approach using a team of three specialized "agents" (AI roles) that work together during training. Think of it as a production team for a movie:

  1. The Director (The Reasoning Agent): This is the main character who actually solves the problem and writes the script (the chain of thought).
  2. The Editor (The Segmentation Agent): This agent takes the Director's long script and breaks it down into small, logical scenes or "chunks."
  3. The Critic (The Scoring Agent): This agent watches those chunks and gives them a score from 1 to 5.
    • Score 1: "This was just filler. We can cut it." (e.g., "Wait, let me think...")
    • Score 5: "This is crucial! Do not touch this." (e.g., "Therefore, X equals Y.")

How They Work Together

Instead of a simple "shorter is better" rule, the team uses a smart penalty system:

  • If the Director writes a long, boring scene (low score), the Editor and Critic say, "We will punish you heavily for this length."
  • If the Director writes a long, complex, and necessary scene (high score), the team says, "It's okay to be long here; we won't punish you."

This encourages the Director to learn: "I need to cut out the fluff, but I must keep the heavy logic."

The Result: A "Self-Compressing" Student

Once this training is done, the "Editor" and "Critic" agents are turned off. The Director is left alone to work. Because they learned how to distinguish between fluff and logic during training, they now naturally produce short, punchy, and highly accurate answers.

What the paper found:

  • Shorter: The new method reduced the length of the thinking process by 11% to 39%.
  • Smarter: Surprisingly, the answers became more accurate (improving by 4% to 10%).
  • No Extra Cost: Because the extra agents are only used during training, the final system runs just as fast as a normal AI, but with much less "chatter."

In short, SCMA teaches AI models to stop rambling and start thinking efficiently, ensuring they keep the "golden nuggets" of logic while throwing away the "dirt."

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 →