-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Like BertScore and BLEURT, MoverScore is another modern transformer-based reference-based summerization metric.
However, we did not include it in our pilot study. Now maybe a good time to add it.
Unfortunately, HF's evaluate library does not included it. But the original author seems to have provided a good package: https://pypi.org/project/moverscore/ And the Github source is here: https://github.com/AIPHES/emnlp19-moverscore
Let's add it. Note to be fair and square (#10), let's use a RoBERTa-large based model. To select a model, see here. The model name is the model name in HuggingFace. So we can simply use RoBERTa-large (generally trained).