paper-with-me

Papers

Domain-Specific Text Generation for Machine Translation

2022-08-11 · AMTA 2022 9 · Yasmin Moslem, Rejwanul Haque, John D. Kelleher, Andy Way

Preservation of domain knowledge from the source to target is crucial in any translation workflow. It is common in the translation industry to receive highly specialized projects, where there is hardly any parallel in-domain data. In such scenarios where there is insufficient in-domain data to fine-tune Machine Translation (MT) models, producing translations that are consistent with the relevant context is challenging. In this work, we propose a novel approach to domain adaptation leveraging state-of-the-art pretrained language models (LMs) for domain-specific data augmentation for MT, simulating the domain characteristics of either (a) a small bilingual dataset, or (b) the monolingual source text to be translated. Combining this idea with back-translation, we can generate huge amounts of synthetic bilingual in-domain data for both use cases. For our investigation, we use the state-of-the-art Transformer architecture. We employ mixed fine-tuning to train models that significantly improve translation of in-domain texts. More specifically, in both scenarios, our proposed methods achieve improvements of approximately 5-6 BLEU and 2-3 BLEU, respectively, on the Arabic-to-English and English-to-Arabic language pairs. Furthermore, the outcome of human evaluation corroborates the automatic evaluation results.

📄 PDF Abstract BibTeX arXiv:2208.05909

Code (2)

ymoslem/mt-lm 공식 구현 pytorch
ymoslem/mt-preparation 공식 구현 tf

Tasks

Data AugmentationDomain AdaptationMachine TranslationPrompt EngineeringText GenerationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Language Modelling Approaches to Adaptive Machine Translation

2024-01-25 · Yasmin Moslem

Consistency is a key requirement of high-quality translation. It is especially important to adhere to pre-approved terminology and adapt to corrected translations in domain-specific projects. Machine translation (MT) has…

Data AugmentationDomain AdaptationIn-Context LearningLanguage Modelling+3

Chunk-based Nearest Neighbor Machine Translation

2022-05-24 · Pedro Henrique Martins, Zita Marinho, André F. T. Martins

Semi-parametric models, which augment generation with retrieval, have led to impressive results in language modeling and machine translation, due to their ability to retrieve fine-grained information from a datastore of …

Domain AdaptationLanguage ModelingLanguage ModellingMachine Translation+2

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

LLMs-in-the-loop Part-1: Expert Small AI Models for Bio-Medical Text Translation

2024-07-16 · Bunyamin Keles, Murat Gunay, Serdar I. Caglar

Machine translation is indispensable in healthcare for enabling the global dissemination of medical knowledge across languages. However, complex medical terminology poses unique challenges to achieving adequate translati…

ArticlesMachine TranslationSynthetic Data GenerationTranslation

Adaptive Machine Translation with Large Language Models

2023-01-30 · Yasmin Moslem, Rejwanul Haque, John D. Kelleher, Andy Way

Consistency is a key requirement of high-quality translation. It is especially important to adhere to pre-approved terminology and adapt to corrected translations in domain-specific projects. Machine translation (MT) has…

DecoderDomain AdaptationIn-Context LearningInformation Retrieval+5