holographic-embeddings icon indicating copy to clipboard operation
holographic-embeddings copied to clipboard

The dataset and detail parameters for FB15K

Open THUCSTHanxu13 opened this issue 7 years ago • 3 comments

Thank you for your work. Besides WN18, you use FB15K for experimental evaluations. Can you release FB15K.bin and detail parameters to train the model for FB15K.

THUCSTHanxu13 avatar Jun 23 '17 06:06 THUCSTHanxu13

The dataset used in this repo seems to be the same that A.Bordes used in his paper talking about TransE: https://everest.hds.utc.fr/doku.php?id=en:transe To generate the bin, you have to parse the original dataset to get the same structure as used on WN18.bin. Check out Python Pickle to read and save this binary files.

vfrico avatar Jun 24 '17 00:06 vfrico

Hi, Thanks for such a nice code for the method. I was able to reproduce the results for WN18 and was trying to reproduce the results for FB15k dataset. Will it be possible to share the parameters and other settings for FB15k as well? With settings similar to WN18, I wasn't not getting the same numbers.

Thanks

Chandrahasd avatar Jul 11 '17 13:07 Chandrahasd

Hello, Thank you for sharing your code here. I cannot get the expected result for FB15K dataset with the parameters similar to WN18. Could you share your parameter settings for FB15K?

Thank you

lucky-dreamer-nn avatar Sep 29 '18 13:09 lucky-dreamer-nn