Latent Reasoning with Supervised Thinking States
The paper proposes "Thinking States," a method that improves reasoning efficiency and performance by generating and embedding latent thought tokens during the input processing stage, allowing for parallelizable training and reduced inference latency compared to traditional Chain-of-Thought.
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 a chef in a busy restaurant. You have two ways to handle a complex, multi-step recipe:
Method 1: The "Chain-of-Thought" (CoT) Way
Every time you finish a small step—like chopping an onion—you stop, grab a massive chalkboard, and write down exactly what you just did: "I have now chopped one onion. It is finely diced. I am ready for the next step." You do this for every single ingredient. By the time you get to the main course, your kitchen is cluttered with giant chalkboards, you’re running out of space, and you’re moving much slower because you’re constantly writing. This is how current AI works: it’s smart, but it’s "wordy" and slow because it has to type out its entire inner monologue.
Method 2: The "Thinking States" Way (The Paper's Method)
Instead of writing everything on a chalkboard, you use a mental notepad. As you chop the onion, you quickly summarize the "state" of your work in your head: "Onion: chopped." You don't write it down for everyone to see; you just hold that "state" in your mind and use it to guide your next move. You move faster, your kitchen stays clean, but you are still performing the same high-level reasoning.
What is this paper actually about?
The researchers have created a way for AI to "think" without having to "speak" its every thought.
Currently, if you want an AI to solve a hard math problem, you have to tell it to "show its work." This makes the AI smarter, but it also makes it incredibly slow and expensive because it generates hundreds of extra words just to process the logic.
The authors propose "Thinking States." Here is how it works in three simple steps:
- The Chunking: Instead of reading a whole sentence and then thinking, the AI reads the text in small "chunks" (like bites of food).
- The Mental Summary: After each chunk, a tiny, specialized part of the AI generates a quick "thought" in natural language. But—and here is the magic—it doesn't actually type those words out into the chat. Instead, it compresses those thoughts into a mathematical "summary" (a State) and injects that summary directly into its "brain" before it reads the next chunk.
- The Speed Boost: Because the AI isn't wasting time printing out long paragraphs of reasoning, it can process information much faster. It’s like the difference between someone explaining their entire thought process out loud versus someone who just nods and moves to the next step.
Why is this a big deal?
- It’s a "Smart Shortcut": In their tests, the AI was almost as smart as the "wordy" version (CoT) but much faster. On certain tasks, like tracking how many coins are flipped in a sequence, it was actually better at long-term memory than the wordy version.
- It’s Easy to Teach: Usually, teaching an AI to "think in secret" is incredibly hard because you can't see what it's thinking to correct it. The researchers found a clever way to use existing "show your work" data to train the AI's "secret thoughts," making the training process much faster and more efficient.
- It’s Efficient: It solves the "clutter" problem. The AI gets the benefits of deep reasoning without the "extra baggage" of long, unnecessary text.
The Bottom Line
This paper is teaching AI how to have an efficient inner monologue. It allows the model to keep a "running tally" of its logic in its head, making it faster, leaner, and more capable of handling long, complex problems without getting lost in its own words.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.