paper-with-me

Papers

Efficient Machine Translation Domain Adaptation

2022-04-26 · SpaNLP (ACL) 2022 5 · Pedro Henrique Martins, Zita Marinho, André F. T. Martins

Machine translation models struggle when translating out-of-domain text, which makes domain adaptation a topic of critical importance. However, most domain adaptation methods focus on fine-tuning or training the entire or part of the model on every new domain, which can be costly. On the other hand, semi-parametric models have been shown to successfully perform domain adaptation by retrieving examples from an in-domain datastore (Khandelwal et al., 2021). A drawback of these retrieval-augmented models, however, is that they tend to be substantially slower. In this paper, we explore several approaches to speed up nearest neighbor machine translation. We adapt the methods recently proposed by He et al. (2021) for language modeling, and introduce a simple but effective caching strategy that avoids performing retrieval when similar contexts have been seen before. Translation quality and runtimes for several domains show the effectiveness of the proposed solutions.

📄 PDF Abstract BibTeX arXiv:2204.12608

Code (1)

deep-spin/efficient_knn_mt 공식 구현 pytorch

Tasks

Domain AdaptationLanguage ModelingLanguage ModellingMachine TranslationRetrievalTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Domain specialization: a post-training domain adaptation for Neural Machine Translation

2016-12-19 · Christophe Servan, Josep Crego, Jean Senellart

Domain adaptation is a key feature in Machine Translation. It generally encompasses terminology, domain and style adaptation, especially for human post-editing workflows in Computer Assisted Translation (CAT). With Neura…

Domain AdaptationMachine TranslationNMTTranslation

A Survey of Domain Adaptation for Neural Machine Translation

2018-06-01 · COLING 2018 8 · Chenhui Chu, Rui Wang

Neural machine translation (NMT) is a deep learning based approach for machine translation, which yields the state-of-the-art translation performance in scenarios where large-scale parallel corpora are available. Althoug…

Domain AdaptationMachine TranslationNMTSurvey+1

Neural Lattice Search for Domain Adaptation in Machine Translation

2017-11-01 · IJCNLP 2017 11 · Huda Khayrallah, Gaurav Kumar, Kevin Duh, Matt Post 외

Domain adaptation is a major challenge for neural machine translation (NMT). Given unknown words or new domains, NMT systems tend to generate fluent translations at the expense of adequacy. We present a stack-based latti…

Domain AdaptationMachine TranslationNMTTranslation

Domain Adaptation of NMT models for English-Hindi Machine Translation Task at AdapMT ICON 2020

2020-12-22 · Ramchandra Joshi, Rushabh Karnavat, Kaustubh Jirapure, Raviraj Joshi

Recent advancements in Neural Machine Translation (NMT) models have proved to produce a state of the art results on machine translation for low resource Indian languages. This paper describes the neural machine translati…

Domain AdaptationMachine TranslationNMTTranslation

Cost Weighting for Neural Machine Translation Domain Adaptation

2017-08-01 · WS 2017 8 · Boxing Chen, Colin Cherry, George Foster, Samuel Larkin

In this paper, we propose a new domain adaptation technique for neural machine translation called cost weighting, which is appropriate for adaptation scenarios in which a small in-domain data set and a large general-doma…

Domain AdaptationMachine TranslationTranslation