AttributionBench: How Hard is Automatic Attribution Evaluation?
Yifei Li, Xiang Yue, Zeyi Liao, Huan Sun
TL;DR
AttributionBench introduces a unified binary-attribution benchmark for automatic attribution evaluation, aggregating seven datasets into balanced train/dev/test splits with in-distribution and out-of-distribution test sets. The study demonstrates that even with fine-tuning, state-of-the-art systems achieve only moderate macro-F1 scores around the 80% range, highlighting substantial challenges in faithfully attributing claims to cited evidence. A detailed error analysis attributes most failures to fine-grained information insensitivity and mismatches between model-accessible and human-annotator-accessible information. The results emphasize that while domain-adapted fine-tuning (notably on NLI data) and benchmarking help, simply using larger models is insufficient, and future work should focus on aligning evidence processing with human judgments and improving sensitivity to fine-grained details.
Abstract
Modern generative search engines enhance the reliability of large language model (LLM) responses by providing cited evidence. However, evaluating the answer's attribution, i.e., whether every claim within the generated responses is fully supported by its cited evidence, remains an open problem. This verification, traditionally dependent on costly human evaluation, underscores the urgent need for automatic attribution evaluation methods. To bridge the gap in the absence of standardized benchmarks for these methods, we present AttributionBench, a comprehensive benchmark compiled from various existing attribution datasets. Our extensive experiments on AttributionBench reveal the challenges of automatic attribution evaluation, even for state-of-the-art LLMs. Specifically, our findings show that even a fine-tuned GPT-3.5 only achieves around 80% macro-F1 under a binary classification formulation. A detailed analysis of more than 300 error cases indicates that a majority of failures stem from the model's inability to process nuanced information, and the discrepancy between the information the model has access to and that human annotators do.
