paper-with-me

Papers

Quantifying Uncertainty in Natural Language Explanations of Large Language Models

2023-11-06 · Sree Harsha Tanneru, Chirag Agarwal, Himabindu Lakkaraju

Large Language Models (LLMs) are increasingly used as powerful tools for several high-stakes natural language processing (NLP) applications. Recent prompting works claim to elicit intermediate reasoning steps and key tokens that serve as proxy explanations for LLM predictions. However, there is no certainty whether these explanations are reliable and reflect the LLMs behavior. In this work, we make one of the first attempts at quantifying the uncertainty in explanations of LLMs. To this end, we propose two novel metrics -- $\textit{Verbalized Uncertainty}$ and $\textit{Probing Uncertainty}$ -- to quantify the uncertainty of generated explanations. While verbalized uncertainty involves prompting the LLM to express its confidence in its explanations, probing uncertainty leverages sample and model perturbations as a means to quantify the uncertainty. Our empirical analysis of benchmark datasets reveals that verbalized uncertainty is not a reliable estimate of explanation confidence. Further, we show that the probing uncertainty estimates are correlated with the faithfulness of an explanation, with lower uncertainty corresponding to explanations with higher faithfulness. Our study provides insights into the challenges and opportunities of quantifying uncertainty in LLM explanations, contributing to the broader discussion of the trustworthiness of foundation models.

📄 PDF Abstract BibTeX arXiv:2311.03533

Code (1)

harsha070/uncertainty-quantification-nle 공식 구현

Similar Papers 제목 키워드 기반

Quantifying Uncertainty in Natural Language Explanations of Large Language Models for Question Answering

2025-09-18 · Yangyi Li, Mengdi Huai arxiv

Large language models (LLMs) have shown strong capabilities, enabling concise, context-aware answers in question answering (QA) tasks. The lack of transparency in complex LLMs has inspired extensive research aimed at dev…

Question Answering

Uncertainty Quantification for Local Model Explanations Without Model Access

2023-01-13 · Surin Ahn, Justin Grana, Yafet Tamene, Kristian Holsheimer

We present a model-agnostic algorithm for generating post-hoc explanations and uncertainty intervals for a machine learning model when only a static sample of inputs and outputs from the model is available, rather than d…

modelregressionUncertainty Quantification

Cycles of Thought: Measuring LLM Confidence through Stable Explanations

2024-06-05 · Evan Becker, Stefano Soatto

In many high-risk machine learning applications it is essential for a model to indicate when it is uncertain about a prediction. While large language models (LLMs) can reach and even surpass human-level accuracy on a var…

Uncertainty Quantification

Uncertainty-Aware Explainable Federated Learning

2025-03-07 · Yanci Zhang, Han Yu

Federated Learning (FL) is a collaborative machine learning paradigm for enhancing data privacy preservation. Its privacy-preserving nature complicates the explanation of the decision-making processes and the evaluation …

Decision MakingFederated LearningPrivacy Preserving

Measuring the Impact of Explanation Bias: A Study of Natural Language Justifications for Recommender Systems

2023-03-16 · Krisztian Balog, Filip Radlinski, Andrey Petrov

Despite the potential impact of explanations on decision making, there is a lack of research on quantifying their effect on users' choices. This paper presents an experimental protocol for measuring the degree to which p…

Decision MakingRecommendation Systems