A Semi-universal Pipelined Approach to the CoNLL 2017 UD Shared Task
This paper presents our system submitted for the CoNLL 2017 Shared Task, {``}Multilingual Parsing from Raw Text to Universal Dependencies.{''} We ran the system for all languages with our own fully pipelined components without relying on re-trained baseline systems. To train the dependency parser, we used only the universal part-of-speech tags and distance between words, and applied deterministic rules to assign dependency labels. The simple and delexicalized models are suitable for cross-lingual transfer approaches and a universal language model. Experimental results show that our model performed well in some metrics and leads discussion on topics such as contribution of each component and on syntactic similarities among languages.
Code (0)
등록된 구현이 없습니다.
Tasks
Cross-Lingual TransferLanguage ModelingLanguage ModellingWord EmbeddingsSimilar Papers 제목 키워드 기반
The HIT-SCIR System for End-to-End Parsing of Universal Dependencies
This paper describes our system (HIT-SCIR) for the CoNLL 2017 shared task: Multilingual Parsing from Raw Text to Universal Dependencies. Our system includes three pipelined components: \textit{tokenization}, \textit{Part…
Dependency ParsingInformation RetrievalPart-Of-Speech TaggingPOS+2A Simple yet Effective Joint Training Method for Cross-Lingual Universal Dependency Parsing
This paper describes Fudan{'}s submission to CoNLL 2018{'}s shared task Universal Dependency Parsing. We jointly train models when two languages are similar according to linguistic typology and then ensemble the models u…
Dependency ParsingTransfer Learning