Don't ask an LLM for a confidence score
Posted by pamplemeese 16 hours ago
Comments
Comment by fhdkweig 3 hours ago
3 videos at https://archive.org/details/Jeopardy_2011-02-14_The_IBM_Chal...
Comment by bensyverson 1 hour ago
What did work was asking the model to emit citations in the form of line numbers from the transcript. It dramatically dropped hallucination.
Comment by abound 1 hour ago
This also isn't likely to give you good results, models don't have a good sense of their own capabilities.
This is also in the same camp of asking a model why it did something. It'll generate something plausible and likely totally incorrect.
Comment by bensyverson 1 hour ago
It actually had some memorized knowledge about LLMs being bad at confidence intervals, then it did a cursory web search. But it didn't need to do any of that; I already knew they would be bad numbers.
Comment by ptx 3 hours ago
Bender: I can guarantee anything you want.
Comment by dmrivers 3 hours ago
is definitely too strong of a claim and directly undercut by what is said near the end of the post: > "Tian et al. found in Just Ask for Calibration that with the right prompting strategy, RLHF’d models verbalize probabilities that are better calibrated than the model’s own conditional probabilities, and that prompting plus temperature scaling can cut expected calibration error by more than half. And Anthropic’s Language Models (Mostly) Know What They Know found encouraging results asking models to estimate the probability that their own proposed answer is true."
My own experience is that stated confidence is a helpful tool and of course you need a rubric and a proper prompt, but this is clearly less work than training a classifier (as advocated by the post) and requires less data.
Comment by StellaSearch 2 hours ago
Comment by smohare 1 hour ago
Comment by foo12bar 5 hours ago
Comment by kqr 3 hours ago
The easiest argument in favour of numeric probability is that it's simple to evaluate. Someone claiming to be 90 % certain better be right about nine out of ten times -- no fewer, but also not too often! This is useful when you're learning to judge your own confidence, which most people are bad at. (Almost everyone can train themselves to be better at i but some people seem to be good at it with no training.)
The typical argument against categories is that people can mean very different things with the same word: https://i.ibb.co/kQT4Ymz/q.png
It seems like TFA gets around these problems by creating a translation table between a fixed set of categories and the probabilities implied by the model for those categories. That's an interesting approach!
Comment by dogma1138 3 hours ago
So there are objective ways to control hallucinations as well as figuring out how “correct” the answer is to some extent.
Comment by bigfishrunning 3 hours ago
Comment by arm32 1 hour ago
Comment by SubiculumCode 4 hours ago
Comment by fhdkweig 3 hours ago
I use the "Dark Background and Light Text" add-on. Sometimes the add-on makes a bad website worse (like IMDB), but it can be switched off with a click.
Comment by ed_mercer 4 hours ago
Comment by csense 1 hour ago
Take a corpus of problems you know the answers to, but the AI sometimes gets wrong [1]. Have the AI try to solve each problem and give you a 1-5 integer confidence score. The known proportion of correct answers in each bucket gives you a mapping from scores to probabilities [2].
[1] One possible corpus creation strategy might be math problems that you really need to run a program to solve. You can run the program to generate the correct answer key, but disallow tool calling for the AI.
[2] I'm pretty sure there's some stats wizardry that will let you put error bars on each bucket's probability based on the number of problems that end up in each bucket.
Comment by bob1029 9 hours ago
Comment by mexicocitinluez 4 hours ago
There are a whole host of new EMRs popping up that aim to help clinicians make judgement calls about how to answer certain questions and even when particular procedures are relevant. The last one we demoed, each piece of information it retrieved from the LLM has a confidence score attached to it. Our nurses have to fill out 200+ question forms when taking on a new patient that all HAVE to be completed in a single-go meaning that you can't split it up into multiple forms and it's gotta be one cohesive unit.
Imagine being a nurse with little technical skill and almost no idea how these tools work trying to make sense of what the difference between a 90% and 70% is across 200 different questions. "We're 60% sure the patient is allergic to nuts" means jack shit to them. Granted, sometimes the scores are complimented with actual references in the underlying documentation (history and physical, referring info) but sometimes it's not.
Comment by t3hTao 3 hours ago
Comment by acdha 3 hours ago
Comment by apwheele 4 hours ago
If you have the raw log-probs, I show how to use conformal inference to set false-positive or recall rates, https://crimede-coder.com/blogposts/2026/ConfClassification
Some of the peer reviewed papers with the older models did show calibration was bad (not close to monotonic). This post with newer models (for one example, classifiying injuries) is not that bad, https://gmcirco.github.io/blog/posts/ai-calibration/calibrat....
I mean it just depends on the application, what level of error you can consider. But the second post shows how to recalibrate the scores as well if you need calibrated probabilities.
Comment by chrisjj 5 hours ago
Sounds like what's highly unreliable is the evidence, making the "capability" just another imagining.
Comment by empthought 4 hours ago
Stop with the slop.
Comment by pamplemeese 32 minutes ago
Comment by t3hTao 3 hours ago
Comment by dan_gee 4 hours ago
Comment by inspectorSlap 10 minutes ago
Comment by zenith605 3 hours ago
Comment by cadeos 3 hours ago
Comment by Keywordstat 5 hours ago
Comment by nexustoken 2 hours ago
Comment by capestart 7 hours ago