English

Dependency Parsing with Dilated Iterated Graph CNNs

Computation and Language 2017-07-25 v2

Abstract

Dependency parses are an effective way to inject linguistic knowledge into many downstream tasks, and many practitioners wish to efficiently parse sentences at scale. Recent advances in GPU hardware have enabled neural networks to achieve significant gains over the previous best models, these models still fail to leverage GPUs' capability for massive parallelism due to their requirement of sequential processing of the sentence. In response, we propose Dilated Iterated Graph Convolutional Neural Networks (DIG-CNNs) for graph-based dependency parsing, a graph convolutional architecture that allows for efficient end-to-end GPU parsing. In experiments on the English Penn TreeBank benchmark, we show that DIG-CNNs perform on par with some of the best neural network parsers.

Keywords

Cite

@article{arxiv.1705.00403,
  title  = {Dependency Parsing with Dilated Iterated Graph CNNs},
  author = {Emma Strubell and Andrew McCallum},
  journal= {arXiv preprint arXiv:1705.00403},
  year   = {2017}
}

Comments

2nd Workshop on Structured Prediction for Natural Language Processing (at EMNLP '17)

R2 v1 2026-06-22T19:32:27.845Z