paper-with-me

Papers

Deep Contextualized Self-training for Low Resource Dependency Parsing

2019-11-11 · TACL 2019 3 · Guy Rotman, Roi Reichart

Neural dependency parsing has proven very effective, achieving state-of-the-art results on numerous domains and languages. Unfortunately, it requires large amounts of labeled data, that is costly and laborious to create. In this paper we propose a self-training algorithm that alleviates this annotation bottleneck by training a parser on its own output. Our Deep Contextualized Self-training (DCST) algorithm utilizes representation models trained on sequence labeling tasks that are derived from the parser's output when applied to unlabeled data, and integrates these models with the base parser through a gating mechanism. We conduct experiments across multiple languages, both in low resource in-domain and in cross-domain setups, and demonstrate that DCST substantially outperforms traditional self-training as well as recent semi-supervised training methods.

📄 PDF Abstract BibTeX arXiv:1911.04286

Code (1)

rotmanguy/DCST 공식 구현 pytorch

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Low-Resource Parsing with Crosslingual Contextualized Representations

2019-09-19 · CONLL 2019 11 · Phoebe Mulcaire, Jungo Kasai, Noah A. Smith

Despite advances in dependency parsing, languages with small treebanks still present challenges. We assess recent approaches to multilingual contextual word representations (CWRs), and compare them for crosslingual trans…

Dependency Parsing

Exploring Contextualized Neural Language Models for Temporal Dependency Parsing

2020-04-30 · EMNLP 2020 11 · Hayley Ross, Jonathon Cai, Bonan Min

Extracting temporal relations between events and time expressions has many applications such as constructing event timelines and time-related question answering. It is a challenging problem which requires syntactic and s…

Dependency ParsingQuestion AnsweringSentence

A Joint Deep Contextualized Word Representation for Deep Biaffine Dependency Parsing

2020-12-01 · VLSP 2020 12 · Xuan-Dung Doan
Dependency Parsing

Exploring Confidence-based Self-training for Multilingual Dependency Parsing in an Under-Resourced Language Scenario

2015-08-01 · WS 2015 8 · Juntao Yu, Bernd Bohnet
Constituency ParsingDependency Parsing

Lexicalized Constituency Parsing for Middle Dutch: Low-resource Training and Cross-Domain Generalization

2026-01-11 · Yiming Liang, Fang Zhao arxiv

Recent years have seen growing interest in applying neural networks and contextualized word embeddings to the parsing of historical languages. However, most advances have focused on dependency parsing, while constituency…

Domain GeneralizationConstituency ParsingDependency ParsingDomain Adaptation