Closed RamoramaInteractive closed 2 years ago
I've an output and a reference:
Reference: Das ist das Haus von Tom and Sam Output: Das ist das Haus von Thomas und Samuel
When I use Sacrebleu I got a score of 0.75.
I got as Recall 0.65 ans as Precision 0.5. I used 6-gram as character order and after calculating with the formular on paper I got 0.6132.
Why is my different? My Beta is 2.
could you maybe check with the original implementation to see if this is a difference that arise in sacreBLEU's chrF implementation?
https://github.com/m-popovic/chrF
closing as no answers.
I've an output and a reference:
Reference: Das ist das Haus von Tom and Sam Output: Das ist das Haus von Thomas und Samuel
When I use Sacrebleu I got a score of 0.75.
I got as Recall 0.65 ans as Precision 0.5. I used 6-gram as character order and after calculating with the formular on paper I got 0.6132.
Why is my different? My Beta is 2.