paper-with-me

홈 › Papers

Out-of-Domain Evaluation of Finnish Dependency Parsing

2022-04-22 · LREC 2022 6 · Jenna Kanerva, Filip Ginter

The prevailing practice in the academia is to evaluate the model performance on in-domain evaluation data typically set aside from the training corpus. However, in many real world applications the data on which the model is applied may very substantially differ from the characteristics of the training data. In this paper, we focus on Finnish out-of-domain parsing by introducing a novel UD Finnish-OOD out-of-domain treebank including five very distinct data sources (web documents, clinical, online discussions, tweets, and poetry), and a total of 19,382 syntactic words in 2,122 sentences released under the Universal Dependencies framework. Together with the new treebank, we present extensive out-of-domain parsing evaluation utilizing the available section-level information from three different Finnish UD treebanks (TDT, PUD, OOD). Compared to the previously existing treebanks, the new Finnish-OOD is shown include sections more challenging for the general parser, creating an interesting evaluation setting and yielding valuable information for those applying the parser outside of its training domain.

📄 PDF Abstract BibTeX arXiv:2204.10621

Code (1)

turkunlp/finnish-tweets-lang-identification 공식 구현

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Joint Morphological and Syntactic Analysis for Richly Inflected Languages

2013-01-01 · TACL 2013 1 · Bernd Bohnet, Joakim Nivre, Igor Boguslavsky, Rich{\'a}rd Farkas 외

Joint morphological and syntactic analysis has been proposed as a way of improving parsing accuracy for richly inflected languages. Starting from a transition-based model for joint part-of-speech tagging and dependency p…

Dependency ParsingPart-Of-Speech Tagging

Mind the Gap: Data Enrichment in Dependency Parsing of Elliptical Constructions

2018-11-01 · WS 2018 11 · Kira Droganova, Filip Ginter, Jenna Kanerva, Daniel Zeman

In this paper, we focus on parsing rare and non-trivial constructions, in particular ellipsis. We report on several experiments in enrichment of training data for this specific construction, evaluated on five languages: …

Dependency Parsing

Semi-Supervised Methods for Out-of-Domain Dependency Parsing

2018-10-04 · Juntao Yu

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 Parsing

Dependency Parsing Evaluation for Low-resource Spontaneous Speech

2021-04-01 · EACL (AdaptNLP) 2021 4 · Zoey Liu, Emily Prud’hommeaux

How well can a state-of-the-art parsing system, developed for the written domain, perform when applied to spontaneous speech data involving different interlocutors? This study addresses this question in a low-resource se…

Dependency Parsing

An Empirical Exploration of Local Ordering Pre-training for Structured Prediction

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Zhisong Zhang, Xiang Kong, Lori Levin, Eduard Hovy

Recently, pre-training contextualized encoders with language model (LM) objectives has been shown an effective semi-supervised method for structured prediction. In this work, we empirically explore an alternative pre-tra…

Dependency ParsingLanguage ModelingLanguage ModellingNER+3