CLAILGSep 30, 2024

FaithEval: Can Your Language Model Stay Faithful to Context, Even If "The Moon is Made of Marshmallows"

arXiv:2410.03727v368 citationsh-index: 17Has Code
Originality Highly original
AI Analysis

This work addresses the critical problem of faithfulness hallucination in LLMs and RAG systems for developers and users, by providing a comprehensive evaluation benchmark for real-world deployment.

This paper introduces FaithEval, a new benchmark to evaluate the faithfulness of large language models (LLMs) and retrieval-augmented generation (RAG) systems in scenarios with unanswerable, inconsistent, or counterfactual contexts. Their study, covering 4.9K problems, found that even state-of-the-art models struggle with faithfulness, and larger models do not inherently perform better.

Ensuring faithfulness to context in large language models (LLMs) and retrieval-augmented generation (RAG) systems is crucial for reliable deployment in real-world applications, as incorrect or unsupported information can erode user trust. Despite advancements on standard benchmarks, faithfulness hallucination-where models generate responses misaligned with the provided context-remains a significant challenge. In this work, we introduce FaithEval, a novel and comprehensive benchmark tailored to evaluate the faithfulness of LLMs in contextual scenarios across three diverse tasks: unanswerable, inconsistent, and counterfactual contexts. These tasks simulate real-world challenges where retrieval mechanisms may surface incomplete, contradictory, or fabricated information. FaithEval comprises 4.9K high-quality problems in total, validated through a rigorous four-stage context construction and validation framework, employing both LLM-based auto-evaluation and human validation. Our extensive study across a wide range of open-source and proprietary models reveals that even state-of-the-art models often struggle to remain faithful to the given context, and that larger models do not necessarily exhibit improved faithfulness.Project is available at: https://github.com/SalesforceAIResearch/FaithEval.

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