MCQA-Eval: Efficient Confidence Evaluation in NLG with Gold-Standard Correctness Labels
Xiaoou Liu, Zhen Lin, Longchao Da, Chacha Chen, Shubhendu Trivedi, Hua Wei
TL;DR
MCQA-Eval tackles unreliable correctness labels in NLG confidence evaluation by leveraging gold-standard answers from multiple-choice QA datasets, thereby bypassing the need for a separate correctness function. It reformulates MCQA items into open-form prompts to assess both white-box logit-based and black-box consistency-based confidence measures, enabling scalable, cost-effective evaluation. Across diverse LLMs and QA datasets, MCQA-Eval yields stable rankings that align with traditional methods while removing heavy judgments and biases from correctness labeling. This framework supports calibration-oriented analyses and selective generation, offering practical, scalable benefits for trustworthy NLG in high-stakes domains.
Abstract
Large Language Models (LLMs) require robust confidence estimation, particularly in critical domains like healthcare and law where unreliable outputs can lead to significant consequences. Despite much recent work in confidence estimation, current evaluation frameworks rely on correctness functions -- various heuristics that are often noisy, expensive, and possibly introduce systematic biases. These methodological weaknesses tend to distort evaluation metrics and thus the comparative ranking of confidence measures. We introduce MCQA-Eval, an evaluation framework for assessing confidence measures in Natural Language Generation (NLG) that eliminates dependence on an explicit correctness function by leveraging gold-standard correctness labels from multiple-choice datasets. MCQA-Eval enables systematic comparison of both internal state-based white-box (e.g. logit-based) and consistency-based black-box confidence measures, providing a unified evaluation methodology across different approaches. Through extensive experiments on multiple LLMs and widely used QA datasets, we report that MCQA-Eval provides efficient and more reliable assessments of confidence estimation methods than existing approaches.
