CLNov 4, 2016

Assessing the Ability of LSTMs to Learn Syntax-Sensitive Dependencies

arXiv:1611.01368v1991 citations
Originality Incremental advance
AI Analysis

This addresses the problem of understanding the grammatical competence of LSTMs for linguists and NLP researchers, highlighting limitations in unsupervised learning for syntax.

The study investigated whether LSTMs can learn syntax-sensitive dependencies like English subject-verb number agreement, finding that they achieve high accuracy (less than 1% errors) with targeted supervision but struggle when sequential and structural information conflict, especially in language modeling where errors increase sharply.

The success of long short-term memory (LSTM) neural networks in language processing is typically attributed to their ability to capture long-distance statistical regularities. Linguistic regularities are often sensitive to syntactic structure; can such dependencies be captured by LSTMs, which do not have explicit structural representations? We begin addressing this question using number agreement in English subject-verb dependencies. We probe the architecture's grammatical competence both using training objectives with an explicit grammatical target (number prediction, grammaticality judgments) and using language models. In the strongly supervised settings, the LSTM achieved very high overall accuracy (less than 1% errors), but errors increased when sequential and structural information conflicted. The frequency of such errors rose sharply in the language-modeling setting. We conclude that LSTMs can capture a non-trivial amount of grammatical structure given targeted supervision, but stronger architectures may be required to further reduce errors; furthermore, the language modeling signal is insufficient for capturing syntax-sensitive dependencies, and should be supplemented with more direct supervision if such dependencies need to be captured.

Code Implementations5 repos
Foundations

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

Your Notes