Can KGE be utilized for the initialization of node vectors for downstream tasks? #7403
Answered
by
wsad1
songsong0425
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
wsad1
May 22, 2023
Replies: 1 comment 6 replies
-
You can split the data into |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
songsong0425
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can split the data into
train
andval
while training the KGE. Using theval
metrics to decide when to stop training. Then you could pass your whole dataset set to the KGE to get an embedding for all your nodes.