← Latest papers
💬 NLP

Training Continuous Chain of Thought Models: A Tale of Two Regimes

This paper introduces C-MTP, a faster direct supervision method for training continuous Chain-of-Thought models that outperforms prior direct approaches and matches slower indirect methods on short reasoning traces, while revealing that current continuous CoT techniques struggle significantly when applied to complex tasks with longer reasoning chains.

Original authors: Varun Yerram, He He, Eunsol Choi

Published 2026-07-21
📖 5 min read🧠 Deep dive

Original authors: Varun Yerram, He He, Eunsol Choi

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 super-smart robot how to solve a tricky puzzle. In the past, the robot would just blurt out the answer, often getting it wrong because it didn't think things through. Then, scientists discovered a magic trick: if they told the robot to "think out loud" first, writing down every little step of its reasoning, the robot became much better at solving problems. This is called "Chain-of-Thought." It's like a student showing their work on a math test; the more steps they write down, the more likely they are to get the right answer.

However, there's a catch. Writing out every single step takes a lot of time and computer power. It's like asking a runner to stop and write a diary entry after every single step they take. It slows them down to a crawl. So, researchers started asking: "Can we make the robot think in a secret, compressed language? Can it do all that thinking in its head using short, dense notes instead of long sentences?" This idea is called "Continuous Chain-of-Thought." The goal is to keep the smart thinking but lose the slow, wordy talking. But here is the big question: Can we actually teach a robot to think in these secret notes without losing its smarts?

This paper, titled "Training Continuous Chain of Thought Models: A Tale of Two Regimes," dives deep into that question. The authors, Varun Yerram, He He, and Eunsol Choi, act like detectives testing two different ways to teach the robot this secret language. They call these two methods "Direct Supervision" and "Indirect Supervision."

Think of Indirect Supervision like a teacher who watches a student solve a problem step-by-step on a whiteboard. The teacher uses a special process where the robot autoregressively predicts intermediate thoughts (latents) one by one. To guide this slow, serial prediction, the teacher model (which has already solved the problem using full text) shares its internal "brain states" (activations) with the student robot. The robot learns to mimic these internal states to generate its own sequence of thoughts, one after another, like a line of dominoes falling. It's accurate but slow.

Direct Supervision, which the authors introduce as a new method called C-MTP, is more like a teacher handing the student a stack of index cards. Each card represents a chunk of the thinking process. The teacher says, "Here is the answer for this whole chunk of thinking; just learn to predict the words that go on this card." This allows the robot to learn many steps at the same time, like reading a whole page of a book instead of one letter at a time. It's much faster and more efficient.

The researchers tested these two methods on three different levels of difficulty, like climbing a mountain with three camps.

Camp 1: The Easy, Structured Path.
On simple math problems where the thinking is short and tidy (like "18 times 12 equals 216"), the new Direct Supervision (C-MTP) method was a superstar. It was faster to train, needed fewer examples to learn, and actually got better at solving problems it had never seen before compared to the old, slow Indirect method. It was like a sprinter who could run just as fast as the marathon runner but with much less training.

Camp 2: The Verbose, Chatty Path.
When the problems got a bit more complex and the thinking required long, chatty explanations (like writing full sentences for every step), the tables turned. The Indirect Supervision method took the lead. Why? Because it was designed to compress long, messy thoughts into a few short notes. The Direct method struggled here because it tried to predict every single word of the long explanation, and if it made one small mistake, the whole chain of thought fell apart. It was like trying to copy a long story by guessing every word; one typo ruins the whole paragraph.

Camp 3: The Realistic, Chaotic Summit.
Finally, the researchers tested both methods on the hardest, most realistic problems—complex math puzzles with hundreds of words of reasoning, just like a human would write. This is where the story takes a sad turn. Both methods, the fast Direct one and the careful Indirect one, crashed and burned. Their performance dropped by about 65% compared to the standard method of just letting the robot write out all its thoughts.

The authors found that on these realistic, long tasks, neither method could handle the complexity. The Direct method kept making small math errors that piled up, and the Indirect method couldn't compress the long, messy thoughts accurately enough. It turns out that the current "secret language" of Continuous Chain-of-Thought isn't quite ready for the real world yet. The paper suggests that the easy benchmarks we use to test these robots might be lying to us, making them look smarter than they really are when faced with real, messy problems.

In the end, the paper doesn't declare a single winner. Instead, it tells us that while the new Direct method is a fantastic, speedy tool for simple, structured tasks, we still have a long way to go before robots can think in secret codes for complex, real-world problems. The dream of a robot that thinks fast and smart without writing everything down is still a work in progress.

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 →