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

Data format #5

Closed mzkhan2000 closed 6 years ago

mzkhan2000 commented 6 years ago

your data in three files train.txt, valid.txt and test.txt Each line is a triple, but not in the format like ubject_entity_id relation_id object_entity_id. How your program works with this data that stored in datasets fb15k.zip and wn18.zip file?

ttrouill commented 6 years ago

I am not sure I get your question, can you rephrase it?

ttrouill commented 6 years ago

I guess you've found your answer, I'll close the issue.