DeepGraphLearning / KnowledgeGraphEmbedding

MIT License
1.24k stars 264 forks source link

How to split the train/valid/test #43

Closed SRL94 closed 3 years ago

SRL94 commented 3 years ago

Hi, did you randomly split the knowledge graph into train/valid/test? How do you make sure the training set contains all entities?

Edward-Sun commented 3 years ago

We follow previous work on dataset splitting. The training set is not guaranteed to contain all entities, which is the case in FB15k-237 dataset.