paper-with-me

Papers

Character-Aware Decoder for Translation into Morphologically Rich Languages

2018-09-06 · WS 2019 8 · Adithya Renduchintala, Pamela Shapiro, Kevin Duh, Philipp Koehn

Neural machine translation (NMT) systems operate primarily on words (or sub-words), ignoring lower-level patterns of morphology. We present a character-aware decoder designed to capture such patterns when translating into morphologically rich languages. We achieve character-awareness by augmenting both the softmax and embedding layers of an attention-based encoder-decoder model with convolutional neural networks that operate on the spelling of a word. To investigate performance on a wide variety of morphological phenomena, we translate English into 14 typologically diverse target languages using the TED multi-target dataset. In this low-resource setting, the character-aware decoder provides consistent improvements with BLEU score gains of up to $+3.05$. In addition, we analyze the relationship between the gains obtained and properties of the target language and find evidence that our model does indeed exploit morphological patterns.

📄 PDF Abstract BibTeX arXiv:1809.02223

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Tailoring Neural Architectures for Translating from Morphologically Rich Languages

2018-08-01 · COLING 2018 8 · Peyman Passban, Andy Way, Qun Liu

A morphologically complex word (MCW) is a hierarchical constituent with meaning-preserving subunits, so word-based models which rely on surface forms might not be powerful enough to translate such structures. When transl…

DecoderMachine TranslationNMTSentence+1

Patching Leaks in the Charformer for Efficient Character-Level Generation

2022-05-27 · Lukas Edman, Antonio Toral, Gertjan van Noord

Character-based representations have important advantages over subword-based ones for morphologically rich languages. They come with increased robustness to noisy input and do not need a separate tokenization step. Howev…

DecoderNMTTranslation

Improving Character-based Decoding Using Target-Side Morphological Information for Neural Machine Translation

2018-04-17 · NAACL 2018 6 · Peyman Passban, Qun Liu, Andy Way

Recently, neural machine translation (NMT) has emerged as a powerful alternative to conventional statistical approaches. However, its performance drops considerably in the presence of morphologically rich languages (MRLs…

DecoderMachine TranslationNMTTranslation

Character-based Neural Machine Translation

2016-03-02 · Marta R. Costa-jussà, José A. R. Fonollosa

Neural Machine Translation (MT) has reached state-of-the-art results. However, one of the main challenges that neural MT still faces is dealing with very large vocabularies and morphologically rich languages. In this pap…

Machine TranslationTranslationWord Embeddings

Word Representation Models for Morphologically Rich Languages in Neural Machine Translation

2016-06-14 · WS 2017 9 · Ekaterina Vylomova, Trevor Cohn, Xuanli He, Gholamreza Haffari

Dealing with the complex word forms in morphologically rich languages is an open problem in language processing, and is particularly important in translation. In contrast to most modern neural systems of translation, whi…

Hard AttentionMachine TranslationTranslation