RNNLogic
RNNLogic copied to clipboard
Hi, After going through this code and the RNNLogic paper, we had a few questions regarding the implementation of the paper uploaded here. In what follows, the "old code" refers...
Could you release version of packages in a requirement.txt file? Thanks.
Dear Authors, I tried to run this code on FB15k-237 on a single GPU (after revising config file) but face the following error. The related code for rnn seems correct....
有遇到这个问题的吗? 怎么解决的
Dear Authors, I found a little glitch in the WN18RR data updated by you. Although the data/wn18rr/entity.dict mentions 40943 entities, the actual entities which are a part of train.txt files...
Hi, I'm interested in how to get the generated logic rules in Table 4 and Table 7 as your paper shows. And I can't find the relations in the dataset...
Hello, I wish to work RNN-Logic model and do some analysis with it. But unfortunately, I do not have resources to train the RNN-Logic model for FB15K-237 and WN18RR datasets...
Hello, Thank you for providing the code of your paper. As per the instructions, I am running the code for Version 2 of RNNLogic with emb. While the training is...
Hi, it is really a nice paper. But I have a question. May I know why you need to use Eq. (7) and (8) to approximate the posterior? My idea...
I'm confused about the EM step in codes. The paper describes that the rule generator is updated by maximizing the log-likelyhood of the identified high-quality rules, while in the codes,...