StackReader: An RNN-Free Reading Comprehension Model.

Yibo Jiang,Zhou Zhao
DOI: https://doi.org/10.1609/aaai.v32i1.12169
2018-01-01
Abstract:Machine comprehension of text is the problem to answer a query based on a given context. Many existing systems use RNN-based units for contextual modeling linked with some attention mechanisms. In this paper, however, we propose StackReader, an end-to-end neural network model, to solve this problem, without recurrent neural network (RNN) units and its variants. This simple model is based solely on attention mechanism and gated convolutional neural network. Experiments on SQuAD have shown to have relatively high accuracy with a significant decrease in training time.
What problem does this paper attempt to address?