MnemonicReader icon indicating copy to clipboard operation
MnemonicReader copied to clipboard

Where is the reattention mechanism?

Open jellying opened this issue 5 years ago • 2 comments

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

jellying avatar Oct 21 '19 09:10 jellying

Hi, this code is implementation of the v3 paper (https://arxiv.org/abs/1705.02798v3).

seanliu96 avatar Oct 22 '19 02:10 seanliu96

You can check the performance comparison between v3 and v6 in this repo (https://github.com/ewrfcas/Reinforced-Mnemonic-Reader), which shows that v3 model is still better than v6 model without cove or elmo.

seanliu96 avatar Oct 22 '19 02:10 seanliu96