paper-with-me

홈 › Papers

Large Language Model Confidence Estimation via Black-Box Access

2024-06-01 · Tejaswini Pedapati, Amit Dhurandhar, Soumya Ghosh, Soham Dan, Prasanna Sattigeri

Estimating uncertainty or confidence in the responses of a model can be significant in evaluating trust not only in the responses, but also in the model as a whole. In this paper, we explore the problem of estimating confidence for responses of large language models (LLMs) with simply black-box or query access to them. We propose a simple and extensible framework where, we engineer novel features and train a (interpretable) model (viz. logistic regression) on these features to estimate the confidence. We empirically demonstrate that our simple framework is effective in estimating confidence of Flan-ul2, Llama-13b and Mistral-7b on four benchmark Q\&A tasks as well as of Pegasus-large and BART-large on two benchmark summarization tasks with it surpassing baselines by even over $10\%$ (on AUROC) in some cases. Additionally, our interpretable approach provides insight into features that are predictive of confidence, leading to the interesting and useful discovery that our confidence models built for one LLM generalize zero-shot across others on a given dataset.

📄 PDF Abstract BibTeX arXiv:2406.04370

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Confidence Estimation for Text-to-SQL in Large Language Models

2025-08-08 · Sepideh Entezari Maleki, Mohammadreza Pourreza, Davood Rafiei arxiv

Confidence estimation for text-to-SQL aims to assess the reliability of model-generated SQL queries without having access to gold answers. We study this problem in the context of large language models (LLMs), where acces…

SIMBA UQ: Similarity-Based Aggregation for Uncertainty Quantification in Large Language Models

2025-10-10 · Debarun Bhattacharjya, Balaji Ganesan, Junkyu Lee, Radu Marinescu 외 arxiv

When does a large language model (LLM) know what it does not know? Uncertainty quantification (UQ) provides measures of uncertainty, such as an estimate of the confidence in an LLM's generated output, and is therefore in…

Question Answering

BiG-SURE - Bipartite Graph for Semantic Uncertainty and Reliability Estimation of LLMs

2026-08-31 · Debarpan Bhattacharya, Malay Phadke, Sriram Ganapathy arxiv

Reliable uncertainty estimation is a crucial requirement for deploying large language models (LLMs) and vision-language models (VLMs) in safety-critical settings, especially when the model parameters are not accessible (…

Black-box Optimization of LLM Outputs by Asking for Directions

2025-10-19 · Jie Zhang, Meng Ding, Yang Liu, Jue Hong 외 arxiv

We present a novel approach for attacking black-box large language models (LLMs) by exploiting their ability to express confidence in natural language. Existing black-box attacks require either access to continuous model…

Online Black-Box Confidence Estimation of Deep Neural Networks

2023-02-27 · Fabian Woitschek, Georg Schneider

Autonomous driving (AD) and advanced driver assistance systems (ADAS) increasingly utilize deep neural networks (DNNs) for improved perception or planning. Nevertheless, DNNs are quite brittle when the data distribution …

Autonomous Driving