CLLGMar 30, 2022

Reproducibility Issues for BERT-based Evaluation Metrics

arXiv:2204.00004v3298 citations
Originality Synthesis-oriented
AI Analysis

This work addresses reproducibility problems in NLP evaluation metrics, which is crucial for researchers and practitioners relying on these tools, though it is incremental as it builds on prior critiques of metrics like BLEU.

The paper investigates reproducibility issues in four recent BERT-based evaluation metrics for natural language generation, finding failures due to undocumented preprocessing, missing code, and reporting errors, with preprocessing effects sometimes exceeding those of aggregation mechanisms.

Reproducibility is of utmost concern in machine learning and natural language processing (NLP). In the field of natural language generation (especially machine translation), the seminal paper of Post (2018) has pointed out problems of reproducibility of the dominant metric, BLEU, at the time of publication. Nowadays, BERT-based evaluation metrics considerably outperform BLEU. In this paper, we ask whether results and claims from four recent BERT-based metrics can be reproduced. We find that reproduction of claims and results often fails because of (i) heavy undocumented preprocessing involved in the metrics, (ii) missing code and (iii) reporting weaker results for the baseline metrics. (iv) In one case, the problem stems from correlating not to human scores but to a wrong column in the csv file, inflating scores by 5 points. Motivated by the impact of preprocessing, we then conduct a second study where we examine its effects more closely (for one of the metrics). We find that preprocessing can have large effects, especially for highly inflectional languages. In this case, the effect of preprocessing may be larger than the effect of the aggregation mechanism (e.g., greedy alignment vs. Word Mover Distance).

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