Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Gantavya Bhatt, Hritik Bansal, Rishubh Singh, Sumeet Agarwal• 2020

Related benchmarks

TaskDatasetResultRank
Grammaticality JudgementWikipedia corpus 1.4 million sentences (test)
Accuracy96.83
7
Number PredictionWikipedia corpus 1.4 million sentences (test)
Accuracy98.66
7
Targeted Syntactic EvaluationMarvin and Linzen 2018
SR SV Agreement: Simple97
7
Language ModelingGeneral Language Modeling Dataset (val)
Validation Perplexity76.67
6
Showing 4 of 4 rows

Other info

Code

Follow for update