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
I was wondering how much of the ratio of the modified n gram in BLEU-2 ,3 ,and 4. And if possible how to change the proportion? Or does the calculation only purely specify the specified n gram and not a proportion to the other n grams?
I mean , theoritically speaking BLEU-4 would have 0.25 , 0.25 , 0.25 ,0.25 proportion for n-gram 1 ,2,3,and 4 and then it's computed to become the BLEU-4 score. Does this wrapper do that?
The text was updated successfully, but these errors were encountered:
I was wondering how much of the ratio of the modified n gram in BLEU-2 ,3 ,and 4. And if possible how to change the proportion? Or does the calculation only purely specify the specified n gram and not a proportion to the other n grams?
I mean , theoritically speaking BLEU-4 would have 0.25 , 0.25 , 0.25 ,0.25 proportion for n-gram 1 ,2,3,and 4 and then it's computed to become the BLEU-4 score. Does this wrapper do that?
The text was updated successfully, but these errors were encountered: