MKR
MKR copied to clipboard
Code inconsistent with the model in the paper
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:)
i have the same question.Did you solve it?
@hwwang55
hi,about the data I have some questions. First, what meaning is the data of one to four colomn in rating.dat document. Second , the data in item_index2entity_id.txt only from 1 to 3951, but the data in the kg.txt more than this scale.