CLMay 10, 2023

Automatic Evaluation of Attribution by Large Language Models

arXiv:2305.06311v2172 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient attribution verification in LLMs, particularly for applications like generative search engines, though it is incremental as it builds on existing tasks like fact-checking.

The paper tackles the problem of automatically evaluating whether statements generated by large language models are fully supported by their cited references, proposing methods using prompting and fine-tuning, with results showing promising signals and challenges on curated and simulated test sets.

A recent focus of large language model (LLM) development, as exemplified by generative search engines, is to incorporate external references to generate and support its claims. However, evaluating the attribution, i.e., verifying whether the generated statement is fully supported by the cited reference, remains an open problem. Although human evaluation is common practice, it is costly and time-consuming. In this paper, we investigate the automatic evaluation of attribution given by LLMs. We begin by defining different types of attribution errors, and then explore two approaches for automatic evaluation: prompting LLMs and fine-tuning smaller LMs. The fine-tuning data is repurposed from related tasks such as question answering, fact-checking, natural language inference, and summarization. We manually curate a set of test examples covering 12 domains from a generative search engine, New Bing. Our results on this curated test set and simulated examples from existing benchmarks highlight both promising signals and challenges. We hope our problem formulation, testbeds, and findings will help lay the foundation for future studies on this important problem.

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