CLNESep 8, 2017

Simple Recurrent Units for Highly Parallelizable Recurrence

arXiv:1709.02755v51243 citations
Originality Highly original
AI Analysis

This addresses the scalability bottleneck in recurrent neural networks for NLP practitioners, offering a more efficient alternative.

The paper tackles the problem of poor scalability in recurrent neural networks by proposing the Simple Recurrent Unit (SRU), which achieves 5-9x speed-up over optimized LSTM and improves translation BLEU by 0.7 on average compared to Transformer.

Common recurrent neural architectures scale poorly due to the intrinsic difficulty in parallelizing their state computations. In this work, we propose the Simple Recurrent Unit (SRU), a light recurrent unit that balances model capacity and scalability. SRU is designed to provide expressive recurrence, enable highly parallelized implementation, and comes with careful initialization to facilitate training of deep models. We demonstrate the effectiveness of SRU on multiple NLP tasks. SRU achieves 5--9x speed-up over cuDNN-optimized LSTM on classification and question answering datasets, and delivers stronger results than LSTM and convolutional models. We also obtain an average of 0.7 BLEU improvement over the Transformer model on translation by incorporating SRU into the architecture.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes