← Latest papers
💬 NLP

From Critic to Confidence: PPO for Language-Based Quantitative Prediction with Confidence Estimation

The paper introduces CARE-PPO, a reinforcement learning framework that leverages a Confidence-Aligned Reward to jointly optimize language-based quantitative predictions and their reliability by repurposing the PPO critic as a robust confidence estimator, thereby outperforming existing baselines in accuracy and uncertainty calibration across healthcare and finance domains.

Original authors: Mehak Dhaliwal, Rasta Tadayon, Andong Hua, Haewon Jeong, Yao Qin

Published 2026-07-15
📖 5 min read🧠 Deep dive

Original authors: Mehak Dhaliwal, Rasta Tadayon, Andong Hua, Haewon Jeong, Yao Qin

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 have a super-smart robot friend who can read a messy description of your lunch and guess exactly how many grams of carbohydrates are in it. This is great for people with diabetes who need to know their insulin dosage. But here's the catch: sometimes this robot is wildly confident about a completely wrong answer. It might say, "I'm 100% sure this pizza has 5 grams of carbs!" when it actually has 40. That's dangerous.

The paper introduces a new training method called CARE-PPO to fix this. Think of the robot as having two brains working together: an Actor (the guesser) and a Critic (the judge).

The Old Way vs. The New Way

Usually, when we train these robots, we just tell them, "You were right" or "You were wrong." It's like a teacher giving a student a red 'X' or a green checkmark. The student learns to get the number right, but they don't learn when to trust themselves. They might guess wildly and still get a green checkmark if they get lucky, or feel unsure even when they are right.

The authors argue that this "binary" (right/wrong) approach isn't enough. They explicitly rule out just using the robot's own internal "confidence" scores (like how sure it feels based on its own thoughts) or asking it to say "I'm 80% sure" in words, because those methods often lead to the robot being overconfident and wrong.

The Magic of CARE-PPO

CARE-PPO changes the game by giving the robot a Critic that acts like a strict but fair coach. Here's how it works:

  1. The Reward System: Instead of just a "Right/Wrong" checkmark, the Critic gives a score based on how far off the guess was. If the robot guesses 44g and the real answer is 44g, it gets a huge reward. If it guesses 17g, it gets a small reward (or a penalty). The closer the guess, the higher the score.
  2. The Critic's Secret Job: While the Actor is trying to get the number right, the Critic is learning to predict how good the Actor's guess will be. The paper suggests that by training the Critic to predict these scores, it naturally learns to become a confidence meter.
    • If the Critic sees a situation where the Actor usually makes big mistakes, it gives a low "confidence score."
    • If the situation is easy and the Actor usually gets it right, the Critic gives a high "confidence score."

It's like a video game where the Critic isn't just watching the player; it's learning to predict the player's future performance. Over time, the Critic becomes so good at this that its prediction is the confidence score. You don't need to ask the robot, "How sure are you?" because the Critic already knows.

What the Numbers Say

The authors tested this on two real-world tasks:

  • Nutrition: Guessing carbs from meal descriptions (like "a slice of pepperoni pizza").
  • Finance: Guessing the price of products (like a blender) from their descriptions.

They used two versions of a model called Qwen-3 (one with 4 billion parameters and one with 8 billion).

The results were promising:

  • Accuracy: The CARE-PPO models got the numbers right almost as well as the best other methods.
  • Confidence: This is where it shined. The Critic's confidence scores were much better at matching reality than other methods. In the tests, when the model was wrong, the Critic gave a low score, and when it was right, it gave a high score.
  • Robustness: The method worked even when the robot was tested on things it hadn't seen before, like meal descriptions in different languages (Spanish, Italian, etc.) or products from a different category (electronics instead of appliances).

The "Task Overfitting" Problem

One cool finding is that this method helps the robot stay "task-aware." If you ask a robot trained on food to write a poem, a robot trained with the old "Supervised Fine-Tuning" (SFT) method might get confused and try to calculate the carbs in the poem anyway! The CARE-PPO robots, however, were much better at realizing, "Hey, this isn't food, I shouldn't guess carbs." They kept their general "I can do anything" personality while being good at the specific job.

The Bottom Line

The paper suggests that by linking the "confidence" of a prediction directly to the "error" of that prediction during training, we can build AI that not only gives better numbers but also knows when to say, "I'm not sure about this one." It's a step toward making AI safer and more trustworthy in high-stakes situations like healthcare and finance, without needing extra steps or asking the AI to guess its own confidence in words. The authors found this works well in simulations and real-world datasets, though they note they are still exploring how it scales to even larger models.

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 →