← Latest papers
💬 NLP

The Score Granularity Gap in Black-Box LLM Classification: A Comparative Study of Confidence Constructions

This paper introduces the "score granularity gap" to demonstrate that while single-shot verbalized confidence scores in black-box LLMs rank cases well, they offer only a few coarse thresholds for deployment, whereas multi-query aggregation improves weak models but may degrade strong ones.

Original authors: Ao Sun, Tian Sun, Jiaxing Geng

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

Original authors: Ao Sun, Tian Sun, Jiaxing Geng

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 the manager of a busy factory. You have a new, super-smart robot (an AI) that sorts packages. Sometimes the robot is 100% sure a package is "Good," and sometimes it's 100% sure it's "Bad." But what about the packages it's unsure about?

In the real world, you can't just let the robot make every decision. You need a safety rule: "If the robot is 90% sure, ship it automatically. If it's less sure, send it to a human to check."

This paper is about a hidden problem with how we ask these robots to tell us how sure they are. The authors call this the "Score Granularity Gap."

Here is the breakdown in simple terms:

1. The Problem: The "Broken Dial"

Imagine the robot gives you a confidence score to decide what to do.

  • The Ideal: A smooth dial that goes from 0% to 100% with infinite tiny steps. You can set your rule at any point (e.g., "Only auto-ship if it's 73.4% sure").
  • The Reality: The robot's "dial" is broken. It doesn't have 100 steps. It only has four or five distinct numbers it can say, like "Low," "Medium," "High," and "Very High."

Even if the robot is incredibly smart and ranks the "Good" packages correctly above the "Bad" ones (it knows which is better), it can't help you fine-tune your factory. If you want to accept exactly the top 70% of packages, but the robot only gives you scores of 50% and 90%, you are stuck. You either accept 50% or 90%, but never 70%.

The Analogy: It's like trying to tune a radio that only has four stations: News, Music, Sports, and Weather. Even if the Music station is perfect, you can't listen to "Jazz" or "Rock" because the radio doesn't have those channels. You are stuck with a "coarse staircase" instead of a smooth ramp.

2. The Experiment: Seven Ways to Ask the Robot

The researchers tested seven different ways to ask the AI for a confidence score to see which one gives the most "steps" on the dial.

  • Method A: Just Ask (The "Verbalized" Score). You ask the AI: "Are you sure?" and it says, "I am 85% sure."
    • Result: The AI is actually very good at ranking things (it knows what's right), but it only uses a handful of numbers (like 0.5, 0.8, 0.9, 1.0). It's a coarse dial.
  • Method B: The "Token" Score. If the AI is allowed to show its internal math (log-probabilities), it can give more numbers.
    • Result: This gives a smoother dial, but many commercial robots won't show you their math.
  • Method C: The "Crowd" (Multi-Query). You ask the same question 10 times, maybe phrased slightly differently, and average the answers.
    • Result: This creates a very smooth dial with hundreds of steps. However, there's a catch.
      • If the robot is weak (not very smart), asking it 10 times makes it much smarter and gives you a great dial.
      • If the robot is strong (already very smart), asking it 10 times can actually confuse it and make its ranking worse. It's like asking a genius 10 different people for advice; they might just muddy the waters.

3. The "Interpretability" Twist

The researchers also tried a method where they broke the question down into 10 smaller, specific questions (e.g., "Does this sentence contain a contradiction?" "Is the grammar correct?").

  • Why do this? It's not because it ranks better. It's because it's explainable.
  • The Benefit: If the robot makes a mistake, you can look at the 10 small answers and say, "Ah, it failed because it didn't understand the grammar." This is like having a receipt that shows exactly what you bought, rather than just a total bill. This is crucial for regulated industries (like medicine or law) where you need to know why a decision was made.

4. The Takeaway: What Should You Do?

The paper gives a simple guide for people deploying these AI systems:

  1. Always convert the answer: If the AI says "I'm 90% sure it's NO," you must flip that to "I'm 10% sure it's YES" before using it as a score. Otherwise, your sorting will be backwards.
  2. If you have a weak AI: Use the "Crowd" method (ask it 10 times). It will make the AI smarter and give you a smooth dial to work with.
  3. If you have a strong AI: Stick to the simple "Just Ask" method. It's fast and ranks well. Don't ask it 10 times, or you might make it worse.
  4. If you need to explain your decisions: Use the "Small Questions" method. It gives you a smooth dial and a clear reason for every decision, even if it costs more computer power.

Summary

The paper argues that we shouldn't just ask, "Is the AI confident?" We need to ask, "How finely can we tune that confidence?"

A perfect ranking system is useless if it only offers you three buttons to press. To build a reliable automated system, you need a score that offers enough "steps" to let you control the risk precisely, whether that means using a simple conversion, a smart "crowd" of questions, or a transparent breakdown of the logic.

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 →