CLNov 26, 2016

Fill it up: Exploiting partial dependency annotations in a minimum spanning tree parser

arXiv:1611.08765v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing annotation effort for dependency parsing, offering a practical solution for linguists and NLP practitioners, though it is incremental as it builds on existing unsupervised methods.

The paper tackled the problem of dependency parsing with limited supervision by using partial dependency annotations, achieving 7% and 17% absolute improvements in unlabeled dependency scores for English and Spanish compared to using only universal grammar constraints.

Unsupervised models of dependency parsing typically require large amounts of clean, unlabeled data plus gold-standard part-of-speech tags. Adding indirect supervision (e.g. language universals and rules) can help, but we show that obtaining small amounts of direct supervision - here, partial dependency annotations - provides a strong balance between zero and full supervision. We adapt the unsupervised ConvexMST dependency parser to learn from partial dependencies expressed in the Graph Fragment Language. With less than 24 hours of total annotation, we obtain 7% and 17% absolute improvement in unlabeled dependency scores for English and Spanish, respectively, compared to the same parser using only universal grammar constraints.

Foundations

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

Your Notes