← Latest papers
🤖 AI

Beyond Trajectory Imitation: Strategy-Guided Policy Optimization for LLM Reasoning

This paper introduces Strategy-Guided Policy Optimization (SGPO), a novel framework that enhances LLM reasoning by distilling reusable problem-solving strategies from strong models via token-level forward-KL objectives and adaptive weighting, thereby outperforming traditional trajectory imitation and other baselines on mathematical benchmarks.

Original authors: Tianyuan Shi, Canbin Huang, Bei Li, Xin Chen, Xiaojun Quan, Jingang Wang, Qifan Wang

Published 2026-06-24
📖 5 min read🧠 Deep dive

Original authors: Tianyuan Shi, Canbin Huang, Bei Li, Xin Chen, Xiaojun Quan, Jingang Wang, Qifan Wang

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

The Big Problem: Copying the Answer vs. Learning the Game Plan

Imagine you are trying to teach a student how to solve a difficult math problem.

The Old Way (Trajectory Imitation):
Currently, most methods work like a strict copycat. You show the student a "perfect" solution written by a genius. The student is told: "Write down exactly what the genius wrote, step-by-step."

  • The Flaw: The student memorizes the specific steps for that specific problem. If you give them a slightly different problem, they get stuck because they memorized the "script" rather than learning the "logic." They know what to write, but not why those steps were chosen.

The New Way (SGPO):
This paper proposes a new method called SGPO (Strategy-Guided Policy Optimization). Instead of forcing the student to copy the exact script, the teacher extracts a Strategy Guide.

  • The Strategy Guide: This is a high-level map. It says, "This is a fraction problem. First, find the common denominator. Then, multiply both sides. Then, isolate the variable." It tells you the plan but doesn't do the actual math or give the final answer.
  • The Goal: The student learns to internalize this "how-to" thinking so they can solve new problems on their own, without needing the map in front of them later.

How SGPO Works: The "Coach" and the "Player"

The researchers set up a training session that looks like a sports practice with two groups of players for every single problem:

  1. The "Autonomous" Group (The Player on their own):
    The student tries to solve the problem without any help. Sometimes they get it right; sometimes they fail. This keeps their natural problem-solving skills sharp.

  2. The "Strategy-Guided" Group (The Player with a Coach):
    The student tries to solve the same problem, but this time they have the "Strategy Guide" (the map) in front of them. The coach whispers the plan: "Remember, find the common denominator first!"

The Magic Trick:
The system doesn't just tell the student to copy the "Guided" group's answer. Instead, it compares the two groups to see where the coach made a difference.

  • The "Forward-KL" Signal (The Spotlight):
    Imagine the student is walking through a dark forest. The "Autonomous" group wanders randomly. The "Guided" group walks a straight path because of the map.
    The system looks at the path and asks: "Where did the map change the student's direction?"
    • If the student was just saying "Okay, let's start..." (boring, routine words), the map didn't change anything. Ignore this.
    • If the student was about to guess a number, but the map said, "No, use the quadratic formula here," that is a critical moment.
      The system puts a spotlight on these critical moments and teaches the student to make that same smart choice even when the map is gone later.

The Safety Nets (Proximal Constraints)

Teaching a student to change their mind based on a coach's advice can be risky. If you push too hard, they might forget how to think for themselves entirely (a phenomenon called "entropy collapse").

SGPO uses three safety nets to keep things stable:

  1. Reachable Targets: It only teaches the student strategies that are actually within their reach. If the coach suggests a move that is too hard for the student to ever learn, the system skips it.
  2. Clipping: It ignores extreme differences. If the coach's advice is wildly different from the student's instinct, it doesn't force a massive, confusing change all at once.
  3. Adaptive Weighting (The "Volume Knob"):
    • Early in training: The student is bad at math. The "Volume" on the coach's advice is turned up. The student needs all the help they can get.
    • Later in training: The student gets smarter. The "Volume" on the coach is turned down. The system trusts the student's own growing ability and stops micromanaging.

What the Results Show

The researchers tested this on four difficult math benchmarks (like high school and college-level math competitions) using different AI models.

  • Beating the Competition: SGPO consistently scored higher than the old "copycat" methods (Supervised Fine-Tuning) and other advanced methods that mix copying with reinforcement learning.
  • The "Smart Student" Effect: The method worked best on models that were already somewhat smart. It's like a coach: a coach can turn a talented athlete into a champion, but it's harder to turn a complete beginner into a champion just by giving them a playbook. The student needs a baseline of ability to understand the strategy.
  • Selectivity: The system naturally learned to focus on the hard parts of the problem (the strategy) rather than the easy parts (filler words), which is why it outperformed methods that just tried to copy every single word.

Summary Analogy

  • Old Method: You give a student a completed essay and say, "Memorize this word-for-word." They fail when the prompt changes.
  • SGPO Method: You give the student an outline of how to write a good essay (Introduction -> Argument -> Evidence -> Conclusion). You let them practice writing on their own, but occasionally show them the outline to correct their structure. Over time, they stop needing the outline because they have internalized the structure. They learn how to think, not just what to say.

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 →