hyren / PathCon

Combining relational context and relational paths for knowledge graph completion
MIT License
61 stars 16 forks source link

Ratio of removed nodes for inductive experiment #2

Open giantonia opened 2 years ago

giantonia commented 2 years ago

Section 4.2 describes an experiment for inductive KG completion which includes sampling a subset of nodes in the test set and removing them from the training set. How was this implemented in the code? I am looking at data_loader.py, but I cannot seem to find it. Thank you.