← Latest papers
💬 NLP

Trusted Uncertainty in Large Language Models: A Unified Framework for Confidence Calibration and Risk-Controlled Refusal

The paper introduces UniCR, a unified framework that fuses heterogeneous uncertainty evidence into calibrated correctness probabilities to enforce user-specified error budgets via principled refusal, thereby improving trustworthiness and reducing hallucinations in large language models without requiring base model fine-tuning.

Original authors: Markus Oehri, Giulia Conti, Kaviraj Pather, Alexandre Rossi, Laia Serra, Adrian Parody, Rogvi Johannesen, Aviaja Petersen, Arben Krasniqi

Published 2026-06-15
📖 4 min read☕ Coffee break read

Original authors: Markus Oehri, Giulia Conti, Kaviraj Pather, Alexandre Rossi, Laia Serra, Adrian Parody, Rogvi Johannesen, Aviaja Petersen, Arben Krasniqi

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 very smart, fast-talking assistant who knows a little bit about almost everything. The problem is, this assistant sometimes talks with absolute confidence about things they don't actually know, or they might make up facts that sound real but are wrong. This is a bit like a student who guesses the answer on a test and says, "I'm 100% sure!" even when they are just guessing.

The paper you shared introduces a new system called UniCR. Think of UniCR as a smart "quality control manager" that sits between the assistant and the person asking the questions. Its main job is to teach the assistant when to speak up and, more importantly, when to stay silent.

Here is how UniCR works, using some everyday analogies:

1. Gathering Clues (The Detective Work)

Usually, an AI just looks at its own internal thoughts to decide if it's right. UniCR is different; it acts like a detective gathering clues from many different sources before making a judgment. It checks:

  • How sure the AI feels: Does the AI's own "gut feeling" (likelihood) match the answer?
  • Consistency: If you ask the AI the same question five different ways, does it give the same answer every time? If the answers are all over the place, that's a red flag.
  • Outside Help: Did the AI find a reliable document or use a calculator (tools) to back up its answer?
  • The "Truth Check": Does the answer fit with what we already know to be true?

2. The "Confidence Meter" (Calibration)

Once the detective gathers all these clues, UniCR doesn't just guess; it calculates a calibrated probability. Imagine a weather forecast that used to say "It might rain" 50% of the time, but it actually rained 90% of the time. That forecast was untrustworthy. UniCR fixes this. It adjusts the AI's confidence meter so that when the AI says, "I am 90% sure," it actually means there is a 90% chance of being correct. It uses a simple "tuning knob" (temperature scaling) to make sure the AI's confidence matches reality.

3. The Safety Budget (Risk-Controlled Refusal)

This is the most important part. Imagine you are driving a car and you have a strict rule: "I can only take a risk of getting a flat tire once every 1,000 miles."
UniCR sets a similar error budget for the AI. If the AI's confidence score drops below a certain line where it might break that budget, UniCR forces the AI to refuse to answer. Instead of giving a wrong answer, it says, "I don't know enough to answer this safely."

Crucially, this system works even if the AI is a "black box" (you can't see how it thinks inside). You don't need to retrain the AI or change its brain; you just add this safety manager on top.

4. Handling Long Stories (Fact-Checking)

When the AI has to write long stories or reports, it's easy to accidentally invent facts. UniCR checks the story against real evidence (like looking up facts in a library). If the AI writes a sentence that contradicts the evidence, UniCR lowers its confidence on that specific part. This stops the AI from confidently telling tall tales.

The Results

The paper tested this system on three types of tasks:

  1. Short questions (like trivia).
  2. Writing code (where the code is actually run to see if it works).
  3. Long research answers (using outside documents).

In all these tests, UniCR did better than older methods. It was better at knowing when it was unsure, it made fewer mistakes when it did answer, and it managed to answer more questions correctly without breaking its safety rules.

In short: UniCR is a universal safety net that teaches AI to say "I don't know" instead of guessing confidently. It combines many different clues to decide when to speak and when to stay quiet, ensuring the AI stays within a safe limit of errors, all without needing to rebuild the AI from scratch.

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 →