Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 663 Bytes

bertscore.md

File metadata and controls

14 lines (11 loc) · 663 Bytes

BERTScore

This is a version of BERTScore which is implemented within a Docker image. It is a light wrapper around the Repro implementation.

The name of the metric is docker-bertscore and the class is sacrerouge.metrics.docker.bertscore.DockerBertScore.

Setting Up

To run this metric, you must have the zhang2020 Repro docker image built:

repro setup zhang2020

Then, you can directly run the metric.

We used this experiment to verify that the Dockerized and non-Dockerized versions of the metric are identical.