baoguangsheng / g-transformer

Code base for "G-Transformer for Document-level Machine Translation"
MIT License
43 stars 8 forks source link

The BLEU value #13

Closed thunder123321 closed 1 year ago

thunder123321 commented 1 year ago

May I ask whether it is tokenized BLEU or detokenized BLEU in G-transformer's paper?

baoguangsheng commented 1 year ago

It is detokenized BLEU, which is specified by the arguments "--tokenizer moses --remove-bpe --sacrebleu".

thunder123321 commented 1 year ago

All right, thank you very much

baoguangsheng commented 1 year ago

You are welcome.