ttrouill / complex

Source code for experiments in the papers "Complex Embeddings for Simple Link Prediction" (ICML 2016) and "Knowledge Graph Completion via Complex Tensor Factorization" (JMLR 2017).
Other
319 stars 83 forks source link

Just replace the tail entity when testing. #20

Open BodyCSoulN opened 2 years ago

BodyCSoulN commented 2 years ago

Hello,

Thanks for your great job.

I have a question about how to change the corrupted generation when testing.

I just want to replace the tail entities rather than repalce the head entities.

Thanks!