English

Generating with Confidence: Uncertainty Quantification for Black-box Large Language Models

Computation and Language 2024-05-21 v3 Machine Learning Machine Learning

Abstract

Large language models (LLMs) specializing in natural language generation (NLG) have recently started exhibiting promising capabilities across a variety of domains. However, gauging the trustworthiness of responses generated by LLMs remains an open challenge, with limited research on uncertainty quantification (UQ) for NLG. Furthermore, existing literature typically assumes white-box access to language models, which is becoming unrealistic either due to the closed-source nature of the latest LLMs or computational constraints. In this work, we investigate UQ in NLG for *black-box* LLMs. We first differentiate *uncertainty* vs *confidence*: the former refers to the ``dispersion'' of the potential predictions for a fixed input, and the latter refers to the confidence on a particular prediction/generation. We then propose and compare several confidence/uncertainty measures, applying them to *selective NLG* where unreliable results could either be ignored or yielded for further assessment. Experiments were carried out with several popular LLMs on question-answering datasets (for evaluation purposes). Results reveal that a simple measure for the semantic dispersion can be a reliable predictor of the quality of LLM responses, providing valuable insights for practitioners on uncertainty management when adopting LLMs. The code to replicate our experiments is available at https://github.com/zlin7/UQ-NLG.

Keywords

Cite

@article{arxiv.2305.19187,
  title  = {Generating with Confidence: Uncertainty Quantification for Black-box Large Language Models},
  author = {Zhen Lin and Shubhendu Trivedi and Jimeng Sun},
  journal= {arXiv preprint arXiv:2305.19187},
  year   = {2024}
}

Comments

Published in Transactions on Machine Learning Research (05/2024)

R2 v1 2026-06-28T10:50:53.567Z