CLJul 2, 2024

Breaking Language Barriers: Cross-Lingual Continual Pre-Training at Scale

arXiv:2407.02118v229 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses the high computational cost of training LLMs for new languages, offering a scalable solution for the NLP research community, though it is incremental as it builds on existing pretraining methods.

The paper tackles the problem of building large language models for new languages by continually pretraining from existing models instead of training from scratch, finding that this approach converges faster, saves resources, and follows an extended scaling law across 40 model sizes from 40M to 5B parameters.

In recent years, Large Language Models (LLMs) have made significant strides towards Artificial General Intelligence. However, training these models from scratch requires substantial computational resources and vast amounts of text data. In this paper, we explore an alternative approach to constructing an LLM for a new language by continually pretraining (CPT) from existing pretrained LLMs, instead of using randomly initialized parameters. Based on parallel experiments on 40 model sizes ranging from 40M to 5B parameters, we find that 1) CPT converges faster and saves significant resources in a scalable manner; 2) CPT adheres to an extended scaling law derived from Hoffmann et al. (2022) with a joint data-parameter scaling term; 3) The compute-optimal data-parameter allocation for CPT markedly differs based on our estimated scaling factors; 4) The effectiveness of transfer at scale is influenced by training duration and linguistic properties, while robust to data replaying, a method that effectively mitigates catastrophic forgetting in CPT. We hope our findings provide deeper insights into the transferability of LLMs at scale for the research community.

Foundations

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

Your Notes