MAQA: Evaluating Uncertainty Quantification in LLMs Regarding Data Uncertainty
Yongjin Yang, Haneul Yoo, Hwaran Lee
TL;DR
This work introduces MAQA, a 2,042-question benchmark designed to evaluate uncertainty quantification in the presence of data uncertainty (multi-answer questions) across world knowledge, mathematical reasoning, and commonsense reasoning. It systematically assesses five UQ methods across white-box and black-box LLMs, revealing that data uncertainty challenges traditional logit- and response-based uncertainty signals, though entropy and response consistency remain effective in various settings. The study shows that uncertainty quantification benefits from decomposing data and model uncertainty in a task-specific manner and highlights that multi-answer scenarios can degrade AUROC more than single-answer cases, depending on the task and model. The findings provide practical guidance for developing more reliable UQ methods in realistic, multi-answer contexts and point to future directions in leveraging probabilistic outputs of LLMs to disentangle uncertainty sources. MAQA thus offers a realistic benchmark to guide the design of uncertainty-aware LLM systems in real-world applications.
Abstract
Despite the massive advancements in large language models (LLMs), they still suffer from producing plausible but incorrect responses. To improve the reliability of LLMs, recent research has focused on uncertainty quantification to predict whether a response is correct or not. However, most uncertainty quantification methods have been evaluated on single-labeled questions, which removes data uncertainty: the irreducible randomness often present in user queries, which can arise from factors like multiple possible answers. This limitation may cause uncertainty quantification results to be unreliable in practical settings. In this paper, we investigate previous uncertainty quantification methods under the presence of data uncertainty. Our contributions are two-fold: 1) proposing a new Multi-Answer Question Answering dataset, MAQA, consisting of world knowledge, mathematical reasoning, and commonsense reasoning tasks to evaluate uncertainty quantification regarding data uncertainty, and 2) assessing 5 uncertainty quantification methods of diverse white- and black-box LLMs. Our findings show that previous methods relatively struggle compared to single-answer settings, though this varies depending on the task. Moreover, we observe that entropy- and consistency-based methods effectively estimate model uncertainty, even in the presence of data uncertainty. We believe these observations will guide future work on uncertainty quantification in more realistic settings.
