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

Machine Comprehension Using Match-LSTM and Answer Pointer

About

Machine comprehension of text is an important problem in natural language processing. A recently released dataset, the Stanford Question Answering Dataset (SQuAD), offers a large number of real questions and their answers created by humans through crowdsourcing. SQuAD provides a challenging testbed for evaluating machine comprehension algorithms, partly because compared with previous datasets, in SQuAD the answers do not come from a small set of candidate answers and they have variable lengths. We propose an end-to-end neural architecture for the task. The architecture is based on match-LSTM, a model we proposed previously for textual entailment, and Pointer Net, a sequence-to-sequence model proposed by Vinyals et al.(2015) to constrain the output tokens to be from the input sequences. We propose two ways of using Pointer Net for our task. Our experiments show that both of our two models substantially outperform the best results obtained by Rajpurkar et al.(2016) using logistic regression and manually crafted features.

Shuohang Wang, Jing Jiang• 2016

Related benchmarks

TaskDatasetResultRank
Question AnsweringSQuAD v1.1 (dev)
F1 Score76.8
375
Question AnsweringSQuAD v1.1 (test)
F1 Score77.022
260
Question AnsweringSQuAD (test)
F170.3
111
Question AnsweringNewsQA (dev)
F1 Score49.6
101
Question AnsweringSQuAD (dev)
F170.7
74
Question AnsweringSQuAD v1.1 (val)
F1 Score73.9
70
Multi-turn Response SelectionUbuntu Corpus
Recall@1 (R10)65.3
65
Question AnsweringNewsQA (test)
F150
31
Generative Question AnsweringMsMARCO (test)
ROUGE Score40.7
18
Question AnsweringSQuAD hidden 1.1 (test)
EM64.7
18
Showing 10 of 17 rows

Other info

Code

Follow for update