← Latest papers
💬 NLP

Plan Then Action:High-Level Planning Guidance Reinforcement Learning for LLM Reasoning

The paper proposes PTA-GRPO, a two-stage framework that combines supervised fine-tuning for high-level planning guidance with guidance-aware reinforcement learning to significantly enhance the global reasoning capabilities of large language models across diverse mathematical and scientific benchmarks.

Original authors: Zhihao Dou, Qinjian Zhao, Zhongwei Wan, Dinggen Zhang, Weida Wang, Towsif Raiyan, Benteng Chen, Qingtao Pan, Yang Ouyang, Chaoda Song, Zhiqiang Gao, Shufei Zhang, Sumon Biswas

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

Original authors: Zhihao Dou, Qinjian Zhao, Zhongwei Wan, Dinggen Zhang, Weida Wang, Towsif Raiyan, Benteng Chen, Qingtao Pan, Yang Ouyang, Chaoda Song, Zhiqiang Gao, Shufei Zhang, Sumon Biswas

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 Problem: The "Run-and-Guess" Trap

Imagine you are trying to solve a very difficult maze. Most current AI models (Large Language Models) act like a person who starts running down a path immediately. They take one step, then the next, then the next, always looking only at the step right in front of them.

The paper calls this Chain-of-Thought (CoT). It works okay for simple mazes, but for complex ones, the AI often gets lost. It might take a wrong turn, keep walking in circles because it's too focused on the next step to see the big picture, or realize too late that it made a mistake at the very beginning. By the time it reaches the end, it's often confused or has given the wrong answer.

Other methods try to fix this by having the AI "think" about many different paths at once (like a tree search), but this is incredibly slow and expensive, like hiring a hundred people to run every possible path in the maze simultaneously.

The Solution: "Plan Then Action" (PTA-GRPO)

The authors propose a new way to train AI called PTA-GRPO. Think of it as teaching the AI to stop and draw a map before it starts running.

The process happens in two main stages:

Stage 1: The "Map Maker" (Supervised Fine-Tuning)

First, the researchers teach the AI how to make a map. They take existing examples of good problem-solving and ask a smart AI to summarize the long, detailed steps into a short, high-level "plan" or "outline."

  • Analogy: Imagine a chef. Instead of just watching someone chop vegetables and stir a pot, the AI is taught to write a recipe card first: "1. Chop onions. 2. Sauté garlic. 3. Simmer sauce."
  • The AI learns to output this short plan (inside <plan> tags) before it starts doing the actual work (the detailed reasoning inside <thought> tags).

Stage 2: The "Coach" (Reinforcement Learning)

This is the clever part. Usually, when training an AI, the coach only cares if the final answer is right or wrong. If the AI gets the answer right but took a weird, confusing path, it gets a "good job." If it gets it wrong, it gets a "try again."

The authors changed the rules. Now, the coach gives points for two things:

  1. Did you get the right answer? (The Outcome)
  2. Was your map (plan) actually good? (The Guidance)
  • Analogy: Imagine a student taking a math test.
    • Old Way: The teacher only checks the final number. If the student guessed the right number but wrote gibberish, they get an A.
    • PTA-GRPO Way: The teacher also checks the student's outline. If the student wrote a clear, logical plan before doing the math, they get extra points. If their plan was messy or wrong, they lose points, even if they somehow guessed the right answer.

This forces the AI to learn that a good plan leads to a good answer. It learns to create clear, high-level strategies that guide its thinking, preventing it from wandering off track.

Why It Works

The paper shows that when you train the AI this way:

  • It stops making "local" mistakes (getting stuck on one step).
  • It creates a "global" view of the problem (seeing the whole maze).
  • It becomes much better at math and science problems, even on smaller, cheaper computer models.

The Results

The researchers tested this on ten different difficult math and science benchmarks. They found that:

  • Models trained with this "Plan Then Action" method consistently outperformed models trained with standard methods.
  • It worked well across different sizes of AI models (from small to large).
  • The AI didn't just get better at the final answer; it became better at thinking in a structured, organized way.

Summary

In short, the paper teaches AI to stop, think, and make a plan before it starts solving a problem. By rewarding the AI not just for the final result, but for the quality of its plan, the AI learns to navigate complex problems more reliably, avoiding the "run-and-guess" errors that plague current systems.

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 →