kentonl / e2e-coref

End-to-end Neural Coreference Resolution
Apache License 2.0
518 stars 174 forks source link

how to understand the head_word_emb in the initial file ,glove_50_300_2.txt,how to get the file? #66

Open Vipning opened 5 years ago

Pab0 commented 4 years ago

As mentioned in the README in section Getting Started:

Download pretrained models at https://drive.google.com/file/d/1fkifqZzdzsOEo0DXMzCFjiNXqsKG_cHi

The link above points to e2e-coref.tgz, which contains the file _glove_50_3002.txt.


glove_300d_2w is just the name given to the .txt file within the experiments.conf configuration: https://github.com/kentonl/e2e-coref/blob/10c6fb6b774b1a80724f6b7fdc68d743b6a88e99/experiments.conf#L10-L11

Vipning commented 4 years ago

is this file pretrained by using Glove word embeddings with a window size 2?

xiulinyang commented 1 year ago

is this file pretrained by using Glove word embeddings with a window size 2?

Hey, did you figure it out? I'm curious about it too. :)