← Latest papers
💬 NLP

Think-with-Rubrics: From External Evaluator to Internal Reasoning Guidance

This paper introduces "Think-with-Rubrics," a novel paradigm that transforms rubrics from external evaluators into internal reasoning guidance by having LLMs generate rubrics alongside responses during training, resulting in consistent performance improvements over existing reward-based baselines.

Original authors: Jiachen Yu, Zhihao Xu, Junjie Wang, Yujiu Yang

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

Original authors: Jiachen Yu, Zhihao Xu, Junjie Wang, Yujiu Yang

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 robot to write a story, solve a puzzle, or follow a complex set of instructions. In the past, we taught these robots by letting them guess, then grading their work after they finished. If they got it wrong, we told them, "Here is the grade, try again." This is like a teacher handing back a test with a red "F" at the bottom but no notes on how to fix the specific mistakes.

The paper "Think-with-Rubrics" proposes a smarter way to teach. Instead of just grading the final answer, it teaches the robot to write its own grading sheet before it even starts the work.

Here is how the paper breaks this down, using simple analogies:

1. The Problem: The "Post-Game" Critic

Currently, most AI training uses Rubrics as Rewards. Think of this like a sports coach who only shows up after the game is over. The coach looks at the final score and says, "You missed the ball three times." The player learns from the score, but they didn't have the coach's checklist in their head while they were playing. They couldn't use the rules to guide their movements in real-time.

2. The Solution: The "Pre-Game" Coach

The authors introduce Think-with-Rubrics. This changes the robot's thinking process. Now, before the robot writes a single word of the answer, it must first generate a Rubric (a checklist of rules) for itself.

  • The Analogy: Imagine you are baking a cake.
    • Old Way: You bake the cake, taste it, and then the judge says, "It's too salty and the frosting is messy." You try again next time.
    • New Way (Think-with-Rubrics): Before you turn on the oven, you write a checklist: "1. Use exactly 2 cups of flour. 2. No salt. 3. Frosting must be smooth." You then bake the cake while constantly checking your own list.

By forcing the AI to write the rules first, the rules become part of its "thought process" rather than just an external grade.

3. How the Training Works (The "Double-Check" System)

The paper describes a training process with two main stages, like a student preparing for a big exam:

  • Stage 1: Learning the Format (SFT Warm-up)
    The robot is shown examples of how to write a checklist followed by an answer. It learns the structure: <Rubric> then <Answer>. It's like teaching a student how to format their homework correctly so the teacher can read it.

  • Stage 2: The Reinforcement Learning (The "Coach" Phase)
    This is where the magic happens. The robot generates its own checklist and answer. Then, a "Verifier" (a smart judge) checks two things:

    1. The Golden Check: Did the answer match the perfect, human-made checklist? (This is the external grade).
    2. The Self-Check: Did the answer actually follow the robot's own checklist? (This is the internal consistency).

The Key Insight:
The paper found that if you only use the "Golden Check" (the human grade), the robot gets better at following human rules but might still be messy in its own thinking. But if you add the "Self-Check," the robot learns to be consistent with itself.

4. The Surprising Discovery: Self-Evolution

The most exciting finding in the paper is that the robot can actually teach itself without needing a human teacher's checklist at all!

  • The Analogy: Imagine a student who is so good at making their own study guides and then sticking to them that they eventually get better grades than students who only rely on the teacher's answer key.
  • The Result: The paper shows that a model trained only to follow its own self-generated checklists (without human "Golden" checklists) performed just as well, and sometimes even better, than models trained with human checklists. This suggests the AI can "self-evolve" by getting better at making its own rules and then following them.

5. Why It Works Better

The authors explain that this method works because it fixes a specific problem: Inconsistency.
Often, an AI might think, "I need to be short," but then it writes a long paragraph. It's a disconnect between what it thinks it should do and what it actually does.

  • Think-with-Rubrics forces the AI to state, "I will be short," and then immediately proves it by writing a short answer.
  • The training rewards the AI not just for being right, but for being consistent with its own plan.

Summary of Results

The paper tested this on several benchmarks (like IFEval and IFBench) and found:

  • The new method consistently beat the old "Rubric-as-Reward" methods by an average of about 3.87 points.
  • It worked well on both large and small AI models.
  • It made the AI's thinking process shorter and more efficient (condensing the "thinking" into a structured checklist).

In a nutshell: The paper teaches AI to stop guessing and start planning. By making the AI write its own rulebook before it starts working, and then rewarding it for sticking to that rulebook, the AI becomes more reliable, more consistent, and capable of improving itself without constant human supervision.

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 →