English

FastFusionNet: New State-of-the-Art for DAWNBench SQuAD

Computation and Language 2019-03-05 v2

Abstract

In this technical report, we introduce FastFusionNet, an efficient variant of FusionNet [12]. FusionNet is a high performing reading comprehension architecture, which was designed primarily for maximum retrieval accuracy with less regard towards computational requirements. For FastFusionNets we remove the expensive CoVe layers [21] and substitute the BiLSTMs with far more efficient SRU layers [19]. The resulting architecture obtains state-of-the-art results on DAWNBench [5] while achieving the lowest training and inference time on SQuAD [25] to-date. The code is available at https://github.com/felixgwu/FastFusionNet.

Keywords

Cite

@article{arxiv.1902.11291,
  title  = {FastFusionNet: New State-of-the-Art for DAWNBench SQuAD},
  author = {Felix Wu and Boyi Li and Lequn Wang and Ni Lao and John Blitzer and Kilian Q. Weinberger},
  journal= {arXiv preprint arXiv:1902.11291},
  year   = {2019}
}

Comments

A Technical Report