paper-with-me

홈 › Papers

Improving Both Domain Robustness and Domain Adaptability in Machine Translation

2021-12-15 · COLING 2022 10 · Wen Lai, Jindřich Libovický, Alexander Fraser

We consider two problems of NMT domain adaptation using meta-learning. First, we want to reach domain robustness, i.e., we want to reach high quality on both domains seen in the training data and unseen domains. Second, we want our systems to be adaptive, i.e., making it possible to finetune systems with just hundreds of in-domain parallel sentences. We study the domain adaptability of meta-learning when improving the domain robustness of the model. In this paper, we propose a novel approach, RMLNMT (Robust Meta-Learning Framework for Neural Machine Translation Domain Adaptation), which improves the robustness of existing meta-learning models. More specifically, we show how to use a domain classifier in curriculum learning and we integrate the word-level domain mixing model into the meta-learning framework with a balanced sampling strategy. Experiments on English$\rightarrow$German and English$\rightarrow$Chinese translation show that RMLNMT improves in terms of both domain robustness and domain adaptability in seen and unseen domains. Our source code is available at https://github.com/lavine-lmu/RMLNMT.

📄 PDF Abstract BibTeX arXiv:2112.08288

Code (1)

lavine-lmu/rmlnmt 공식 구현 pytorch

Tasks

Domain AdaptationMachine TranslationMeta-LearningNMTTranslation

Similar Papers 제목 키워드 기반

Improving both domain robustness and domain adaptability in machine translation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We address two problems of domain adaptation in neural machine translation. First, we want to reach domain robustness, i.e., good quality of both domains from the training data, and domains unseen in the training data. …

Domain AdaptationMachine TranslationMeta-LearningTranslation

Epi-Curriculum: Episodic Curriculum Learning for Low-Resource Domain Adaptation in Neural Machine Translation

2023-09-06 · Keyu Chen, Di Zhuang, Mingchen Li, J. Morris Chang

Neural Machine Translation (NMT) models have become successful, but their performance remains poor when translating on new domains with a limited number of data. In this paper, we present a novel approach Epi-Curriculum …

DecoderDomain AdaptationMachine TranslationNMT+1

TAROT: Towards Essentially Domain-Invariant Robustness with Theoretical Justification

2025-05-10 · CVPR 2025 1 · Dongyoon Yang, Jihu Lee, Yongdai Kim

Robust domain adaptation against adversarial attacks is a critical research area that aims to develop models capable of maintaining consistent performance across diverse and challenging domains. In this paper, we derive …

Domain AdaptationDomain Generalization

CLIP-Powered Domain Generalization and Domain Adaptation: A Comprehensive Survey

2025-04-19 · Jindong Li, Yongguang Li, Yali Fu, Jiahong Liu 외

As machine learning evolves, domain generalization (DG) and domain adaptation (DA) have become crucial for enhancing model robustness across diverse environments. Contrastive Language-Image Pretraining (CLIP) plays a sig…

Computational EfficiencyDomain AdaptationDomain GeneralizationPrompt Learning+2

How Well Does GPT-4V(ision) Adapt to Distribution Shifts? A Preliminary Investigation

2023-12-12 · Zhongyi Han, Guanglin Zhou, Rundong He, Jindong Wang 외

In machine learning, generalization against distribution shifts -- where deployment conditions diverge from the training scenarios -- is crucial, particularly in fields like climate modeling, biomedicine, and autonomous …

Anomaly DetectionAutonomous DrivingBenchmarkingImage Generation+4