paper-with-me

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 these cases. We introduce Lematus, a lemmatizer based on a standard encoder-decoder architecture, which incorporates character-level sentence context. We evaluate its lemmatization accuracy across 20 languages in both a full data setting and a lower-resource setting with 10k training examples in each language. In both settings, we show that including context significantly improves results against a context-free version of the model. Context helps more for ambiguous words than for unseen words, though the latter has a greater effect on overall performance differences between languages. We also compare to three previous context-sensitive lemmatization systems, which all use pre-extracted edit trees as well as hand-selected features and/or additional sources of information such as tagged training data. Without using any of these, our context-sensitive model outperforms the best competitor system (Lemming) in the fulldata setting, and performs on par in the lowerresource setting.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLemmatizationMachine TranslationSentenceWord Embeddings

Similar Papers 제목 키워드 기반

LemMED: Fast and Effective Neural Morphological Analysis with Short Context Windows

2020-10-21 · Aibek Makazhanov, Sharon Goldwater, Adam Lopez

We present LemMED, a character-level encoder-decoder for contextual morphological analysis (combined lemmatization and tagging). LemMED extends and is named after two other attention-based models, namely Lematus, a conte…

DecoderLemmatizationMorphological AnalysisSentence

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

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

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

Lemmatization of Multi-word Common Noun Phrases and Named Entities in Polish

2017-09-01 · RANLP 2017 9 · Micha{\l} Marci{\'n}czuk

In the paper we present a tool for lemmatization of multi-word common noun phrases and named entities for Polish called LemmaPL. The tool is based on a set of manually crafted rules and heuristics utilizing a set of dict…

Lemmatization