CLJun 16, 2024

Teaching Large Language Models to Express Knowledge Boundary from Their Own Signals

arXiv:2406.10881v133 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of LLMs in admitting ignorance to reduce hallucinations, which is crucial for practical applications, though it is incremental as it builds on existing confidence probing methods.

The paper tackles the problem of LLM hallucination by teaching models to recognize and express their knowledge boundaries, resulting in significant improvements in both in-domain and out-of-domain performance.

Large language models (LLMs) have achieved great success, but their occasional content fabrication, or hallucination, limits their practical application. Hallucination arises because LLMs struggle to admit ignorance due to inadequate training on knowledge boundaries. We call it a limitation of LLMs that they can not accurately express their knowledge boundary, answering questions they know while admitting ignorance to questions they do not know. In this paper, we aim to teach LLMs to recognize and express their knowledge boundary, so they can reduce hallucinations caused by fabricating when they do not know. We propose CoKE, which first probes LLMs' knowledge boundary via internal confidence given a set of questions, and then leverages the probing results to elicit the expression of the knowledge boundary. Extensive experiments show CoKE helps LLMs express knowledge boundaries, answering known questions while declining unknown ones, significantly improving in-domain and out-of-domain performance.

Foundations

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

Your Notes