CLSep 22, 2022

MonoByte: A Pool of Monolingual Byte-level Language Models

arXiv:2209.11035v2581 citationsh-index: 33
Originality Incremental advance
AI Analysis

This provides a standardized resource for researchers studying cross-lingual transferability, though it is incremental as it builds on existing byte-level and monolingual model approaches.

The authors tackled the problem of inconsistent conclusions in cross-lingual language model research by releasing 10 monolingual byte-level models pretrained under uniform conditions with large compute and corpus sizes, achieving competitive performance to multilingual models on QA and NLI tasks.

The zero-shot cross-lingual ability of models pretrained on multilingual and even monolingual corpora has spurred many hypotheses to explain this intriguing empirical result. However, due to the costs of pretraining, most research uses public models whose pretraining methodology, such as the choice of tokenization, corpus size, and computational budget, might differ drastically. When researchers pretrain their own models, they often do so under a constrained budget, and the resulting models might underperform significantly compared to SOTA models. These experimental differences led to various inconsistent conclusions about the nature of the cross-lingual ability of these models. To help further research on the topic, we released 10 monolingual byte-level models rigorously pretrained under the same configuration with a large compute budget (equivalent to 420 days on a V100) and corpora that are 4 times larger than the original BERT's. Because they are tokenizer-free, the problem of unseen token embeddings is eliminated, thus allowing researchers to try a wider range of cross-lingual experiments in languages with different scripts. Additionally, we release two models pretrained on non-natural language texts that can be used in sanity-check experiments. Experiments on QA and NLI tasks show that our monolingual models achieve competitive performance to the multilingual one, and hence can be served to strengthen our understanding of cross-lingual transferability in language models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes