bleu Questions

3

Solved

With the results of two different summary systems (sys1 and sys2) and the same reference summaries, I evaluated them with both BLEU and ROUGE. The problem is: All ROUGE scores of sys1 was hig...
Bedridden asked 27/6, 2016 at 3:2

2

Solved

I have some question on BLUE Score calculation for machine translation. I realized they may have a different metrics for BLEU. I found the code reports five value for BLEU, namely BLEU-1, BLEU-2, B...
Dagan asked 2/6, 2017 at 8:52

1

Solved

If I have a Chinese word lists, like: reference = ['我', '是', '好' ,'人'] hypothesis = ['我', '是', '善良的','人] Could I use the nltk.translate.bleu_score.sentence_bleu(references, hypothesis) for the Chi...
Sinapism asked 27/9, 2017 at 9:46

1

Solved

There is an implementation of BLEU score in Python NLTK, nltk.translate.bleu_score.corpus_bleu But I am not sure if it is the same as the mtevalv13a.pl script. What is the difference between th...
Squire asked 6/9, 2017 at 21:26

2

Solved

I have imported nltk in python to calculate BLEU Score on Ubuntu. I understand how sentence-level BLEU score works, but I don't understand how corpus-level BLEU score work. Below is my code for co...
Insertion asked 11/11, 2016 at 6:44
1

© 2022 - 2024 — McMap. All rights reserved.