facebookresearch / UnsupervisedMT

Phrase-Based & Neural Unsupervised Machine Translation
Other
1.51k stars 262 forks source link

Does the paper result uses beam search? #63

Closed cocaer closed 5 years ago

cocaer commented 5 years ago

I am wondering if the final result in paper uses beam search ? If used, what's the beam size? @glample

glample commented 5 years ago

No, it uses greedy decoding.

glample commented 5 years ago

We tried to use beam search 5 or 12 in https://github.com/facebookresearch/XLM which you may want to have a look at since that code gives better results than in this repo.