paper-with-me

Papers

75 Languages, 1 Model: Parsing Universal Dependencies Universally

2019-04-03 · IJCNLP 2019 11 · Dan Kondratyuk, Milan Straka

We present UDify, a multilingual multi-task model capable of accurately predicting universal part-of-speech, morphological features, lemmas, and dependency trees simultaneously for all 124 Universal Dependencies treebanks across 75 languages. By leveraging a multilingual BERT self-attention model pretrained on 104 languages, we found that fine-tuning it on all datasets concatenated together with simple softmax classifiers for each UD task can result in state-of-the-art UPOS, UFeats, Lemmas, UAS, and LAS scores, without requiring any recurrent or language-specific components. We evaluate UDify for multilingual learning, showing that low-resource languages benefit the most from cross-linguistic annotations. We also evaluate for zero-shot learning, with results suggesting that multilingual training provides strong UD predictions even for languages that neither UDify nor BERT have ever been trained on. Code for UDify is available at https://github.com/hyperparticle/udify.

📄 PDF Abstract BibTeX arXiv:1904.02099

Code (3)

hyperparticle/udify 공식 구현 pytorch
ahmetustun/udapter pytorch
idiap/g2g-transformer pytorch

Tasks

Dependency ParsingmodelZero-Shot Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Typological Word Order Correlations with Logistic Brownian Motion

2022-07-01 · NAACL (SIGTYP) 2022 7 · Kai Hartung, Gerhard Jäger, Sören Gröttrup, Munir Georges

In this study we address the question to what extent syntactic word-order traits of different languages have evolved under correlation and whether such dependencies can be found universally across all languages or restri…

All

A rule-based system for cross-lingual parsing of Romance languages with Universal Dependencies

2017-08-01 · CONLL 2017 8 · Marcos Garcia, Pablo Gamallo

This article describes MetaRomance, a rule-based cross-lingual parser for Romance languages submitted to CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies. The system is an almost delex…

Dependency ParsingPOSTAG

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

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

Combining Global Models for Parsing Universal Dependencies

2017-08-01 · CONLL 2017 8 · Tianze Shi, Felix G. Wu, Xilun Chen, Yao Cheng

We describe our entry, C2L2, to the CoNLL 2017 shared task on parsing Universal Dependencies from raw text. Our system features an ensemble of three global parsing paradigms, one graph-based and two transition-based. Eac…

Boundary DetectionDependency ParsingPart-Of-Speech Tagging