paper-with-me

Papers

Uncertainty Quantification for Language Models: A Suite of Black-Box, White-Box, LLM Judge, and Ensemble Scorers

2025-04-27 · Dylan Bouchard, Mohit Singh Chauhan

Hallucinations are a persistent problem with Large Language Models (LLMs). As these models become increasingly used in high-stakes domains, such as healthcare and finance, the need for effective hallucination detection is crucial. To this end, we propose a versatile framework for zero-resource hallucination detection that practitioners can apply to real-world use cases. To achieve this, we adapt a variety of existing uncertainty quantification (UQ) techniques, including black-box UQ, white-box UQ, and LLM-as-a-Judge, transforming them as necessary into standardized response-level confidence scores ranging from 0 to 1. To enhance flexibility, we introduce a tunable ensemble approach that incorporates any combination of the individual confidence scores. This approach enables practitioners to optimize the ensemble for a specific use case for improved performance. To streamline implementation, the full suite of scorers is offered in this paper's companion Python toolkit, UQLM. To evaluate the performance of the various scorers, we conduct an extensive set of experiments using several LLM question-answering benchmarks. We find that our tunable ensemble typically surpasses its individual components and outperforms existing hallucination detection methods. Our results demonstrate the benefits of customized hallucination detection strategies for improving the accuracy and reliability of LLMs.

📄 PDF Abstract BibTeX arXiv:2504.19254

Code (1)

cvs-health/uqlm 공식 구현

Tasks

HallucinationQuestion AnsweringUncertainty Quantification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Uncertainty Quantification for Clinical Outcome Predictions with (Large) Language Models

2024-11-05 · Zizhang Chen, Peizhao Li, Xiaomeng Dong, Pengyu Hong

To facilitate healthcare delivery, language models (LMs) have significant potential for clinical prediction tasks using electronic health records (EHRs). However, in these high-stakes applications, unreliable decisions c…

PredictionUncertainty Quantification

Efficient Non-Parametric Uncertainty Quantification for Black-Box Large Language Models and Decision Planning

2024-02-01 · Yao-Hung Hubert Tsai, Walter Talbott, Jian Zhang

Step-by-step decision planning with large language models (LLMs) is gaining attention in AI agent development. This paper focuses on decision planning with uncertainty estimation to address the hallucination problem in l…

AI AgentDecision MakingHallucinationUncertainty Quantification

MAQA: Evaluating Uncertainty Quantification in LLMs Regarding Data Uncertainty

2024-08-13 · Yongjin Yang, Haneul Yoo, Hwaran Lee

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 quantif…

Mathematical ReasoningQuestion AnsweringUncertainty QuantificationWorld Knowledge

Kernel Language Entropy: Fine-grained Uncertainty Quantification for LLMs from Semantic Similarities

2024-05-30 · Alexander Nikitin, Jannik Kossen, Yarin Gal, Pekka Marttinen

Uncertainty quantification in Large Language Models (LLMs) is crucial for applications where safety and reliability are important. In particular, uncertainty can be used to improve the trustworthiness of LLMs by detectin…

Text GenerationUncertainty Quantification

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

2023-05-30 · Zhen Lin, Shubhendu Trivedi, Jimeng Sun

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 genera…

ManagementQuestion AnsweringText GenerationUncertainty Quantification