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 <PATH_TO_KGC_EMBEDDINGS> #26

Open yummy706 opened 8 months ago

yummy706 commented 8 months ago

Hello, In this, python owe/run_open_world.py -t -c -d -- ,What does refer to? I wonder what kind of file it is? And how should this file be obtained?

haseebs commented 6 months ago

These are the pretrained knowledge graph embeddings. You can either train them yourself by following instructions in the README.md or download them here: https://github.com/haseebs/haseebs.github.io/raw/master/assets/FB15k-237-OWE-closed-world-embeddings.zip

The linked embeddings are 300D ComplEx embeddings for FB15k-237-OWE.