Reinforced Mnemonic Reader for Machine Reading Comprehension
Minghao Hu, Yuxing Peng, Zhen Huang, Xipeng Qiu, Furu Wei, and Ming Zhou

TL;DR
This paper presents the Reinforced Mnemonic Reader, a novel machine reading comprehension model that improves attention mechanisms and optimization strategies, achieving state-of-the-art results on SQuAD and adversarial datasets.
Contribution
It introduces a reattention mechanism and dynamic-critical reinforcement learning to enhance comprehension accuracy and training stability.
Findings
Achieves state-of-the-art results on SQuAD.
Outperforms previous models by over 6% on adversarial datasets.
Effectively addresses attention redundancy and convergence issues.
Abstract
In this paper, we introduce the Reinforced Mnemonic Reader for machine reading comprehension tasks, which enhances previous attentive readers in two aspects. First, a reattention mechanism is proposed to refine current attentions by directly accessing to past attentions that are temporally memorized in a multi-round alignment architecture, so as to avoid the problems of attention redundancy and attention deficiency. Second, a new optimization approach, called dynamic-critical reinforcement learning, is introduced to extend the standard supervised method. It always encourages to predict a more acceptable answer so as to address the convergence suppression problem occurred in traditional reinforcement learning algorithms. Extensive experiments on the Stanford Question Answering Dataset (SQuAD) show that our model achieves state-of-the-art results. Meanwhile, our model outperforms previous…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning
