Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why BLEU is greater than 1? #3

Open
LiHui1116 opened this issue Jan 3, 2022 · 1 comment
Open

Why BLEU is greater than 1? #3

LiHui1116 opened this issue Jan 3, 2022 · 1 comment

Comments

@LiHui1116
Copy link

According to the results of table 4 and table 6 that you published in the paper Towards Expressive Communication with Internet Memes: A New Multimodal Conversation Dataset and Bechmark, the BLUE score is greater than 1. This is contrary to the definition of blue, which requires the values should be between 0 and 1.
At the same time, I cheak the file task1_score.py and I didn't find the amplification factor multiplied in the Blue calculation.
Look forward to your reply.

@Tuan-Lee-23
Copy link

According to the results of table 4 and table 6 that you published in the paper Towards Expressive Communication with Internet Memes: A New Multimodal Conversation Dataset and Bechmark, the BLUE score is greater than 1. This is contrary to the definition of blue, which requires the values should be between 0 and 1. At the same time, I cheak the file task1_score.py and I didn't find the amplification factor multiplied in the Blue calculation. Look forward to your reply.

I notice that the authors incorrectly implemented BLEU score on the file task1_score.py. Specifically, they computed corpus BLEU (corpus bleu from NLTK) on a single pair (inference, hypothesis), and then they averaged them over the corpus (divide by the length of samples). That was totally wrong

Btw I think that the BLEU benchmark in the paper is multiplied by 100 to achieve percentage number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants