CLNov 29, 2024

Truth or Mirage? Towards End-to-End Factuality Evaluation with LLM-Oasis

arXiv:2411.19655v310 citationsh-index: 13Computational Linguistics
Originality Incremental advance
AI Analysis

This addresses the urgent need for better factuality assessment in LLMs, though it is incremental as it builds on existing resources by scaling up and focusing on end-to-end evaluation.

The paper tackles the problem of evaluating the factuality of Large Language Model outputs, which often contain hallucinations, by introducing LLM-Oasis, the largest resource for training end-to-end factuality evaluators, with GPT-4o achieving up to 60% accuracy on the proposed task.

After the introduction of Large Language Models (LLMs), there have been substantial improvements in the performance of Natural Language Generation (NLG) tasks, including Text Summarization and Machine Translation. However, LLMs still produce outputs containing hallucinations, that is, content not grounded in factual information. Therefore, developing methods to assess the factuality of LLMs has become urgent. Indeed, resources for factuality evaluation have recently emerged. Although challenging, these resources face one or more of the following limitations: (i) they are tailored to a specific task or domain; (ii) they are limited in size, thereby preventing the training of new factuality evaluators; (iii) they are designed for simpler verification tasks, such as claim verification. To address these issues, we introduce LLM-Oasis, to the best of our knowledge the largest resource for training end-to-end factuality evaluators. LLM-Oasis is constructed by extracting claims from Wikipedia, falsifying a subset of these claims, and generating pairs of factual and unfactual texts. We then rely on human annotators to both validate the quality of our dataset and to create a gold standard test set for benchmarking factuality evaluation systems. Our experiments demonstrate that LLM-Oasis presents a significant challenge for state-of-the-art LLMs, with GPT-4o achieving up to 60% accuracy in our proposed end-to-end factuality evaluation task, highlighting its potential to drive future research in the field.

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