English

Fast Reading Comprehension with ConvNets

Computation and Language 2017-11-15 v1

Abstract

State-of-the-art deep reading comprehension models are dominated by recurrent neural nets. Their sequential nature is a natural fit for language, but it also precludes parallelization within an instances and often becomes the bottleneck for deploying such models to latency critical scenarios. This is particularly problematic for longer texts. Here we present a convolutional architecture as an alternative to these recurrent architectures. Using simple dilated convolutional units in place of recurrent ones, we achieve results comparable to the state of the art on two question answering tasks, while at the same time achieving up to two orders of magnitude speedups for question answering.

Keywords

Cite

@article{arxiv.1711.04352,
  title  = {Fast Reading Comprehension with ConvNets},
  author = {Felix Wu and Ni Lao and John Blitzer and Guandao Yang and Kilian Weinberger},
  journal= {arXiv preprint arXiv:1711.04352},
  year   = {2017}
}

Comments

15 pages, 10 figures, submitted to ICLR 2018

R2 v1 2026-06-22T22:43:33.742Z