MnemonicReader icon indicating copy to clipboard operation
MnemonicReader copied to clipboard

A PyTorch implementation of Mnemonic Reader for the Machine Comprehension task

Results 4 MnemonicReader issues
Sort by recently updated
recently updated
newest added

hello I'm having a problem with training data. train.js stops with a '^c' in the console in some iteration (if we skip that iteration it happens after a while again)...

I read the class ```MnemonicReader``` and didn't find the reattention mechanism which is described in paper.

Hello, i have read the paper"Reinforced Mnemonic Reader for Machine Reading Comprehension", could you tell me where i can find the parts of reinforcement learning in your code?

Hi You Mention in your readme that the originial paper results were Mnemonic Reader (original paper) | 71.8 | 81.2 -- | -- | -- But the paper references much...