paper-with-me

Papers

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 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

Code (1)

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

Tasks

Data AugmentationLEMMALemmatizationSentence

Similar 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 re…

Data AugmentationLEMMALemmatizationSentence

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

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

Context Sensitive Lemmatization Using Two Successive Bidirectional Gated Recurrent Networks

2017-07-01 · ACL 2017 7 · Abhisek Chakrabarty, P, Onkar Arun it, Utpal Garain

We introduce a composite deep neural network architecture for supervised and language independent context sensitive lemmatization. The proposed method considers the task as to identify the correct edit tree representing …

AttributeLEMMALemmatizationVocal Bursts Valence Prediction

On the Role of Morphological Information for Contextual Lemmatization

2023-02-01 · Olia Toporkov, Rodrigo Agerri

Lemmatization is a natural language processing (NLP) task which consists of producing, from a given inflected word, its canonical form or lemma. Lemmatization is one of the basic tasks that facilitate downstream NLP appl…

LEMMALemmatization