nlg-metricverse icon indicating copy to clipboard operation
nlg-metricverse copied to clipboard

[COLING22] An End-to-End Library for Evaluating Natural Language Generation

Results 2 nlg-metricverse issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Result didn't same as [e2e-metrics](https://github.com/tuetschek/e2e-metrics) (Or is there any hyper parameters that I missed?) **To Reproduce** Calculate score with same data **Expected behavior** The results should be...

**Describe the bug** The MoverScore calculation seems to fail when trying to make use of the DistilBert tokenizer. **To Reproduce** ```python >>> import nlgmetricverse >>> scorer = nlgmetricverse.NLGMetricverse(metrics=['moverscore']) >>> scorer(predictions=['foo'],...