paper-with-me

홈 › Papers

When does Parameter-Efficient Transfer Learning Work for Machine Translation?

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

We study parameter-efficient transfer learning methods that adapt a pre-trained model by fine-tuning a small number of parameters, for machine translation. We conduct experiments across a diverse set of languages, comparing different fine-tuning methods in terms of (1) parameter budget, (2) language-pair, and (3) different pre-trained models. We show that methods such as adapters and prefix-tuning that add parameters to a pre-trained model perform best. However, methods which fine-tune a subset of existing parameters, e.g. BitFit and cross-attention tuning, are better correlated with pre-trained model capability. Furthermore, we found a large performance variation across language pairs, with parameter-efficient methods particularly struggling for distantly related language-pairs. Finally, we show that increasing model size, but tuning only 0.03% of total parameters, can outperform tuning 100% of the parameters of a smaller model

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTransfer LearningTranslation

Similar Papers 제목 키워드 기반

TransMIA: Membership Inference Attacks Using Transfer Shadow Training

2020-11-30 · Seira Hidano, Takao Murakami, Yusuke Kawamoto

Transfer learning has been widely studied and gained increasing popularity to improve the accuracy of machine learning models by transferring some knowledge acquired in different training. However, no prior work has poin…

BIG-bench Machine LearningTransfer Learning

When does Parameter-Efficient Transfer Learning Work for Machine Translation?

2022-05-23 · Ahmet Üstün, Asa Cooper Stickland

Parameter-efficient fine-tuning methods (PEFTs) offer the promise of adapting large pre-trained models while only tuning a small number of parameters. They have been shown to be competitive with full model fine-tuning fo…

Machine Translationparameter-efficient fine-tuningTransfer LearningTranslation

Robust Policies For Proactive ICU Transfers

2020-02-14 · Julien Grand-Clement, Carri W. Chan, Vineet Goyal, Gabriel Escobar

Patients whose transfer to the Intensive Care Unit (ICU) is unplanned are prone to higher mortality rates than those who were admitted directly to the ICU. Recent advances in machine learning to predict patient deteriora…

Soft Prompt Tuning for Cross-Lingual Transfer: When Less is More

2024-02-06 · Fred Philippy, Siwen Guo, Shohreh Haddadan, Cedric Lothritz 외

Soft Prompt Tuning (SPT) is a parameter-efficient method for adapting pre-trained language models (PLMs) to specific tasks by inserting learnable embeddings, or soft prompts, at the input layer of the PLM, without modify…

Cross-Lingual Transfer

In Neural Machine Translation, What Does Transfer Learning Transfer?

2020-07-01 · ACL 2020 6 · Alham Fikri Aji, Nikolay Bogoychev, Kenneth Heafield, Rico Sennrich

Transfer learning improves quality for low-resource machine translation, but it is unclear what exactly it transfers. We perform several ablation studies that limit information transfer, then measure the quality impact a…

Learning Word EmbeddingsMachine TranslationTransfer LearningTranslation+1