English

Addressing Uncertainty in LLMs to Enhance Reliability in Generative AI

Artificial Intelligence 2024-11-05 v1

Abstract

In this paper, we present a dynamic semantic clustering approach inspired by the Chinese Restaurant Process, aimed at addressing uncertainty in the inference of Large Language Models (LLMs). We quantify uncertainty of an LLM on a given query by calculating entropy of the generated semantic clusters. Further, we propose leveraging the (negative) likelihood of these clusters as the (non)conformity score within Conformal Prediction framework, allowing the model to predict a set of responses instead of a single output, thereby accounting for uncertainty in its predictions. We demonstrate the effectiveness of our uncertainty quantification (UQ) technique on two well known question answering benchmarks, COQA and TriviaQA, utilizing two LLMs, Llama2 and Mistral. Our approach achieves SOTA performance in UQ, as assessed by metrics such as AUROC, AUARC, and AURAC. The proposed conformal predictor is also shown to produce smaller prediction sets while maintaining the same probabilistic guarantee of including the correct response, in comparison to existing SOTA conformal prediction baseline.

Keywords

Cite

@article{arxiv.2411.02381,
  title  = {Addressing Uncertainty in LLMs to Enhance Reliability in Generative AI},
  author = {Ramneet Kaur and Colin Samplawski and Adam D. Cobb and Anirban Roy and Brian Matejek and Manoj Acharya and Daniel Elenius and Alexander M. Berenbeim and John A. Pavlik and Nathaniel D. Bastian and Susmit Jha},
  journal= {arXiv preprint arXiv:2411.02381},
  year   = {2024}
}