Second Language (Arabic) Acquisition of LLMs via Progressive Vocabulary Expansion
Shenzhen Research Institute of Big Data · The Chinese University of Hong Kong · National Center for AI (NCAI), Saudi Data and AI Authority (SDAIA) · King Abdullah University of Science and Technology · Tsinghua University · SRIBD · CNPIEC KEXIN LTD · University of Bisha · King Abdulaziz University · The Chinese University of Hong Kong (Shenzhen); National University of Singapore and National University of Singapore · The Chinese University of Hong Kong, Shenzhen · King Abdullah University of Science and Technology and Pennsylvania State University
PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.18653/v1/2025.acl-long.100 ↗
摘要
This paper addresses the critical need for democratizing large language models (LLM) in the Arab world, a region that has seen slower progress in developing models comparable to state-of-the-art offerings like GPT-4 or GPT-3.5, due to a predominant focus on mainstream languages (e.g., English and Chinese). One practical objective for Arabic LLMs is to utilize Arabic-specific vocabulary in the tokenizer to accelerate decoding. However, using a different vocabulary often leads to degradation of the model’s learned knowledge, since many words become out-of-vocabulary (OOV) at the beginning of training. Inspired by the vocabulary learning during Second Language (Arabic) Acquisition for humans, the released AraLLaMA employs progressive vocabulary expansion, which is implemented by a modified BPE algorithm that progressively extends the Arabic subwords in its dynamic vocabulary during training, thereby balancing the OOV ratio at every stage. The ablation study demonstrated the effectiveness of Progressive Vocabulary Expansion.Moreover, AraLLaMA achieves decent performance comparable to the best Arabic LLMs across a variety of Arabic benchmarks. Our model weights are available at: https://github.com/FreedomIntelligence/AraLLaMa.