MKR icon indicating copy to clipboard operation
MKR copied to clipboard

Code inconsistent with the model in the paper

Open cteant opened this issue 5 years ago • 3 comments

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:)

cteant avatar Jan 29 '20 03:01 cteant

i have the same question.Did you solve it?

BodyCSoulN avatar Aug 24 '21 07:08 BodyCSoulN

@hwwang55

BodyCSoulN avatar Sep 30 '21 09:09 BodyCSoulN

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.

daisir8 avatar Oct 11 '21 02:10 daisir8