← Latest papers
💬 NLP

Better, Faster: Harnessing Self-Improvement in Large Reasoning Models

The paper proposes HSIR, a framework that enhances Large Reasoning Models by addressing data imbalance and overthinking through a verify-then-exit sampling strategy and an Intrinsic Diversity score, thereby significantly improving both reasoning performance and inference efficiency.

Original authors: Qihuang Zhong, Liang Ding, Juhua Liu, Bo Du, Leszek Rutkowski, Dacheng Tao

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

Original authors: Qihuang Zhong, Liang Ding, Juhua Liu, Bo Du, Leszek Rutkowski, Dacheng Tao

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 student (the AI model) who is trying to learn how to solve complex puzzles, like medical diagnoses or tricky math problems. The best way to learn is to practice, but getting a teacher to grade every single practice attempt is expensive and slow. So, the student tries a new strategy: Self-Improvement. They generate their own practice problems, solve them, and use their own "correct" answers to teach themselves.

The paper argues that while this sounds great, the student's current self-teaching method has two major flaws that actually make them worse over time. The authors propose a new system called HSIR to fix these flaws, making the student "Better" (smarter) and "Faster" (more efficient).

Here is the breakdown of the problem and the solution, using simple analogies:

The Two Big Problems

1. The "Easy Mode" Trap (Data Imbalance)

  • The Problem: When the student practices on their own, they mostly generate easy questions they can already answer. They rarely stumble upon the really hard, tricky questions that would actually help them grow. It's like a basketball player only practicing free throws because they are easy to make, ignoring the difficult three-pointers that win games.
  • The Consequence: The student gets good at easy stuff but fails when faced with complex challenges.

2. The "Over-Explaining" Trap (Overthinking)

  • The Problem: Sometimes, the student gets the right answer but takes a ridiculous, winding path to get there. They might repeat the same thought five times, go down a dead end, backtrack, and then finally say, "Oh, the answer is X."
  • The Consequence: The student learns to be verbose and repetitive. They waste time and mental energy on redundant steps, which slows them down and confuses their logic.

The Solution: HSIR (Harnessing Self-Improvement)

The authors propose a two-step coach to fix these issues:

Step 1: The "Verify-then-Exit" Strategy (Fixing the Easy Mode Trap)

  • How it works: Imagine the student is trying to solve a hard puzzle and fails. Usually, you'd throw that attempt in the trash. But the HSIR coach looks closer. They see that halfway through the failed attempt, the student actually did figure out the correct answer, but then got confused and changed their mind.
  • The Magic: Instead of discarding the whole attempt, the coach says, "Stop right there! You found the answer at step 5. Let's cut off the confusing part and save that correct moment as a new lesson."
  • The Result: The student gets to learn from "almost right" attempts on hard questions, turning failures into valuable training data without having to start from scratch.

Step 2: The "Intrinsic Diversity" Score (Fixing the Over-Explaining Trap)

  • How it works: The coach needs a way to spot the "over-explainers." Instead of just counting how many words the student used (which isn't always fair), the coach looks inside the student's brain (the model's internal states).
  • The Analogy: Think of the student's thoughts as a playlist. If the playlist just repeats the same song over and over, it's boring and redundant. The coach uses a special "Diversity Meter" to check if the student's thoughts are varied and fresh. If the thoughts are too repetitive (low diversity), the coach marks that solution as "bad practice" and throws it away.
  • The Result: The student is forced to learn only from concise, unique, and efficient reasoning paths.

The Outcome: "Better, Faster"

By using this new system, the paper shows that the AI models:

  1. Get Smarter: They improve their accuracy on difficult tasks (like medical exams) by up to 10.9% compared to old methods.
  2. Get Faster: They stop wasting time on repetitive thoughts, reducing the time it takes to give an answer by up to 42.4%.

A Bonus Upgrade: H-GRPO

The authors also took these ideas and applied them to a more advanced training style called Reinforcement Learning (where the AI learns by getting rewards). They created a new version called H-GRPO. This version gives the AI a "bonus reward" whenever it solves a problem quickly and without repeating itself, further encouraging the "Better and Faster" behavior.

In Summary:
The paper teaches us that simply letting AI models practice on their own isn't enough; they need a smart coach. This coach (HSIR) rescues valuable lessons from failed attempts and filters out the boring, repetitive ones. The result is an AI that learns faster, thinks more clearly, and solves harder problems without wasting time.

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 →