ibalazevic / TuckER

TuckER: Tensor Factorization for Knowledge Graph Completion
MIT License
350 stars 60 forks source link

Do you only test tails in the evalution? #18

Closed liu-jc closed 4 years ago

liu-jc commented 4 years ago

I am a bit confused about the evaluation protocol. In the evaluation, you only feed (head, rel) to the model and get predictions with n elements representing the scores of (head, rel, t_1) ... (head, rel, t_n). Why you don't repeat this process for the tail? Could you explain the reason? I think it should be done right? Previous works all conduct the evaluation in this way. Maybe I misunderstand your code. Look forward to your reply.

ibalazevic commented 4 years ago

Please see this issue for the answer to your question.