← Latest papers
🤖 AI

Momentum for Reasoning: Dense Intrinsic Signals in Policy Optimization

The paper introduces ISPO, a novel policy optimization method that densifies binary rewards with intrinsic signals derived from the policy's own probabilities to eliminate Zero-Advantage Collapse and Hallucinated Certainty, thereby significantly improving long-chain reasoning performance in large language models across challenging mathematical benchmarks.

Original authors: Hao Chen, Zhanming Shen, Liyao Li, Yanyu Chen, Xuhang Zhu, Xiaomeng Hu, Qi Zhang, Ru Peng, Xiaoyu Shen, Haobo Wang, Junbo Zhao

Published 2026-06-09
📖 4 min read☕ Coffee break read

Original authors: Hao Chen, Zhanming Shen, Liyao Li, Yanyu Chen, Xuhang Zhu, Xiaomeng Hu, Qi Zhang, Ru Peng, Xiaoyu Shen, Haobo Wang, Junbo Zhao

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 teaching a brilliant but stubborn student (the AI) how to solve complex math problems. The student writes out a long, step-by-step "thinking process" before giving a final answer.

In the current standard method (called GRPO), the teacher only gives feedback at the very end: "Correct!" or "Wrong."

The paper argues that this "all-or-nothing" feedback creates two major problems:

  1. The "Group Silence" Problem (Zero-Advantage Collapse):
    Imagine you ask the student to solve 8 similar problems.

    • If all 8 are correct, the teacher says, "Great job!" to everyone. But because everyone got the same score, the teacher can't tell which specific thinking steps were better. The student learns nothing new because there's no difference to compare.
    • If all 8 are wrong, the teacher says, "Try again" to everyone. Again, no one knows why they failed or which specific step went off the rails. The student gets stuck in a loop of guessing.
    • The Paper's Fix: Instead of just looking at the final grade, the paper suggests looking at the thinking process itself to find subtle differences, even if the final grade was the same for everyone.
  2. The "Confidently Wrong" Problem (Hallucinated Certainty):
    As the student practices, they might start making mistakes but becoming more sure of them. They might say, "I am 100% certain that 2+2=5," with perfect confidence.

    • In the old system, the teacher only sees "Wrong" at the end. They don't see that the student became too confident too early in the process. The student stops exploring other possibilities and just repeats their confident mistakes.
    • The Paper's Fix: The teacher needs to penalize the student for being "confidently wrong" on specific critical steps, encouraging them to stay open-minded even when they are stuck.

The Solution: ISPO (Intrinsic Signal Policy Optimization)

The authors propose a new method called ISPO. Think of it as giving the student a "momentum boost" for reasoning. Instead of waiting for the final exam grade, the teacher uses two internal "signals" derived from the student's own brain (the AI's own probabilities) to give constant, dense feedback.

Here are the two "instruments" the teacher uses:

1. The "Thinking-Answer Link" (Sequence-Level Signal)

  • The Metaphor: Imagine the student writes a story (the thinking trace) and then a conclusion (the answer).
  • How it works: The teacher checks: "If I remove the story, does the conclusion still make sense?"
    • If the story heavily influences the answer (high link), it means the student actually thought through the problem.
    • If the story doesn't change the answer at all, it means the student just guessed the answer and wrote a story to match it later.
  • The Benefit: Even if the whole group got the same "Wrong" grade, the teacher can see that Student A's story was actually very helpful for their answer, while Student B's story was nonsense. This breaks the "Group Silence" and gives everyone a reason to keep learning.

2. The "Confidence Check" (Token-Level Signal)

  • The Metaphor: Imagine the student is walking a tightrope. At certain critical moments (tokens), they have to make a hard choice.
  • How it works:
    • If the answer is Right: The teacher rewards the student for being confident and clear at those critical steps.
    • If the answer is Wrong: The teacher looks at the student's confidence. If the student is very confident but wrong, the teacher hits the brakes (a "hinge penalty"). This forces the student to realize, "Wait, I shouldn't be this sure I'm right."
  • The Benefit: This stops the "Confidently Wrong" problem. It forces the student to stay humble and explore other options when they are stuck, rather than digging a deeper hole of certainty.

The Result

The paper tested this on three different AI models using five difficult math benchmarks (like the AIME and Olympiad exams).

  • The Outcome: The new method (ISPO) consistently beat the old methods.
  • Where it shined most: It helped the most on the hardest problems. This makes sense because on hard problems, the old method often gets stuck in the "Group Silence" (everyone gets it wrong, so no one learns). ISPO kept the learning going by finding those subtle "thinking-answer links" and correcting "confident mistakes."

In short: The paper teaches AI models to learn from the quality of their thinking process, not just the final score. It acts like a coach who doesn't just say "You lost the game," but instead says, "Your strategy in the second quarter was great, but you got too confident in the third quarter—let's fix that." This keeps the learning momentum going even when the final result is a failure.

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 →