xiangwang1223/knowledge_graph_attention_network

How to generate good ./pretrain data for new datasets?

zhaohan-xi opened this issue · 1 comments

Hi Dear Author,

I now want to implement KGAT with new KGs, but seems like the direct embedding cannot get good performance. As you mentioned in README.md, load the pretrained embeddings would be better for evaluation. Then for a new incoming KG, how to generate such pertained embeddings?

@HarrialX Have you solved your question? Could you please share your solution?