Rethinking Cross-lingual Alignment: Balancing Transfer and Cultural Erasure in Multilingual LLMs
HyoJung Han, Sweta Agrawal, Eleftheria Briakou
TL;DR
This work reframes cross-lingual alignment (CLA) as a trade-off between universal knowledge transfer and culturally localized responses. It introduces the transfer-localization plane to quantify gains in language-agnostic knowledge and losses in culturally-specific localization, and empirically shows that existing CLA methods improve transfer at the cost of localization across six languages. The authors reveal that transfer concentrates in middle model layers while localization resides in deeper layers, motivating layer-aware interventions. They propose Surgical Steering, a layer-disentangled, inference-time technique that applies activation steering at different layers to balance both objectives, achieving a better Pareto frontier and reducing English-centric bias, though a residual irrecoverable trade-off remains.
Abstract
Cross-lingual alignment (CLA) aims to align multilingual representations, enabling Large Language Models (LLMs) to seamlessly transfer knowledge across languages. While intuitive, we hypothesize, this pursuit of representational convergence can inadvertently cause "cultural erasure", the functional loss of providing culturally-situated responses that should diverge based on the query language. In this work, we systematically analyze this trade-off by introducing a holistic evaluation framework, the transfer-localization plane, which quantifies both desirable knowledge transfer and undesirable cultural erasure. Using this framework, we re-evaluate recent CLA approaches and find that they consistently improve factual transfer at the direct cost of cultural localization across all six languages studied. Our investigation into the internal representations of these models reveals a key insight: universal factual transfer and culturally-specific knowledge are optimally steerable at different model layers. Based on this finding, we propose Surgical Steering, a novel inference-time method that disentangles these two objectives. By applying targeted activation steering to distinct layers, our approach achieves a better balance between the two competing dimensions, effectively overcoming the limitations of current alignment techniques.
