Parsing Tweets into Universal Dependencies
Yijia Liu, Yi Zhu, Wanxiang Che, Bing Qin, Nathan Schneider, Noah A., Smith

TL;DR
This paper extends Universal Dependencies guidelines for tweets, creates a new annotated tweet treebank, and develops an efficient ensemble distillation method to improve tweet parsing accuracy.
Contribution
It introduces extended UD guidelines for tweets, a new large tweet treebank, and a novel ensemble distillation approach for better parsing performance.
Findings
The new parser improves LAS by 2.2 points over the baseline.
The approach outperforms state-of-the-art parsers in accuracy and speed.
The annotated tweet corpus reveals annotation challenges due to tweet ambiguity.
Abstract
We study the problem of analyzing tweets with Universal Dependencies. We extend the UD guidelines to cover special constructions in tweets that affect tokenization, part-of-speech tagging, and labeled dependencies. Using the extended guidelines, we create a new tweet treebank for English (Tweebank v2) that is four times larger than the (unlabeled) Tweebank v1 introduced by Kong et al. (2014). We characterize the disagreements between our annotators and show that it is challenging to deliver consistent annotation due to ambiguity in understanding and explaining tweets. Nonetheless, using the new treebank, we build a pipeline system to parse raw tweets into UD. To overcome annotation noise without sacrificing computational efficiency, we propose a new method to distill an ensemble of 20 transition-based parsers into a single one. Our parser achieves an improvement of 2.2 in LAS over the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Semantic Web and Ontologies
