Lens: Rethinking Multilingual Enhancement for Large Language Models
Weixiang Zhao, Yulin Hu, Jiahe Guo, Xingyu Sui, Tongtong Wu, Yang Deng, Yanyan Zhao, Bing Qin, Wanxiang Che, Ting Liu
TL;DR
Lens addresses the English-centric bias of state-of-the-art LLMs by leveraging internal language representation spaces rather than external multilingual data. It decomposes the multilingual latent space into a language-agnostic subspace $\boldsymbol{M}_a$ and a language-specific subspace $\boldsymbol{M}_s$ via Language Subspace Probing, then applies Language Subspace Manipulation with targeted losses to align target languages to English in $\boldsymbol{M}_a$ while pushing country-specific features in $\boldsymbol{M}_s$ along language-expression directions. The method updates only the upper layers, uses a central-language pivot to preserve proficiency, and demonstrates improved multilingual understanding and generation across bilingual and multilingual setups on three English-centric LLMs with lower computational overhead than post-training baselines. Lens outperforms baselines and open-source multilingual models on diverse benchmarks while maintaining central-language performance, highlighting a scalable, interpretable path to broader multilingual AI access. The work suggests a paradigm shift toward internal, representation-based supervision and points to future hybrids with data-driven signals for even stronger multilingual capabilities.
Abstract
As global demand for multilingual large language models (LLMs) grows, most LLMs still remain overly focused on English, leading to the limited access to advanced AI for non-English speakers. Current methods to enhance multilingual capabilities largely rely on data-driven post-training techniques, such as multilingual instruction tuning or continual pre-training. However, these approaches exhibit significant limitations, including high resource cost, exacerbation of off-target issue and catastrophic forgetting of central language abilities. To this end, we propose Lens, a novel approach that enhances multilingual capabilities by leveraging LLMs' internal language representation spaces. Lens operates on two subspaces: the language-agnostic subspace, where it aligns target languages with the central language to inherit strong semantic representations, and the language-specific subspace, where it separates target and central languages to preserve linguistic specificity. Experiments on three English-centric LLMs show that Lens significantly improves multilingual performance while maintaining the model's English proficiency, achieving better results with less computational cost compared to existing post-training approaches.
