paper-with-me

Papers

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 as the lemma. We present a simple joint neural model for lemmatization and morphological tagging that achieves state-of-the-art results on 20 languages from the Universal Dependencies corpora. Our paper describes the model in addition to training and decoding procedures. Error analysis indicates that joint morphological tagging and lemmatization is especially helpful in low-resource lemmatization and languages that display a larger degree of morphological complexity. Code and pre-trained models are available at https://sigmorphon.github.io/sharedtasks/2019/task2/.

📄 PDF Abstract BibTeX arXiv:1904.02306

Code (0)

등록된 구현이 없습니다.

Tasks

LEMMALemmatizationMorphological Tagging

Similar Papers 제목 키워드 기반

The SIGMORPHON 2019 Shared Task: Morphological Analysis in Context and Cross-Lingual Transfer for Inflection

2019-10-25 · WS 2019 8 · Arya D. McCarthy, Ekaterina Vylomova, Shijie Wu, Chaitanya Malaviya 외

The SIGMORPHON 2019 shared task on cross-lingual transfer and contextual analysis in morphology examined transfer learning of inflection between 100 language pairs, as well as contextual lemmatization and morphosyntactic…

Cross-Lingual TransferLemmatizationMorphological AnalysisMorphological Inflection+1

Morpheus: A Neural Network for Jointly Learning Contextual Lemmatization and Morphological Tagging

2019-08-01 · WS 2019 8 · Eray Yildiz, A. C{\"u}neyd Tantu{\u{g}}

In this study, we present Morpheus, a joint contextual lemmatizer and morphological tagger. Morpheus is based on a neural sequential architecture where inputs are the characters of the surface words in a sentence and the…

DecoderLemmatizationMorphological TaggingSentence+1

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

Joint Lemmatization and Morphological Tagging with LEMMING

2024-05-28 · EMNLP 2015 9 · Thomas Muller, Ryan Cotterell, Alexander Fraser, Hinrich Schütze

We present LEMMING, a modular log-linear model that jointly models lemmatization and tagging and supports the integration of arbitrary global features. It is trainable on corpora annotated with gold standard tags and lem…

LemmatizationMorphological Tagging

Multi-Team: A Multi-attention, Multi-decoder Approach to Morphological Analysis.

2019-08-01 · WS 2019 8 · Ahmet {\"U}st{\"u}n, Rob van der Goot, Gosse Bouma, Gertjan van Noord

This paper describes our submission to SIGMORPHON 2019 Task 2: Morphological analysis and lemmatization in context. Our model is a multi-task sequence to sequence neural network, which jointly learns morphological taggin…

DecoderLEMMALemmatizationMorphological Analysis+2