Adversarial Training for Cross-Domain Universal Dependency Parsing
We describe our submission to the CoNLL 2017 shared task, which exploits the shared common knowledge of a language across different domains via a domain adaptation technique. Our approach is an extension to the recently proposed adversarial training technique for domain adaptation, which we apply on top of a graph-based neural dependency parsing model on bidirectional LSTMs. In our experiments, we find our baseline graph-based parser already outperforms the official baseline model (UDPipe) by a large margin. Further, by applying our technique to the treebanks of the same language with different domains, we observe an additional gain in the performance, in particular for the domains with less training data.
Code (0)
등록된 구현이 없습니다.
Tasks
Dependency ParsingDomain AdaptationSimilar Papers 제목 키워드 기반
APGN: Adversarial and Parameter Generation Networks for Multi-Source Cross-Domain Dependency Parsing
Thanks to the strong representation learning capability of deep learning, especially pre-training techniques with language model loss, dependency parsing has achieved great performance boost in the in-domain scenario wit…
Dependency ParsingLanguage ModelingLanguage ModellingRepresentation LearningInformal Persian Universal Dependency Treebank
This paper presents the phonological, morphological, and syntactic distinctions between formal and informal Persian, showing that these two variants have fundamental differences that cannot be attributed solely to pronun…
Some Languages Seem Easier to Parse Because Their Treebanks Leak
Cross-language differences in (universal) dependency parsing performance are mostly attributed to treebank size, average sentence length, average dependency length, morphological complexity, and domain differences. We po…
Dependency ParsingSentenceCross-Lingual Dependency Parsing via Self-Training
Recent advances of multilingual word representations weaken the input divergences across languages, making cross-lingual transfer similar to the monolingual cross-domain and semi-supervised settings. Thus self-training, …
Cross-Lingual POS TaggingCross-Lingual TransferDependency ParsingPOS+1Universal Dependencies for Arabic Tweets
To facilitate cross-lingual studies, there is an increasing interest in identifying linguistic universals. Recently, a new universal scheme was designed as a part of universal dependency project. In this paper, we map th…