How much complexity does an RNN architecture need to learn syntax-sensitive dependencies?

Long short-term memory (LSTM) networks and their variants are capable of encapsulating long-range dependencies, which is evident from their performance on a variety of linguistic tasks. On the other hand, simple recurrent networks (SRNs), which appear more biologically grounded in terms of synaptic connections, have generally been less successful at capturing long-range dependencies as well as the loci of grammatical errors in an unsupervised setting. In this paper, we seek to develop models that bridge the gap between biological plausibility and linguistic competence. We propose a new architecture, the Decay RNN, which incorporates the decaying nature of neuronal activations and models the excitatory and inhibitory connections in a population of neurons. Besides its biological inspiration, our model also shows competitive performance relative to LSTMs on subject-verb agreement, sentence grammaticality, and language modeling tasks. These results provide some pointers towards probing the nature of the inductive biases required for RNN architectures to model linguistic phenomena successfully.

PDF Abstract ACL 2020 PDF ACL 2020 Abstract

Results from the Paper


Ranked #35 on Language Modelling on WikiText-103 (Validation perplexity metric)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Language Modelling WikiText-103 LSTM Validation perplexity 52.73 # 35
Language Modelling WikiText-103 GRU Validation perplexity 53.78 # 36
Language Modelling WikiText-103 Decay RNN Validation perplexity 76.67 # 37

Methods


No methods listed for this paper. Add relevant methods here