DongjunLee / dmn-tensorflow

TensorFlow implementation of 'Ask Me Anything: Dynamic Memory Networks for Natural Language Processing (2015)'
42 stars 25 forks source link

Pre-implementation query #4

Closed Brook4846 closed 6 years ago

Brook4846 commented 6 years ago

I've went through the DMN paper and have seen some of the examples they presented for the question answering implementation using the bAbi dataset and wanted to know weather we can acquire more than a one word answer before trying out this implementation.

DongjunLee commented 6 years ago

The answer module in paper is GRU (RNN), so you can acquire more than a one word. But my implementation acquires only one word.

Brook4846 commented 6 years ago

Well that's reassuring. Would you be kind enough to send me links of these implementations on Github if there are any you're aware of.

DongjunLee commented 6 years ago

Sorry, I don't know it.

Brook4846 commented 6 years ago

Well, thanks anyway...