Le Critique: Privileged Value Functions for LLM Reinforcement Learning
The paper introduces "Le Critique," a framework that enhances Large Language Model reinforcement learning by combining Privileged Value Functions (PVF) for injecting task-relevant token-level signals and TETHER for adaptively interpolating between group-relative and value baselines, thereby achieving superior performance over standard value function baselines and competitive results with GRPO while mitigating issues like straggler rollouts and high variance.
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
In the world of artificial intelligence, there is a constant struggle to teach computer programs how to think better. Imagine a student taking a test. If they get the final answer right, they get a good grade. If they get it wrong, they get a bad one. This is how many modern AI systems learn: they try many different ways to solve a problem, and the computer adjusts its brain based on whether the final result was a success or a failure. This method is called reinforcement learning. However, there is a catch. If the student writes a long, complicated essay and gets the final grade wrong, the computer doesn't know which specific sentence caused the error. It only knows the whole essay was bad. This makes learning slow and inefficient, like trying to fix a car engine by guessing which part is broken without any tools.
To solve this, researchers have long tried to build a "critic" for the AI. This is a second computer program that watches the student as they write, sentence by sentence, and predicts how well the final answer will turn out. If the critic can guess the final grade early on, it can tell the student immediately when they take a wrong turn, allowing for much faster and more precise learning. For a long time, this approach fell out of favor because building and training this second program was difficult and often unreliable. Recently, the field has moved toward methods that skip the critic entirely, relying instead on comparing groups of answers to each other. But this new paper suggests that the old idea of the critic is not dead; it just needed a new way of seeing the world.
The researchers, working at Mistral AI and other institutions, discovered that the critic fails not because it is a bad idea, but because it is often asked to do the impossible. They found that if they gave the critic a little bit of extra information that the main AI student was not allowed to see, the critic became incredibly accurate. They call this a "privileged value function." To understand how this works, picture a student taking a math test. The student is solving a problem step-by-step. The critic is watching. Normally, the critic has to guess the final score based only on what the student has written so far. But in this new setup, the critic is secretly handed the correct answer key. It doesn't show the answer to the student, but it uses that secret knowledge to judge the student's current progress much more accurately. If the student's current step is far from the correct path, the critic knows immediately and gives a clear signal to change course. This signal helps the student learn much faster than if the critic had to guess blindly.
The team tested this idea on several difficult reasoning tasks, including solving logic puzzles and writing computer code. In one experiment, they used a Sudoku puzzle, where the AI had to fill in a grid one number at a time. The main AI could only see the numbers it had already placed. The privileged critic, however, was shown the completely solved grid. This allowed the critic to instantly tell the AI if a move was leading to a dead end, even if the AI had only made a few moves. The results were striking. In every task they tried, using this "privileged" critic helped the AI learn faster and reach higher scores than the standard methods. The AI didn't just get lucky; it learned to make better decisions because it had a clearer map of where it was going.
The researchers also realized that sometimes the critic is still learning and isn't perfect yet. If the critic is too confident but wrong, it can confuse the AI. To fix this, they built a second tool called "Tether." This system acts like a smart switch. At the beginning of training, when the critic is new and unreliable, the system relies mostly on comparing groups of answers, which is a safe but slower method. As the critic gets better and starts to give accurate advice, the Tether system slowly shifts its trust toward the critic. It blends the two methods together, moving smoothly from one to the other without needing human engineers to tweak settings. This ensures the AI always has the best possible guidance, whether the critic is a novice or an expert.
The study shows that the old idea of using a second program to guide learning is not only valid but superior, provided it is given the right tools. By allowing the critic to see things the main AI cannot, the researchers removed the guesswork from the learning process. They also showed that this approach can be made robust and automatic, adapting to the critic's own skill level as it improves. While this work required significant computing power and careful engineering, the results suggest a clear path forward. Instead of abandoning the critic, the future of teaching AI to reason may lie in giving it a better view of the solution, allowing it to learn from its mistakes with a clarity that was previously out of reach.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.