paper-with-me

홈 › Papers

Improving Simultaneous Machine Translation with Monolingual Data

2022-12-02 · Hexuan Deng, Liang Ding, Xuebo Liu, Meishan Zhang, DaCheng Tao, Min Zhang

Simultaneous machine translation (SiMT) is usually done via sequence-level knowledge distillation (Seq-KD) from a full-sentence neural machine translation (NMT) model. However, there is still a significant performance gap between NMT and SiMT. In this work, we propose to leverage monolingual data to improve SiMT, which trains a SiMT student on the combination of bilingual data and external monolingual data distilled by Seq-KD. Preliminary experiments on En-Zh and En-Ja news domain corpora demonstrate that monolingual data can significantly improve translation quality (e.g., +3.15 BLEU on En-Zh). Inspired by the behavior of human simultaneous interpreters, we propose a novel monolingual sampling strategy for SiMT, considering both chunk length and monotonicity. Experimental results show that our sampling strategy consistently outperforms the random sampling strategy (and other conventional typical NMT monolingual sampling strategies) by avoiding the key problem of SiMT -- hallucination, and has better scalability. We achieve +0.72 BLEU improvements on average against random sampling on En-Zh and En-Ja. Data and codes can be found at https://github.com/hexuandeng/Mono4SiMT.

📄 PDF Abstract BibTeX arXiv:2212.01188

Code (1)

hexuandeng/mono4simt 공식 구현 pytorch

Tasks

HallucinationKnowledge DistillationMachine TranslationNMTSentenceTranslation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Joint Training for Neural Machine Translation Models with Monolingual Data

2018-03-01 · Zhirui Zhang, Shujie Liu, Mu Li, Ming Zhou 외

Monolingual data have been demonstrated to be helpful in improving translation quality of both statistical machine translation (SMT) systems and neural machine translation (NMT) systems, especially in resource-poor or do…

Domain AdaptationMachine TranslationNMTTranslation

GX@DravidianLangTech-EACL2021: Multilingual Neural Machine Translation and Back-translation

2021-04-01 · EACL (DravidianLangTech) 2021 4 · Wanying Xie

In this paper, we describe the GX system in the EACL2021 shared task on machine translation in Dravidian languages. Given the low amount of parallel training data, We adopt two methods to improve the overall performance:…

DecoderMachine TranslationTranslation

Rapid Domain Adaptation for Machine Translation with Monolingual Data

2020-10-23 · Mahdis Mahdieh, Mia Xu Chen, Yuan Cao, Orhan Firat

One challenge of machine translation is how to quickly adapt to unseen domains in face of surging events like COVID-19, in which case timely and accurate translation of in-domain information into multiple languages is cr…

Domain AdaptationMachine TranslationTranslation

Breaking the Corpus Bottleneck for Context-Aware Neural Machine Translation with Cross-Task Pre-training

2021-08-01 · ACL 2021 5 · Linqing Chen, Junhui Li, ZhengXian Gong, Boxing Chen 외

Context-aware neural machine translation (NMT) remains challenging due to the lack of large-scale document-level parallel corpora. To break the corpus bottleneck, in this paper we aim to improve context-aware NMT by taki…

Machine TranslationNMTSentenceTranslation

A Hybrid Approach for Improved Low Resource Neural Machine Translation using Monolingual Data

2020-11-14 · Idris Abdulmumin, Bashir Shehu Galadanci, Abubakar Isa, Habeebah Adamu Kakudi 외

Many language pairs are low resource, meaning the amount and/or quality of available parallel data is not sufficient to train a neural machine translation (NMT) model which can reach an acceptable standard of accuracy. M…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationNMT+2