Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ReasoNet: Learning to Stop Reading in Machine Comprehension

About

Teaching a computer to read and answer general questions pertaining to a document is a challenging yet unsolved problem. In this paper, we describe a novel neural network architecture called the Reasoning Network (ReasoNet) for machine comprehension tasks. ReasoNets make use of multiple turns to effectively exploit and then reason over the relation among queries, documents, and answers. Different from previous approaches using a fixed number of turns during inference, ReasoNets introduce a termination state to relax this constraint on the reasoning depth. With the use of reinforcement learning, ReasoNets can dynamically determine whether to continue the comprehension process after digesting intermediate results, or to terminate reading when it concludes that existing information is adequate to produce an answer. ReasoNets have achieved exceptional performance in machine comprehension datasets, including unstructured CNN and Daily Mail datasets, the Stanford SQuAD dataset, and a structured Graph Reachability dataset.

Yelong Shen, Po-Sen Huang, Jianfeng Gao, Weizhu Chen• 2016

Related benchmarks

TaskDatasetResultRank
Question AnsweringSQuAD v1.1 (test)
F1 Score82.552
260
Machine ComprehensionCNN (val)
Accuracy0.729
80
Machine ComprehensionCNN (test)
Accuracy74.7
77
Machine Reading ComprehensionDaily Mail (test)
Accuracy76.6
46
Machine Reading ComprehensionDaily Mail (val)
Accuracy77.6
36
Question AnsweringCNN (test)
Accuracy74.7
24
Generative Question AnsweringMsMARCO (test)
ROUGE Score19.2
18
Question AnsweringSQuAD hidden 1.1 (test)
EM75
18
Question AnsweringAddOneSent (test)
EM43.6
15
Question Answeringadversarial SQuAD (test)
Add Sent Score39.4
12
Showing 10 of 18 rows

Other info

Code

Follow for update