Investigating Human-Aligned Large Language Model Uncertainty
Kyle Moore, Jesse Roberts, Daryl Watson, Pamela Wisniewski
TL;DR
This work addresses aligning LLM uncertainty with human uncertainty to improve trust and safety in the presence of model hallucinations. It surveys and compares eight uncertainty measures across decoder-only LLMs using non-factual human survey data, and introduces nucleus size (NS), top-k entropy (KE), and choice entropy (CE) as new tools for alignment. A key finding is that combinations of measures can approximate human uncertainty with reduced dependence on model size, with KE often offering the strongest human-alignment among single measures. The results have practical implications for reporting and utilizing uncertainty in human-AI interaction, suggesting that hybrid uncertainty representations may enhance robustness and user trust in real-world applications.
Abstract
Recent work has sought to quantify large language model uncertainty to facilitate model control and modulate user trust. Previous works focus on measures of uncertainty that are theoretically grounded or reflect the average overt behavior of the model. In this work, we investigate a variety of uncertainty measures, in order to identify measures that correlate with human group-level uncertainty. We find that Bayesian measures and a variation on entropy measures, top-k entropy, tend to agree with human behavior as a function of model size. We find that some strong measures decrease in human-similarity with model size, but, by multiple linear regression, we find that combining multiple uncertainty measures provide comparable human-alignment with reduced size-dependency.
