Can Large Language Models Faithfully Express Their Intrinsic Uncertainty in Words?

Gal Yona,Roee Aharoni,Mor Geva
2024-09-26
Abstract:We posit that large language models (LLMs) should be capable of expressing their intrinsic uncertainty in natural language. For example, if the LLM is equally likely to output two contradicting answers to the same question, then its generated response should reflect this uncertainty by hedging its answer (e.g., "I'm not sure, but I think..."). We formalize faithful response uncertainty based on the gap between the model's intrinsic confidence in the assertions it makes and the decisiveness by which they are conveyed. This example-level metric reliably indicates whether the model reflects its uncertainty, as it penalizes both excessive and insufficient hedging. We evaluate a variety of aligned LLMs at faithfully communicating uncertainty on several knowledge-intensive question answering tasks. Our results provide strong evidence that modern LLMs are poor at faithfully conveying their uncertainty, and that better alignment is necessary to improve their trustworthiness.
Computation and Language
What problem does this paper attempt to address?
The problem this paper attempts to address is that large language models (LLMs) are unable to faithfully express their inherent uncertainty when generating responses. Specifically, the authors argue that when an LLM is uncertain about the answer to a question, it should be able to reflect this uncertainty in natural language, using phrases like "I'm not sure, but I think...". However, current LLMs typically generate answers in a very confident manner, even when they are actually uncertain about some answers. This can lead users to overly rely on this inaccurate information. To evaluate whether LLMs can faithfully express their uncertainty, the authors propose a metric called "faithful response uncertainty," which is based on the gap between the decisiveness of the model's generated responses and the model's inherent confidence in those responses. Through experiments, the authors found that existing LLMs perform poorly in this regard and that better alignment techniques are needed to improve their reliability.