haitian-sun / GraftNet

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

Using other dataset ComplexWebQuestions1.1 #8

Closed pyupya closed 5 years ago

pyupya commented 5 years ago

Hi! I'm interested in QA, so your your article is pretty excellent!

I wanna use other dataset ComplexWebQuestions1.1 which upper version of WebquestionsSP. I wanna use for all type of ComplexWebQuestions1.1(especially composition, conjunction).

I couldn't get datas about seed entities on question and subgraph(.nxhd file), how can I use other dataset for this code, or can't?

If there's any conjunctive questions dataset can use on this article, I wanna ask you! Thanks!

(one more thing I have question, what are files "entity_kge_100d.npy","relation_kge_100d.npy" mean? I don't understand what these mean, and how can I get, or create? )

haitian-sun commented 5 years ago

"entity_kge_100d.npy","relation_kge_100d.npy" are pre-trained knowledge base embeddings.

For WebQuestions, we use the topic entities extracted by the STAGG project https://github.com/scottyih/STAGG. The .nxhd files are generated using those predicted topic entities. Some details about how to generate those files http://curtis.ml.cmu.edu/kbir/.