Is it possible only use subject emb and object emb to do the link prediction task?
If possible, how?
If not possible, why?
Thank you.
Is it possible only use subject emb and object emb to do the link prediction task?
If possible, how?
If not possible, why?
Thank you.
What do you mean by object embedding and subject embedding?
From https://docs.dgl.ai/tutorials/models/1_gnn/4_rgcn.html
“A knowledge graph is made up by a collection of triples of the form (subject, relation, object)”
Thank you very much.