paper-with-me

Papers

Adapting Monolingual Models: Data can be Scarce when Language Similarity is High

2021-05-06 · Findings (ACL) 2021 8 · Wietse de Vries, Martijn Bartelds, Malvina Nissim, Martijn Wieling

For many (minority) languages, the resources needed to train large models are not available. We investigate the performance of zero-shot transfer learning with as little data as possible, and the influence of language similarity in this process. We retrain the lexical layers of four BERT-based models using data from two low-resource target language varieties, while the Transformer layers are independently fine-tuned on a POS-tagging task in the model's source language. By combining the new lexical layers and fine-tuned Transformer layers, we achieve high task performance for both target languages. With high language similarity, 10MB of data appears sufficient to achieve substantial monolingual transfer performance. Monolingual BERT-based models generally achieve higher downstream task performance after retraining the lexical layer than multilingual BERT, even when the target language is included in the multilingual model.

📄 PDF Abstract BibTeX arXiv:2105.02855

Code (1)

wietsedv/low-resource-adapt 공식 구현

Tasks

POSPOS TaggingTransfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

LlamaTurk: Adapting Open-Source Generative Large Language Models for Low-Resource Language

2024-05-13 · Cagri Toraman

Despite advancements in English-dominant generative large language models, further development is needed for low-resource languages to enhance global accessibility. The primary methods for representing these languages ar…

Magic dust for cross-lingual adaptation of monolingual wav2vec-2.0

2021-10-07 · Sameer Khurana, Antoine Laurent, James Glass

We propose a simple and effective cross-lingual transfer learning method to adapt monolingual wav2vec-2.0 models for Automatic Speech Recognition (ASR) in resource-scarce languages. We show that a monolingual wav2vec-2.0…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Cross-Lingual Transferspeech-recognition+2

Recipes for Adapting Pre-trained Monolingual and Multilingual Models to Machine Translation

2020-04-30 · EACL 2021 2 · Asa Cooper Stickland, Xi-An Li, Marjan Ghazvininejad

There has been recent success in pre-training on monolingual data and fine-tuning on Machine Translation (MT), but it remains unclear how to best leverage a pre-trained model for a given MT task. This paper investigates …

DecoderMachine TranslationTranslation

Modular Monolingual Adaptation using Pretrained Language Models

2026-06-04 · Nalin Kumar, Ondřej Dušek arxiv

Building monolingual language models (LMs) for low-resource languages typically relies on adapting pretrained language models (PLMs) by finetuning the whole model on the target language. This approach is widely favored o…

Natural Language Understanding

Iterative Domain-Repaired Back-Translation

2020-10-06 · EMNLP 2020 11 · Hao-Ran Wei, Zhirui Zhang, Boxing Chen, Weihua Luo

In this paper, we focus on the domain-specific translation with low resources, where in-domain parallel corpora are scarce or nonexistent. One common and effective strategy for this case is exploiting in-domain monolingu…

Domain AdaptationNMTTranslation