REVIEW 3 major objections 5 minor 40 references
Cross-lingual accuracy gaps in LLMs are mostly response noise, not missing knowledge.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 09:21 UTC pith:TXDSRRYJ
load-bearing objection A useful reframing of cross-lingual gaps as variance-dominated, but the main diagnostic conflates bias with variance; the claim needs a better test before it is treated as established. the 3 major comments →
Rethinking Cross-lingual Gaps from a Statistical Viewpoint
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that the cross-lingual gap—the accuracy drop when knowledge is queried in a target language rather than the source—is dominated by unbiased response variance in the target, not by parametric knowledge fragmentation. Formally, target logits are a mixture of a high-variance component (same mean as source, higher spread) and a high-bias component (a different mode), with unknown mixing coefficient π. The authors prove that reducing response variance decreases source-target agreement when the bias component dominates and increases agreement when the variance component dominates; ensembling multiple responses is the variance-reduction intervention that discriminates t
What carries the argument
The load-bearing object is a bias-variance decomposition of the cross-lingual gap. The model treats logits as sampled from a normal distribution; if the knowledge transferred, target logits have the same mean as source but higher variance and a flatter softmax (μ_s/τ, ησ_s²), while knowledge barriers would shift the mean entirely (μ_b). The mixing coefficient π between the variance component and the bias component is what the experiments estimate. Propositions 1 and 2 state that reducing response variance decreases source-target agreement when bias dominates and increases it when variance dominates; ensembling multiple sampled responses is used as the practical variance-reduction interventio
Load-bearing premise
The central diagnostic assumes that majority voting over several sampled responses is equivalent to actually lowering the logit-noise variance in the model's response distribution; if ensembling shrinks the gap through some other mechanism (e.g., correcting a biased but multi-modal error distribution), the experiments do not establish variance dominance.
What would settle it
Build a benchmark where target responses are artificially biased, e.g., by shifting the reference answer to a systematically wrong year in the target language, and run the same response-ensembling experiment. The theory predicts that increasing ensemble size should leave the source-target gap unchanged or make it worse when the bias dominates; if ensembling still shrinks the gap on biased examples, the diagnostic fails to separate variance from bias. Alternatively, inspect target response distributions directly: if the target mode systematically differs from the source mode on a large fraction
If this is right
- Ensembling multiple responses at inference time reduces the cross-lingual gap without adding any new knowledge; transfer scores rise by up to 12 absolute points (relative gains 8% to over 50%) across models.
- Simple prompt-level ensembles—presenting several translations (TrEn) or asking the model to translate then answer (TTA)—are sufficient to recover much of the gap.
- Cross-lingual gaps shrink as source-language confidence rises, because source and target response variances are proportional; the authors confirm this relationship empirically.
- Mitigation should focus on post-training and inference-time variance reduction rather than on re-aligning embeddings or pretraining for knowledge transfer.
- The analysis applies to well-represented languages in pretraining data; the authors state it will not apply to unseen languages.
Where Pith is reading between the lines
- If variance dominance holds beyond the evaluated benchmarks, repeated sampling from a single frozen model could act as a cheap cross-lingual confidence estimator: agreement across samples in the target language would directly flag reliable answers, without any training.
- The variance-dominance claim implies that measuring the entropy (dispersion) of target-language responses could predict where cross-lingual failures will occur, which is testable on existing datasets and could yield a per-query reliability score.
- The authors' spot-checks attribute residual bias to translation errors in the benchmark itself; a plausible extension is that part of the measured cross-lingual gap is a dataset artifact, and cleaner parallel data would shrink the gap even without model changes.
- The same ensembling diagnostic could be applied to other reported performance disparities—such as text-input vs audio-input gaps or long-context degradation—to test whether those gaps are also variance-dominated, a generalization the paper only mentions in passing.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes that cross-lingual knowledge gaps in closed-book QA are caused primarily by increased response variance in the target language rather than by fragmented parametric knowledge. It introduces a two-component mixture model for target logits — an unbiased high-variance component centered at the source mean and a biased component — and derives propositions stating that variance reduction should increase source-target agreement under unbiased variance and decrease it under pure bias. The experimental program uses response ensembling (Fig. 4), input ensembling via TrEn/TTA (Table 1), and source-confidence analysis (Fig. 6) to argue that the unbiased component dominates, with estimated π ≈ 0.9–0.95.
Significance. If the variance-dominance claim is established, the paper is significant: it would reframe cross-lingual gaps as a test-time variance problem rather than a parametric-knowledge fragmentation problem, redirecting mitigation toward ensembling and post-training rather than representation alignment. The paper's strengths are its formal bias-variance decomposition, the breadth of models and benchmarks (five LLMs across ECLeKTic, MMLU-mixup, Year-ECLeKTic, and MultiLoKo), and the consistent transfer-score gains from TrEn/TTA. However, the central ECLeKTic diagnostic as reported cannot distinguish bias from variance; the main conclusion currently rests on an estimator whose behavior under the null hypothesis (pure bias) is not what the text claims. With a corrected estimator or a direct plateau comparison, the claim would be much better supported.
major comments (3)
- [§4.1.1, Fig. 4(a), §K.6] The ECLeKTic π estimate is uninformative as reported. For any source/target response distributions with means μ_s, μ_t and covariances Σ_s, Σ_t, the expected squared L2 distance between N-averaged embeddings is E||x̄_s,N − x̄_t,N||² = ||μ_s − μ_t||² + (tr Σ_s + tr Σ_t)/N. Therefore the distance decreases with ensemble size even when every example is in the biased component (κ=0, π=0). The estimator 'fraction of examples where distance decreased from N=1 to N=10' will be close to 1 under pure bias, so the reported values 0.85–0.96 do not establish that the unbiased component dominates. The oracle line could resolve the ambiguity if the distance clearly plateaued near it, but no numerical plateau comparison is reported. The claim in §K.6 that 'source-target divergence improves with number of examples only when the noise is unbiased' is contradicted by the elementary calculation above.
- [§2.1, Propositions 1–2 vs. §4.1.1] Propositions 1 and 2 concern the probability that a single source sample and a single target sample agree, as the logit variance σ_s², σ_t² is reduced. The experiments instead reduce variance by averaging N response embeddings or N response distributions, and no formal link is provided showing that averaging implements the same operation as lowering the generative logit variance in the mixture model. This is not merely a formal gap: under pure bias, averaging reduces the observed L2 distance even though the mode of the target distribution remains wrong. The authors should either prove the analogous proposition for their ensemble statistic, or demonstrate with a synthetic simulation that the ensemble statistic separates the two mixture components as claimed. Without this, the central diagnostic in §4.1.1 does not establish the variance-dominance claim.
- [§4.2, Fig. 6] The source-confidence analysis is suggestive but has a confound: source confidence may correlate with question difficulty and with the probability that the target distribution is centered on the correct answer even under a biased model. A more direct test would be to condition on question difficulty or on source accuracy at the individual-example level, or to compare the slope of agreement-vs-confidence under the two mixture components. As presented, Fig. 6 supports the paper's story but does not sharply discriminate variance from bias.
minor comments (5)
- [Abstract vs. Table 1] The abstract says the prompt instruction 'improved target accuracy by 20–25%', while Table 1 reports transfer-score improvements of up to 12 absolute points and the introduction quotes 'up to 12 absolute points' with relative gains of 8–50%. Please reconcile these numbers.
- [Fig. 4(a)] The oracle line is described only qualitatively. Please report the numerical oracle distance and the N=10 distance, with confidence intervals, so readers can assess whether the ensemble curve is actually approaching the oracle.
- [Appendix D] The proofs are sketches that approximate Gumbel noise by Gaussians with different variances (N(0,2) in Proposition 1, N(0,1) in Proposition 2). This approximation should be stated in the main text, and its effect on the claimed monotonicity should be validated empirically or with a sensitivity analysis.
- [References] Chua et al. 2024a and 2024b refer to the same arXiv paper; please consolidate or differentiate them.
- [§K.6] The statement that the fraction-of-decrease estimator is valid because 'divergence improves ... only when the noise is unbiased' is incorrect for L2 distance, as explained in Major Comment 1. The distinction between ECLeKTic and MMLU estimators should be rewritten to acknowledge the averaging artifact and justify why the chosen statistic has the claimed behavior.
Circularity Check
The ECLeKTic π estimator is the ensemble-decrease observation relabeled as evidence of unbiased noise; that statistic shrinks under pure bias too, making the central Fig. 4 diagnostic partially circular.
specific steps
-
self definitional
[Section 4.1.1 (Fig. 4) and Appendix K.6]
"π estimate. We present in each plot the value of π=E[κ] estimated as the fraction of examples on which the average L2 distance decreased from ensemble size of one to ten. ... we used the fraction of examples on which ensembling improved L2 distance as a proxy to estimate π on ECLeKTic. This is a valid estimate because as we show in Section 2, source-target divergence improves with number of examples only when the noise is unbiased, i.e., κ=1."
The ECLeKTic π estimator is defined as the fraction of examples whose average source-target embedding L2 distance decreased from ensemble size 1 to 10, and that same decrease is then presented as evidence that κ≈1. But under the paper's own κ=0 (pure bias) component, the analogous expected squared distance is ||μ_s−μ_t||² + tr(Σ_s)/N + tr(Σ_t)/N, which also decreases with N while asymptoting to the positive bias gap. Thus a high fraction of 'decreased' examples is expected even if every example is biased, so the estimator cannot identify π. Appendix K.6 asserts the proxy is valid because 'source-target divergence improves ... only when the noise is unbiased' — exactly the claim under test rather than a property of the measured statistic. The oracle asymptote could have disambiguated bias v
full rationale
The paper's formal framework is not circular: Propositions 1–3 are genuine forward statements about how shared-response probability and mode confidence respond to logit-variance changes, and those predictions could have failed empirically. The TrEn/TTA transfer-score improvements (Table 1), Year-ECLeKTic MAE/accuracy trends (Appendix G), and source-confidence/agreement curves (Section 4.2) are independent, externally falsifiable observations. The circularity is concentrated in the Section 4.1.1/Fig. 4 diagnostic that carries the paper's central claim. The ECLeKTic π estimate is defined as the fraction of examples where ensembling decreased the average embedding L2 distance, yet this decrease occurs under both κ=0 and κ=1: averaging reduces sampling noise around a biased mean just as it does around an unbiased mean. Appendix K.6 states the proxy is valid because 'source-target divergence improves with number of examples only when the noise is unbiased,' which is the conclusion being argued rather than a derived identification. Because the reported π≈0.9 is therefore, to a substantial extent, an artifact of the estimator's definition, the 'variance, not knowledge fragmentation' conclusion is partially circular. However, the paper retains meaningful independent evidence in the form of input-ensembling transfer gains and the confidence-agreement trends, so a score of 6 is appropriate rather than 8 or 10.
Axiom & Free-Parameter Ledger
free parameters (4)
- π (mixing coefficient) =
≈0.88–0.97 across models
- τ (logit flattening factor)
- η (variance multiplier)
- μ_b, σ_b² (bias-component parameters)
axioms (7)
- domain assumption Forward-pass stochasticity (floating-point errors and MoE routing) sufficiently captures response variance for a single fixed model.
- domain assumption The response space is enumerable and shared between source and target after normalizing responses to language-agnostic concepts.
- domain assumption LLM decoding can be modeled as z ~ N(μ, σ²I) followed by y ~ Categorical(softmax(z)).
- ad hoc to paper The target response distribution is exactly a two-component mixture: a high-variance unbiased component N(μ_s/τ, ησ_s²I) and a biased component N(μ_b, σ_b²I) with unknown mixing π.
- ad hoc to paper Ensembling multiple responses (majority voting/averaging) constitutes the same 'reduced response variance' that Propositions 1-2 reason about.
- standard math Gumbel(0,1) sampling noise can be approximated by N(0,1) or N(0,2) for bounding arguments.
- domain assumption LLM-as-judge accuracy and multilingual embedding distances are adequate for measuring source-target divergence (with Year-ECLeKTic used where judge noise is a concern).
read the original 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 using target languages. A cross-lingual gap is a drop in accuracy incurred when querying knowledge in a target language rather than the source language. Existing research focused on modeling or training failures leading to cross-lingual gaps. In this work, we take an alternative view to characterize the nature of cross-lingual error, and hypothesize that the variance of responses in the target language is a key cause of this gap. For the first time, we formalize the cross-lingual gap in terms of biased and unbiased errors. We empirically validate our hypothesis through multiple inference-time interventions that control variance and reduce the cross-lingual gap. We demonstrate a few test-time ensemble methods that reduce response variance, and thereby improve source-target transfer scores by up to 12 absolute points yielding relative gains of 8% to over 50% across various LLMs.
Figures
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should not add it explicitly Type <Return> for now, but then later remove the command n...
-
[3]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@first@sw \@firstoftwo \@ifundefined NAT@b*@#2 \@firstoftwo @num @NAT@ctr \@secondoft...
-
[4]
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibsetup #1 @NAT@ctr @ @openbib .11em \@plus.33em \@minus.07em 4000 4000 `\.\@m @bibit...
-
[5]
Achiam, S
J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat, R. Avila, I. Babuschkin, S. Balaji, V. Balcom, P. Baltescu, et al. Gpt-4 technical report, 2024
2024
-
[6]
AI, 2025
V. AI, 2025. URL https://cloud.google.com/vertex-ai
2025
-
[7]
M. S. Ayhan and P. Berens. Test-time data augmentation for estimation of heteroscedastic aleatoric uncertainty in deep neural networks. In Medical Imaging with Deep Learning, 2018
2018
-
[8]
Ben-David, J
S. Ben-David, J. Blitzer, K. Crammer, and F. Pereira. Analysis of representations for domain adaptation. Advances in neural information processing systems, 19, 2006
2006
-
[9]
C. Blum, K. Filippova, A. Yuan, A. Ghandeharioun, J. Zimmert, F. Zhang, J. Hoffmann, T. Linzen, M. Wattenberg, L. Dixon, et al. Beyond the rosetta stone: Unification forces in generalization dynamics. arXiv preprint arXiv:2508.11017, 2025
Pith/arXiv arXiv 2025
-
[10]
J. Brinkmann, C. Wendler, C. Bartelt, and A. Mueller. Large language models share representations of latent grammatical concepts across typologically diverse languages. arXiv preprint arXiv:2501.06346, 2025
Pith/arXiv arXiv 2025
-
[12]
L. Chua, B. Ghazi, Y. Huang, P. Kamath, R. Kumar, P. Manurangsi, A. Sinha, C. Xie, and C. Zhang. Crosslingual Capabilities and Knowledge Barriers in Multilingual Large Language Models . arXiv preprint arXiv:2406.16135, 2024 b
Pith/arXiv arXiv 2024
-
[13]
G. Comanici, E. Bieber, M. Schaekermann, I. Pasupat, N. Sachdeva, I. Dhillon, M. Blistein, O. Ram, D. Zhang, E. Rosen, et al. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities. arXiv preprint arXiv:2507.06261, 2025
Pith/arXiv arXiv 2025
-
[14]
deepseek-ai/ D eep S eek- V 3-0324 · H ugging F ace --- huggingface.co
Deepseek. deepseek-ai/ D eep S eek- V 3-0324 · H ugging F ace --- huggingface.co. https://huggingface.co/deepseek-ai/DeepSeek-V3-0324, 2025. [Accessed 24-09-2025]
2025
-
[15]
Dumas, V
C. Dumas, V. Veselovsky, G. Monea, R. West, and C. Wendler. How do llamas process multilingual text? a latent exploration through activation patching. In ICML 2024 Workshop on Mechanistic Interpretability, 2024
2024
-
[16]
J. Ferrando, O. Obeso, S. Rajamanoharan, and N. Nanda. Do i know this entity? knowledge awareness and hallucinations in language models. arXiv preprint arXiv:2411.14257, 2024
Pith/arXiv arXiv 2024
-
[17]
C. Fierro, N. Foroutan, D. Elliott, and A. S gaard. How do multilingual language models remember facts? arXiv preprint arXiv:2410.14387, 2024
Pith/arXiv arXiv 2024
-
[18]
Ganin, E
Y. Ganin, E. Ustinova, H. Ajakan, P. Germain, H. Larochelle, F. Laviolette, M. March, and V. Lempitsky. Domain-adversarial training of neural networks. Journal of machine learning research, 17 0 (59): 0 1--35, 2016
2016
-
[19]
W here you can use the G emini web app - G emini A pps H elp --- support.google.com
Gemini. W here you can use the G emini web app - G emini A pps H elp --- support.google.com. https://support.google.com/gemini/answer/13575153, 2025. [Accessed 20-09-2025]
arXiv 2025
-
[20]
G emma 3 model card | G oogle A I for D evelopers --- ai.google.dev
Gemma. G emma 3 model card | G oogle A I for D evelopers --- ai.google.dev. https://ai.google.dev/gemma/docs/core/model_card_3, 2025. [Accessed 20-09-2025]
2025
-
[21]
O. Goldman, U. Shaham, D. Malkin, S. Eiger, A. Hassidim, Y. Matias, J. Maynez, A. M. Gilady, J. Riesa, S. Rijhwani, et al. Eclektic: a novel challenge set for evaluation of cross-lingual knowledge transfer. arXiv preprint arXiv:2502.21228, 2025
arXiv 2025
-
[22]
G P T -5 S ystem C ard --- openai.com
GPT. G P T -5 S ystem C ard --- openai.com. https://openai.com/index/gpt-5-system-card/, 2025. [Accessed 20-09-2025]
2025
-
[23]
D. Guo, D. Yang, H. Zhang, J. Song, R. Zhang, R. Xu, Q. Zhu, S. Ma, P. Wang, X. Bi, X. Zhang, X. Yu, Y. Wu, Z. F. Wu, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning, 2025
2025
-
[24]
T. Hastie. Trees bagging random forests and boosting. Standford: Stanford University, 2003
2003
-
[25]
D. Hendrycks, C. Burns, S. Basart, A. Zou, M. Mazeika, D. Song, and J. Steinhardt. Measuring massive multitask language understanding. arXiv preprint arXiv:2009.03300, 2020
Pith/arXiv arXiv 2009
-
[26]
D. Hupkes and N. Bogoychev. Multiloko: a multilingual local knowledge benchmark for llms spanning 31 languages. arXiv preprint arXiv:2504.10356, 2025
Pith/arXiv arXiv 2025
-
[27]
Jaech, A
A. Jaech, A. Kalai, A. Lerer, A. Richardson, A. El-Kishky, A. Low, A. Helyar, A. Madry, A. Beutel, A. Carney, A. Iftimie, A. Karpenko, et al. Openai o1 system card, 2024
2024
-
[28]
Z. Jiang, A. Anastasopoulos, J. Araki, H. Ding, and G. Neubig. X-factr: Multilingual factual knowledge retrieval from pretrained language models. arXiv preprint arXiv:2010.06189, 2020
Pith/arXiv arXiv 2010
-
[29]
N. Kassner, P. Dufter, and H. Sch \"u tze. Multilingual lama: Investigating knowledge in multilingual pretrained language models. arXiv preprint arXiv:2102.00894, 2021
Pith/arXiv arXiv 2021
-
[30]
W. M. Kouw and M. Loog. A review of domain adaptation without target labels. IEEE transactions on pattern analysis and machine intelligence, 43 0 (3): 0 766--785, 2019
2019
-
[31]
D. Liu and J. Niehues. Middle-layer representation alignment for cross-lingual transfer in fine-tuned llms. arXiv preprint arXiv:2502.14830, 2025
Pith/arXiv arXiv 2025
-
[32]
M. Lu, R. Zhang, C. Eickhoff, and E. Pavlick. Paths not taken: Understanding and mending the multilingual factual recall pipeline. arXiv preprint arXiv:2505.20546, 2025
Pith/arXiv arXiv 2025
-
[33]
K. Meng, D. Bau, A. Andonian, and Y. Belinkov. Locating and editing factual associations in gpt. Advances in neural information processing systems, 35: 0 17359--17372, 2022
2022
-
[34]
J. Qi, R. Fern \'a ndez, and A. Bisazza. Cross-lingual consistency of factual knowledge in multilingual language models. arXiv preprint arXiv:2310.10378, 2023
Pith/arXiv arXiv 2023
-
[35]
L. Ranaldi, G. Pucci, and A. Freitas. Empowering cross-lingual abilities of instruction-tuned large language models by translation-following demonstrations. arXiv preprint arXiv:2308.14186, 2023
Pith/arXiv arXiv 2023
-
[36]
A. Sch \"a fer, S. Ravfogel, T. Hofmann, T. Pimentel, and I. Schlag. The role of language imbalance in cross-lingual generalisation: Insights from cloned language experiments. arXiv preprint arXiv:2404.07982, 2024
Pith/arXiv arXiv 2024
-
[37]
Vertex AI
G. Vertex AI. G et text embeddings | G enerative A I on V ertex A I | G oogle C loud --- cloud.google.com. https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings#supported-models, 2024. [Accessed 23-09-2025]
2024
-
[38]
M. Wang, H. Adel, L. Lange, Y. Liu, E. Nie, J. Str \"o tgen, and H. Sch \"u tze. Lost in multilinguality: Dissecting cross-lingual factual inconsistency in transformer language models. arXiv preprint arXiv:2504.04264, 2025
Pith/arXiv arXiv 2025
-
[39]
W. Wang, M. Wu, B. Haddow, and A. Birch. Bridging the language gaps in large language models with inference-time cross-lingual intervention. arXiv preprint arXiv:2410.12462, 2024 a
Pith/arXiv arXiv 2024
-
[40]
Y. Wang, F. Wang, J. Dong, and H. Luo. Cl2cm: Improving cross-lingual cross-modal retrieval via cross-lingual knowledge transfer. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 5651--5659, 2024 b
2024
-
[41]
M. Yuksekgonul, V. Chandrasekaran, E. Jones, S. Gunasekar, R. Naik, H. Palangi, E. Kamar, and B. Nushi. Attention satisfies: A constraint-satisfaction lens on factual errors of language models. arXiv preprint arXiv:2309.15098, 2023
Pith/arXiv arXiv 2023
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.