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

Shangbin Feng, Weijia Shi, Yike Wang, Wenxuan Ding, Vidhisha Balachandran, Yulia Tsvetkov

arXiv:2402.00367 · 2026-07-27 공개 · arXiv · PDF

model-adaptation multi-hop-reasoning prompting llm-calibration confidence-scoring retrieval-augmentation knowledge-gaps multi-llm-collaboration

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.

한국어 요약

한 줄 요약

다중 LLM 협력 기반 Cooperte 및 Compete 메커니즘을 통해 LLM 지식 공백을 최대 19.3% 개선된 정확도로 식별하고 답변을 회피한다.

핵심 기여도

핵심 아이디어

기존 LLM 회피 메커니즘은 단일 모델의 자기 반성(Self-Reflection)에 의존하며, 이는 홀루시네이션과 확증 편향으로 인해 신뢰도가 낮다. 본 연구는 이 문제를 해결하기 위해 다중 LLM 간 협력(Cooperation) 또는 경쟁(Competition)을 통해 지식 공백을 탐지하는 새로운 메커니즘을 제안한다. Cooperte는 다른 LLM의 피드백을 종합하여 회피 결정을 내리는 방식이고, Compete는 상충되는 지식을 가진 LLM과 대결하여 회피 여부를 판단한다. 이는 기존 방법들이 의존하는 held-out set 없이도 일반화 가능한 회피 결정을 가능하게 한다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용