MINERVA icon indicating copy to clipboard operation
MINERVA copied to clipboard

Meandering In Networks of Entities to Reach Verisimilar Answers

Results 8 MINERVA issues
Sort by recently updated
recently updated
newest added

May I know what the meaning of this part is? ![image](https://user-images.githubusercontent.com/53407011/161301738-e96c0576-d124-4b4b-81a9-e5adea6efa24.png)

**I am running the model for countries_s1 model but getting the following error:** ``` Executing python code/model/trainer.py --base_output_dir output/countries_s1/ --path_length 2 --hidden_size 25 --embedding_size 25 --batch_size 256 --beta 0.05 --Lambda...

Hi @rajarshd, @shehzaadzd, Using the config for kinship and fb15k-237, we only get the following results, which are quite different from the ones in the paper. ``` FB15k-237 [ Hits@1:...

Sorry to bother. When I'm trying to export the model using `tf.saved_model` to deploy it to a production environment (tf serving in docker), there are some problems. The exported graph...

Thanks for your code! But I have some doubts about your displayed general rules. Is it just some similar result in test set or you come up with some guidelines...

Hello thank you for your code, it works smoothly without any problem. I found parameter settings in your code are different than ones in your paper and MAP results were...

The Table.6 proposed experiment on WikiQA, but I don't see the implement of this part in the code. Could you give me some instruction on how to process these questions...

On the "papers with code" website, this github repo is labeled as the official implementation of a paper named "Neuro-Symbolic Inductive Logic Programming with Logical Neural Networks" (https://paperswithcode.com/paper/neuro-symbolic-inductive-logic-programming), which seems...