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

MEMEN: Multi-layer Embedding with Memory Networks for Machine Comprehension

About

Machine comprehension(MC) style question answering is a representative problem in natural language processing. Previous methods rarely spend time on the improvement of encoding layer, especially the embedding of syntactic information and name entity of the words, which are very crucial to the quality of encoding. Moreover, existing attention methods represent each query word as a vector or use a single vector to represent the whole query sentence, neither of them can handle the proper weight of the key words in query sentence. In this paper, we introduce a novel neural network architecture called Multi-layer Embedding with Memory Network(MEMEN) for machine reading task. In the encoding layer, we employ classic skip-gram model to the syntactic and semantic information of the words to train a new kind of embedding layer. We also propose a memory network of full-orientation matching of the query and passage to catch more pivotal information. Experiments show that our model has competitive results both from the perspectives of precision and efficiency in Stanford Question Answering Dataset(SQuAD) among all published results and achieves the state-of-the-art results on TriviaQA dataset.

Boyuan Pan, Hao Li, Zhou Zhao, Bin Cao, Deng Cai, Xiaofei He• 2017

Related benchmarks

TaskDatasetResultRank
Question AnsweringSQuAD v1.1 (test)
F1 Score82.658
260
Question AnsweringTriviaQA Wiki domain, Verified (dev)
EM49.3
21
Question AnsweringTriviaQA Wikipedia (dev-full)
F146.9
19
Question AnsweringSQuAD hidden 1.1 (test)
EM75.4
18
Question AnsweringTriviaQA Web domain Verified (test)
Exact Match (EM)49.28
11
Machine Reading ComprehensionTriviaQA Wikipedia Full (dev)
EM0.432
5
Question AnsweringTriviaQA Wiki domain Distant Supervision (dev)
EM43.16
5
Question AnsweringTriviaQA Web (All) (test)
Exact Match43.16
5
Question AnsweringTriviaQA Web domain Distant Supervision (dev)
EM44.25
4
Question AnsweringTriviaQA Web domain Verified (dev)
Exact Match (EM)53.27
4
Showing 10 of 10 rows

Other info

Follow for update