YerevaNN / Dynamic-memory-networks-in-Theano

Implementation of Dynamic memory networks by Kumar et al. http://arxiv.org/abs/1506.07285
MIT License
333 stars 111 forks source link

New Facts and questions #7

Open shivajid opened 7 years ago

shivajid commented 7 years ago

If we add new facts, does the model need to be retrained? I am getting inaccurate answers for non Sample Questions

Story: Sandra moved to the garden. John went to the bedroom. John moved to the bathroom. John went to the garden. John journeyed to the bedroom. Sandra went to the office. Sandra went to the bathroom. Sandra moved to the kitchen. Apple is red in color

Question What color is the apple?

It gives a wrong answer? Any thoughts?

Hrant-Khachatrian commented 7 years ago

if you use the same vocabulary and your tasks fit one of the 20 original babi tasks, then it should work without training. if it doesn't, it means the model is not good enough.

regarding this particular example.. as far as i remember there were no color related tasks in bAbI. so you have to add color related training samples and retrain.