CLAIDec 16, 2024

Adapting Chat Language Models Using Only Target Unlabeled Language Data

arXiv:2412.11704v45 citationsh-index: 29Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting chat models to low-resource languages where labeled data is scarce, offering a more robust solution than existing approaches.

The paper tackles the problem of adapting chat language models to new languages without forgetting their instruction-following abilities, proposing ElChat, which directly adapts chat models on unlabeled target data and outperforms prior methods in language and safety performance.

Vocabulary expansion (VE) is the de-facto approach to language adaptation of large language models (LLMs) by adding new tokens and continuing pre-training on target data. While this is effective for base models trained on unlabeled data, it poses challenges for chat models trained to follow instructions through labeled conversation data. Directly adapting the latter with VE on target unlabeled data may result in forgetting chat abilities. While ideal, target chat data is often unavailable or costly to create for low-resource languages, and machine-translated alternatives are not always effective. To address this issue, previous work proposed using a base and chat model from the same family. This method first adapts the base LLM with VE on target unlabeled data and then converts it to a chat model by adding a chat vector (CV) derived from the weight difference between the source base and chat models. We propose ElChat, a new language adaptation method for chat LLMs that adapts a chat model directly on target unlabeled data, without a base model. It elicits chat abilities by injecting information from the source chat model. ElChat offers more robust and competitive target language and safety performance while achieving superior English, chat, and instruction-following abilities compared to CV.

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