paper-with-me

Papers

Neural Morphological Tagging for Estonian

2018-10-16 · Alexander Tkachenko, Kairit Sirts

We develop neural morphological tagging and disambiguation models for Estonian. First, we experiment with two neural architectures for morphological tagging - a standard multiclass classifier which treats each morphological tag as a single unit, and a sequence model which handles the morphological tags as sequences of morphological category values. Secondly, we complement these models with the analyses generated by a rule-based Estonian morphological analyser (MA) VABAMORF , thus performing a soft morphological disambiguation. We compare two ways of supplementing a neural morphological tagger with the MA outputs: firstly, by adding the combined analyses embeddings to the word representation input to the neural tagging model, and secondly, by adopting an attention mechanism to focus on the most relevant analyses generated by the MA. Experiments on three Estonian datasets show that our neural architectures consistently outperform the non-neural baselines, including HMM-disambiguated VABAMORF, while augmenting models with MA outputs results in a further performance boost for both models.

📄 PDF Abstract BibTeX arXiv:1810.06908

Code (0)

등록된 구현이 없습니다.

Tasks

Morphological DisambiguationMorphological TaggingTAG

Similar Papers 제목 키워드 기반

Evaluating Multilingual BERT for Estonian

2020-10-01 · Claudia Kittask, Kirill Milintsevich, Kairit Sirts

Recently, large pre-trained language models, such as BERT, have reached state-of-the-art performance in many natural language processing tasks, but for many languages, including Estonian, BERT models are not yet availabl…

Morphological TaggingNERPOStext-classification+1

EstBERT: A Pretrained Language-Specific BERT for Estonian

2020-11-09 · NoDaLiDa 2021 5 · Hasan Tanvir, Claudia Kittask, Sandra Eiche, Kairit Sirts

This paper presents EstBERT, a large pretrained transformer-based language-specific BERT model for Estonian. Recent work has evaluated multilingual BERT models on Estonian tasks and found them to outperform the baselines…

Morphological Taggingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Cognate-aware morphological segmentation for multilingual neural translation

2018-08-31 · WS 2018 10 · Stig-Arne Grönroos, Sami Virpioja, Mikko Kurimo

This article describes the Aalto University entry to the WMT18 News Translation Shared Task. We participate in the multilingual subtrack with a system trained under the constrained condition to translate from English to …

Translation

TAGIFY: LLM-powered Tagging Interface for Improved Data Findability on OGD portals

2024-07-26 · Kevin Kliimask, Anastasija Nikiforova

Efforts directed towards promoting Open Government Data (OGD) have gained significant traction across various governmental tiers since the mid-2000s. As more datasets are published on OGD portals, finding specific data b…

TAG

Comparison of Current Approaches to Lemmatization: A Case Study in Estonian

2024-04-23 · Aleksei Dorkin, Kairit Sirts

This study evaluates three different lemmatization approaches to Estonian -- Generative character-level models, Pattern-based word-level classification models, and rule-based morphological analysis. According to our expe…

ClassificationLemmatizationMorphological Analysis