paper-with-me

Papers

Using Morphological Knowledge in Open-Vocabulary Neural Language Models

2018-06-01 · NAACL 2018 6 · Austin Matthews, Graham Neubig, Chris Dyer

Languages with productive morphology pose problems for language models that generate words from a fixed vocabulary. Although character-based models allow any possible word type to be generated, they are linguistically na{\"\i}ve: they must discover that words exist and are delimited by spaces{---}basic linguistic facts that are built in to the structure of word-based models. We introduce an open-vocabulary language model that incorporates more sophisticated linguistic knowledge by predicting words using a mixture of three generative processes: (1) by generating words as a sequence of characters, (2) by directly generating full word forms, and (3) by generating words as a sequence of morphemes that are combined using a hand-written morphological analyzer. Experiments on Finnish, Turkish, and Russian show that our model outperforms character sequence models and other strong baselines on intrinsic and extrinsic measures. Furthermore, we show that our model learns to exploit morphological knowledge encoded in the analyzer, and, as a byproduct, it can perform effective unsupervised morphological disambiguation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMorphological Disambiguation

Similar Papers 제목 키워드 기반

Linguistically Motivated Vocabulary Reduction for Neural Machine Translation from Turkish to English

2017-07-31 · Duygu Ataman, Matteo Negri, Marco Turchi, Marcello Federico

The necessity of using a fixed-size word vocabulary in order to control the model complexity in state-of-the-art neural machine translation (NMT) systems is an important bottleneck on performance, especially for morpholo…

Machine TranslationMorphological AnalysisNMTTranslation

Morphological Analyzer and Generator for Russian and Ukrainian Languages

2015-03-25 · Mikhail Korobov

pymorphy2 is a morphological analyzer and generator for Russian and Ukrainian languages. It uses large efficiently encoded lexi- cons built from OpenCorpora and LanguageTool data. A set of linguistically motivated rules …

Morphological Analysis

Morphological Word Segmentation on Agglutinative Languages for Neural Machine Translation

2020-01-02 · Yirong Pan, Xiao Li, Yating Yang, Rui Dong

Neural machine translation (NMT) has achieved impressive performance on machine translation task in recent years. However, in consideration of efficiency, a limited-size vocabulary that only contains the top-N highest fr…

Machine TranslationNMTSegmentationTranslation

LangMAP: A Language-Adaptive Approach to Tokenization

2026-06-22 · Clara Meister, Suchir Salhan, Andrzej Szablewski, Pietro Lesci 외 arxiv

Language-specific tokenizers improve tokenization quality and the downstream performance of models on those languages. However, using such a tokenizer comes at a cost: either a new model must be trained from scratch, or …

A Latent Morphology Model for Open-Vocabulary Neural Machine Translation

2019-10-30 · ICLR 2020 1 · Duygu Ataman, Wilker Aziz, Alexandra Birch

Translation into morphologically-rich languages challenges neural machine translation (NMT) models with extremely sparse vocabularies where atomic treatment of surface forms is unrealistic. This problem is typically addr…

Machine TranslationMorphological InflectionNMTTranslation