ibalazevic / TuckER

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

why not use 1-x score function. #24

Open quqxui opened 3 years ago

quqxui commented 3 years ago

Hi, thanks for your elegent code and job!!
I am thinking how to achieve the 1-x socre funtion( The x of 1-x means the number of entity to form a loss. 1-N uses the whole entity.). In my opinion, 1-x should has much better performace than 1-N, becase is hard to train in high dim. So why not use 1-x score function ?