SOTAVerified

Learning Context-Free Languages with Nondeterministic Stack RNNs

2020-10-09CONLLCode Available1· sign in to hype

Brian DuSell, David Chiang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present a differentiable stack data structure that simultaneously and tractably encodes an exponential number of stack configurations, based on Lang's algorithm for simulating nondeterministic pushdown automata. We call the combination of this data structure with a recurrent neural network (RNN) controller a Nondeterministic Stack RNN. We compare our model against existing stack RNNs on various formal languages, demonstrating that our model converges more reliably to algorithmic behavior on deterministic tasks, and achieves lower cross-entropy on inherently nondeterministic tasks.

Reproductions