paper-with-me

홈 › Papers

Language-Independent Approach for Morphological Disambiguation

2022-10-01 · COLING 2022 10 · Alymzhan Toleu, Gulmira Tolegen, Rustam Mussabayev

This paper presents a language-independent approach for morphological disambiguation which has been regarded as an extension of POS tagging, jointly predicting complex morphological tags. In the proposed approach, all words, roots, POS and morpheme tags are embedded into vectors, and contexts representations from surface word and morphological contexts are calculated. Then the inner products between analyses and the context’s representations are computed to perform the disambiguation. The underlying hypothesis is that the correct morphological analysis should be closer to the context in a vector space. Experimental results show that the proposed approach outperforms the existing models on seven different language datasets. Concretely, compared with the baselines of MarMot and a sophisticated neural model (Seq2Seq), the proposed approach achieves around 6% improvement in average accuracy for all languages while running about 6 and 33 times faster than MarMot and Seq2Seq, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Morphological AnalysisMorphological DisambiguationPOSPOS Tagging

Similar Papers 제목 키워드 기반

Character-Aware Neural Morphological Disambiguation

2017-07-01 · ACL 2017 7 · Alymzhan Toleu, Gulmira Tolegen, Aibek Makazhanov

We develop a language-independent, deep learning-based approach to the task of morphological disambiguation. Guided by the intuition that the correct analysis should be {``}most similar{''} to the context, we propose den…

Morphological DisambiguationWord Embeddings

Morphological Disambiguation from Stemming Data

2020-11-11 · COLING 2020 8 · Antoine Nzeyimana

Morphological analysis and disambiguation is an important task and a crucial preprocessing step in natural language processing of morphologically rich languages. Kinyarwanda, a morphologically rich language, currently la…

Feature EngineeringMorphological AnalysisMorphological Disambiguation

A Morphology-aware Network for Morphological Disambiguation

2017-02-13 · Eray Yildiz, Caglar Tirkaz, H. Bahadir Sahin, Mustafa Tolga Eren 외

Agglutinative languages such as Turkish, Finnish and Hungarian require morphological disambiguation before further processing due to the complex morphology of words. A morphological disambiguator is used to select the co…

Deep LearningFeature EngineeringMorphological AnalysisMorphological Disambiguation+2

Neural disambiguation of lemma and part of speech in morphologically rich languages

2020-07-12 · LREC 2020 5 · José María Hoya Quecedo, Maximilian W. Koppatz, Giacomo Furlan, Roman Yangarber

We consider the problem of disambiguating the lemma and part of speech of ambiguous words in morphologically rich languages. We propose a method for disambiguating ambiguous words in context, using a large un-annotated c…

LEMMAPOS

Voted-Perceptron Approach for Kazakh Morphological Disambiguation

2020-05-01 · LREC 2020 5 · Gulmira Tolegen, Alymzhan Toleu, Rustam Mussabayev

This paper presents an approach of voted perceptron for morphological disambiguation for the case of Kazakh language. Guided by the intuition that the feature value from the correct path of analyses must be higher than t…

Morphological Disambiguation