paper-with-me

홈 › Papers

82 Treebanks, 34 Models: Universal Dependency Parsing with Multi-Treebank Models

2018-09-06 · CONLL 2018 10 · Aaron Smith, Bernd Bohnet, Miryam de Lhoneux, Joakim Nivre, Yan Shao, Sara Stymne

We present the Uppsala system for the CoNLL 2018 Shared Task on universal dependency parsing. Our system is a pipeline consisting of three components: the first performs joint word and sentence segmentation; the second predicts part-of- speech tags and morphological features; the third predicts dependency trees from words and tags. Instead of training a single parsing model for each treebank, we trained models with multiple treebanks for one language or closely related languages, greatly reducing the number of models. On the official test run, we ranked 7th of 27 teams for the LAS and MLAS metrics. Our system obtained the best scores overall for word segmentation, universal POS tagging, and morphological features.

📄 PDF Abstract BibTeX arXiv:1809.02237

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingPOSPOS TaggingSegmentationSentenceSentence segmentation

Similar Papers 제목 키워드 기반

A Universal Framework for Inductive Transfer Parsing across Multi-typed Treebanks

2016-12-01 · COLING 2016 12 · Jiang Guo, Wanxiang Che, Haifeng Wang, Ting Liu

Various treebanks have been released for dependency parsing. Despite that treebanks may belong to different languages or have different annotation schemes, they contain common syntactic knowledge that is potential to ben…

Dependency ParsingInformation RetrievalMulti-Task Learning

Exploiting Multi-typed Treebanks for Parsing with Deep Multi-task Learning

2016-06-03 · Jiang Guo, Wanxiang Che, Haifeng Wang, Ting Liu

Various treebanks have been released for dependency parsing. Despite that treebanks may belong to different languages or have different annotation schemes, they contain syntactic knowledge that is potential to benefit ea…

Dependency ParsingMulti-Task Learning

Universal dependencies for Uyghur

2016-12-01 · WS 2016 12 · Marhaba Eli, Weinila Mushajiang, Tuergen Yibulayin, Kahaerjiang Abiderexiti 외

The Universal Dependencies (UD) Project seeks to build a cross-lingual studies of treebanks, linguistic structures and parsing. Its goal is to create a set of multilingual harmonized treebanks that are designed according…

Cross-Lingual Transfer

Constructing Multilingual CCG Treebanks from Universal Dependencies

2021-09-17 · ACL ARR September 2021 9 · Anonymous

This paper introduces an algorithm to convert Universal Dependencies (UD) treebanks to Combinatory Categorial Grammar (CCG) treebanks. As CCG encodes almost all grammatical information into the lexicon, obtaining a high …

Binarization

A Falta de Pan, Buenas Son Tortas: The Efficacy of Predicted UPOS Tags for Low Resource UD Parsing

2021-06-08 · ACL (IWPT) 2021 8 · Mark Anderson, Mathieu Dehouck, Carlos Gómez Rodríguez

We evaluate the efficacy of predicted UPOS tags as input features for dependency parsers in lower resource settings to evaluate how treebank size affects the impact tagging accuracy has on parsing performance. We do this…