paper-with-me

홈 › Papers

HintedBT: Augmenting Back-Translation with Quality and Transliteration Hints

2021-09-09 · EMNLP 2021 11 · Sahana Ramnath, Melvin Johnson, Abhirut Gupta, Aravindan Raghuveer

Back-translation (BT) of target monolingual corpora is a widely used data augmentation strategy for neural machine translation (NMT), especially for low-resource language pairs. To improve effectiveness of the available BT data, we introduce HintedBT -- a family of techniques which provides hints (through tags) to the encoder and decoder. First, we propose a novel method of using both high and low quality BT data by providing hints (as source tags on the encoder) to the model about the quality of each source-target pair. We don't filter out low quality data but instead show that these hints enable the model to learn effectively from noisy data. Second, we address the problem of predicting whether a source token needs to be translated or transliterated to the target language, which is common in cross-script translation tasks (i.e., where source and target do not share the written script). For such cases, we propose training the model with additional hints (as target tags on the decoder) that provide information about the operation required on the source (translation or both translation and transliteration). We conduct experiments and detailed analyses on standard WMT benchmarks for three cross-script low/medium-resource language pairs: {Hindi,Gujarati,Tamil}-to-English. Our methods compare favorably with five strong and well established baselines. We show that using these hints, both separately and together, significantly improves translation quality and leads to state-of-the-art performance in all three language pairs in corresponding bilingual settings.

📄 PDF Abstract BibTeX arXiv:2109.04443

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDecoderMachine TranslationNMTTranslationTransliteration

Similar Papers 제목 키워드 기반

Improving the quality of Gujarati-Hindi Machine Translation through part-of-speech tagging and stemmer-assisted transliteration

2013-07-12 · Juhi Ameta, Nisheeth Joshi, Iti Mathur

Machine Translation for Indian languages is an emerging research area. Transliteration is one such module that we design while designing a translation system. Transliteration means mapping of source language text into th…

Machine TranslationPart-Of-Speech TaggingTranslationTransliteration

Neural Machine Translation Techniques for Named Entity Transliteration

2018-07-01 · WS 2018 7 · Roman Grundkiewicz, Kenneth Heafield

Transliterating named entities from one language into another can be approached as neural machine translation (NMT) problem, for which we use deep attentional RNN encoder-decoder models. To build a strong transliteration…

Automatic Post-EditingDecoderGrammatical Error CorrectionMachine Translation+3

Rule Based Transliteration Scheme for English to Punjabi

2013-07-15 · Deepti Bhalla, Nisheeth Joshi, Iti Mathur

Machine Transliteration has come out to be an emerging and a very important research area in the field of machine translation. Transliteration basically aims to preserve the phonological structure of words. Proper transl…

Machine TranslationTranslationTransliteration

A Large-scale Evaluation of Neural Machine Transliteration for Indic Languages

2021-04-01 · EACL 2021 2 · Anoop Kunchukuttan, Siddharth Jain, Rahul Kejriwal

We take up the task of large-scale evaluation of neural machine transliteration between English and Indic languages, with a focus on multilingual transliteration to utilize orthographic similarity between Indian language…

TranslationTransliteration

English-to-Chinese Transliteration with Phonetic Back-transliteration

2021-12-20 · Shi Cheng, Zhuofei Ding, Songpeng Yan

Transliteration is a task of translating named entities from a language to another, based on phonetic similarity. The task has embraced deep learning approaches in recent years, yet, most ignore the phonetic features of …

TranslationTransliteration