paper-with-me

Papers

Multilingual Universal Dependency Parsing from Raw Text with Low-Resource Language Enhancement

2018-10-01 · CONLL 2018 10 · Yingting Wu, Hai Zhao, Jia-Jun Tong

This paper describes the system of our team Phoenix for participating CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies. Given the annotated gold standard data in CoNLL-U format, we train the tokenizer, tagger and parser separately for each treebank based on an open source pipeline tool UDPipe. Our system reads the plain texts for input, performs the pre-processing steps (tokenization, lemmas, morphology) and finally outputs the syntactic dependencies. For the low-resource languages with no training data, we use cross-lingual techniques to build models with some close languages instead. In the official evaluation, our system achieves the macro-averaged scores of 65.61{\%}, 52.26{\%}, 55.71{\%} for LAS, MLAS and BLEX respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingPart-Of-Speech Tagging

Similar Papers 제목 키워드 기반

Typological Features for Multilingual Delexicalised Dependency Parsing

2019-06-01 · NAACL 2019 6 · Manon Scholivet, Franck Dary, Alexis Nasr, Benoit Favre 외

The existence of universal models to describe the syntax of languages has been debated for decades. The availability of resources such as the Universal Dependencies treebanks and the World Atlas of Language Structures ma…

Dependency ParsingLanguage Identification

Multilingual Pre-training with Universal Dependency Learning

2021-12-01 · NeurIPS 2021 12 · Kailai Sun, Zuchao Li, Hai Zhao

The pre-trained language model (PrLM) demonstrates domination in downstream natural language processing tasks, in which multilingual PrLM takes advantage of language universality to alleviate the issue of limited resourc…

Dependency ParsingLanguage ModelingLanguage ModellingNatural Language Understanding+1

Joint Learning of POS and Dependencies for Multilingual Universal Dependency Parsing

2018-10-01 · CONLL 2018 10 · Zuchao Li, Shexia He, Zhuosheng Zhang, Hai Zhao

This paper describes the system of team LeisureX in the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies. Our system predicts the part-of-speech tag and dependency tree jointly. For th…

Dependency ParsingLemmatizationPart-Of-Speech TaggingPOS+2

UDapter: Language Adaptation for Truly Universal Dependency Parsing

2020-04-29 · EMNLP 2020 11 · Ahmet Üstün, Arianna Bisazza, Gosse Bouma, Gertjan van Noord

Recent advances in multilingual dependency parsing have brought the idea of a truly universal parser closer to reality. However, cross-language interference and restrained model capacity remain major obstacles. To addres…

Dependency ParsingTransfer Learning

ThamizhiUDp: A Dependency Parser for Tamil

2020-12-24 · ICON 2020 12 · Kengatharaiyer Sarveswaran, Gihan Dias

This paper describes how we developed a neural-based dependency parser, namely ThamizhiUDp, which provides a complete pipeline for the dependency parsing of the Tamil language text using Universal Dependency formalism. W…

Dependency ParsingPOSPOS Tagging