Do LLM Attribution Metrics Transfer? Auditing Retrieval-Augmented Generation Evaluation Across Datasets and Constructs

📅 2026-06-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study systematically evaluates the cross-dataset and cross-task transferability of automatic evaluation metrics in retrieval-augmented generation (RAG), a property often assumed without rigorous validation. Assessing eight categories of mainstream scorers—including lexical, embedding-based, BERTScore, and NLI- or fact-checking–based models such as MiniCheck—the authors employ human annotation benchmarks and leave-one-dataset-out validation across three evaluation settings and multiple datasets. Their analysis reveals, for the first time, that no metric consistently maintains optimal performance across diverse scenarios; notably, certain metrics that excel on short texts (e.g., NLI models) degrade to near-random performance on long-form outputs. While large language model (LLM) judges demonstrate greater robustness, they incur high computational costs and exhibit non-deterministic behavior. These findings challenge the prevailing assumption of metric transferability and quantify the substantial decision-making risks incurred by their misuse.
📝 Abstract
Practice often treats automatic metrics for attribution in LLM retrieval-augmented generation as interchangeable. We audit eight automatic scorers -- lexical, embedding, and BERTScore baselines alongside entailment/grounding-trained models (clean and FEVER NLI, the checker MiniCheck) -- across three evaluation constructs (provenance/topicality, generated-answer attribution, and fact-check entailment), asking whether any scorer transfers: stays within the 95% confidence interval of the best audited scorer on every dataset of a multi-dataset construct. In the construct with the most multi-dataset human-labeled coverage -- generated-answer attribution (AttributionBench's four source datasets, n = 1,610, with independent HAGRID, n = 2,150) -- none does: the per-dataset metric rankings invert (Kendall tau = -0.64, p = 0.031 on AttributedQA vs. LFQA), and an off-the-shelf NLI scorer that is best on short-claim AttributedQA (AUROC 0.90) collapses to AUROC 0.53 (chance) on long-form LFQA, where BERTScore wins (0.91); the flip is not a length or truncation artifact. This instability has a concrete decision cost: a naive "best-on-average" rule for choosing an evaluator fails leave-one-dataset-out (mean held-out regret 0.172 AUROC, worse than fixing one scorer), so metric choice must be validated on the target dataset rather than learned from others. A prompt-based LLM judge avoids the chance-level collapses the automatic scorers suffer (no LFQA collapse) but is not uniformly best, ~100x costlier, and non-deterministic -- relocating, not removing, the validation burden.
Problem

Research questions and friction points this paper is trying to address.

attribution
retrieval-augmented generation
evaluation metrics
metric transferability
LLM evaluation
Innovation

Methods, ideas, or system contributions that make the work stand out.

attribution evaluation
retrieval-augmented generation
metric transferability
automatic scoring instability
LLM judges