What Large Language Models Know and What People Think They Know
Mark Steyvers, Heliodoro Tejeda, Aakriti Kumar, Catarina Belem, Sheer Karny, Xinyue Hu, Lukas Mayer, Padhraic Smyth
TL;DR
This work investigates how well users understand LLM uncertainty and whether explanations can bridge the gap between what LLMs know and what people think they know. By extracting model confidence from token likelihoods on MMLU MC and TriviaQA SA tasks, the authors quantify a calibration gap and a discrimination gap in human judgments. They show that default explanations inflate user confidence and that longer explanations magnify this effect, while prompting strategies that align explanation uncertainty with the model’s internal confidence substantially narrow both gaps ($ECE$, $AUC$). The findings highlight the importance of truthful uncertainty communication and demonstrate that careful design of explanation styles can improve trust and decision-making in AI-assisted contexts, with practical implications for deploying LLMs in high-stakes settings.
Abstract
As artificial intelligence (AI) systems, particularly large language models (LLMs), become increasingly integrated into decision-making processes, the ability to trust their outputs is crucial. To earn human trust, LLMs must be well calibrated such that they can accurately assess and communicate the likelihood of their predictions being correct. Whereas recent work has focused on LLMs' internal confidence, less is understood about how effectively they convey uncertainty to users. Here we explore the calibration gap, which refers to the difference between human confidence in LLM-generated answers and the models' actual confidence, and the discrimination gap, which reflects how well humans and models can distinguish between correct and incorrect answers. Our experiments with multiple-choice and short-answer questions reveal that users tend to overestimate the accuracy of LLM responses when provided with default explanations. Moreover, longer explanations increased user confidence, even when the extra length did not improve answer accuracy. By adjusting LLM explanations to better reflect the models' internal confidence, both the calibration gap and the discrimination gap narrowed, significantly improving user perception of LLM accuracy. These findings underscore the importance of accurate uncertainty communication and highlight the effect of explanation length in influencing user trust in AI-assisted decision-making environments. Code and Data can be found at https://osf.io/y7pr6/ . Journal publication can be found on Nature Machine Intelligence at https://www.nature.com/articles/s42256-024-00976-7 .
