Rethinking Cross-lingual Gaps from a Statistical Viewpoint
Vihari Piratla, Purvam Jain, Darshan Singh, Partha Talukdar, Trevor Cohn
TL;DR
This work challenges the prevalent view that cross-lingual gaps in LLM recall arise primarily from misaligned parametric representations, proposing a bias-variance decomposition to explain source-to-target differences. By modeling source and target responses as stochastic logit distributions and introducing a mixing coefficient between high-variance and high-bias components, the authors show that most cross-lingual gaps are driven by target variance ($\kappa=1$) and that reducing variance via inference-time techniques—most notably ensembling and translation-based prompts—substantially closes the gap, improving target accuracy by $20$–$25\%$ across benchmarks. They validate the framework on ECLeKTic and MMLU (with mixup) across multiple models, finding that variance reduction consistently increases source-target agreement and that higher source confidence correlates with higher target confidence when biases are minimal. These findings suggest practical mitigation strategies focus on variance control at inference time rather than large-scale retraining, with broad implications for multilingual robustness and cross-lingual knowledge transfer in LLMs.
Abstract
Any piece of knowledge is usually expressed in one or a handful of natural languages on the web or in any large corpus. Large Language Models (LLMs) act as a bridge by acquiring knowledge from a source language and making it accessible when queried from target languages. Prior research has pointed to a cross-lingual gap, viz., a drop in accuracy when the knowledge is queried in a target language compared to when the query is in the source language. Existing research has rationalized divergence in latent representations in source and target languages as the source of cross-lingual gap. In this work, we take an alternative view and hypothesize that the variance of responses in the target language is the main cause of this gap. For the first time, we formalize the cross-lingual gap in terms of bias-variance decomposition. We present extensive experimental evidence which support proposed formulation and hypothesis. We then reinforce our hypothesis through multiple inference-time interventions that control the variance and reduce the cross-lingual gap. We demonstrate a simple prompt instruction to reduce the response variance, which improved target accuracy by 20-25% across different models.
