An Empirical Comparison of Parsing Methods for Stanford Dependencies
Lingpeng Kong, Noah A. Smith

TL;DR
This paper empirically compares various parsing methods for Stanford dependencies, analyzing their accuracy and speed tradeoffs, and explores how different input representations affect parsing performance.
Contribution
It provides a comprehensive empirical evaluation of parsing methods for Stanford dependencies, highlighting the viability of direct dependency parsing and the impact of input representations.
Findings
Direct dependency parsing is more viable than previously thought.
Input representations significantly affect parsing accuracy and speed.
The study offers practical insights for optimizing dependency parsing in NLP systems.
Abstract
Stanford typed dependencies are a widely desired representation of natural language sentences, but parsing is one of the major computational bottlenecks in text analysis systems. In light of the evolving definition of the Stanford dependencies and developments in statistical dependency parsing algorithms, this paper revisits the question of Cer et al. (2010): what is the tradeoff between accuracy and speed in obtaining Stanford dependencies in particular? We also explore the effects of input representations on this tradeoff: part-of-speech tags, the novel use of an alternative dependency representation as input, and distributional representaions of words. We find that direct dependency parsing is a more viable solution than it was found to be in the past. An accompanying software release can be found at: http://www.ark.cs.cmu.edu/TBSD
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Algorithms and Data Compression
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
