← Latest papers
🤖 AI

GRACE: Gradient-aligned Reasoning Data Curation for Efficient Post-training

GRACE is a scalable, reward-model-free data curation method that improves post-training efficiency by scoring and selecting reasoning data at the step level using gradient-aligned signals, achieving full-data performance with only 5% of the dataset.

Original authors: Junjie Li, Ziao Wang, NingXuan Ma, Jianghong Ma, Xiaofeng Zhang

Published 2026-05-14
📖 5 min read🧠 Deep dive

Original authors: Junjie Li, Ziao Wang, NingXuan Ma, Jianghong Ma, Xiaofeng Zhang

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: "The Whole is Not Equal to the Sum of Its Parts"

Imagine you are trying to teach a student how to solve a complex math problem. You give them a textbook page that shows the full solution: Step 1, Step 2, Step 3, all the way to the final answer.

The old way (Current Methods):
Most AI training systems treat that entire page as one single "good" or "bad" lesson. If the final answer is correct, the whole page gets a gold star. If the answer is wrong, the whole page gets a red X.

  • The Flaw: In reality, some steps on that page are brilliant insights, while others are just the student repeating what they said three lines ago, or wandering off into a confusing side-track that leads nowhere. By treating the whole page as one unit, the AI wastes time studying the boring or confusing parts and might miss the brilliant insights hidden in the middle.

The Solution: GRACE (The "Step-by-Step" Coach)

The authors created a method called GRACE (Gradient-aligned Reasoning dAta Curation). Instead of grading the whole page, GRACE acts like a super-observant coach who watches the student solve the problem one step at a time.

Here is how GRACE works, using a Hiking Analogy:

Imagine the AI is a hiker trying to reach a mountain peak (the Correct Answer). The reasoning trace is the path the hiker takes.

  1. The "Answer Alignment" Signal (Looking at the Summit):

    • GRACE asks: "Is this specific step pointing toward the mountain peak?"
    • If a step moves the hiker closer to the top, it gets a high score.
    • If a step makes the hiker walk in a circle or head toward a cliff, it gets a low score.
  2. The "Trajectory Consistency" Signal (Looking at the Path Behind):

    • GRACE also asks: "Does this step make sense given where the hiker just came from?"
    • If the hiker is climbing a steep slope and suddenly tries to swim in a river, that's a weird jump. Even if the river is beautiful, it breaks the flow of the climb. GRACE penalizes steps that feel disconnected from the previous steps.

The Secret Sauce: The "Magic Mirror" (No Backtracking Needed)

Usually, to know if a step is good, you would have to simulate the whole training process, stop, rewind, and calculate exactly how that one step changed the AI's brain. This is like trying to measure the wind by stopping a race car, dismantling the engine, and checking the gears. It takes forever and is too slow for massive datasets.

GRACE's Innovation:
GRACE uses a clever trick called a "Representation-level Gradient Proxy."

  • The Analogy: Instead of dismantling the car, GRACE looks at the "exhaust fumes" (the internal signals) coming out of the engine while the car is driving forward.
  • By looking at these signals during a single forward pass (just reading the text once), GRACE can estimate exactly how useful a step was without ever having to "rewind" or do complex backward calculations. It's like judging a chef's skill by the smell of the food while it's cooking, rather than tasting every single bite after the meal is done.

The Results: Less Data, Better Performance

The paper tested this method on a massive dataset of math problems (MMathCoT-1M) using a vision-language model (Qwen3-VL).

  • The Old Way: To get great results, you usually need to feed the AI all the data (100%).
  • The GRACE Way:
    • Using only 20% of the data (the best 1 out of 5 steps), the AI performed 8.8% better than if it had been trained on 100% of the data.
    • Using only 5% of the data, the AI performed just as well as the full dataset.

Why did it get better with less data?
Training on everything is like forcing a student to read every single page of a library, including the pages with typos, boring repetition, and wrong turns. This confuses the student. GRACE filters out the "noise" and only feeds the AI the "pure gold" steps. This prevents the AI from getting confused by bad examples and helps it learn faster and smarter.

Summary

  • The Problem: Current AI training treats every step in a reasoning chain as equally important, wasting time on bad steps.
  • The Fix: GRACE scores every single step individually based on whether it helps reach the answer and fits the story so far.
  • The Trick: It uses a "forward-pass only" shortcut to score steps instantly, without needing slow, complex calculations.
  • The Outcome: You can train a smarter AI using a tiny fraction of the data, saving time and computing power while actually improving performance.

The paper concludes that the value of reasoning data isn't just about whether the final answer is right; it's about whether the journey to that answer was a constructive, logical path. GRACE finds those constructive paths and throws away the rest.

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 →