MnemonicReader
MnemonicReader copied to clipboard
A PyTorch implementation of Mnemonic Reader for the Machine Comprehension task
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.
RL-loss
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...