paper-with-me

Papers

Automatic Correction of Syntactic Dependency Annotation Differences

2022-01-15 · LREC 2022 6 · Andrew Zupon, Andrew Carnie, Michael Hammond, Mihai Surdeanu

Annotation inconsistencies between data sets can cause problems for low-resource NLP, where noisy or inconsistent data cannot be as easily replaced compared with resource-rich languages. In this paper, we propose a method for automatically detecting annotation mismatches between dependency parsing corpora, as well as three related methods for automatically converting the mismatches. All three methods rely on comparing an unseen example in a new corpus with similar examples in an existing corpus. These three methods include a simple lexical replacement using the most frequent tag of the example in the existing corpus, a GloVe embedding-based replacement that considers a wider pool of examples, and a BERT embedding-based replacement that uses contextualized embeddings to provide examples fine-tuned to our specific data. We then evaluate these conversions by retraining two dependency parsers -- Stanza (Qi et al. 2020) and Parsing as Tagging (PaT) (Vacareanu et al. 2020) -- on the converted and unconverted data. We find that applying our conversions yields significantly better performance in many cases. Some differences observed between the two parsers are observed. Stanza has a more complex architecture with a quadratic algorithm, so it takes longer to train, but it can generalize better with less data. The PaT parser has a simpler architecture with a linear algorithm, speeding up training time but requiring more training data to reach comparable or better performance.

📄 PDF Abstract BibTeX arXiv:2201.05891

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingTAG

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Correcting and Validating Syntactic Dependency in the Spoken French Treebank Rhapsodie

2014-05-01 · LREC 2014 5 · Rachel Bawden, Marie-Am{\'e}lie Botalla, Kim Gerdes, Sylvain Kahane

This article presents the methods, results, and precision of the syntactic annotation process of the Rhapsodie Treebank of spoken French. The Rhapsodie Treebank is an 33,000 word corpus annotated for prosody and syntax, …

Towards the Conversion of National Corpus of Polish to Universal Dependencies

2020-05-01 · LREC 2020 5 · Alina Wr{\'o}blewska

The research presented in this paper aims at enriching the manually morphosyntactically annotated part of National Corpus of Polish (NKJP1M) with a syntactic layer, i.e. dependency trees of sentences, and at converting b…

Camel Treebank: An Open Multi-genre Arabic Dependency Treebank

2022-06-01 · LREC 2022 6 · Nizar Habash, Muhammed AbuOdeh, Dima Taji, Reem Faraj 외

We present the Camel Treebank (CAMELTB), a 188K word open-source dependency treebank of Modern Standard and Classical Arabic. CAMELTB 1.0 includes 13 sub-corpora comprising selections of texts from pre-Islamic poetry to …

A Syntax-Guided Grammatical Error Correction Model with Dependency Tree Correction

2021-11-05 · Zhaohong Wan, Xiaojun Wan

Grammatical Error Correction (GEC) is a task of detecting and correcting grammatical errors in sentences. Recently, neural machine translation systems have become popular approaches for this task. However, these methods …

Data AugmentationGrammatical Error CorrectionGraph AttentionMachine Translation+1

When Collaborative Treebank Curation Meets Graph Grammars

2020-05-01 · LREC 2020 5 · Ga{\"e}l Guibon, Marine Courtin, Kim Gerdes, Bruno Guillaume

In this paper we present Arborator-Grew, a collaborative annotation tool for treebank development. Arborator-Grew combines the features of two preexisting tools: Arborator and Grew. Arborator is a widely used collaborati…