paper-with-me

Papers

Modeling Target-Side Morphology in Neural Machine Translation: A Comparison of Strategies

2022-03-25 · Marion Weller-Di Marco, Matthias Huck, Alexander Fraser

Morphologically rich languages pose difficulties to machine translation. Machine translation engines that rely on statistical learning from parallel training data, such as state-of-the-art neural systems, face challenges especially with rich morphology on the output language side. Key challenges of rich target-side morphology in data-driven machine translation include: (1) A large amount of differently inflected word surface forms entails a larger vocabulary and thus data sparsity. (2) Some inflected forms of infrequent terms typically do not appear in the training corpus, which makes closed-vocabulary systems unable to generate these unobserved variants. (3) Linguistic agreement requires the system to correctly match the grammatical categories between inflected word forms in the output sentence, both in terms of target-side morpho-syntactic wellformedness and semantic adequacy with respect to the input. In this paper, we re-investigate two target-side linguistic processing techniques: a lemma-tag strategy and a linguistically informed word segmentation strategy. Our experiments are conducted on a English-German translation task under three training corpus conditions of different magnitudes. We find that a stronger Transformer baseline leaves less room for improvement than a shallow-RNN encoder-decoder model when translating in-domain. However, we find that linguistic modeling of target-side morphology does benefit the Transformer model when the same system is applied to out-of-domain input text. We also successfully apply our approach to English to Czech translation.

📄 PDF Abstract BibTeX arXiv:2203.13550

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLEMMAMachine TranslationSentenceTAGTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Modeling Word Formation in English--German Neural Machine Translation

2020-07-01 · ACL 2020 6 · Marion Weller-Di Marco, Alex Fraser, er

This paper studies strategies to model word formation in NMT using rich linguistic information, namely a word segmentation approach that goes beyond splitting into substrings by considering fusional morphology. Our lingu…

Machine TranslationMorphological AnalysisNMTSegmentation+1

The Lazy Encoder: A Fine-Grained Analysis of the Role of Morphology in Neural Machine Translation

2018-10-01 · EMNLP 2018 10 · Arianna Bisazza, Clara Tump

Neural sequence-to-sequence models have proven very effective for machine translation, but at the expense of model interpretability. To shed more light into the role played by linguistic structure in the process of neura…

Machine TranslationNMTTranslationWord Embeddings

Low-resource neural machine translation with morphological modeling

2024-04-03 · Antoine Nzeyimana

Morphological modeling in neural machine translation (NMT) is a promising approach to achieving open-vocabulary machine translation for morphologically-rich languages. However, existing methods such as sub-word tokenizat…

Data AugmentationDecoderLow Resource Neural Machine TranslationLow-Resource Neural Machine Translation+4

Understanding and Improving Morphological Learning in the Neural Machine Translation Decoder

2017-11-01 · IJCNLP 2017 11 · Fahim Dalvi, Nadir Durrani, Hassan Sajjad, Yonatan Belinkov 외

End-to-end training makes the neural machine translation (NMT) architecture simpler, yet elegant compared to traditional statistical machine translation (SMT). However, little is known about linguistic patterns of morpho…

DecoderMachine TranslationMulti-Task LearningNMT+1

Improving the Performance of English-Tamil Statistical Machine Translation System using Source-Side Pre-Processing

2014-09-29 · M. Anand Kumar, V. Dhanalakshmi, K. P. Soman, V. Sharmiladevi

Machine Translation is one of the major oldest and the most active research area in Natural Language Processing. Currently, Statistical Machine Translation (SMT) dominates the Machine Translation research. Statistical Ma…

Machine TranslationSentenceTranslation