Critic Experience Bank: Self-Evolving Step-Level Confidence Estimation for LLM Agents
This paper introduces Critic Experience Bank, a training-free, self-evolving framework that enhances step-level confidence estimation for LLM agents by leveraging hindsight feedback to populate a memory bank of past experiences, thereby significantly improving calibration and ranking performance without requiring ground truth labels.
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're playing a high-stakes video game where your character is an AI agent. In this game, every single move you make—clicking a button, typing a command, or tapping a screen—changes the world around you. If you make one wrong move, you might get stuck in a dead-end room, delete a crucial file, or send your character on a wild goose chase that wastes all your time. The scary part? You won't know you messed up until after you've already done it.
For a long time, AI experts tried to solve this by asking the AI, "How sure are you that this move is good?" right before it acts. But the paper suggests this approach is like asking a traveler, "Are you sure this path leads to the treasure?" without ever letting them look at a map of where other travelers went before. The AI might feel confident because the path looks nice right now, but it has no idea if that path leads to a cliff based on past experiences.
The Problem: The "Amnesiac" Critic
The authors argue that standard AI confidence checks are broken for these interactive agents. They are "response-level" checks, meaning they only judge the text the AI is about to say, ignoring the messy reality of what happens after the action is taken.
Think of it like a chef who tastes a soup before serving it but has no memory of whether the last time they added salt, the customer loved it or spat it out. The paper shows that when you apply these standard "taste tests" to complex tasks like navigating websites or controlling phones, the AI's confidence is all over the place. It's often wrong when it should be right, and right when it should be wrong.
The Solution: The "Critic Experience Bank" (CEB)
To fix this, the researchers built something called the Critic Experience Bank (CEB).
Imagine the AI has a magical, self-updating diary. Here's how it works:
- The Action: The AI agent tries to do something (like click a "Buy" button).
- The Guess: Before clicking, a "Critic" AI (a smart judge) looks at the situation and guesses, "I'm 80% sure this is a good move."
- The Reality Check: The agent actually clicks. The world changes. Did it buy the item? Or did it crash the page?
- The Hindsight: After the whole mission is done, a "Hindsight AI" looks back at the entire journey. It says, "Hey, that 'Buy' click actually worked!" or "Nope, that was a trap."
- The Memory: This result gets written into the Experience Bank as a tiny note: "In a situation like this, doing that action was productive (or not)."
Now, the next time the agent faces a similar situation, the Critic doesn't just guess. It opens the diary, finds the most similar past notes, and says, "Oh, I see! Last time we did something like this, it worked. But the time before that, it failed. So, I'm only 60% confident this time."
The magic is that the Critic AI itself never changes its brain (its "weights" stay frozen). It doesn't need to be retrained. It just gets smarter by reading its own diary of past successes and failures.
What the Paper Rules Out
The authors are very clear about what doesn't work here. They explicitly argue against:
- Just asking the AI to "think harder" (Chain of Thought): While making the AI explain its reasoning helps a little, it's not enough if the AI doesn't have a record of what actually happened after similar actions.
- Looking at "token uncertainty": This is a fancy way of saying "checking how shaky the AI's internal math is." The paper found this is terrible for these tasks. It's like judging a driver's skill by how shaky their hands are on the steering wheel, ignoring whether they actually hit the target.
- Training new models: You don't need to spend weeks teaching a new AI from scratch. This method works with the AI you already have, just by giving it a memory bank.
The Results: How Sure Are We?
The researchers tested this on three very different types of "games": navigating websites (Mind2Web), controlling mobile phones (AMEX), and typing commands in a computer terminal (InterCode-Bash). They used three different AI brains to power the agents.
The results suggest that CEB is a massive improvement.
- Calibration: In the world of AI, "calibration" means "does the confidence number match reality?" If the AI says "90% sure," it should be right 90% of the time. The paper measured this using a score called ECE (Expected Calibration Error). Lower is better.
- The Numbers: CEB reduced the error by up to 54% compared to the best existing method that didn't require training. For example, on the Mind2Web dataset with a specific AI model (GPT-5.4), the error dropped from 0.319 down to 0.176.
- Ranking: It also got better at sorting good moves from bad ones (measured by AUC, where higher is better), reaching scores like 0.704 on Mind2Web, beating all other methods.
The paper also simulated a scenario where a human (or a perfect "oracle") only reviews the AI's lowest-confidence moves. When the AI used CEB, the final success rate of the whole task jumped significantly. For instance, on Mind2Web, if the AI was allowed to defer its 3 worst guesses for review, the success rate went from a base of 2.1% up to 23.7%, which is much closer to the perfect "Oracle" score of 34.9%.
The "Self-Evolving" Twist
One of the coolest parts is that the bank starts empty. As the AI plays more tasks, the bank fills up, and the AI gets better and better at judging its own moves. The paper suggests that the more experience the AI accumulates, the more reliable its confidence becomes. It's a system that learns from its own history without ever needing a human to grade its homework.
In short, the paper suggests that if you want an AI agent to be safe and reliable in the real world, you shouldn't just ask it how sure it is. You should give it a diary of its past mistakes and wins, so it can learn to trust its gut only when it has the evidence to back it up.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.