zmtkeke / IRN

code and data for my COLING paper "An Interpretable Reasoning Network for Multi-Relation Question Answering"
78 stars 16 forks source link

Some qusetion #1

Open ChuanMeng opened 5 years ago

ChuanMeng commented 5 years ago

Execuse me,the code in this project is finished by Tensorflow?If so, what is the version of TensorFlow and python ?Thanks!

zmtkeke commented 5 years ago

I used python2 and the TF version may be <=1.2 (late 2016-early 2017).

LingfengPan commented 5 years ago

Why don't you implement your experiments on the dataset of WebQuestions? Thanks!

zmtkeke commented 5 years ago

WebQuestions are mostly for single-hop questions which are not suitable to confirm our hypothesis. Howeve, our datasets were augmented by WebQuestions and WikiAnswers.

Joseph1314 commented 5 years ago

Excuse me, can your baseline model of key-value memory network run well with 90% accuracy in your code?

I also implemented the KVMemNN for the KBQA using the wiki-movieqa-dataset,but I can only got about 40% accuracy on test-set.