paper-with-me

Papers

Cross-Lingual Dependency Parsing with Late Decoding for Truly Low-Resource Languages

2017-01-06 · Michael Sejr Schlichtkrull, Anders Søgaard

In cross-lingual dependency annotation projection, information is often lost during transfer because of early decoding. We present an end-to-end graph-based neural network dependency parser that can be trained to reproduce matrices of edge scores, which can be directly projected across word alignments. We show that our approach to cross-lingual dependency parsing is not only simpler, but also achieves an absolute improvement of 2.25% averaged across 10 languages compared to the previous state of the art.

📄 PDF Abstract BibTeX arXiv:1701.01623

Code (1)

MichSchli/Tensor-LSTM 공식 구현

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Cross-Lingual Dependency Parsing with Late Decoding for Truly Low-Resource Languages

2017-04-01 · EACL 2017 4 · Michael Schlichtkrull, Anders S{\o}gaard

In cross-lingual dependency annotation projection, information is often lost during transfer because of early decoding. We present an end-to-end graph-based neural network dependency parser that can be trained to reprodu…

Dependency Parsing

Head-driven Phrase Structure Parsing in O($n^3$) Time Complexity

2021-05-20 · Zuchao Li, Junru Zhou, Hai Zhao, Kevin Parnow

Constituent and dependency parsing, the two classic forms of syntactic parsing, have been found to benefit from joint training and decoding under a uniform formalism, Head-driven Phrase Structure Grammar (HPSG). However,…

Dependency Parsing

Parsing in the absence of related languages: Evaluating low-resource dependency parsers on Tagalog

2020-12-01 · UDW (COLING) 2020 12 · Angelina Aquino, Franz de Leon

Cross-lingual and multilingual methods have been widely suggested as options for dependency parsing of low-resource languages; however, these typically require the use of annotated data in related high-resource languages…

Dependency Parsing

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

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