xwhan / DeepPath

code and docs for my EMNLP paper "DeepPath: A Reinforcement Learning Method for Knowledge Graph Reasoning"
533 stars 135 forks source link

generating TransE experiment dataset #12

Open ghost opened 5 years ago

ghost commented 5 years ago

Thank you for your code, I am trying to re-produce MAP results of TransE model using NELL-995 for relation as the paper presented but not using pretrained embeddings such as task/relation/entity2vec.vec. I wonder how you generated supporting triples for your train.txt dataset which are all necessary triples used for training task/relation/train_pos.txt. I assume you didn't use only task/relation/train_pos.txt for training. Thanks