glample/tagger

Pretrained skip-n-gram vector

Closed this issue · 6 comments

Hello @glample,

I got the pre-trained vector from https://github.com/facebookresearch/fastText/blob/master/pretrained-vectors.md this link.

I was wondering how can I get the pretrained skip-n-gram model vector? I haven't found any suitable resource. The paper(http://arxiv.org/abs/1603.01360) mentioned that they used skip-n-gram model, not the skip-gram model.

Hi,

You can find the tool we used on this repo: https://github.com/wlin12/wang2vec
Look for structured skipngram (option 3)

Guillaume

On which dataset you have used for skipngram?

We used the last version of the English Gigaword.

Thank you glample.

Do you have any idea about where can I get pre-trained skip-n-gram vectors?

@Anurag25 Please take a look in this issue,

#44