When English Isn't the Best Teacher: Source Language Effects in Cross-Lingual In-Context Learning
Summary
This paper empirically studies cross-lingual transfer in in-context learning across seven tasks, six models, and typologically diverse languages, showing that fine-tuning based expectations do not consistently apply and offering new heuristics for source language selection.
View Cached Full Text
Cached at: 06/17/26, 05:42 AM
# When English Isn’t the Best Teacher: Source Language Effects in Cross-Lingual In-Context Learning Source: [https://arxiv.org/html/2606.18033](https://arxiv.org/html/2606.18033) Fred Philippy1,Siwen Guo2,Jacques Klein1,Tegawendé F\. Bissyandé1 1Snt, University of Luxembourg, Luxembourg 2Luxembourg Institute of Science and Technology, Luxembourg Correspondence:[fred\.philippy@uni\.lu](https://arxiv.org/html/2606.18033v1/mailto:[email protected]) ###### Abstract Cross\-lingual transfer in multilingual NLP has been widely explored in supervised fine\-tuning contexts, where factors like data availability and linguistic similarity largely determine transfer quality\. As the field shifts toward few\-shot In\-Context Learning \(ICL\), it is often presumed that insights from fine\-tuning carry over unchanged\. Yet this assumption has not been rigorously evaluated, leaving open the question of how to choose source languages for cross\-lingual ICL\. We conduct a broad empirical study of cross\-lingual transfer in ICL spanning seven tasks, six models, and a typologically diverse set of languages\. We further analyze language confusion, a key obstacle for generative tasks in cross\-lingual ICL\. Our results show that conventional fine\-tuning\-based expectations do not consistently apply in the ICL regime and point to alternative heuristics for selecting source languages effectively\. When English Isn’t the Best Teacher: Source Language Effects in Cross\-Lingual In\-Context Learning Fred Philippy1, Siwen Guo2, Jacques Klein1, Tegawendé F\. Bissyandé11Snt, University of Luxembourg, Luxembourg2Luxembourg Institute of Science and Technology, LuxembourgCorrespondence:[fred\.philippy@uni\.lu](https://arxiv.org/html/2606.18033v1/mailto:[email protected]) ## 1Introduction Large language models \(LLMs\) have dramatically improved performance across a wide range of NLP tasks, yet their capabilities remain uneven across the world’s languages\. A core reason is the stark imbalance in training data availability: high\-resource languages such as English dominate pretraining corpora, while many others remain severely underrepresented\. Much of the recent work on multilingual LLMs therefore focuses on cross\-lingual transfer, where knowledge gained from high\-resource languages is leveraged to improve performance in low\-resource ones\. Prior research, typically using supervised fine\-tuning setups, has shown that cross\-lingual transfer is far from uniform: factors such as linguistic similarity, lexical overlap, and writing system strongly influence how well knowledge transfers from a source language to a target one\(Pireset al\.,[2019](https://arxiv.org/html/2606.18033#bib.bib19); Ket al\.,[2020](https://arxiv.org/html/2606.18033#bib.bib17); Mulleret al\.,[2021](https://arxiv.org/html/2606.18033#bib.bib16); Philippyet al\.,[2023](https://arxiv.org/html/2606.18033#bib.bib18)\)\. However, these findings largely reflect the era of task\-specific fine\-tuning, where models are explicitly trained on labeled data in a source language and then evaluated in a different target language\. With the rise of large, instruction\-tuned LLMs, the field is increasingly shifting toward In\-Context Learning \(ICL\) approaches that avoid parameter updates altogether\(Brownet al\.,[2020](https://arxiv.org/html/2606.18033#bib.bib23)\)\. ICL departs from traditional fine\-tuning by allowing models to perform tasks solely through examples and instructions provided at inference time\. Instead of relying on parameter modification, LLMs condition on the prompt itself and learn “in context” from natural language demonstrations, task descriptions, or other structured cues\. This paradigm has proven surprisingly effective across diverse tasks, and recent work shows that it can also support cross\-lingual transfer: models can use demonstrations in one language to perform a task in another\(Winataet al\.,[2022](https://arxiv.org/html/2606.18033#bib.bib5); Tuet al\.,[2025](https://arxiv.org/html/2606.18033#bib.bib7)\)\. Yet, unlike in the fine\-tuning setting, it remains unclear which source languages are most effective for ICL for a given target language, and whether the factors known to influence fine\-tuning transfer \(e\.g\., linguistic similarity\) apply equally in this new paradigm\. In this study, we investigate how source–target language relationships shape cross\-lingual transfer in ICL\. By systematically examining the effects of typology, writing systems, embedding\-based alignment, and resource availability, our goal is to provide clearer guidance on how to select effective source languages for ICL, especially when working with low\-resource target languages\. Our analysis reveals that assumptions inherited from fine\-tuning do not always hold in ICL\. In contrast to established findings in fine\-tuning\-based cross\-lingual transfer, we observe that the target language itself is its most effective source language in only about 24% of cases, and that English, despite its disproportionate presence in pretraining corpora, emerges as the worst source language in about 16% of our experiments\. Moreover, we show that linguistic similarity, which is widely regarded as the strongest predictor of cross\-lingual transfer in supervised fine\-tuning, plays a far less important role in cross\-lingual ICL\. In additional experiments focused on language confusion, a phenomenon known to hinder cross\-lingual transfer in generative tasks, we likewise uncover substantial discrepancies between source and target languages during ICL\. Altogether, our findings not only call for rethinking cross\-lingual transfer in ICL but also point to a promising direction: the least supported languages in LLMs, particularly low\-resource non\-Latin\-script languages, may in fact serve as unexpectedly strong sources from which other languages can benefit\. Table 1:Multilingual datasets included in our study\. Here,nndenotes the number of test samples per language,\|ℒ\|\|\\mathcal\{L\}\|the full language coverage of each dataset, and\|ℒ∗\|\|\\mathcal\{L\}^\{\*\}\|the subset of languages we use as source and target languages\. ## 2Related Work Prior research indicates that demonstration language selection and configuration significantly impact cross\-lingual ICL performance\. Early studies found that cross\-lingual prompting often surpasses monolingual baselines, though linguistic proximity is not always a reliable predictor of success\(Winataet al\.,[2022](https://arxiv.org/html/2606.18033#bib.bib5)\)\. Recent work explores diverse prompt structures, including mixed\-language demonstrations\(Kimet al\.,[2024](https://arxiv.org/html/2606.18033#bib.bib3)\)and code\-switching transitions to English\(Yooet al\.,[2025](https://arxiv.org/html/2606.18033#bib.bib1)\), which can boost reasoning in low\-resource settings\. Conversely,Tuet al\.\([2025](https://arxiv.org/html/2606.18033#bib.bib7)\)find that target\-only or single high\-resource source languages often outperform mixed prompts, suggesting that consistency within the demonstration language may be beneficial\. Research into demonstration selection further highlights the importance of retrieval quality\. While alignment\-based methods\(Tanwaret al\.,[2023](https://arxiv.org/html/2606.18033#bib.bib4)\)and multilingual retrievers\(Linet al\.,[2025](https://arxiv.org/html/2606.18033#bib.bib2)\)improve results, these studies often restrict sources to English or leave selection unsystematic\(Cahyawijayaet al\.,[2024](https://arxiv.org/html/2606.18033#bib.bib8)\)\. Finally, while linguistic similarity has been proposed as a selection predictor\(Kanekoet al\.,[2025](https://arxiv.org/html/2606.18033#bib.bib20)\), its effectiveness in modern decoder\-only LLMs remains an open question\. ## 3Methodology ### 3\.1Tasks To evaluate cross\-lingual ICL, we use seven multilingual benchmarks \(Table[1](https://arxiv.org/html/2606.18033#S1.T1)\)\. Unlike prior studies that focus on English or target\-only demonstration samples, we evaluate all source\-target language combinations\. To manage the quadratic increase in evaluation runs, we selected 18 typologically diverse languages with maximal benchmark overlap\. We further limited each benchmark to 1,000 test instances \(or the full set, if smaller\)\. Since all benchmarks are fully parallel, using aligned test and in\-context examples ensures content consistency across language pairs and isolates cross\-lingual transfer dynamics from content\-related confounds\. ### 3\.2Models We conduct experiments with six LLMs, focusing on relatively small models \(4B parameters or fewer\) to keep the evaluation computationally manageable\. To assess robustness with respect to model stochasticity, we repeat all experiments for the three smallest models using two different random seeds, yielding distinct sets of demonstration examples\. We then compute the correlation between performance scores across language pairs for the two runs\. All correlations are≥0\.9\\geq 0\.9across all tasks and models, indicating high stability\. Based on this result, we perform single runs for the two larger models without compromising the reliability of our findings\. More specifically, we useLlama 3\.2 \(1B & 3B\),Gemma 3 \(1B & 4B\)\(Teamet al\.,[2025](https://arxiv.org/html/2606.18033#bib.bib22)\),Qwen3 \(1\.7B\)\(Yanget al\.,[2025](https://arxiv.org/html/2606.18033#bib.bib21)\)andPhi\-4\-Mini\(Microsoftet al\.,[2025](https://arxiv.org/html/2606.18033#bib.bib32)\)\. FollowingZhanget al\.\([2024](https://arxiv.org/html/2606.18033#bib.bib6)\), who report that adding more than 2–4 demonstrations yields minimal further gains in multilingual scenarios, we adopt a 4\-shot configuration for all experiments111Prompts used in the experiments are provided in Appendix[A](https://arxiv.org/html/2606.18033#A1)\.\. ## 4Results Figure[2](https://arxiv.org/html/2606.18033#S4.F2)presents the average transfer performance across all evaluated language pairs, showing mean z\-scores computed over seven tasks and six models\.222Z\-scores are computed separately for each model–task combination before averaging\.From these results, we identify different high\-level observations: - •Persistent performance disparities across target languages\.As expected, English leads by a wide margin, followed by other high\-resource languages such as Spanish, Italian, Indonesian, and German, while lower\-resource languages like Swahili, Telugu, and Bengali show substantially lower scores\. - •The target language is not always its own best source, contrary to a common assumption\. In fact, across all experiments, the target language is the best source in only about24%24\\%of cases\. \(a\)Across models\. \(b\)Across tasks\. Figure 1:Correlation matrix of transfer patterns\. Pearson correlations are computed over all language\-pair transfer scores\.- •Models show highly stable transfer patterns\.Similarities are strongest within model families and among larger models \(Figure[1\(a\)](https://arxiv.org/html/2606.18033#S4.F1.sf1)\)\. - •Task\-level transfer similarities are moderate to high\.Tasks with related reasoning or linguistic structure show more aligned transfer patterns \(Figure[1\(b\)](https://arxiv.org/html/2606.18033#S4.F1.sf2)\)\. A deeper statistical analysis \(§[4\.1](https://arxiv.org/html/2606.18033#S4.SS1)\- §[4\.4](https://arxiv.org/html/2606.18033#S4.SS4)\) uncovers several critical findings: 1. 1\.Strong target languages tend to be weak source languages \(§[4\.1](https://arxiv.org/html/2606.18033#S4.SS1)\)\.English, Spanish, German, and Italian perform well as targets but are among the weakest sources, whereas Thai, Telugu, and Bengali show the opposite pattern\. 2. 2\.Linguistic similarity between source and target does not predict transfer effectiveness \(§[4\.2](https://arxiv.org/html/2606.18033#S4.SS2)\)\.Unlike prior work on fine\-tuning–based transfer, we observe no such relationship in the ICL setting\. 3. 3\.Cross\-lingual alignment within the model is a stronger indicator of transfer success \(§[4\.3](https://arxiv.org/html/2606.18033#S4.SS3)\)\.This alignment explains far more variance in performance than surface linguistic properties\. 4. 4\.Low\-resource, non\-Latin\-script languages make the most effective sources, whereas high\-resource Latin\-script languages are the least effective \(§[4\.4](https://arxiv.org/html/2606.18033#S4.SS4)\)\.While script and resource level each have independent effects, their interaction amplifies the pattern\. Figure 2:Cross\-lingual transfer matrix showing the mean z\-score of model performance across language pairs\. Rows represent source languages and columns represent target languages\. Scores are normalized per task and model\.### 4\.1Correlation between Donor and Recipient Capabilities Inspired by the approaches ofMalkinet al\.\([2022](https://arxiv.org/html/2606.18033#bib.bib25)\)andDymkiewiczet al\.\([2025](https://arxiv.org/html/2606.18033#bib.bib24)\), we analyze donor and recipient relationships across languages\. To compute these scores, we follow the method introduced byMalkinet al\.\([2022](https://arxiv.org/html/2606.18033#bib.bib25)\): for each languageℒ\\mathcal\{L\}, we define its donor score𝒟\(ℒ\)\\mathcal\{D\}\(\\mathcal\{L\}\)as the average performance it provides to all other target languages \(excluding cases whereℒ\\mathcal\{L\}is the target\)\. Conversely, the recipient scoreℛ\(ℒ\)\\mathcal\{R\}\(\\mathcal\{L\}\)is defined as the average performance thatℒ\\mathcal\{L\}receives from all other source languages \(excluding cases whereℒ\\mathcal\{L\}is the source\)\. Figure[3](https://arxiv.org/html/2606.18033#S4.F3)shows that donor and recipient capabilities are strongly negatively related, and we observe a Pearson correlation of−0\.932\-0\.932between source\-to\-target and target\-to\-source transfer across all models and tasks\. Figure 3:Scatter plot of donor and recipient capabilities; the red line indicates the best\-fit regression capturing their inverse relationship\. ### 4\.2Correlation with Linguistic Similarity We examine whether the well\-established relationship between linguistic similarity and transfer performance in fine\-tuning scenarios also holds for prompting\-based approaches\. Using URIEL and lang2vec representations\(Littellet al\.,[2017](https://arxiv.org/html/2606.18033#bib.bib26)\), we compute four categories of linguistic similarity \(syntactic, genetic, phonological, and featural\) and correlate them with performance for each task and model pair individually\. As shown in Figure[4](https://arxiv.org/html/2606.18033#S4.F4), only a small subset of task and model combinations exhibits low to moderate correlations across these features, and even these effects are inconsistent\. For the vast majority of settings, we observe no strong correlation between linguistic similarity and transfer success\. These findings suggest that, unlike fine\-tuned models, in\-context learning does not systematically rely on linguistic proximity, which highlights a fundamental difference in how cross\-lingual generalization emerges in the two paradigms\. Figure 4:The four heatmaps illustrate thecorrelation between linguistic similarity\(syntactic, genetic, phonological, and featural\) of source–target language pairsand cross\-lingual transfer performance\. Each heatmap corresponds to onelang2vecdimension and reports the Pearson correlation coefficient for every benchmark \(column\) and model \(row\) combination\. An asterisk \(\*\) indicates statistical significance atp<0\.05p<0\.05\. ### 4\.3Correlation with Cross\-Lingual Alignment Beyond surface\-level linguistic features, we also analyze whether transfer performance is related to the degree of cross\-lingual alignment between the source and target languages within the model’s internal representations\. Although cross\-lingual alignment is often correlated with underlying linguistic similarity, it captures a fundamentally different notion: it reflects how closely languages are positioned in the model’s learned representation space, which may diverge from typological similarity due to factors such as training data composition, tokenization, or implicit model biases\. To measure this, we use the devtest portion of FLORES\-200\(Teamet al\.,[2022](https://arxiv.org/html/2606.18033#bib.bib27)\), which provides aligned sentences across 200 languages, and for each model we compute the similarity of mean\-pooled last\-layer hidden states across languages using the Centered Kernel Alignment \(CKA\) metric\(Kornblithet al\.,[2019](https://arxiv.org/html/2606.18033#bib.bib28)\)\. We find that these correlations between cross\-lingual alignment and transfer performance are substantially stronger than those obtained from linguistic similarity features, although the strength of the effect varies depending on the task and model \(Figure[5](https://arxiv.org/html/2606.18033#S4.F5)\)\. This indicates that, in the context of in\-context learning, models rely far more on the cross\-lingual structure they have learned during pre\-training and the resulting proximity of languages in their representation space than on any surface\-level linguistic similarities\. Figure 5:This heatmap shows how strongly a model’s internal alignment \(last layer\) between a given source–target language pair correlates with its transfer performance for that same pair\. Correlation values are shown for each benchmark \(column\) and each model \(row\) combination\. ### 4\.4Effect of Script and Resource Availability on Source Language Performance To assess whether \(i\) the writing system and \(ii\) the resource status of the source language influence cross\-lingual transfer performance, we perform a set of inferential statistical analyses\. First, we define a binary variable indicating whether the source language uses a Latin\-based script\. Resource status is likewise modeled as a binary variable, distinguishing between higher\- and lower\-resource languages based on their relative representation in the Common Crawl corpus333Based on CC\-MAIN\-2025\-38, retrieved from[https://commoncrawl\.github\.io/cc\-crawl\-statistics/plots/languages](https://commoncrawl.github.io/cc-crawl-statistics/plots/languages)\., which we treat as a proxy for the relative availability of a language in typical large\-scale pre\-training data\. We first fit a two\-way ANOVA model with transfer performance as the dependent variable, including script type \(Latin vs\. non\-Latin\), binary resource status \(high vs\. low\), and their interaction as predictors\. The analysis reveals significant main effects of bothScriptandResource Status\. The interaction between script type and resource status is not significant, indicating that the effects of script and resource status on transfer performance are additive rather than interactive \(Table[2](https://arxiv.org/html/2606.18033#S4.T2)\)444Assumptions were evaluated using residual diagnostics\. Q–Q plots indicated approximate normality with mild tail deviations\. Homogeneity of variances was assessed using Levene’s test and was satisfied \(p = \.59\)\.\. Table 2:Simplified ANOVA results \(script type×\\timesresource level interaction model\)showing F\-statistics and p\-values for script type, resource level, and their interaction\.Second, to facilitate pairwise comparisons, we conduct post\-hoc Tukey HSD tests to assess pairwise differences in transfer performance between all group combinations \(Tables[3](https://arxiv.org/html/2606.18033#S4.T3),[4](https://arxiv.org/html/2606.18033#S4.T4)&[5](https://arxiv.org/html/2606.18033#S4.T5)\)\. Averaged across script types, low\-resource source languages significantly outperform high\-resource source languages \(mean difference = 0\.1187,p<\.001p<\.001\), and averaged across resource levels, non\-Latin source languages significantly outperform Latin\-script source languages \(mean difference = 0\.1133,p<\.001p<\.001\)\. When examining combined script–resource groups, both script type and resource level yield significant differences within each other’s levels\. However, the comparison between high\-resource non\-Latin and low\-resource Latin source languages is not significant, indicating that advantages associated with script type and resource availability can partially offset one another\. Table 3:Tukey HSD contrast for resource level \(High vs\. Low\)\. Low\-resource languages show significantly higher transfer performance\.Table 4:Tukey HSD contrast for script type \(Non\-Latin \[NL\] vs\. Latin \[L\]\)\. The negative value indicates higher performance for NL languages\.Table 5:Simplified Tukey HSD post\-hoc comparison across all Script \(Non\-Latin \[NL\] & Latin \[L\]\) and Resource \(High & Low\) combinations, showing only mean differences and adjusted p\-values\.\(a\)Monolingual setup\. \(b\)Cross\-lingual setup\. Figure 6:Average Line\-level Pass Rates \(LPR\) across models for different source\-target language pairs\. ## 5Language Confusion in Cross\-Lingual In\-Context Learning To broaden our analysis beyond classification tasks, we additionally investigate whether source\-language variation in ICL produces comparable effects in generative settings\. In our cross\-lingual setup, we do not prioritize task\-specific performance\. Instead, we shift our attention to diagnosing a fundamental obstacle in generative cross\-lingual evaluation:language confusion\. Language confusion occurs when a model’s responses are produced in a language different from the one requested, such as defaulting to English rather than the target language\. When a model fails to generate output in the intended languageℒ\\mathcal\{L\}, we cannot meaningfully assess cross\-lingual transfer quality because no valid output inℒ\\mathcal\{L\}exists to evaluate\. In real applications, this failure means the user’s request is not truly addressed, as the response may be partially or entirely incomprehensible\. For these reasons, language confusion is arguably a more fundamental metric here than task performance itself\. We therefore evaluate models using theLanguage Confusion Benchmark\(Marchisioet al\.,[2024](https://arxiv.org/html/2606.18033#bib.bib30)\), which measures a model’s ability to produce responses in the specified language\. The benchmark spans 15 typologically diverse languages that fully overlap with the language set used in Section[4](https://arxiv.org/html/2606.18033#S4)\. It includes two settings: \(1\)monolingual, where both the prompt and expected response are in the target language, and \(2\)cross\-lingual, where the prompt is given in English but explicitly instructs the model to answer in the target language\. Consistent with earlier experiments, we use a 4\-shot ICL setup with demonstration examples drawn from the parallel Bactrian\-X instruction\-tuning dataset\(Liet al\.,[2023](https://arxiv.org/html/2606.18033#bib.bib29)\), which covers all languages present in the benchmark\. As a metric, we adopt theLine\-level Pass Rate\(LPR\) introduced byMarchisioet al\.\([2024](https://arxiv.org/html/2606.18033#bib.bib30)\)\. LPR is defined as the proportion of model responses where every line is correctly identified as being in the user’s intended language555FollowingMarchisioet al\.\([2024](https://arxiv.org/html/2606.18033#bib.bib30)\), we perform line\-level Language Identification \(LID\) using fastText\(Joulinet al\.,[2016](https://arxiv.org/html/2606.18033#bib.bib31)\)and restrict its use to sequences with more than four words to ensure LID reliability\.\. ### 5\.1Results We provide the average LPR across all models for each source\-target pair in Figures[6\(a\)](https://arxiv.org/html/2606.18033#S4.F6.sf1)and[6\(b\)](https://arxiv.org/html/2606.18033#S4.F6.sf2)for the monolingual and cross\-lingual settings respectively\. #### Overall patterns of language confusion\. Unlike the consistent patterns observed in task\-specific classification, language confusion shows substantially less consistency across models\. As expected, confusion patterns are most similar within model families \(Gemma 3 and Llama 3\.2\), with moderate correlations also observed between Qwen 3 and Llama 3\.2, and between Phi 4 and Gemma 3 \(Figure[7](https://arxiv.org/html/2606.18033#S5.F7)\)\. Figure 7:Correlation matrix of language confusion patterns across models\. Pearson correlations are computed over all language\-pair transfer scores\. #### Relationship to task transfer performance\. We further compute correlations between task\-level transfer performance and language confusion\. Overall, we find that transfer performance for some tasks correlates moderately with language confusion in the cross\-lingual setting, while other tasks show moderate correlations in the monolingual setting\. However, these relationships are not consistent across tasks or models, indicating thatlanguage confusion is not directly linked to unequal transfer performance, but instead represents a distinct challenge\. Additionally, across all models and both settings, we find a Pearson correlation of 0\.6342 between a language’s tendency to induce confusion when used as a source language and the confusion it experiences as a target language\. This source–target symmetry mirrors the correlation previously observed between donor and recipient capabilities of a language in the task transfer experiments \(§[4\.1](https://arxiv.org/html/2606.18033#S4.SS1)\), albeit with a somewhat weaker magnitude for language confusion\. #### Linguistic correlates of language confusion\. We investigate correlations between language confusion and two factors: linguistic similarity and the cross\-lingual alignment of source and target language embedding spaces\. For both the monolingual and cross\-lingual settings, no strong correlations were observed for any model tested666All calculated Pearson correlation values were below 0\.3\.\. Similarly, we found no strong tendency regarding the correlation between the resource level of the source or target language and the resulting language confusion\. However, t\-tests comparing language performance based on writing system yielded significant results \(α=0\.05\\alpha=0\.05\)\. Specifically, we found that non\-Latin script languages suffer more from language confusion as a target language, but they create less language confusion in other target languages when used as the source language, compared to Latin script languages\. ## 6Discussion Our findings suggest that ICL leverages mechanisms distinct from fine\-tuning during cross\-lingual transfer\. The lack of correlation with linguistic similarity indicates that ICL relies less on structural overlap and more on representational properties learned during pretraining\. While linguistic similarity guides parameter updates, it is less relevant when models must infer tasks from contextual examples at inference time\. One possible explanation is that source languages differ in the informational constraints they impose during in\-context learning\. High\-resource languages such as English may be highly entropic, activating many overlapping pretraining patterns and encouraging reliance on broad, language\-specific heuristics rather than task structure\. In contrast, low\-resource or typologically atypical languages may act as implicit regularizers, reducing spurious associations and forcing the model to focus more strongly on the abstract input–output mapping illustrated by the examples\. The strong effectiveness of low\-resource, non\-Latin script languages as source languages raises practical and theoretical questions\. While this finding suggests that practitioners could improve cross\-lingual ICL performance by selecting such languages as sources, it remains unclear whether this strategy is robust or future\-proof\. As more data becomes available for currently low\-resource languages, their role within multilingual models may change, potentially diminishing the very properties that make them effective sources today\. Moreover, it is unknown whether there exists a lower bound of resource availability beyond which in\-context examples cease to be helpful, because the model no longer reliably understands the language itself\. This points to an unresolved trade\-off between linguistic distinctiveness and model familiarity\. Finally, our results underscore that source and target languages play fundamentally different roles in cross\-lingual ICL, and that strong performance as a target language does not imply effectiveness as a source language\. This asymmetry suggests that current evaluation practices, often focused solely on target\-side performance, may overlook critical aspects of source\-language selection\. Future work should aim to better characterize the properties that make a language a good source in ICL, and to disentangle whether these effects stem from script, data imbalance, pretraining dynamics, or more general regularization\-like effects induced by atypical language distributions\. ## 7Conclusion In this work, we showed that cross\-lingual ICL exhibits behaviors that differ markedly from established patterns in fine\-tuning\-based cross\-lingual transfer\. In particular, source language effectiveness is not driven by linguistic similarity, and languages that perform poorly as targets are the most effective sources\. These findings challenge common assumptions about source language selection and suggest that cross\-lingual ICL relies on mechanisms that are still poorly understood\. Beyond their immediate practical implications, our results point to the need for a deeper theoretical account of how multilingual models exploit in\-context examples across languages, especially in settings involving low\-resource and typologically distant languages\. ## Limitations Our analysis is conducted on a carefully selected set of 18 languages that balances typological diversity and benchmark overlap\. While this enables controlled and systematic comparisons, extending the study to a broader range of languages, particularly those with extremely limited model support, would further strengthen the generality of our conclusions\. For computational tractability, we focus on relatively small language models \(≤\\leq4B parameters\)\. The consistency of transfer patterns across these models suggests that our findings capture stable trends, though evaluating larger models remains an important direction for future work\. ## Ethics Statement Although we find that lower\-resource languages can be effective source languages in cross\-lingual ICL, this shouldnotbe interpreted as a recommendation to deliberately reduce the presence of certain languages during pretraining for the benefit of other target languages\. Such practices would risk reinforcing existing inequities in multilingual NLP\. Our findings instead reflect properties of current models and training distributions\. ## References - SIB\-200: a simple, inclusive, and big evaluation dataset for topic classification in 200\+ languages and dialects\.InProceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics \(Volume 1: Long Papers\),Y\. Graham and M\. Purver \(Eds\.\),St\. Julian’s, Malta,pp\. 226–245\.External Links:[Link](https://aclanthology.org/2024.eacl-long.14/),[Document](https://dx.doi.org/10.18653/v1/2024.eacl-long.14)Cited by:[Table 1](https://arxiv.org/html/2606.18033#S1.T1.3.9.6.1)\. - T\. Brown, B\. Mann, N\. Ryder, M\. Subbiah, J\. D\. Kaplan, P\. Dhariwal, A\. Neelakantan, P\. Shyam, G\. Sastry, A\. Askell, S\. Agarwal, A\. Herbert\-Voss, G\. Krueger, T\. Henighan, R\. Child, A\. Ramesh, D\. Ziegler, J\. Wu, C\. Winter, C\. Hesse, M\. Chen, E\. Sigler, M\. Litwin, S\. Gray, B\. Chess, J\. Clark, C\. Berner, S\. McCandlish, A\. Radford, I\. Sutskever, and D\. Amodei \(2020\)Language models are few\-shot learners\.InAdvances in Neural Information Processing Systems,H\. Larochelle, M\. Ranzato, R\. Hadsell, M\.F\. Balcan, and H\. Lin \(Eds\.\),Vol\.33,pp\. 1877–1901\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2020/file/1457c0d6bfcb4967418bfb8ac142f64a-Paper.pdf)Cited by:[§1](https://arxiv.org/html/2606.18033#S1.p1.1)\. - S\. Cahyawijaya, H\. Lovenia, and P\. Fung \(2024\)LLMs are few\-shot in\-context low\-resource language learners\.InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),K\. Duh, H\. Gomez, and S\. Bethard \(Eds\.\),Mexico City, Mexico,pp\. 405–433\.External Links:[Link](https://aclanthology.org/2024.naacl-long.24/),[Document](https://dx.doi.org/10.18653/v1/2024.naacl-long.24)Cited by:[§2](https://arxiv.org/html/2606.18033#S2.p2.1)\. - A\. Conneau, R\. Rinott, G\. Lample, A\. Williams, S\. Bowman, H\. Schwenk, and V\. Stoyanov \(2018\)XNLI: evaluating cross\-lingual sentence representations\.InProceedings of the 2018 Conference on Empirical Methods in Natural Language Processing,E\. Riloff, D\. Chiang, J\. Hockenmaier, and J\. Tsujii \(Eds\.\),Brussels, Belgium,pp\. 2475–2485\.External Links:[Link](https://aclanthology.org/D18-1269/),[Document](https://dx.doi.org/10.18653/v1/D18-1269)Cited by:[Table 1](https://arxiv.org/html/2606.18033#S1.T1.3.7.4.1)\. - K\. Dymkiewicz, I\. Vulic, H\. Yannakoudakis, E\. Shapira, R\. Reichart, and A\. Korhonen \(2025\)Donors and recipients: on asymmetric transfer across tasks and languages with parameter\-efficient fine\-tuning\.External Links:2511\.13368,[Link](https://arxiv.org/abs/2511.13368)Cited by:[§4\.1](https://arxiv.org/html/2606.18033#S4.SS1.p1.6)\. - A\. Joulin, E\. Grave, P\. Bojanowski, and T\. Mikolov \(2016\)Bag of tricks for efficient text classification\.arXiv preprint arXiv:1607\.01759\.Cited by:[footnote 5](https://arxiv.org/html/2606.18033#footnote5)\. - K\. K, Z\. Wang, S\. Mayhew, and D\. Roth \(2020\)Cross\-Lingual Ability of Multilingual BERT: An Empirical Study\.InProc\. of the International Conference on Learning Representations,External Links:[Link](https://cogcomp.seas.upenn.edu/papers/KWMR20.pdf)Cited by:[§1](https://arxiv.org/html/2606.18033#S1.p1.1)\. - M\. Kaneko, A\. F\. Aji, and T\. Baldwin \(2025\)Balanced multi\-factor in\-context learning for multilingual large language models\.External Links:2502\.11495,[Link](https://arxiv.org/abs/2502.11495)Cited by:[§2](https://arxiv.org/html/2606.18033#S2.p2.1)\. - S\. Kim, D\. Ki, Y\. Kim, and J\. Lee \(2024\)Cross\-lingual qa: a key to unlocking in\-context cross\-lingual performance\.External Links:2305\.15233,[Link](https://arxiv.org/abs/2305.15233)Cited by:[§2](https://arxiv.org/html/2606.18033#S2.p1.1)\. - S\. Kornblith, M\. Norouzi, H\. Lee, and G\. Hinton \(2019\)Similarity of neural network representations revisited\.InInternational Conference on Machine Learning,pp\. 3519–3529\.Cited by:[§4\.3](https://arxiv.org/html/2606.18033#S4.SS3.p1.1)\. - H\. Li, F\. Koto, M\. Wu, A\. F\. Aji, and T\. Baldwin \(2023\)Bactrian\-x: multilingual replicable instruction\-following models with low\-rank adaptation\.External Links:2305\.15011,[Link](https://arxiv.org/abs/2305.15011)Cited by:[§5](https://arxiv.org/html/2606.18033#S5.p3.1)\. - P\. Lin, A\. Martins, and H\. Schuetze \(2025\)XAMPLER: learning to retrieve cross\-lingual in\-context examples\.InFindings of the Association for Computational Linguistics: NAACL 2025,L\. Chiruzzo, A\. Ritter, and L\. Wang \(Eds\.\),Albuquerque, New Mexico,pp\. 3968–3977\.External Links:[Link](https://aclanthology.org/2025.findings-naacl.221/),[Document](https://dx.doi.org/10.18653/v1/2025.findings-naacl.221),ISBN 979\-8\-89176\-195\-7Cited by:[§2](https://arxiv.org/html/2606.18033#S2.p2.1)\. - X\. V\. Lin, T\. Mihaylov, M\. Artetxe, T\. Wang, S\. Chen, D\. Simig, M\. Ott, N\. Goyal, S\. Bhosale, J\. Du, R\. Pasunuru, S\. Shleifer, P\. S\. Koura, V\. Chaudhary, B\. O’Horo, J\. Wang, L\. Zettlemoyer, Z\. Kozareva, M\. Diab, V\. Stoyanov, and X\. Li \(2022\)Few\-shot learning with multilingual generative language models\.InProceedings of the 2022 Conference on Empirical Methods in Natural Language Processing,Y\. Goldberg, Z\. Kozareva, and Y\. Zhang \(Eds\.\),Abu Dhabi, United Arab Emirates,pp\. 9019–9052\.External Links:[Link](https://aclanthology.org/2022.emnlp-main.616/),[Document](https://dx.doi.org/10.18653/v1/2022.emnlp-main.616)Cited by:[Table 1](https://arxiv.org/html/2606.18033#S1.T1.3.5.2.1)\. - P\. Littell, D\. R\. Mortensen, K\. Lin, K\. Kairis, C\. Turner, and L\. Levin \(2017\)URIEL and lang2vec: representing languages as typological, geographical, and phylogenetic vectors\.InProceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2, Short Papers,M\. Lapata, P\. Blunsom, and A\. Koller \(Eds\.\),Valencia, Spain,pp\. 8–14\.External Links:[Link](https://aclanthology.org/E17-2002/)Cited by:[§4\.2](https://arxiv.org/html/2606.18033#S4.SS2.p1.1)\. - D\. Malkin, T\. Limisiewicz, and G\. Stanovsky \(2022\)A balanced data approach for evaluating cross\-lingual transfer: mapping the linguistic blood bank\.InProceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies,M\. Carpuat, M\. de Marneffe, and I\. V\. Meza Ruiz \(Eds\.\),Seattle, United States,pp\. 4903–4915\.External Links:[Link](https://aclanthology.org/2022.naacl-main.361/),[Document](https://dx.doi.org/10.18653/v1/2022.naacl-main.361)Cited by:[§4\.1](https://arxiv.org/html/2606.18033#S4.SS1.p1.6)\. - K\. Marchisio, W\. Ko, A\. Berard, T\. Dehaze, and S\. Ruder \(2024\)Understanding and mitigating language confusion in LLMs\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,Y\. Al\-Onaizan, M\. Bansal, and Y\. Chen \(Eds\.\),Miami, Florida, USA,pp\. 6653–6677\.External Links:[Link](https://aclanthology.org/2024.emnlp-main.380/),[Document](https://dx.doi.org/10.18653/v1/2024.emnlp-main.380)Cited by:[§5](https://arxiv.org/html/2606.18033#S5.p3.1),[§5](https://arxiv.org/html/2606.18033#S5.p4.1),[footnote 5](https://arxiv.org/html/2606.18033#footnote5)\. - Microsoft, :, A\. Abouelenin, A\. Ashfaq, A\. Atkinson, H\. Awadalla, N\. Bach, J\. Bao, A\. Benhaim, M\. Cai, V\. Chaudhary, C\. Chen, D\. Chen, D\. Chen, J\. Chen, W\. Chen, Y\. Chen, Y\. Chen, Q\. Dai, X\. Dai, R\. Fan, M\. Gao, M\. Gao, A\. Garg, A\. Goswami, J\. Hao, A\. Hendy, Y\. Hu, X\. Jin, M\. Khademi, D\. Kim, Y\. J\. Kim, G\. Lee, J\. Li, Y\. Li, C\. Liang, X\. Lin, Z\. Lin, M\. Liu, Y\. Liu, G\. Lopez, C\. Luo, P\. Madan, V\. Mazalov, A\. Mitra, A\. Mousavi, A\. Nguyen, J\. Pan, D\. Perez\-Becker, J\. Platin, T\. Portet, K\. Qiu, B\. Ren, L\. Ren, S\. Roy, N\. Shang, Y\. Shen, S\. Singhal, S\. Som, X\. Song, T\. Sych, P\. Vaddamanu, S\. Wang, Y\. Wang, Z\. Wang, H\. Wu, H\. Xu, W\. Xu, Y\. Yang, Z\. Yang, D\. Yu, I\. Zabir, J\. Zhang, L\. L\. Zhang, Y\. Zhang, and X\. Zhou \(2025\)Phi\-4\-mini technical report: compact yet powerful multimodal language models via mixture\-of\-loras\.External Links:2503\.01743,[Link](https://arxiv.org/abs/2503.01743)Cited by:[§3\.2](https://arxiv.org/html/2606.18033#S3.SS2.p2.1)\. - B\. Muller, Y\. Elazar, B\. Sagot, and D\. Seddah \(2021\)First align, then predict: understanding the cross\-lingual ability of multilingual BERT\.InProceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume,P\. Merlo, J\. Tiedemann, and R\. Tsarfaty \(Eds\.\),Online,pp\. 2214–2231\.External Links:[Link](https://aclanthology.org/2021.eacl-main.189/),[Document](https://dx.doi.org/10.18653/v1/2021.eacl-main.189)Cited by:[§1](https://arxiv.org/html/2606.18033#S1.p1.1)\. - F\. Philippy, S\. Guo, and S\. Haddadan \(2023\)Towards a common understanding of contributing factors for cross\-lingual transfer in multilingual language models: a review\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),A\. Rogers, J\. Boyd\-Graber, and N\. Okazaki \(Eds\.\),Toronto, Canada,pp\. 5877–5891\.External Links:[Link](https://aclanthology.org/2023.acl-long.323/),[Document](https://dx.doi.org/10.18653/v1/2023.acl-long.323)Cited by:[§1](https://arxiv.org/html/2606.18033#S1.p1.1)\. - T\. Pires, E\. Schlinger, and D\. Garrette \(2019\)How multilingual is multilingual BERT?\.InProceedings of the 57th Annual Meeting of the Association for Computational Linguistics,A\. Korhonen, D\. Traum, and L\. Màrquez \(Eds\.\),Florence, Italy,pp\. 4996–5001\.External Links:[Link](https://aclanthology.org/P19-1493/),[Document](https://dx.doi.org/10.18653/v1/P19-1493)Cited by:[§1](https://arxiv.org/html/2606.18033#S1.p1.1)\. - E\. M\. Ponti, G\. Glavaš, O\. Majewska, Q\. Liu, I\. Vulić, and A\. Korhonen \(2020\)XCOPA: a multilingual dataset for causal commonsense reasoning\.InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing \(EMNLP\),B\. Webber, T\. Cohn, Y\. He, and Y\. Liu \(Eds\.\),Online,pp\. 2362–2376\.External Links:[Link](https://aclanthology.org/2020.emnlp-main.185/),[Document](https://dx.doi.org/10.18653/v1/2020.emnlp-main.185)Cited by:[Table 1](https://arxiv.org/html/2606.18033#S1.T1.3.10.7.1)\. - F\. Shi, M\. Suzgun, M\. Freitag, X\. Wang, S\. Srivats, S\. Vosoughi, H\. W\. Chung, Y\. Tay, S\. Ruder, D\. Zhou, D\. Das, and J\. Wei \(2022\)Language models are multilingual chain\-of\-thought reasoners\.External Links:2210\.03057,[Link](https://arxiv.org/abs/2210.03057)Cited by:[Table 1](https://arxiv.org/html/2606.18033#S1.T1.3.8.5.1)\. - S\. Singh, A\. Romanou, C\. Fourrier, D\. I\. Adelani, J\. G\. Ngui, D\. Vila\-Suero, P\. Limkonchotiwat, K\. Marchisio, W\. Q\. Leong, Y\. Susanto, R\. Ng, S\. Longpre, S\. Ruder, W\. Ko, A\. Bosselut, A\. Oh, A\. Martins, L\. Choshen, D\. Ippolito, E\. Ferrante, M\. Fadaee, B\. Ermis, and S\. Hooker \(2025\)Global MMLU: understanding and addressing cultural and linguistic biases in multilingual evaluation\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),Vienna, Austria,pp\. 18761–18799\.External Links:[Link](https://aclanthology.org/2025.acl-long.919/),[Document](https://dx.doi.org/10.18653/v1/2025.acl-long.919),ISBN 979\-8\-89176\-251\-0Cited by:[Table 1](https://arxiv.org/html/2606.18033#S1.T1.3.6.3.1)\. - E\. Tanwar, S\. Dutta, M\. Borthakur, and T\. Chakraborty \(2023\)Multilingual LLMs are better cross\-lingual in\-context learners with alignment\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),A\. Rogers, J\. Boyd\-Graber, and N\. Okazaki \(Eds\.\),Toronto, Canada,pp\. 6292–6307\.External Links:[Link](https://aclanthology.org/2023.acl-long.346/),[Document](https://dx.doi.org/10.18653/v1/2023.acl-long.346)Cited by:[§2](https://arxiv.org/html/2606.18033#S2.p2.1)\. - G\. Team, A\. Kamath, J\. Ferret, S\. Pathak, N\. Vieillard, R\. Merhej, S\. Perrin, T\. Matejovicova, A\. Ramé, M\. Rivière, L\. Rouillard, T\. Mesnard, G\. Cideron, J\. Grill, S\. Ramos, E\. Yvinec, M\. Casbon, E\. Pot, I\. Penchev, G\. Liu, F\. Visin, K\. Kenealy, L\. Beyer, X\. Zhai, A\. Tsitsulin, R\. Busa\-Fekete, A\. Feng, N\. Sachdeva, B\. Coleman, Y\. Gao, B\. Mustafa, I\. Barr, E\. Parisotto, D\. Tian, M\. Eyal, C\. Cherry, J\. Peter, D\. Sinopalnikov, S\. Bhupatiraju, R\. Agarwal, M\. Kazemi, D\. Malkin, R\. Kumar, D\. Vilar, I\. Brusilovsky, J\. Luo, A\. Steiner, A\. Friesen, A\. Sharma, A\. Sharma, A\. M\. Gilady, A\. Goedeckemeyer, A\. Saade, A\. Feng, A\. Kolesnikov, A\. Bendebury, A\. Abdagic, A\. Vadi, A\. György, A\. S\. Pinto, A\. Das, A\. Bapna, A\. Miech, A\. Yang, A\. Paterson, A\. Shenoy, A\. Chakrabarti, B\. Piot, B\. Wu, B\. Shahriari, B\. Petrini, C\. Chen, C\. L\. Lan, C\. A\. Choquette\-Choo, C\. Carey, C\. Brick, D\. Deutsch, D\. Eisenbud, D\. Cattle, D\. Cheng, D\. Paparas, D\. S\. Sreepathihalli, D\. Reid, D\. Tran, D\. Zelle, E\. Noland, E\. Huizenga, E\. Kharitonov, F\. Liu, G\. Amirkhanyan, G\. Cameron, H\. Hashemi, H\. Klimczak\-Plucińska, H\. Singh, H\. Mehta, H\. T\. Lehri, H\. Hazimeh, I\. Ballantyne, I\. Szpektor, I\. Nardini, J\. Pouget\-Abadie, J\. Chan, J\. Stanton, J\. Wieting, J\. Lai, J\. Orbay, J\. Fernandez, J\. Newlan, J\. Ji, J\. Singh, K\. Black, K\. Yu, K\. Hui, K\. Vodrahalli, K\. Greff, L\. Qiu, M\. Valentine, M\. Coelho, M\. Ritter, M\. Hoffman, M\. Watson, M\. Chaturvedi, M\. Moynihan, M\. Ma, N\. Babar, N\. Noy, N\. Byrd, N\. Roy, N\. Momchev, N\. Chauhan, N\. Sachdeva, O\. Bunyan, P\. Botarda, P\. Caron, P\. K\. Rubenstein, P\. Culliton, P\. Schmid, P\. G\. Sessa, P\. Xu, P\. Stanczyk, P\. Tafti, R\. Shivanna, R\. Wu, R\. Pan, R\. Rokni, R\. Willoughby, R\. Vallu, R\. Mullins, S\. Jerome, S\. Smoot, S\. Girgin, S\. Iqbal, S\. Reddy, S\. Sheth, S\. Põder, S\. Bhatnagar, S\. R\. Panyam, S\. Eiger, S\. Zhang, T\. Liu, T\. Yacovone, T\. Liechty, U\. Kalra, U\. Evci, V\. Misra, V\. Roseberry, V\. Feinberg, V\. Kolesnikov, W\. Han, W\. Kwon, X\. Chen, Y\. Chow, Y\. Zhu, Z\. Wei, Z\. Egyed, V\. Cotruta, M\. Giang, P\. Kirk, A\. Rao, K\. Black, N\. Babar, J\. Lo, E\. Moreira, L\. G\. Martins, O\. Sanseviero, L\. Gonzalez, Z\. Gleicher, T\. Warkentin, V\. Mirrokni, E\. Senter, E\. Collins, J\. Barral, Z\. Ghahramani, R\. Hadsell, Y\. Matias, D\. Sculley, S\. Petrov, N\. Fiedel, N\. Shazeer, O\. Vinyals, J\. Dean, D\. Hassabis, K\. Kavukcuoglu, C\. Farabet, E\. Buchatskaya, J\. Alayrac, R\. Anil, Dmitry, Lepikhin, S\. Borgeaud, O\. Bachem, A\. Joulin, A\. Andreev, C\. Hardin, R\. Dadashi, and L\. Hussenot \(2025\)Gemma 3 technical report\.External Links:2503\.19786,[Link](https://arxiv.org/abs/2503.19786)Cited by:[§3\.2](https://arxiv.org/html/2606.18033#S3.SS2.p2.1)\. - N\. Team, M\. R\. Costa\-jussà, J\. Cross, O\. Çelebi, M\. Elbayad, K\. Heafield, K\. Heffernan, E\. Kalbassi, J\. Lam, D\. Licht, J\. Maillard, A\. Sun, S\. Wang, G\. Wenzek, A\. Youngblood, B\. Akula, L\. Barrault, G\. M\. Gonzalez, P\. Hansanti, J\. Hoffman, S\. Jarrett, K\. R\. Sadagopan, D\. Rowe, S\. Spruit, C\. Tran, P\. Andrews, N\. F\. Ayan, S\. Bhosale, S\. Edunov, A\. Fan, C\. Gao, V\. Goswami, F\. Guzmán, P\. Koehn, A\. Mourachko, C\. Ropers, S\. Saleem, H\. Schwenk, and J\. Wang \(2022\)No language left behind: scaling human\-centered machine translation\.External Links:2207\.04672,[Link](https://arxiv.org/abs/2207.04672)Cited by:[§4\.3](https://arxiv.org/html/2606.18033#S4.SS3.p1.1)\. - Y\. Tu, A\. Xue, and F\. Shi \(2025\)Blessing of multilinguality: a systematic analysis of multilingual in\-context learning\.InFindings of the Association for Computational Linguistics: ACL 2025,W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),Vienna, Austria,pp\. 6213–6248\.External Links:[Link](https://aclanthology.org/2025.findings-acl.323/),[Document](https://dx.doi.org/10.18653/v1/2025.findings-acl.323),ISBN 979\-8\-89176\-256\-5Cited by:[§1](https://arxiv.org/html/2606.18033#S1.p1.1),[§2](https://arxiv.org/html/2606.18033#S2.p1.1)\. - G\. Winata, S\. Wu, M\. Kulkarni, T\. Solorio, and D\. Preotiuc\-Pietro \(2022\)Cross\-lingual few\-shot learning on unseen languages\.InProceedings of the 2nd Conference of the Asia\-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing \(Volume 1: Long Papers\),Y\. He, H\. Ji, S\. Li, Y\. Liu, and C\. Chang \(Eds\.\),Online only,pp\. 777–791\.External Links:[Link](https://aclanthology.org/2022.aacl-main.59/),[Document](https://dx.doi.org/10.18653/v1/2022.aacl-main.59)Cited by:[§1](https://arxiv.org/html/2606.18033#S1.p1.1),[§2](https://arxiv.org/html/2606.18033#S2.p1.1)\. - A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv, C\. Zheng, D\. Liu, F\. Zhou, F\. Huang, F\. Hu, H\. Ge, H\. Wei, H\. Lin, J\. Tang, J\. Yang, J\. Tu, J\. Zhang, J\. Yang, J\. Yang, J\. Zhou, J\. Zhou, J\. Lin, K\. Dang, K\. Bao, K\. Yang, L\. Yu, L\. Deng, M\. Li, M\. Xue, M\. Li, P\. Zhang, P\. Wang, Q\. Zhu, R\. Men, R\. Gao, S\. Liu, S\. Luo, T\. Li, T\. Tang, W\. Yin, X\. Ren, X\. Wang, X\. Zhang, X\. Ren, Y\. Fan, Y\. Su, Y\. Zhang, Y\. Zhang, Y\. Wan, Y\. Liu, Z\. Wang, Z\. Cui, Z\. Zhang, Z\. Zhou, and Z\. Qiu \(2025\)Qwen3 technical report\.External Links:2505\.09388,[Link](https://arxiv.org/abs/2505.09388)Cited by:[§3\.2](https://arxiv.org/html/2606.18033#S3.SS2.p2.1)\. - Y\. Yang, Y\. Zhang, C\. Tar, and J\. Baldridge \(2019\)PAWS\-X: a cross\-lingual adversarial dataset for paraphrase identification\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing \(EMNLP\-IJCNLP\),K\. Inui, J\. Jiang, V\. Ng, and X\. Wan \(Eds\.\),Hong Kong, China,pp\. 3687–3692\.External Links:[Link](https://aclanthology.org/D19-1382/),[Document](https://dx.doi.org/10.18653/v1/D19-1382)Cited by:[Table 1](https://arxiv.org/html/2606.18033#S1.T1.3.4.1.1)\. - H\. Yoo, J\. Jin, K\. Cho, and A\. Oh \(2025\)Code\-switching in\-context learning for cross\-lingual transfer of large language models\.External Links:2510\.05678,[Link](https://arxiv.org/abs/2510.05678)Cited by:[§2](https://arxiv.org/html/2606.18033#S2.p1.1)\. - M\. Zhang, V\. Gautam, M\. Wang, J\. Alabi, X\. Shen, D\. Klakow, and M\. Mosbach \(2024\)The impact of demonstrations on multilingual in\-context learning: a multidimensional analysis\.InFindings of the Association for Computational Linguistics: ACL 2024,L\. Ku, A\. Martins, and V\. Srikumar \(Eds\.\),Bangkok, Thailand,pp\. 7342–7371\.External Links:[Link](https://aclanthology.org/2024.findings-acl.438/),[Document](https://dx.doi.org/10.18653/v1/2024.findings-acl.438)Cited by:[§3\.2](https://arxiv.org/html/2606.18033#S3.SS2.p3.1)\. ## Appendix APrompts The prompt templates used for the classification experiments are provided in Figures[8](https://arxiv.org/html/2606.18033#A1.F8),[9](https://arxiv.org/html/2606.18033#A1.F9),[10](https://arxiv.org/html/2606.18033#A1.F10),[11](https://arxiv.org/html/2606.18033#A1.F11),[12](https://arxiv.org/html/2606.18033#A1.F12),[13](https://arxiv.org/html/2606.18033#A1.F13)and[14](https://arxiv.org/html/2606.18033#A1.F14)\. User Input\{question\} A: \{option\_a\} B: \{option\_b\} C: \{option\_c\} D: \{option\_d\} Assistant PrefixThe correct answer is: \{‘‘A’’ / ‘‘B’’ / ‘‘C’’ / ‘‘D’’\} Figure 8:Prompt template used for Global\-MMLU\.User InputPremise: \{premise\} Hypothesis: \{hypothesis\}What is the relationship between the premise and hypothesis? Choose from: ‘‘Entailment’’, ‘‘Neutral’’, ‘‘Contradiction’’\. Assistant PrefixThe relationship is: \{‘‘Entailment’’ / ‘‘Neutral’’ / ‘‘Contradiction’’\} Figure 9:Prompt template used for XNLI\.User Input\{question\}Provide the final answer in this format: ’\*\*<final answer\>\*\*’\. Do not include any other calculations or explanations\. Do not use any measurement units\. Assistant PrefixThe final result is: \*\*\{answer\}\*\* Figure 10:Prompt template used for MGSM\.User InputStory: sentence\_1 sentence\_2 sentence\_3 sentence\_4Which sentence is the correct ending to the story? Sentence 1: ‘‘\{option\_1\}’’ Sentence 2: ‘‘\{option\_2\}’’ Assistant PrefixThe correct ending: Sentence \{‘‘1’’ / ‘‘2’’\} Figure 11:Prompt template used for XStoryCloze\.User InputWhich category does the following text belong to?\{text\} Options: A\) science/technology B\) travel C\) politics D\) sports E\) health F\) entertainment G\) geography You must choose one of the above options\. No other options are allowed\. Assistant PrefixThe correct category is: \{‘‘science/technology’’ / ‘‘travel’’ / ‘‘politics’’ / ‘‘sports’’ / ‘‘health’’ / ‘‘entertainment’’ / ‘‘geography’’\} Figure 12:Prompt template used for SIB\-200\.User InputAre the following two sentences paraphrases of each other?Sentence 1: ‘‘\{sentence\_1\}’’ Sentence 2: ‘‘\{sentence\_2\}’’ Assistant PrefixAnswer to the question whether the sentences are paraphrases: \{‘‘Yes’’ / ‘‘No’’\} Figure 13:Prompt template used for PAWS\-X\.User InputWhat is the cause or effect of the following premise?Premise: ‘‘\{premise\}’’ Choice 1: ‘‘\{choice\_1\}’’ Choice 2: ‘‘\{choice\_2\}’’ Assistant PrefixThe correct choice is: Choice \{‘‘1’’ / ‘‘2’’\} Figure 14:Prompt template used for XCOPA\.
Similar Articles
Measuring the Cross-Lingual Comprehension Gap: How the language of the evidence shapes what language models understand
This paper introduces the Cross-Lingual Comprehension Gap (CLCG) metric to measure how LLM response quality degrades when content is presented in non-English languages. Across 18 languages and multiple models, it finds a significant performance drop, especially for low-resource languages, questioning the assumption of English-centric capability transfer.
An In-Vitro Study on Cross-Lingual Generalization in Language Models
This paper introduces an in-vitro framework with two procedurally generated languages to study cross-lingual generalization in language models, finding that tokenization's preservation of reusable substructure is more critical than lexical similarity or data balance for transferring capabilities across languages.
Attention Sensitivity Is Not Enough: Dissociating Attention-Level and Behavioural In-Context Learning under Fine-Tuning
This paper investigates the dissociation between attention-level proxies and behavioral performance in large language models under fine-tuning, revealing that attention sensitivity alone is unreliable for diagnosing in-context learning capabilities.
Causal Interventions Reveal Typologically Organized Syntactic Mechanisms in Multilingual Language Models
This paper uses causal interventions to investigate syntactic mechanisms in multilingual language models, revealing cross-lingual transfer that is graded based on typological similarity.
Cross-Lingual Exploration for Parametric Knowledge
This paper explores cross-lingual prompting strategies to improve access to parametric knowledge in large language models, demonstrating significant gains in knowledge transfer and factual recall across 17 languages on multilingual benchmarks.