paper-with-me

홈 › Papers

How Language Directions Align with Token Geometry in Multilingual LLMs

2025-11-16 · JaeSeong Kim, Suan Lee arxiv

Multilingual LLMs demonstrate strong performance across diverse languages, yet there has been limited systematic analysis of how language information is structured within their internal representation space and how it emerges across layers. We conduct a comprehensive probing study on six multilingual LLMs, covering all 268 transformer layers, using linear and nonlinear probes together with a new Token--Language Alignment analysis to quantify the layer-wise dynamics and geometric structure of language encoding. Our results show that language information becomes sharply separated in the first transformer block (+76.4$\pm$8.2 percentage points from Layer 0 to 1) and remains almost fully linearly separable throughout model depth. We further find that the alignment between language directions and vocabulary embeddings is strongly tied to the language composition of the training data. Notably, Chinese-inclusive models achieve a ZH Match@Peak of 16.43\%, whereas English-centric models achieve only 3.90\%, revealing a 4.21$\times$ structural imprinting effect. These findings indicate that multilingual LLMs distinguish languages not by surface script features but by latent representational structures shaped by the training corpus. Our analysis provides practical insights for data composition strategies and fairness in multilingual representation learning. All code and analysis scripts are publicly available at: https://github.com/thisiskorea/How-Language-Directions-Align-with-Token-Geometry-in-Multilingual-LLMs.

📄 PDF Abstract BibTeX arXiv:2511.16693

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Contrastive Learning for Many-to-many Multilingual Neural Machine Translation

2021-05-20 · ACL 2021 5 · Xiao Pan, Mingxuan Wang, Liwei Wu, Lei LI

Existing multilingual machine translation approaches mainly focus on English-centric directions, while the non-English directions still lag behind. In this work, we aim to build a many-to-many translation system with an …

Contrastive LearningData AugmentationMachine TranslationTranslation

Improving Zero-Shot Multilingual Translation with Universal Representations and Cross-Mappings

2022-10-28 · Shuhao Gu, Yang Feng

The many-to-many multilingual neural machine translation can translate between language pairs unseen during training, i.e., zero-shot translation. Improving zero-shot translation requires the model to learn universal rep…

Machine TranslationTranslation

Cross-Lingual Alignment Without Joint Training: Do Monolingual Language Models Converge on Universal Representations?

2026-08-27 · Ej Zhou, Suchir Salhan, Catherine Arnett, Anna Korhonen arxiv

Cross-lingual alignment in multilingual language models is typically attributed to joint training: shared parameters, mixed-language batches, or explicit alignment objectives. We ask whether monolingual models trained on…

Parrot: Multilingual Visual Instruction Tuning

2024-06-04 · Hai-Long Sun, Da-Wei Zhou, Yang Li, Shiyin Lu 외

The rapid development of Multimodal Large Language Models (MLLMs) like GPT-4V has marked a significant step towards artificial general intelligence. Existing methods mainly focus on aligning vision encoders with LLMs thr…

Mixture-of-Experts

LangFIR: Discovering Sparse Language-Specific Features from Monolingual Data for Language Steering

2026-04-04 · Sing Hieng Wong, Hassan Sajjad, A. B. Siddique arxiv

Large language models (LLMs) show strong multilingual capabilities, yet reliably controlling the language of their outputs remains difficult. Representation-level steering addresses this by adding language-specific vecto…