You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is we calling $metric->getScore() 1000 times. So for Hjerson we run the external Python script 1000 times. For BLEU, we precompute sentence-level (and n-gram level) statistics in advance, so get_score() and add_sentence() is much faster. We would need to get sentece-level scores from Hjerson.
We should also compute 5 Hjerson metrics in one run (instead of five runs).
The text was updated successfully, but these errors were encountered:
Currently, bootstrap resampling is done schematically
That is we calling
$metric->getScore()
1000 times. So for Hjerson we run the external Python script 1000 times. For BLEU, we precompute sentence-level (and n-gram level) statistics in advance, soget_score()
andadd_sentence()
is much faster. We would need to get sentece-level scores from Hjerson.We should also compute 5 Hjerson metrics in one run (instead of five runs).
The text was updated successfully, but these errors were encountered: