DeepPath icon indicating copy to clipboard operation
DeepPath copied to clipboard

code and docs for my EMNLP paper "DeepPath: A Reinforcement Learning Method for Knowledge Graph Reasoning"

Results 18 DeepPath issues
Sort by recently updated
recently updated
newest added

Hi Dear Author, can I ask why there is a model parameter updating during testing ([here](https://github.com/xwhan/DeepPath/blob/b697c143649a298add342275e6e7bea10cf34fdf/scripts/policy_agent.py#L270))

sli_police中teacher是什么意思呢,调用的那个函数

Hi, Could you please add the prerequisites package (eg. tensorflow version) for this repo.? Thanks.

python 2.7 cannot install tensorflow1.13.1,how can they combine to run this program?it cannot work.

How does your model works on the FB15K-237 Dataset, as mentioned by your paper?

In policy_agent.py, the retraining code, why there is a BFS teacher-guided training after the agent failed? This is not the same as the algorithm decription. Does this mean BFS is...

![image](https://user-images.githubusercontent.com/31423097/87302831-abdc2200-c544-11ea-9aa1-72e5bf0977bc.png) I can not understand the work of rel_net, if you can reply, I will appreciate it.

It is fine to run this code with NELL-995. However, I got stuck in process of running the same code with FB15k-237 dataset. Is there any edit of code that...

hi, can you share the work of A.vec and how to get the A.vec file

When I browse your code and datasets, I found some question which can solve by your giving information. So I want to ask whether the project is part of the...