Less is More for Improving Automatic Evaluation of Factual Consistency
Tong Wang, Ninad Kulkarni, Yanjun Qi
TL;DR
This work targets automatic evaluation of factual consistency in generated text, identifying noise and robustness weaknesses in the prior AlignScore approach. It introduces LIM-RA, a DeBERTa-based model trained on a cleaned, smaller training set (about 10% of AlignScore) plus synthetic robustness data to enhance resilience to name and number perturbations. Across 33 datasets spanning four benchmarks, LIM-RA achieves state-of-the-art performance, often surpassing GPT-based baselines, while maintaining competitive inference times. The method demonstrates data efficiency and robustness, making it well-suited for evaluating factuality in both traditional NLG outputs and large language model responses, with practical implications for safer and more reliable NLG systems.
Abstract
Assessing the factual consistency of automatically generated texts in relation to source context is crucial for developing reliable natural language generation applications. Recent literature proposes AlignScore which uses a unified alignment model to evaluate factual consistency and substantially outperforms previous methods across many benchmark tasks. In this paper, we take a closer look of datasets used in AlignScore and uncover an unexpected finding: utilizing a smaller number of data points can actually improve performance. We process the original AlignScore training dataset to remove noise, augment with robustness-enhanced samples, and utilize a subset comprising 10\% of the data to train an improved factual consistency evaluation model, we call LIM-RA (Less Is More for Robust AlignScore). LIM-RA demonstrates superior performance, consistently outperforming AlignScore and other strong baselines like ChatGPT across four benchmarks (two utilizing traditional natural language generation datasets and two focused on large language model outputs). Our experiments show that LIM-RA achieves the highest score on 24 of the 33 test datasets, while staying competitive on the rest, establishing the new state-of-the-art benchmarks.
