TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Reinforced Mnemonic Reader for Machine Reading Comprehension

Reinforced Mnemonic Reader for Machine Reading Comprehension

Minghao Hu, Yuxing Peng, Zhen Huang, Xipeng Qiu, Furu Wei, Ming Zhou

2017-05-08Reading ComprehensionQuestion AnsweringReinforcement LearningMachine Reading Comprehensionreinforcement-learning
PaperPDFCodeCodeCode

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 systems by over 6% in terms of both Exact Match and F1 metrics on two adversarial SQuAD datasets.

Results

TaskDatasetMetricValueModel
Question AnsweringSQuAD1.1 devEM78.9R.M-Reader (single)
Question AnsweringSQuAD1.1 devF186.3R.M-Reader (single)
Question AnsweringSQuAD1.1EM82.283Reinforced Mnemonic Reader (ensemble model)
Question AnsweringSQuAD1.1F188.533Reinforced Mnemonic Reader (ensemble model)
Question AnsweringSQuAD1.1EM79.545Reinforced Mnemonic Reader (single model)
Question AnsweringSQuAD1.1F186.654Reinforced Mnemonic Reader (single model)
Question AnsweringSQuAD1.1EM74.268Mnemonic Reader (ensemble)
Question AnsweringSQuAD1.1F182.371Mnemonic Reader (ensemble)
Question AnsweringSQuAD1.1EM70.995Mnemonic Reader (single model)
Question AnsweringSQuAD1.1F180.146Mnemonic Reader (single model)
Question AnsweringTriviaQAEM46.94Mnemonic Reader
Question AnsweringTriviaQAF152.85Mnemonic Reader

Related Papers

CUDA-L1: Improving CUDA Optimization via Contrastive Reinforcement Learning2025-07-18From Roots to Rewards: Dynamic Tree Reasoning with RL2025-07-17Enter the Mind Palace: Reasoning and Planning for Long-term Active Embodied Question Answering2025-07-17Vision-and-Language Training Helps Deploy Taxonomic Knowledge but Does Not Fundamentally Alter It2025-07-17City-VLM: Towards Multidomain Perception Scene Understanding via Multimodal Incomplete Learning2025-07-17VisionThink: Smart and Efficient Vision Language Model via Reinforcement Learning2025-07-17Spectral Bellman Method: Unifying Representation and Exploration in RL2025-07-17Aligning Humans and Robots via Reinforcement Learning from Implicit Human Feedback2025-07-17