haitian-sun / GraftNet

BSD 2-Clause "Simplified" License
268 stars 56 forks source link

problems related to embedding files #32

Open vongyx opened 2 years ago

vongyx commented 2 years ago

Hello, Dr. Sun. In your source code and data, the Webqsp dataset has four settings (FULL, KB_05, KB_03, KB_01), and each folder has: 'Entity_emb_100d.npy',' Entity_kge_100d.npy', 'Relationship_emb_100d.npy',' Relationship_kge_100d.npy', and 'word_emb_100d.npy',. I have some questions about these files. (1) how did you get these embedded files? (2) what is the different meaning of the embedded file that you named with 'kge'' and 'emb''? (3) Why are these embedded files different under the four settings?

Hopes for your reply :)