haseebs / OWE

Pytorch code for An Open-World Extension to Knowledge Graph Completion Models (AAAI 2019)
https://aaai.org/ojs/index.php/AAAI/article/view/4162
37 stars 9 forks source link

about the dataset #15

Closed laixiaolian closed 3 years ago

laixiaolian commented 3 years ago

Hi, Can you share the Test set and Valid set of Head Pred. of FB15k-237-OWE, as you wrote in the Table2 in your paper? In addition, can you provide the openke_format dataset of FB20k? I can't find it. Thanks so much!

haseebs commented 3 years ago

Heres the head prediction data: https://drive.google.com/file/d/1kwVVFPpS7ASFuX1A8lZhbZsZ-hdbAO21/view?usp=sharing

The openke embeddings for both FB15k-237-OWE and FB20k should be the same, since they both use base fb15k as the known knowledge graph. You can train one using the files provided in FB15k-237-OWE dataset.