Skip to content

Adding MoverScore #11

@forrestbao

Description

@forrestbao

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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions