CLLGNEApr 22, 2016

Dependency Parsing with LSTMs: An Empirical Evaluation

arXiv:1604.06529v21 citations
Originality Incremental advance
AI Analysis

This addresses parsing challenges for NLP researchers, offering incremental improvements in handling long-range dependencies.

The paper tackles dependency parsing by proposing a transition-based parser using LSTM RNNs, extending a previous feedforward neural network approach, and achieves competitive overall accuracy with over 3% improvement for long-range dependencies on the Google Web Treebank.

We propose a transition-based dependency parser using Recurrent Neural Networks with Long Short-Term Memory (LSTM) units. This extends the feedforward neural network parser of Chen and Manning (2014) and enables modelling of entire sequences of shift/reduce transition decisions. On the Google Web Treebank, our LSTM parser is competitive with the best feedforward parser on overall accuracy and notably achieves more than 3% improvement for long-range dependencies, which has proved difficult for previous transition-based parsers due to error propagation and limited context information. Our findings additionally suggest that dropout regularisation on the embedding layer is crucial to improve the LSTM's generalisation.

Foundations

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

Your Notes