Don't ask an LLM for a confidence score
41–46 of 46 posts
Re: Don't ask an LLM for a confidence score
#42This resonates with what I'm seeing in healthcare right now and the bad taste it's leaving. 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 20…
Re: Don't ask an LLM for a confidence score
#43Re: Don't ask an LLM for a confidence score
#44You don’t ask an LLM, but certain LLMs expose internal metrics you can tell how many token candidates where there what was the score which one and which one was selected. So there are objective ways to control hallucinations as well as figuring out how “correct” the answer is to some extent.
But those scores are only the likelihood of the given token being the next one in a plausible phrase, not that the underlying data is correct.