Don't Hallucinate, Abstain: Identifying LLM Knowledge Gaps via Multi-LLM Collaboration
Shangbin Feng, Weijia Shi, Yike Wang, Wenxuan Ding, Vidhisha Balachandran, Yulia Tsvetkov
TL;DR
This work addresses the persistent knowledge gaps in large language models by reframing abstention as a reliability mechanism in QA. It surveys 11 baseline abstain methods across calibration, training, prompting, and consistency, and introduces two multi-LLM collaboration strategies—Cooperate and Compete—that leverage cross-model feedback to decide abstention. Across three LLMs and four knowledge-intensive tasks, the collaboration approaches achieve state-of-the-art abstain performance, with notable gains in abstain accuracy and retrieval-aware reliability. The study highlights the potential of multi-LLM collaboration to reduce hallucinations and pinpoint knowledge gaps, while also discussing computational costs and fairness considerations in abstention.
Abstract
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.
