Reproducibility Issues for BERT-based Evaluation Metrics
Yanran Chen, Jonas Belouadi, Steffen Eger

TL;DR
This paper investigates the reproducibility of recent BERT-based evaluation metrics in NLP, revealing significant issues caused by undocumented preprocessing, missing code, and reporting inaccuracies, which impact the reliability of these metrics.
Contribution
It identifies key reproducibility challenges in BERT-based NLP evaluation metrics and demonstrates how preprocessing significantly affects results, especially for inflectional languages.
Findings
Reproduction often fails due to undocumented preprocessing and missing code.
Preprocessing can significantly alter metric results, especially in inflectional languages.
Incorrect data handling can inflate scores by up to 5 points.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Natural Language Processing Techniques · Topic Modeling
