paper-with-me

Papers

Domain Adaptation of Neural Machine Translation by Lexicon Induction

2019-06-02 · ACL 2019 7 · Junjie Hu, Mengzhou Xia, Graham Neubig, Jaime Carbonell

It has been previously noted that neural machine translation (NMT) is very sensitive to domain shift. In this paper, we argue that this is a dual effect of the highly lexicalized nature of NMT, resulting in failure for sentences with large numbers of unknown words, and lack of supervision for domain-specific words. To remedy this problem, we propose an unsupervised adaptation method which fine-tunes a pre-trained out-of-domain NMT model using a pseudo-in-domain corpus. Specifically, we perform lexicon induction to extract an in-domain lexicon, and construct a pseudo-parallel in-domain corpus by performing word-for-word back-translation of monolingual in-domain target sentences. In five domains over twenty pairwise adaptation settings and two model architectures, our method achieves consistent improvements without using any in-domain parallel sentences, improving up to 14 BLEU over unadapted models, and up to 2 BLEU over strong back-translation baselines.

📄 PDF Abstract BibTeX arXiv:1906.00376

Code (2)

jungokasai/twist_decoding pytorch
junjiehu/dali pytorch

Tasks

Domain AdaptationMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Improving Translation of Out Of Vocabulary Words using Bilingual Lexicon Induction in Low-Resource Machine Translation

2022-09-01 · AMTA 2022 9 · Jonas Waldendorf, Alexandra Birch, Barry Hadow, Antonio Valerio Micele Barone

Dictionary-based data augmentation techniques have been used in the field of domain adaptation to learn words that do not appear in the parallel training data of a machine translation model. These techniques strive to le…

Bilingual Lexicon InductionData AugmentationDomain AdaptationMachine Translation+3

Phrase Table Induction Using In-Domain Monolingual Data for Domain Adaptation in Statistical Machine Translation

2017-01-01 · TACL 2017 1 · Benjamin Marie, Atsushi Fujita

We present a new framework to induce an in-domain phrase table from in-domain monolingual data that can be used to adapt a general-domain statistical machine translation system to the targeted domain. Our method first co…

Domain AdaptationMachine TranslationTranslation

A Comprehensive Analysis of Bilingual Lexicon Induction

2017-06-01 · CL 2017 6 · Ann Irvine, Chris Callison-Burch

Bilingual lexicon induction is the task of inducing word translations from monolingual corpora in two languages. In this article we present the most comprehensive analysis of bilingual lexicon induction to date. We prese…

Bilingual Lexicon InductionMachine TranslationTranslation

Building Multiword Expressions Bilingual Lexicons for Domain Adaptation of an Example-Based Machine Translation System

2017-09-01 · RANLP 2017 9 · Nasredine Semmar, Mariama Laib

We describe in this paper a hybrid ap-proach to build automatically bilingual lexicons of Multiword Expressions (MWEs) from parallel corpora. We more specifically investigate the impact of using a domain-specific bilingu…

Domain AdaptationInformation RetrievalMachine TranslationTranslation

Bilingual Lexicon Induction for Low-Resource Languages using Graph Matching via Optimal Transport

2022-10-25 · Kelly Marchisio, Ali Saad-Eldin, Kevin Duh, Carey Priebe 외

Bilingual lexicons form a critical component of various natural language processing applications, including unsupervised and semisupervised machine translation and crosslingual information retrieval. We improve bilingual…

Bilingual Lexicon InductionGraph MatchingInformation RetrievalMachine Translation+2