CLMay 23, 2024

RefChecker: Reference-based Fine-grained Hallucination Checker and Benchmark for Large Language Models

arXiv:2405.14486v124 citationsh-index: 25Has Code
Originality Highly original
AI Analysis

This addresses the issue of unreliable outputs in LLMs for users in NLP applications, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of hallucination in Large Language Models by introducing RefChecker, a framework that uses claim-triplets for fine-grained detection, achieving performance gains of 6.8 to 26.1 points over prior methods on a new benchmark.

Large Language Models (LLMs) have shown impressive capabilities but also a concerning tendency to hallucinate. This paper presents RefChecker, a framework that introduces claim-triplets to represent claims in LLM responses, aiming to detect fine-grained hallucinations. In RefChecker, an extractor generates claim-triplets from a response, which are then evaluated by a checker against a reference. We delineate three task settings: Zero, Noisy and Accurate Context, to reflect various real-world use cases. We curated a benchmark spanning various NLP tasks and annotated 11k claim-triplets from 2.1k responses by seven LLMs. RefChecker supports both proprietary and open-source models as the extractor and checker. Experiments demonstrate that claim-triplets enable superior hallucination detection, compared to other granularities such as response, sentence and sub-sentence level claims. RefChecker outperforms prior methods by 6.8 to 26.1 points on our benchmark and the checking results of RefChecker are strongly aligned with human judgments. This work is open sourced at https://github.com/amazon-science/RefChecker

Code Implementations2 repos
Foundations

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

Your Notes