paper-with-me

Papers

One model, two languages: training bilingual parsers with harmonized treebanks

2015-07-30 · ACL 2016 8 · David Vilares, Carlos Gómez-Rodríguez, Miguel A. Alonso

We introduce an approach to train lexicalized parsers using bilingual corpora obtained by merging harmonized treebanks of different languages, producing parsers that can analyze sentences in either of the learned languages, or even sentences that mix both. We test the approach on the Universal Dependency Treebanks, training with MaltParser and MaltOptimizer. The results show that these bilingual parsers are more than competitive, as most combinations not only preserve accuracy, but some even achieve significant improvements over the corresponding monolingual parsers. Preliminary experiments also show the approach to be promising on texts with code-switching and when more languages are added.

📄 PDF Abstract BibTeX arXiv:1507.08449

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Cross-lingual Inflection as a Data Augmentation Method for Parsing

2022-05-19 · insights (ACL) 2022 5 · Alberto Muñoz-Ortiz, Carlos Gómez-Rodríguez, David Vilares

We propose a morphology-based method for low-resource (LR) dependency parsing. We train a morphological inflector for target LR languages, and apply it to related rich-resource (RR) treebanks to create cross-lingual (x-i…

Data AugmentationDependency Parsing

Scalable Cross-lingual Treebank Synthesis for Improved Production Dependency Parsers

2020-12-01 · COLING 2020 8 · Yousef El-Kurdi, Hiroshi Kanayama, Efsun Sarioglu Kayi, Vittorio Castelli 외

We present scalable Universal Dependency (UD) treebank synthesis techniques that exploit advances in language representation modeling which leverage vast amounts of unlabeled general-purpose multilingual text. We introdu…

Data Augmentation

Cross-lingual Universal Dependency Parsing Only from One Monolingual Treebank

2020-12-24 · Kailai Sun, Zuchao Li, Hai Zhao

Syntactic parsing is a highly linguistic processing task whose parser requires training on treebanks from the expensive human annotation. As it is unlikely to obtain a treebank for every human language, in this work, we …

Cross-Lingual TransferDependency ParsingDomain AdaptationLanguage Modeling+2

A Universal Dependencies Corpora Maintenance Methodology Using Downstream Application

2021-06-01 · NAACL (SIGTYP) 2021 6 · Ran Iwamoto, Hiroshi Kanayama, Alexandre Rademaker, Takuya Ohko

This paper investigates updates of Universal Dependencies (UD) treebanks in 23 languages and their impact on a downstream application. Numerous people are involved in updating UD’s annotation guidelines and treebanks in …

POS

Delexicalized transfer parsing for low-resource languages using transformed and combined treebanks

2017-08-01 · CONLL 2017 8 · Ayan Das, Affan Zaffar, Sudeshna Sarkar

This paper describes our dependency parsing system in CoNLL-2017 shared task on Multilingual Parsing from Raw Text to Universal Dependencies. We primarily focus on the low-resource languages (surprise languages). We have…

Cross-Lingual TransferDependency ParsingMachine TranslationQuestion Answering+1