Effective Self-Training for Parsing
We present a simple, but surprisingly effective, method of self-training a two-phase parser-reranker system using readily available unlabeled data. We show that this type of bootstrapping is possible for parsing when the bootstrapped parses are processed by a discriminative reranker. Our improved model achieves an f-score of 92.1%, an absolute 1.1% improvement (12% error reduction) over the previous best result for Wall Street Journal parsing. Finally, we provide some analysis to better understand the phenomenon.
Code (1)
Tasks
Constituency ParsingSimilar Papers 제목 키워드 기반
LLM-enhanced Self-training for Cross-domain Constituency Parsing
Self-training has proven to be an effective approach for cross-domain tasks, and in this study, we explore its application to cross-domain constituency parsing. Traditional self-training methods rely on limited and poten…
Constituency ParsingLanguage ModelingLanguage ModellingLarge Language ModelCross-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+1Deep Contextualized Self-training for Low Resource Dependency Parsing
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.…
Dependency ParsingSemi-Supervised Methods for Out-of-Domain Dependency Parsing
Dependency parsing is one of the important natural language processing tasks that assigns syntactic trees to texts. Due to the wider availability of dependency corpora and improved parsing and machine learning techniques…
Dependency ParsingImproving Low-resource RRG Parsing with Cross-lingual Self-training
This paper considers the task of parsing low-resource languages in a scenario where parallel English data and also a limited seed of annotated sentences in the target language are available, as for example in bootstrappi…
Constituency Parsing