paper-with-me

Papers

AR: Auto-Repair the Synthetic Data for Neural Machine Translation

2020-04-05 · Shanbo Cheng, Shaohui Kuang, Rongxiang Weng, Heng Yu, Changfeng Zhu, Weihua Luo

Compared with only using limited authentic parallel data as training corpus, many studies have proved that incorporating synthetic parallel data, which generated by back translation (BT) or forward translation (FT, or selftraining), into the NMT training process can significantly improve translation quality. However, as a well-known shortcoming, synthetic parallel data is noisy because they are generated by an imperfect NMT system. As a result, the improvements in translation quality bring by the synthetic parallel data are greatly diminished. In this paper, we propose a novel Auto- Repair (AR) framework to improve the quality of synthetic data. Our proposed AR model can learn the transformation from low quality (noisy) input sentence to high quality sentence based on large scale monolingual data with BT and FT techniques. The noise in synthetic parallel data will be sufficiently eliminated by the proposed AR model and then the repaired synthetic parallel data can help the NMT models to achieve larger improvements. Experimental results show that our approach can effective improve the quality of synthetic parallel data and the NMT model with the repaired synthetic data achieves consistent improvements on both WMT14 EN!DE and IWSLT14 DE!EN translation tasks.

📄 PDF Abstract BibTeX arXiv:2004.02196

Code (0)

등록된 구현이 없습니다.

Tasks

de-enMachine TranslationNMTSentenceTranslation

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

A Novel Approach for Automatic Program Repair using Round-Trip Translation with Large Language Models

2024-01-15 · Fernando Vallecillos Ruiz, Anastasiia Grishina, Max Hort, Leon Moonen

Research shows that grammatical mistakes in a sentence can be corrected by translating it to another language and back using neural machine translation with language models. We investigate whether this correction capabil…

HumanEvalLanguage ModellingLarge Language ModelMachine Translation+3

Fuzzy-match repair using black-box machine translation systems: what can be expected?

2016-10-01 · AMTA 2016 10 · John Ortega, Felipe Sánchez-Martínez, Mikel Forcada

Computer-aided translation (CAT) tools often use a translation memory (TM) as the key resource to assist translators. A TM contains translation units (TU) which are made up of source and target language segments; transla…

Machine TranslationTranslation

Iterative Domain-Repaired Back-Translation

2020-10-06 · EMNLP 2020 11 · Hao-Ran Wei, Zhirui Zhang, Boxing Chen, Weihua Luo

In this paper, we focus on the domain-specific translation with low resources, where in-domain parallel corpora are scarce or nonexistent. One common and effective strategy for this case is exploiting in-domain monolingu…

Domain AdaptationNMTTranslation

Context-Aware Monolingual Repair for Neural Machine Translation

2019-09-03 · IJCNLP 2019 11 · Elena Voita, Rico Sennrich, Ivan Titov

Modern sentence-level NMT systems often produce plausible translations of isolated sentences. However, when put in context, these translations may end up being inconsistent with each other. We propose a monolingual DocRe…

Automatic Post-EditingMachine TranslationNMTSentence+1

MatchFixAgent: Language-Agnostic Autonomous Repository-Level Code Translation Validation and Repair

2025-09-19 · Ali Reza Ibrahimzada, Brandon Paulsen, Reyhaneh Jabbarvand, Joey Dodds 외 arxiv

Code translation transforms source code from one programming language (PL) to another. Validating the functional equivalence of translation and repairing, if necessary, are critical steps in code translation. Existing au…

Code Translation