mengf1 / PAL

Policy based Active Learning with DQN (EMNLP-2017)
https://bit.ly/2rasQVM
88 stars 34 forks source link

Cannot find embedding files online #6

Closed Isminoula closed 6 years ago

Isminoula commented 6 years ago

Hello,

Thanks for the code release! Did you train your own embeddings or found them on the website? It seems that there is no file en.emb or nl.emb available on http://128.2.220.95/multilingual

Thanks,

Ismini

mengf1 commented 6 years ago

You need to open GZ files. In the files, lines starting with en: indicate en embedding and lines starting with nl: indicate nl embedding.

Isminoula commented 6 years ago

Thanks, got it! Had to open the files and create two smaller ones with the source and target languages. Btw, I truly enjoyed reading your paper, very well written!

begab commented 5 years ago

The data resource mentioned in the readme is no longer available from http://128.2.220.95/multilingual/data. Do you know its new location or can you maybe mirror those embeddings that were used to be found at that url? Thanks.