Do Automatic Factuality Metrics Measure Factuality? A Critical Evaluation
Sanjana Ramprasad, Byron C. Wallace
TL;DR
The paper critically evaluates automatic factuality metrics for summarization and shows that most metrics struggle on harder, reasoning-requiring cases and are susceptible to manipulation via harmless edits; prompting-based evaluations (notably ChatGPT-DA) are more robust but may rely on internal model knowledge rather than the source document. Through benchmarks spanning AggreFact, GenAudit, and related datasets, the authors demonstrate that many metrics inflate scores with benign edits and can be gamed with minimal content changes, raising questions about what these metrics truly measure. They propose a set of practical recommendations, including saliency-aware scoring and benchmarks that capture factuality severity, to push towards more grounded and reliable evaluation in high-stakes domains. Overall, the work calls for cautious interpretation of current factuality metrics and highlights the need for evaluations that emphasize genuine factual alignment with sources over superficial cues or internal priors.
Abstract
Modern LLMs can now produce highly readable abstractive summaries, to the point that traditional automated metrics for evaluating summary quality, such as ROUGE, have saturated. However, LLMs still sometimes introduce inaccuracies into summaries, i.e., information inconsistent with or unsupported by the corresponding source. Measuring the occurrence of these often subtle factual inconsistencies automatically has proved challenging. This in turn has motivated development of metrics intended to measure the factual consistency of generated summaries against sources. But are these approaches measuring what they purport to? Or are they mostly exploiting artifacts? In this work, we stress test a range of automatic factuality metrics, including specialized models and LLM-based prompting methods, to probe what they actually capture. Using a shallow classifier to separate ``easy'' examples for factual evaluation where surface features suffice from ``hard'' cases requiring deeper reasoning, we find that all metrics show substantial performance drops on the latter. Furthermore, some metrics are more sensitive to benign, fact-preserving edits than to factual corrections. Building on this observation, we demonstrate that most automatic factuality metrics can be gamed, i.e., their scores can be artificially inflated by appending innocuous, content-free sentences to summaries. Among the metrics tested, the prompt based ChatGPT-DA approach is the most robust and reliable. However, this comes with a notable caveat: Prompting LLMs to assess factuality may overly rely on their parametric knowledge rather than the provided reference when making judgments. Taken together, our findings call into question the reliability of current factuality metrics and prompt a broader reflection on what these metrics are truly measuring.
