CLAIOct 16, 2024

A Claim Decomposition Benchmark for Long-form Answer Verification

arXiv:2410.12558v11 citationsh-index: 27Has CodeCCIR
Originality Synthesis-oriented
AI Analysis

This work addresses the issue of factuality and verifiability in LLM responses for researchers and practitioners, but it is incremental as it builds on existing datasets and focuses on a specific aspect of attribution.

The authors tackled the problem of LLM hallucination in long-form question answering by introducing a claim decomposition benchmark to identify atomic and checkworthy claims, resulting in the creation of the Chinese Atomic Claim Decomposition Dataset (CACDD) with 500 question-answer pairs and 4956 atomic claims, and experiments showed the task is highly challenging.

The advancement of LLMs has significantly boosted the performance of complex long-form question answering tasks. However, one prominent issue of LLMs is the generated "hallucination" responses that are not factual. Consequently, attribution for each claim in responses becomes a common solution to improve the factuality and verifiability. Existing researches mainly focus on how to provide accurate citations for the response, which largely overlook the importance of identifying the claims or statements for each response. To bridge this gap, we introduce a new claim decomposition benchmark, which requires building system that can identify atomic and checkworthy claims for LLM responses. Specifically, we present the Chinese Atomic Claim Decomposition Dataset (CACDD), which builds on the WebCPM dataset with additional expert annotations to ensure high data quality. The CACDD encompasses a collection of 500 human-annotated question-answer pairs, including a total of 4956 atomic claims. We further propose a new pipeline for human annotation and describe the challenges of this task. In addition, we provide experiment results on zero-shot, few-shot and fine-tuned LLMs as baselines. The results show that the claim decomposition is highly challenging and requires further explorations. All code and data are publicly available at \url{https://github.com/FBzzh/CACDD}.

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