← Latest papers
💬 NLP

CALIBER: Calibrating Confidence Before and After Reasoning in Language Models

The paper introduces CALIBER, a method that improves the calibration of reasoning language models by distinguishing between pre-reasoning and post-reasoning confidence states and supervising each with a target aligned to its specific information context, thereby significantly reducing calibration error across various benchmarks and model sizes.

Original authors: Conor Finlay, Joshua Kurien, Saurabh Dash, Marzieh Fadaee, Beyza Ermis

Published 2026-06-24
📖 5 min read🧠 Deep dive

Original authors: Conor Finlay, Joshua Kurien, Saurabh Dash, Marzieh Fadaee, Beyza Ermis

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 taking a very difficult math test. You have two moments where you might want to ask yourself, "How sure am I that I'm going to get this right?"

  1. Before you start thinking: You look at the question and guess, "Hmm, this looks hard. I might get it right, or I might not."
  2. After you've solved it: You have written down your answer and checked your work. Now you ask, "Okay, looking at the specific answer I just wrote, is it actually correct?"

The paper CALIBER argues that most current AI models make a mistake by treating these two moments as the same thing. They try to give you one single "confidence score" that is supposed to do both jobs at once. The authors say this is like asking a weather forecaster to predict both "Will it rain today?" (before looking at the sky) and "Did it rain this afternoon?" (after the storm has passed) using the exact same single number. It's confusing and leads to bad guesses.

The Problem: Mixing Up the "Before" and "After"

Think of an AI model like a detective solving a mystery.

  • The "Before" Confidence: This is the detective looking at the crime scene and saying, "Based on how messy this is, there's a 60% chance I can solve this case." This is about the difficulty of the puzzle.
  • The "After" Confidence: This is the detective looking at their final conclusion and the evidence they gathered and saying, "Based on the specific clues I found, I am 95% sure my conclusion is right." This is about the quality of the specific answer.

Existing methods often force the AI to give just one number. If the AI says "I'm 80% sure," is that because the puzzle was easy, or because the AI found great clues? The paper argues you can't know, and that's why the AI's confidence is often "miscalibrated" (meaning it says it's sure when it's wrong, or unsure when it's right).

The Solution: CALIBER (Calibration Before and After Reasoning)

The authors created a new system called CALIBER. Instead of asking for one guess, they ask the AI for two guesses at different times:

  1. The Pre-Think Guess: Before the AI starts its "thinking" process, it gives a confidence score. This score is trained to predict: "What are the odds that I can solve this type of problem at all?"
  2. The Post-Think Guess: After the AI has done its thinking and written an answer, it gives a second confidence score. This score is trained to predict: "Is this specific answer I just wrote actually correct?"

The Secret Sauce: The paper found that these two guesses need to be "taught" differently.

  • The Pre-Think guess is taught by looking at a group of attempts. If the AI gets the answer right 7 out of 10 times on similar questions, it should learn to say "70%" before it even starts.
  • The Post-Think guess is taught by looking at the specific answer. If the AI got this specific answer right, it should learn to say "100% sure." If it got it wrong, it should say "0% sure."

By separating these two jobs and teaching them with the right "homework" (data), the AI becomes much better at knowing what it knows.

What Happened When They Tested It?

The researchers tested this on math problems and general knowledge questions (like trivia). They compared CALIBER against other methods that only ask for one confidence score.

  • The Result: CALIBER was much better at being honest.
    • When CALIBER said it was "90% sure," it was actually right 90% of the time.
    • Other methods often said they were "90% sure" but were only right 60% of the time (overconfident) or said they were "50% sure" when they were actually right 90% of the time (underconfident).
  • The "Out-of-Distribution" Test: They also tested the AI on questions it had never seen before (like switching from math puzzles to trivia). Even on these new, tricky tasks, CALIBER stayed much more honest about its confidence than the other methods.

The "Gap" is Useful

One cool thing the paper mentions is the gap between the two numbers.

  • If the AI starts with a low confidence (e.g., "I'm not sure I can solve this") but ends with a high confidence (e.g., "But now that I've solved it, I'm sure!"), that gap tells us the thinking process helped.
  • If the AI starts high but ends low, it means the thinking process revealed a mistake.

Summary

In simple terms, CALIBER fixes AI confidence by realizing that "guessing if a problem is solvable" and "guessing if a specific answer is right" are two different skills. By teaching the AI to do these two things separately and correctly, the AI becomes a much more reliable partner that knows when to trust itself and when to be careful.

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 →