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

training KGC models using Open-KE #23

Open Balabala0792 opened 2 years ago

Balabala0792 commented 2 years ago

Hi,

I wonder if I can train the KGC model using only the code in the folder "owe" that you gave if I don't want to use the open-KE framework. Or what is the relationship between the two folders that you gave. I'm sorry I'm new to this, so there may be soem questions.

Thanks

haseebs commented 2 years ago

The KGC code in the owe folder is only for:

You need to use the open_ke scripts in order to obtain these closed-world embeddings in order the use the code in the owe folder.