paper-with-me

Papers

Training Data Augmentation for Context-Sensitive Neural Lemmatization Using Inflection Tables and Raw Text

2019-04-02 · Toms Bergmanis, Sharon Goldwater

Lemmatization aims to reduce the sparse data problem by relating the inflected forms of a word to its dictionary form. Using context can help, both for unseen and ambiguous words. Yet most context-sensitive approaches require full lemma-annotated sentences for training, which may be scarce or unavailable in low-resource languages. In addition (as shown here), in a low-resource setting, a lemmatizer can learn more from $n$ labeled examples of distinct words (types) than from $n$ (contiguous) labeled tokens, since the latter contain far fewer distinct types. To combine the efficiency of type-based learning with the benefits of context, we propose a way to train a context-sensitive lemmatizer with little or no labeled corpus data, using inflection tables from the UniMorph project and raw text examples from Wikipedia that provide sentence contexts for the unambiguous UniMorph examples. Despite these being unambiguous examples, the model successfully generalizes from them, leading to improved results (both overall, and especially on unseen words) in comparison to a baseline that does not use context.

📄 PDF Abstract BibTeX arXiv:1904.01464

Code (1)

https://bitbucket.org/tomsbergmanis/data_augumentation_um_wiki 공식 구현

Tasks

Data AugmentationLEMMALemmatizationSentence

Similar Papers 제목 키워드 기반

Context Sensitive Neural Lemmatization with Lematus

2018-06-01 · NAACL 2018 6 · Toms Bergmanis, Sharon Goldwater

The main motivation for developing contextsensitive lemmatizers is to improve performance on unseen and ambiguous words. Yet previous systems have not carefully evaluated whether the use of context actually helps in thes…

DecoderLemmatizationMachine TranslationSentence+1

Training Data Augmentation for Context-Sensitive Neural Lemmatizer Using Inflection Tables and Raw Text

2019-06-01 · NAACL 2019 6 · Toms Bergmanis, Sharon Goldwater

Lemmatization aims to reduce the sparse data problem by relating the inflected forms of a word to its dictionary form. Using context can help, both for unseen and ambiguous words. Yet most context-sensitive approaches re…

Data AugmentationLEMMALemmatizationSentence

Context Aware Lemmatization and Morphological Tagging Method in Turkish

2025-01-04 · Cagri Sayallar

The smallest part of a word that defines the word is called a word root. Word roots are used to increase success in many applications since they simplify the word. In this study, the lemmatization model, which is a word …

LemmatizationMorphological Tagging

Universal Lemmatizer: A Sequence to Sequence Model for Lemmatizing Universal Dependencies Treebanks

2019-02-03 · Jenna Kanerva, Filip Ginter, Tapio Salakoski

In this paper we present a novel lemmatization method based on a sequence-to-sequence neural network architecture and morphosyntactic context representation. In the proposed method, our context-sensitive lemmatizer gener…

Data AugmentationLEMMALemmatization

A Simple Joint Model for Improved Contextual Neural Lemmatization

2019-04-04 · NAACL 2019 6 · Chaitanya Malaviya, Shijie Wu, Ryan Cotterell

English verbs have multiple forms. For instance, talk may also appear as talks, talked or talking, depending on the context. The NLP task of lemmatization seeks to map these diverse forms back to a canonical one, known a…

LEMMALemmatizationMorphological Tagging