CLSep 2, 2019

All Roads Lead to UD: Converting Stanford and Penn Parses to English Universal Dependencies with Multilayer Annotations

arXiv:1909.00522v11092 citations
AI Analysis

This work addresses a practical issue for NLP researchers and practitioners needing standardized dependency formats, but it is incremental as it focuses on conversion methods rather than new parsing techniques.

The paper tackled the problem of converting existing syntactic annotations (Stanford Dependencies and Penn-style trees) to Universal Dependencies for English, finding that Stanford Dependencies conversion is highly accurate with about 1.5% errors, improvable to under 0.5% with additional annotations like entity types and coreference.

We describe and evaluate different approaches to the conversion of gold standard corpus data from Stanford Typed Dependencies (SD) and Penn-style constituent trees to the latest English Universal Dependencies representation (UD 2.2). Our results indicate that pure SD to UD conversion is highly accurate across multiple genres, resulting in around 1.5% errors, but can be improved further to fewer than 0.5% errors given access to annotations beyond the pure syntax tree, such as entity types and coreference resolution, which are necessary for correct generation of several UD relations. We show that constituent-based conversion using CoreNLP (with automatic NER) performs substantially worse in all genres, including when using gold constituent trees, primarily due to underspecification of phrasal grammatical functions.

Foundations

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

Your Notes