paper-with-me

Papers

Pruning-then-Expanding Model for Domain Adaptation of Neural Machine Translation

2021-03-25 · NAACL 2021 4 · Shuhao Gu, Yang Feng, Wanying Xie

Domain Adaptation is widely used in practical applications of neural machine translation, which aims to achieve good performance on both the general-domain and in-domain. However, the existing methods for domain adaptation usually suffer from catastrophic forgetting, domain divergence, and model explosion. To address these three problems, we propose a method of "divide and conquer" which is based on the importance of neurons or parameters in the translation model. In our method, we first prune the model and only keep the important neurons or parameters, making them responsible for both general-domain and in-domain translation. Then we further train the pruned model supervised by the original unpruned model with the knowledge distillation method. Last we expand the model to the original size and fine-tune the added parameters for the in-domain translation. We conduct experiments on different languages and domains and the results show that our method can achieve significant improvements compared with several strong baselines.

📄 PDF Abstract BibTeX arXiv:2103.13678

Code (1)

ictnlp/PTE-NMT 공식 구현 pytorch

Tasks

Domain AdaptationKnowledge DistillationMachine TranslationTranslation

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 제목 키워드 기반

Less Is More: Domain Adaptation with Lottery Ticket for Reading Comprehension

2021-11-01 · Findings (EMNLP) 2021 11 · Haichao Zhu, Zekun Wang, Heng Zhang, Ming Liu 외

In this paper, we propose a simple few-shot domain adaptation paradigm for reading comprehension. We first identify the lottery subnetwork structure within the Transformer-based source domain model via gradual magnitude …

Domain AdaptationReading Comprehension

All-in-One Tuning and Structural Pruning for Domain-Specific LLMs

2024-12-19 · Lei Lu, Zhepeng Wang, Runxue Bao, Mengbing Wang 외

Existing pruning techniques for large language models (LLMs) targeting domain-specific applications typically follow a two-stage process: pruning the pretrained general-purpose LLMs and then fine-tuning the pruned LLMs o…

All

PADA: Pruning Assisted Domain Adaptation for Self-Supervised Speech Representations

2022-03-31 · Lodagala V S V Durga Prasad, Sreyan Ghosh, S. Umesh

While self-supervised speech representation learning (SSL) models serve a variety of downstream tasks, these models have been observed to overfit to the domain from which the unlabelled data originates. To alleviate this…

Domain AdaptationLanguage ModellingRepresentation LearningSpeech Representation Learning

Unsupervised Domain Adaptation Via Data Pruning

2024-09-18 · Andrea Napoli, Paul White

The removal of carefully-selected examples from training data has recently emerged as an effective way of improving the robustness of machine learning models. However, the best way to select these examples remains an ope…

Domain AdaptationEvent DetectionUnsupervised Domain Adaptation

Monolingual or Multilingual Instruction Tuning: Which Makes a Better Alpaca

2023-09-16 · Pinzhen Chen, Shaoxiong Ji, Nikolay Bogoychev, Andrey Kutuzov 외

Foundational large language models (LLMs) can be instruction-tuned to perform open-domain question answering, facilitating applications like chat assistants. While such efforts are often carried out in a single language,…

Instruction FollowingLarge Language ModelMultilingual NLPOpen-Domain Question Answering+2