paper-with-me

홈 › Papers

Don't Hallucinate, Abstain: Identifying LLM Knowledge Gaps via Multi-LLM Collaboration

2024-02-01 · Shangbin Feng, Weijia Shi, Yike Wang, Wenxuan Ding, Vidhisha Balachandran, Yulia Tsvetkov

Despite efforts to expand the knowledge of large language models (LLMs), knowledge gaps -- missing or outdated information in LLMs -- might always persist given the evolving nature of knowledge. In this work, we study approaches to identify LLM knowledge gaps and abstain from answering questions when knowledge gaps are present. We first adapt existing approaches to model calibration or adaptation through fine-tuning/prompting and analyze their ability to abstain from generating low-confidence outputs. Motivated by their failures in self-reflection and over-reliance on held-out sets, we propose two novel approaches that are based on model collaboration, i.e., LLMs probing other LLMs for knowledge gaps, either cooperatively or competitively. Extensive experiments with three LLMs on four QA tasks featuring diverse knowledge domains demonstrate that both cooperative and competitive approaches to unveiling LLM knowledge gaps achieve up to 19.3% improvements on abstain accuracy against the strongest baseline. Further analysis reveals that our proposed mechanisms could help identify failure cases in retrieval augmentation and pinpoint knowledge gaps in multi-hop reasoning.

📄 PDF Abstract BibTeX arXiv:2402.00367

Code (1)

bunsenfeng/abstainqa 공식 구현 pytorch

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Teaching LLMs to Abstain across Languages via Multilingual Feedback

2024-06-22 · Shangbin Feng, Weijia Shi, Yike Wang, Wenxuan Ding 외

Multilingual LLMs often have knowledge disparities across languages, with larger gaps in under-resourced languages. Teaching LLMs to abstain in the face of knowledge gaps is thus a promising strategy to mitigate hallucin…

Language ModelingLanguage Modelling

Fine-Tuning Large Language Models to Appropriately Abstain with Semantic Entropy

2024-10-22 · Benedict Aaron Tjandra, Muhammed Razzak, Jannik Kossen, Kunal Handa 외

Large Language Models (LLMs) are known to hallucinate, whereby they generate plausible but inaccurate text. This phenomenon poses significant risks in critical applications, such as medicine or law, necessitating robust …

FormHallucination

Knows When it Doesn’t Know: Deep Abstaining Classifiers

2019-05-01 · ICLR 2019 5 · Sunil Thulasidasan, Tanmoy Bhattacharya, Jeffrey Bilmes, Gopinath Chennupati 외

We introduce the deep abstaining classifier -- a deep neural network trained with a novel loss function that provides an abstention option during training. This allows the DNN to abstain on confusing or difficult-to-lea…

Epistemic Reject Option Prediction

2025-11-06 · Vojtech Franc, Jakub Paplham arxiv

In high-stakes applications, predictive models must not only produce accurate predictions but also quantify and communicate their uncertainty. Reject-option prediction addresses this by allowing the model to abstain when…

Are vision language models robust to uncertain inputs?

2025-05-17 · Xi Wang, Eric Nalisnick

Robustness against uncertain and ambiguous inputs is a critical challenge for deep learning models. While recent advancements in large scale vision language models (VLMs, e.g. GPT4o) might suggest that increasing model a…

Anomaly DetectionMorphology classificationUncertainty Quantification