Exploring Design Choices for Building Language-Specific LLMs
Atula Tejaswi, Nilesh Gupta, Eunsol Choi

TL;DR
This paper systematically investigates how different design choices affect the performance and efficiency of building language-specific LLMs through adaptation, revealing key insights for optimizing such models across diverse languages.
Contribution
It provides a comprehensive analysis of adaptation strategies for language-specific LLMs, highlighting the impact of model selection, vocabulary extension, and training methods on performance and efficiency.
Findings
Adapting English-centric models can outperform multilingual models for low-resource languages.
Vocabulary extension and continued pretraining improve efficiency in most cases.
The best adaptation method varies by language, with simple embedding initialization being effective.
Abstract
Despite rapid progress in large language models (LLMs), their performance on a vast majority of languages remains unsatisfactory. In this paper, we study building language-specific LLMs by adapting monolingual and multilingual LLMs. We conduct systematic experiments on how design choices (base model selection, vocabulary extension, and continued pretraining) impact the adapted LLM, both in terms of efficiency (how many tokens are needed to encode the same amount of information) and end task performance. We find that (1) the initial performance of LLM does not always correlate with the final performance after the adaptation. Adapting an English-centric models can yield better results than adapting multilingual models despite their worse initial performance on low-resource languages. (2) Efficiency can easily improved with simple vocabulary extension and continued pretraining in most LLMs…
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
Videos
Taxonomy
TopicsDigital Rights Management and Security · Natural Language Processing Techniques · Semantic Web and Ontologies
MethodsBalanced Selection
