pith. sign in

arxiv: 2402.14714 · v1 · pith:UQN5LHSMnew · submitted 2024-02-22 · 💻 cs.CL · cs.AI

Efficient and Effective Vocabulary Expansion Towards Multilingual Large Language Models

classification 💻 cs.CL cs.AI
keywords koreanmodelscommunityeffectiveefficientenglish-centricexpansionlanguage
0
0 comments X
read the original abstract

This report introduces \texttt{EEVE-Korean-v1.0}, a Korean adaptation of large language models that exhibit remarkable capabilities across English and Korean text understanding. Building on recent highly capable but English-centric LLMs, such as SOLAR-10.7B and Phi-2, where non-English texts are inefficiently processed with English-centric tokenizers, we present an efficient and effective vocabulary expansion (EEVE) method, which encompasses parameter freezing and subword initialization. In contrast to previous efforts that believe new embeddings require trillions of training tokens, we show that our method can significantly boost non-English proficiency within just 2 billion tokens. Surpassing most instruction-tuned LLMs on the Open Ko-LLM Leaderboard, as of January 2024, our model \texttt{EEVE-Korean-10.8B-v1.0} ranks as the leading Korean pre-trained model in the open-source community, according to Hugging Face's leaderboard. We open-source our models on Huggingface to empower the open research community in various languages.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Large Byte Model: Teaching Language Models About Compiled Code

    cs.CR 2026-06 unverdicted novelty 7.0

    Presents a byte-native LLM with bespoke tokenizer achieving 69-98% accuracy on malware family and architecture classification from raw bytes.

  2. Vocab Diet: Reshaping the Vocabulary of LLMs via Vector Arithmetic

    cs.CL 2025-10 conditional novelty 7.0

    LLMs can compose surface-form tokens from base embeddings plus learned transformation vectors, freeing 10-40% of vocabulary slots while expanding coverage and preserving downstream performance across five languages.

  3. SemBridge: Language Transfer in Sparse Encoders via Multilingual Semantic Bridges

    cs.IR 2026-05 unverdicted novelty 6.0

    SemBridge initializes target tokens in sparse encoders via linear combinations of semantically related source tokens selected through multilingual dense bridge embeddings, yielding better zero-shot and fine-tuned retr...

  4. Modular Monolingual Adaptation using Pretrained Language Models

    cs.CL 2026-06 unverdicted novelty 4.0

    Replacing tokens, freezing the corresponding embeddings, and tuning the rest of the model improves NLU performance on low-resource languages compared to full fine-tuning.