TimDettmers / ConvE

Convolutional 2D Knowledge Graph Embeddings resources
MIT License
675 stars 163 forks source link

Settings in FB15k #7

Closed huxiao-neu closed 6 years ago

huxiao-neu commented 6 years ago

hey! To get the best results on the FB15k, what should the parameters be set to? I use the same settings as the FB15k-237 and can only get hit@10: 86 %.

TimDettmers commented 6 years ago

Make sure that you run it for a long time. You will see gradual improvement over time. I ran the model that I reported in the paper for 2 days I think. At first, it may seem to stagnate but still improves slowly.

I used the following parameters:

I will close this for now. Let me know if you have any more problems with replication.