DEPT: Decoupled Embeddings for Pre-training Language Models
Alex Iacob, Lorenzo Sani, Meghdad Kurmanji, William F. Shen, Xinchi Qiu, Dongqi Cai, Yan Gao, Nicholas D. Lane
TL;DR
This work tackles pre-training of language models under highly heterogeneous data mixtures by decoupling embeddings from the transformer body, enabling vocabulary-specific representations without a shared embedding space. It introduces DEPT, with three variants—GLOB, TRIM, and SPEC—that trade off embedding sharing against memory and communication efficiency, allowing vocabulary-agnostic federated pre-training. Empirical results show DEPT improves transformer-body generalization, training efficiency, and plasticity while achieving substantial reductions in embedding memory and inter-device communication, and enabling per-source vocabularies. The proposed framework supports multi-domain and multilingual settings, yields strong downstream task gains, and offers a scalable path toward vocabulary-agnostic federated pre-training for billion-scale models, albeit with SPEC requiring additional global embedding for inference. Overall, DEPT presents a principled approach to mitigating vocabulary dilution and negative interference, with practical benefits for cross-domain and cross-language model pre-training.
Abstract
Language Model pre-training uses broad data mixtures to enhance performance across domains and languages. However, training on such heterogeneous text corpora requires extensive and expensive efforts. Since these data sources vary significantly in lexical, syntactic, and semantic aspects, they cause negative interference or the ``curse of multilinguality''. To address these challenges we propose a communication-efficient pre-training framework, DEPT. Our method decouples embeddings from the transformer body while simultaneously training the latter on multiple data sources without requiring a shared vocabulary. DEPT can: (1) train robustly and effectively under significant data heterogeneity, (2) minimize token embedding parameters to only what the data source vocabulary requires, while cutting communication costs in direct proportion to both the communication frequency and the reduction in parameters, (3) enhance transformer body plasticity and generalization, improving both average perplexity (up to 20%) and downstream task performance, and (4) enable training with custom optimized vocabularies per data source. We demonstrate DEPT's potential via the first vocabulary-agnostic federated pre-training of billion-scale models, reducing communication costs by orders of magnitude and embedding memory by 4-5x.
