CLAIApr 16, 2024

Uncertainty-Based Abstention in LLMs Improves Safety and Reduces Hallucinations

arXiv:2404.10960v148 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses reliability issues for LLM deployment, offering a practical solution to reduce errors and enhance safety, though it is incremental as it builds on existing uncertainty methods.

The study tackled the problem of unreliable LLMs in correctness, hallucinations, and safety by implementing uncertainty-based abstention, resulting in improvements of 2-8% in correctness, 50% reduction in hallucinations, and 70-99% increase in safety with minimal computational cost.

A major barrier towards the practical deployment of large language models (LLMs) is their lack of reliability. Three situations where this is particularly apparent are correctness, hallucinations when given unanswerable questions, and safety. In all three cases, models should ideally abstain from responding, much like humans, whose ability to understand uncertainty makes us refrain from answering questions we don't know. Inspired by analogous approaches in classification, this study explores the feasibility and efficacy of abstaining while uncertain in the context of LLMs within the domain of question-answering. We investigate two kinds of uncertainties, statistical uncertainty metrics and a distinct verbalized measure, termed as In-Dialogue Uncertainty (InDU). Using these uncertainty measures combined with models with and without Reinforcement Learning with Human Feedback (RLHF), we show that in all three situations, abstention based on the right kind of uncertainty measure can boost the reliability of LLMs. By sacrificing only a few highly uncertain samples we can improve correctness by 2% to 8%, avoid 50% hallucinations via correctly identifying unanswerable questions and increase safety by 70% up to 99% with almost no additional computational overhead.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes