Hi,
I notice that in the paper, you are using the embedding of relation and head in the low layers. According to equation (7) in the paper, the relation embedding should pass a MLP. However, in the code, this part is missing and instead you pass the tail embedding to MLP in the low layers (model.py line 56). This seems to be inconsistent with the model in the paper, could you please explain the reason. Thanks:)