English

LSTMs Compose (and Learn) Bottom-Up

Computation and Language 2020-10-12 v1 Machine Learning

Abstract

Recent work in NLP shows that LSTM language models capture hierarchical structure in language data. In contrast to existing work, we consider the \textit{learning} process that leads to their compositional behavior. For a closer look at how an LSTM's sequential representations are composed hierarchically, we present a related measure of Decompositional Interdependence (DI) between word meanings in an LSTM, based on their gate interactions. We connect this measure to syntax with experiments on English language data, where DI is higher on pairs of words with lower syntactic distance. To explore the inductive biases that cause these compositional representations to arise during training, we conduct simple experiments on synthetic data. These synthetic experiments support a specific hypothesis about how hierarchical structures are discovered over the course of training: that LSTM constituent representations are learned bottom-up, relying on effective representations of their shorter children, rather than learning the longer-range relations independently from children.

Keywords

Cite

@article{arxiv.2010.04650,
  title  = {LSTMs Compose (and Learn) Bottom-Up},
  author = {Naomi Saphra and Adam Lopez},
  journal= {arXiv preprint arXiv:2010.04650},
  year   = {2020}
}

Comments

Published in EMNLP Findings 2020. arXiv admin note: substantial text overlap with arXiv:2004.13195

R2 v1 2026-06-23T19:12:49.992Z