renli1024 / SE-GNN

Semantic Evidence aware Graph Neural Network (SE-GNN) for Knowledge Graph Embedding task (AAAI'22).
59 stars 11 forks source link

Which gnn does the model use? Is it gat? #3

Closed zivlumous closed 2 years ago

renli1024 commented 2 years ago

We do apply the attention mechanism in our gnn model, but overall it is different from gat. It is motivated by the Semantic Evidence concept proposed by our paper. More details can be seen in Section 4 of the paper, or the model.py code file.