-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi, I was reading the paper about the dataset and was looking at the dataset in detail. Unfortunately, there is some uncertainty hindering me to fully understanding this task.
Your inductive LP task is defined as "link prediction between unseen entities - for the unseen entities, an inference graph is provided s.t. there is some information for them to work with."
The train graph is available during training, and during evaluation/test, the inference graph is available. Or is the training graph still available?
As your baseline model uses an entity's edge types, extracting features from the inference graph seems ok. Is it also allowed to extract patterns, too? Where is the border - what is allowed with the inference graph and what is not?
Moreover, according to the task definition, would it be allowed to train a new model on the inference graph? This outperforms some of the baselines...