wxjiao / UncSamp

Implementation of our paper "Self-training Sampling with Monolingual Data Uncertainty for Neural Machine Translation" to appear in ACL-2021.
31 stars 1 forks source link

Hello, could you provide the wmt19_en_de_code used in the forward-translation or could you tell me how to get it? #4

Open Devil988 opened 2 years ago

Devil988 commented 2 years ago

Can I use wmt17_en_de_code?

wxjiao commented 2 years ago

Can I use wmt17_en_de_code?

Hi, it should be the bpe model. You may figure out the meaning if looking into the .sh file. Nonetheless, if you are experimenting with wmt17 en-de, feel free to use its corresponding bpe model. Thanks.