paper-with-me

홈 › Papers

Modeling Composite Labels for Neural Morphological Tagging

2018-10-20 · CONLL 2018 10 · Alexander Tkachenko, Kairit Sirts

Neural morphological tagging has been regarded as an extension to POS tagging task, treating each morphological tag as a monolithic label and ignoring its internal structure. We propose to view morphological tags as composite labels and explicitly model their internal structure in a neural sequence tagger. For this, we explore three different neural architectures and compare their performance with both CRF and simple neural multiclass baselines. We evaluate our models on 49 languages and show that the neural architecture that models the morphological labels as sequences of morphological category values performs significantly better than both baselines establishing state-of-the-art results in morphological tagging for most languages.

📄 PDF Abstract BibTeX arXiv:1810.08815

Code (1)

AleksTk/seq-morph-tagger 공식 구현 tf

Tasks

Morphological TaggingPOSPOS TaggingTAG

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Adversarial Multitask Learning for Joint Multi-Feature and Multi-Dialect Morphological Modeling

2019-10-28 · ACL 2019 7 · Nasser Zalmout, Nizar Habash

Morphological tagging is challenging for morphologically rich languages due to the large target space and the need for more training data to minimize model sparsity. Dialectal variants of morphologically rich languages s…

Morphological TaggingTransfer Learning

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

Evaluating Neural Morphological Taggers for Sanskrit

2020-05-21 · WS 2020 7 · Ashim Gupta, Amrith Krishna, Pawan Goyal, Oliver Hellwig

Neural sequence labelling approaches have achieved state of the art results in morphological tagging. We evaluate the efficacy of four standard sequence labelling models on Sanskrit, a morphologically rich, fusional Indi…

Morphological Tagging

A Pointer Network Architecture for Joint Morphological Segmentation and Tagging

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Amit Seker, Reut Tsarfaty

Morphologically Rich Languages (MRLs) such as Arabic, Hebrew and Turkish often require Morphological Disambiguation (MD), i.e., the prediction of morphological decomposition of tokens into morphemes, early in the pipelin…

Morphological Disambiguation

Improving neural morphological Tagging using Language Models

2018-06-02 · Dialogue, International Conference on Computational Linguistics, At Moscow 2018 6 · Alexey Sorokin

This paper addresses the task of morphological tagging and demonstrates how neural network architectures bene t from using language models for morphological tags. We show that incorporating the probabilities from languag…

Language ModelingLanguage ModellingMorphological Tagging