RA-retrofit icon indicating copy to clipboard operation
RA-retrofit copied to clipboard

Could you share your pre-processed data of pre-trained word embedding and cleaned knowledge graph?

Open Zziwei opened this issue 5 years ago • 5 comments

Thanks for the interesting work and sharing your code. Could you also share your data of word embeddings you used and cleaned knowledge graph data?

Zziwei avatar Jun 02 '19 15:06 Zziwei

Cleaned word embeddings and knowlege graphs we used: https://www.dropbox.com/s/75cccrsve5tnq8l/data.zip?dl=0

Pretrained RA-retrofit model: https://www.dropbox.com/s/tqj1k4dox1cir5e/RA-retrofit?dl=0

fanglanting avatar Jun 07 '19 12:06 fanglanting

Thanks for the data and pretrained mode. I still have some questions:

  1. How can I load the pretrained RA-retrofit model? I tried 'model.load_state_dict(torch.load(PATH))', but it reported an error.

  2. What is the hyperparameter setting for producing the best performance? I tried many different combinations of gamma and learning rate, but the results are still far from the ones in the paper.

Zziwei avatar Jun 18 '19 18:06 Zziwei

Besides, what is the epoch number for training a good performance model?

Zziwei avatar Jun 18 '19 18:06 Zziwei

I figured out the pretrained model problem... I didn't realize it is the word embeddings file. But I am still not sure the hyperparameter setting for producing this result.

Zziwei avatar Jun 18 '19 19:06 Zziwei

Please find the hyperparameter setting in our paper

fanglanting avatar Jun 19 '19 02:06 fanglanting