paper-with-me

Papers

Morphologically-Guided Segmentation For Translation of Agglutinative Low-Resource Languages

2021-08-01 · MTSummit 2021 8 · William Chen, Brett Fazio

Neural Machine Translation (NMT) for Low Resource Languages (LRL) is often limited by the lack of available training data, making it necessary to explore additional techniques to improve translation quality. We propose the use of the Prefix-Root-Postfix-Encoding (PRPE) subword segmentation algorithm to improve translation quality for LRLs, using two agglutinative languages as case studies: Quechua and Indonesian. During the course of our experiments, we reintroduce a parallel corpus for Quechua-Spanish translation that was previously unavailable for NMT. Our experiments show the importance of appropriate subword segmentation, which can go as far as improving translation quality over systems trained on much larger quantities of data. We show this by achieving state-of-the-art results for both languages, obtaining higher BLEU scores than large pre-trained models with much smaller amounts of data.

📄 PDF Abstract BibTeX

Code (1)

wanchichen/morphological-nmt 공식 구현

Tasks

Machine TranslationNMTSegmentationTranslation

Similar Papers 제목 키워드 기반

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

Multi-Task Neural Model for Agglutinative Language Translation

2020-07-01 · ACL 2020 6 · Yirong Pan, Xiao Li, Yating Yang, Rui Dong

Neural machine translation (NMT) has achieved impressive performance recently by using large-scale parallel corpora. However, it struggles in the low-resource and morphologically-rich scenarios of agglutinative language …

DecoderMachine TranslationmodelNMT+2

Subword Segmental Machine Translation: Unifying Segmentation and Target Sentence Generation

2023-05-11 · Francois Meyer, Jan Buys

Subword segmenters like BPE operate as a preprocessing step in neural machine translation and other (conditional) language models. They are applied to datasets before training, so translation or text generation quality r…

Machine TranslationSentenceText GenerationTranslation

The Effectiveness of Morphology-aware Segmentation in Low-Resource Neural Machine Translation

2021-03-20 · EACL 2021 2 · Jonne Sälevä, Constantine Lignos

This paper evaluates the performance of several modern subword segmentation methods in a low-resource neural machine translation setting. We compare segmentations produced by applying BPE at the token or sentence level w…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationSegmentation+2

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