Skip to content

ty4b112/pytorch_MINERVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pytorch_MINERVA

This is the code for the paper Go for a Walk and Arrive at the Answer - Reasoning over Paths in Knowledge Bases using Reinforcement Learning in pytorch version.

I try to reproduce the model with pytorch and use WN18RR for testing. But I cannot achieve the same performance as the tensorflow version.

It will be very helpful if someone use my code and find why my implementation is worse than the original version or to provide another pytorch implementation with better performance.

The tensorflow version provided by the author is located at https://github.com/shehzaadzd/MINERVA.

Quick start

The following command starts our model. You can view main.py for changing parameters.

python src/main.py

Evaluation

Requirements

  • Python 3.6
  • Numpy
  • pytorch 1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages