MPQG
MPQG copied to clipboard
how to evaluate the output
I have decoded and get the test.sota.tok file, how can i get the evaluation of it?
Hi,
We use the multi-bleu.perl
file, which takes your generation outputs and another file containing all references. You may refer to this script and modify the path of the multi-bleu.perl
script.