Addressing Pitfalls in the Evaluation of Uncertainty Estimation Methods for Natural Language Generation
Mykyta Ielanskyi, Kajetan Schweighofer, Lukas Aichberger, Sepp Hochreiter
TL;DR
The paper identifies biases and instability in how uncertainty estimation for natural language generation is currently evaluated, particularly when using QA benchmarks with approximate correctness signals. It proposes robust risk indicators, including marginalization over multiple judge variants (SP-MoJI), structured-task exact correctness, OOD and perturbation signals, and an Elo-based aggregation to synthesize diverse results. The study demonstrates that UE method performance is highly task-dependent and that naive evaluation can be gamed, advocating for principled, task-aware evaluation protocols. These contributions aim to yield more reliable comparisons and accelerate progress in uncertainty-aware NLG systems.
Abstract
Hallucinations are a common issue that undermine the reliability of large language models (LLMs). Recent studies have identified a specific subset of hallucinations, known as confabulations, which arise due to predictive uncertainty of LLMs. To detect confabulations, various methods for estimating predictive uncertainty in natural language generation (NLG) have been developed. These methods are typically evaluated by correlating uncertainty estimates with the correctness of generated text, with question-answering (QA) datasets serving as the standard benchmark. However, commonly used approximate correctness functions have substantial disagreement between each other and, consequently, in the ranking of the uncertainty estimation methods. This allows one to inflate the apparent performance of uncertainty estimation methods. We propose using several alternative risk indicators for risk correlation experiments that improve robustness of empirical assessment of UE algorithms for NLG. For QA tasks, we show that marginalizing over multiple LLM-as-a-judge variants leads to reducing the evaluation biases. Furthermore, we explore structured tasks as well as out of distribution and perturbation detection tasks which provide robust and controllable risk indicators. Finally, we propose to use an Elo rating of uncertainty estimation methods to give an objective summarization over extensive evaluation settings.
