TL;DR
This paper explores how high language similarity enables effective zero-shot transfer learning for low-resource languages using minimal data, by retraining lexical layers of BERT models.
Contribution
It demonstrates that high language similarity allows substantial transfer performance with only 10MB of data by retraining lexical layers and fine-tuning Transformer layers.
Findings
High language similarity enables effective transfer with minimal data.
Retraining lexical layers improves monolingual model performance.
Monolingual BERT models outperform multilingual BERT in low-resource scenarios.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗GroNLP/bert-base-dutch-cased-frisianmodel· 2 dl· ♡ 12 dl♡ 1
- 🤗GroNLP/bert-base-dutch-cased-groningsmodel· 4 dl· ♡ 14 dl♡ 1
- 🤗GroNLP/bert-base-dutch-cased-upos-alpino-frisianmodel· 2 dl2 dl
- 🤗GroNLP/bert-base-dutch-cased-upos-alpino-groningsmodel· 3 dl3 dl
- 🤗GroNLP/bert-base-dutch-cased-upos-alpinomodel· 341 dl· ♡ 1341 dl♡ 1
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Label Smoothing · Byte Pair Encoding · Dropout · Softmax · WordPiece
