paper-with-me

홈 › Papers

Modeling Target-side Inflection in Placeholder Translation

2021-07-01 · MTSummit 2021 8 · Ryokan Ri, Toshiaki Nakazawa, Yoshimasa Tsuruoka

Placeholder translation systems enable the users to specify how a specific phrase is translated in the output sentence. The system is trained to output special placeholder tokens, and the user-specified term is injected into the output through the context-free replacement of the placeholder token. However, this approach could result in ungrammatical sentences because it is often the case that the specified term needs to be inflected according to the context of the output, which is unknown before the translation. To address this problem, we propose a novel method of placeholder translation that can inflect specified terms according to the grammatical construction of the output sentence. We extend the sequence-to-sequence architecture with a character-level decoder that takes the lemma of a user-specified term and the words generated from the word-level decoder to output the correct inflected form of the lemma. We evaluate our approach with a Japanese-to-English translation task in the scientific writing domain, and show that our model can incorporate specified terms in the correct form more successfully than other comparable models.

📄 PDF Abstract BibTeX arXiv:2107.00334

Code (1)

Ryou0634/placeholder_translation 공식 구현 pytorch

Tasks

DecoderLEMMASentenceTranslation

Similar Papers 제목 키워드 기반

Modeling Target-Side Inflection in Neural Machine Translation

2017-07-19 · WS 2017 9 · Aleš Tamchyna, Marion Weller-Di Marco, Alexander Fraser

NMT systems have problems with large vocabulary sizes. Byte-pair encoding (BPE) is a popular approach to solving this problem, but while BPE allows the system to generate any target-side word, it does not enable effectiv…

LEMMAMachine TranslationNMTPOS+2

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

Code-Switching for Enhancing NMT with Pre-Specified Translation

2019-04-19 · NAACL 2019 6 · Kai Song, Yue Zhang, Heng Yu, Weihua Luo 외

Leveraging user-provided translation to constrain NMT has practical significance. Existing methods can be classified into two main categories, namely the use of placeholder tags for lexicon words and the use of hard cons…

Data AugmentationNMTTranslation

Neural Machine Translation Doesn't Translate Gender Coreference Right Unless You Make It

2020-10-11 · Danielle Saunders, Rosie Sallis, Bill Byrne

Neural Machine Translation (NMT) has been shown to struggle with grammatical gender that is dependent on the gender of human referents, which can cause gender bias effects. Many existing approaches to this problem seek t…

Machine TranslationNMTSentenceTranslation

Neural Machine Translation Doesn’t Translate Gender Coreference Right Unless You Make It

2020-12-01 · GeBNLP (COLING) 2020 12 · Danielle Saunders, Rosie Sallis, Bill Byrne

Neural Machine Translation (NMT) has been shown to struggle with grammatical gender that is dependent on the gender of human referents, which can cause gender bias effects. Many existing approaches to this problem seek t…

Machine TranslationNMTSentenceTranslation