CLOct 23, 2023

Language Models Hallucinate, but May Excel at Fact Verification

AI2CMUUW
arXiv:2310.14564v257 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the hallucination problem in LLMs for NLP applications, offering a method to improve trustworthiness, though it is incremental in repurposing existing models.

The study found that large language models (LLMs) like GPT-3.5 produce factual outputs less than 25% of the time, but they can be repurposed as effective fact verifiers, with FLAN-T5-11B outperforming more capable models like GPT-3.5 and ChatGPT.

Recent progress in natural language processing (NLP) owes much to remarkable advances in large language models (LLMs). Nevertheless, LLMs frequently "hallucinate," resulting in non-factual outputs. Our carefully-designed human evaluation substantiates the serious hallucination issue, revealing that even GPT-3.5 produces factual outputs less than 25% of the time. This underscores the importance of fact verifiers in order to measure and incentivize progress. Our systematic investigation affirms that LLMs can be repurposed as effective fact verifiers with strong correlations with human judgments. Surprisingly, FLAN-T5-11B, the least factual generator in our study, performs the best as a fact verifier, even outperforming more capable LLMs like GPT3.5 and ChatGPT. Delving deeper, we analyze the reliance of these LLMs on high-quality evidence, as well as their deficiencies in robustness and generalization ability. Our study presents insights for developing trustworthy generation models.

Code Implementations1 repo
Foundations

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

Your Notes