paper-with-me

홈 › Papers

Cross-Domain Generalization of Neural Constituency Parsers

2019-07-09 · ACL 2019 7 · Daniel Fried, Nikita Kitaev, Dan Klein

Neural parsers obtain state-of-the-art results on benchmark treebanks for constituency parsing -- but to what degree do they generalize to other domains? We present three results about the generalization of neural parsers in a zero-shot setting: training on trees from one corpus and evaluating on out-of-domain corpora. First, neural and non-neural parsers generalize comparably to new domains. Second, incorporating pre-trained encoder representations into neural parsers substantially improves their performance across all domains, but does not give a larger relative improvement for out-of-domain treebanks. Finally, despite the rich input representations they learn, neural parsers still benefit from structured output prediction of output trees, yielding higher exact match accuracy and stronger generalization both to larger text spans and to out-of-domain corpora. We analyze generalization on English and Chinese corpora, and in the process obtain state-of-the-art parsing results for the Brown, Genia, and English Web treebanks.

📄 PDF Abstract BibTeX arXiv:1907.04347

Code (1)

dpfried/rnng-bert 공식 구현 tf

Tasks

Constituency ParsingDomain Generalization

Similar Papers 제목 키워드 기반

Challenges to Open-Domain Constituency Parsing

2022-05-01 · Findings (ACL) 2022 5 · Sen yang, Leyang Cui, Ruoxi Ning, Di wu 외

Neural constituency parsers have reached practical performance on news-domain benchmarks. However, their generalization ability to other domains remains weak. Existing findings on cross-domain constituency parsing are on…

Constituency Parsing

Constituency Parsing using LLMs

2023-10-30 · Xuefeng Bai, Jialong Wu, Yulong Chen, Zhongqing Wang 외

Constituency parsing is a fundamental yet unsolved natural language processing task. In this paper, we explore the potential of recent large language models (LLMs) that have exhibited remarkable performance across variou…

Constituency Parsing

Parsing Any Domain English text to CoNLL dependencies

2012-05-01 · LREC 2012 5 · Sudheer Kolachina, Prasanth Kolachina

It is well known that accuracies of statistical parsers trained over Penn Treebank on test sets drawn from the same corpus tend to be overestimates of their actual parsing performance. This gives rise to the need for eva…

BenchmarkingDependency ParsingMachine TranslationQuestion Answering+2

CPTAM: Constituency Parse Tree Aggregation Method

2022-01-19 · Adithya Kulkarni, Nasim Sabetpour, Alexey Markin, Oliver Eulenstein 외

Diverse Natural Language Processing tasks employ constituency parsing to understand the syntactic structure of a sentence according to a phrase structure grammar. Many state-of-the-art constituency parsers are proposed, …

Constituency ParsingSentence

Genres, Parsers, and BERT: The Interaction Between Parsers and BERT Models in Cross-Genre Constituency Parsing in English and Swedish

2021-04-01 · EACL (AdaptNLP) 2021 4 · Daniel Dakota

Genre and domain are often used interchangeably, but are two different properties of a text. Successful parser adaptation requires both cross-domain and cross-genre sensitivity (Rehbein and Bildhauer, 2017). While the im…

Constituency Parsing