paper-with-me

홈 › Papers

Neural Network based Deep Transfer Learning for Cross-domain Dependency Parsing

2019-08-08 · Zhentao Xia, Likai Wang, Weiguang Qu, Junsheng Zhou, Yanhui Gu

In this paper, we describe the details of the neural dependency parser sub-mitted by our team to the NLPCC 2019 Shared Task of Semi-supervised do-main adaptation subtask on Cross-domain Dependency Parsing. Our system is based on the stack-pointer networks(STACKPTR). Considering the im-portance of context, we utilize self-attention mechanism for the representa-tion vectors to capture the meaning of words. In addition, to adapt three dif-ferent domains, we utilize neural network based deep transfer learning which transfers the pre-trained partial network in the source domain to be a part of deep neural network in the three target domains (product comments, product blogs and web fiction) respectively. Results on the three target domains demonstrate that our model performs competitively.

📄 PDF Abstract BibTeX arXiv:1908.02895

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingTransfer Learning

Similar Papers 제목 키워드 기반

Unsupervised Domain Adaptation Method with Semantic-Structural Alignment for Dependency Parsing

2021-11-01 · Findings (EMNLP) 2021 11 · Boda Lin, Mingzheng Li, Si Li, Yong Luo

Unsupervised cross-domain dependency parsing is to accomplish domain adaptation for dependency parsing without using labeled data in target domain. Existing methods are often of the pseudo-annotation type, which generate…

Dependency ParsingDomain AdaptationUnsupervised Domain Adaptation

Cross-Lingual Dependency Parsing via Self-Training

2020-10-01 · CCL 2020 10 · Meishan Zhang, Yue Zhang

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+1

Project-then-Transfer: Effective Two-stage Cross-lingual Transfer for Semantic Dependency Parsing

2021-04-01 · EACL 2021 2 · Hiroaki Ozaki, Gaku Morio, Terufumi Morishita, Toshinori Miyoshi

This paper describes the first report on cross-lingual transfer for semantic dependency parsing. We present the insight that there are twodifferent kinds of cross-linguality, namely sur-face level and mantic level, and t…

Cross-Lingual TransferDependency ParsingSemantic Dependency Parsing

APGN: Adversarial and Parameter Generation Networks for Multi-Source Cross-Domain Dependency Parsing

2021-11-01 · Findings (EMNLP) 2021 11 · Ying Li, Meishan Zhang, Zhenghua Li, Min Zhang 외

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 Learning

Cross-Lingual Dependency Parsing Using Code-Mixed TreeBank

2019-09-05 · IJCNLP 2019 11 · Zhang Meishan, Zhang Yue, Fu Guohong

Treebank translation is a promising method for cross-lingual transfer of syntactic dependency knowledge. The basic idea is to map dependency arcs from a source treebank to its target translation according to word alignme…

Cross-Lingual TransferCross-Lingual Word EmbeddingsDependency ParsingTranslation+1