← Latest papers
💬 NLP

Training Large Reasoning Models Efficiently via Progressive Thought Encoding

This paper introduces Progressive Thought Encoding, a parameter-efficient fine-tuning method that enables Large Reasoning Models to achieve significantly higher accuracy on complex mathematical benchmarks while overcoming memory bottlenecks by encoding intermediate reasoning into fixed-size vectors, thereby eliminating the need for full-cache backpropagation during reinforcement learning.

Original authors: Zeliang Zhang, Xiaodong Liu, Hao Cheng, Hao Sun, Chenliang Xu, Jianfeng Gao

Published 2026-02-20
📖 4 min read☕ Coffee break read

Original authors: Zeliang Zhang, Xiaodong Liu, Hao Cheng, Hao Sun, Chenliang Xu, Jianfeng Gao

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 solve a very difficult math problem, like a complex puzzle. You have a brilliant assistant (the AI) who can think through the steps, but this assistant has a very strange limitation: their working memory is tiny.

They can only hold about 10 pages of notes in front of them at once. If the solution requires 100 pages of thinking, the moment they write page 11, page 1 falls off the desk and is lost forever.

The Problem: The "Falling Notes" Dilemma

In the world of Artificial Intelligence, these "notes" are called tokens, and the "desk" is the KV Cache (a memory buffer).

  • The Old Way (Full Memory): To solve hard problems, the AI used to be given a massive desk that could hold all 100 pages. But this desk is so huge and heavy that it costs a fortune to rent (expensive GPUs) and takes forever to organize.
  • The "Sliding Window" Way (The Cheap Desk): To save money, researchers tried giving the AI a small, fixed-size desk. As new notes came in, old ones were pushed off the edge.
    • The Flaw: If the AI is solving a problem where the answer on page 90 depends on a clue from page 5, and page 5 fell off the desk, the AI gets confused and fails. It's like trying to finish a story when you've forgotten the beginning.

The Solution: "Progressive Thought Encoding"

The authors of this paper came up with a clever trick called Progressive Thought Encoding.

Instead of letting the old notes fall off the desk and disappear into the trash, they teach the AI a new skill: Summarizing on the fly.

Here is how it works, using a creative analogy:

The "Traveling Journalist" Analogy

Imagine the AI is a journalist writing a long investigative report.

  1. The Constraint: The editor says, "You can only keep the last 10 pages of your notebook on your desk. The rest must be cleared."
  2. The Old Method: The journalist just throws away the old pages. When they need to reference a fact from page 3, they can't find it. The story falls apart.
  3. The New Method (Progressive Thought Encoding):
    • Every time a page is about to be thrown off the desk, the journalist doesn't just toss it.
    • Instead, they quickly write a one-sentence summary of that page's most important clues into a special Traveling Journal (this is the "vector representation" or "LoRA adapter").
    • They then throw the full page away, but they keep the Journal.
    • As they write more, they keep adding new summaries to the Journal.
    • When they need to remember something from the beginning, they don't look at the lost pages; they read the Journal.

Why This is a Game-Changer

1. It's Like a "Magic Backpack"
The AI learns to compress its entire history of thinking into a tiny, lightweight "backpack" (the model weights). Even though the desk (cache) is small, the backpack contains the essence of everything the AI has thought about so far.

2. Cheaper and Faster Training
Because the AI doesn't need a massive desk to hold all its thoughts, it can train on much cheaper computers. The paper shows this cuts the memory usage by nearly 50%. It's like switching from renting a warehouse to using a backpack.

3. Smarter Thinking
Surprisingly, this method didn't just save money; it made the AI smarter.

  • When the AI is forced to summarize its thoughts, it learns to focus on what's actually important.
  • In tests on hard math competitions (like AIME), this method beat the standard "big desk" methods by a huge margin (up to 23% better on some tests).

The Bottom Line

The paper solves a major bottleneck in AI: How do we make super-smart AI that can think for a long time without needing a super-expensive computer?

By teaching the AI to "summarize its past thoughts" before forgetting them, the researchers created a system that is:

  • Efficient: Uses half the memory.
  • Scalable: Can run on smaller, more accessible hardware.
  • Accurate: Actually solves harder problems than before because it doesn't lose the "thread" of its reasoning.

It's the difference between a student who forgets the first half of the exam instructions because their notebook is too small, and a student who writes a perfect cheat-sheet summary of every page they've read, allowing them to ace the test even with a tiny notebook.

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 →