HKUST-KnowComp / MnemonicReader

A PyTorch implementation of Mnemonic Reader for the Machine Comprehension task
BSD 3-Clause "New" or "Revised" License
136 stars 38 forks source link

RL-loss #13

Open Backlight-SS opened 5 years ago

Backlight-SS commented 5 years ago

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?

seanliu96 commented 5 years ago

I did not implement the RL part because I do not think the RL part in this paper is much exciting. And as you can see, the improvement is not much significant.