MultiSynt/MT: Trillion-Token Multi-Parallel Pre-Training Data
Translated Across 36 Languages

Maximilian Idahl1,2, Jörg Tiedemann3, Sampo Pyysalo4, David Salinas5,6, Tomasz Galica4,
Shenbin Qian7, Tudor Nicolae Mateiu8, Zihao Li3, Anna Lokrantz9, Fedor Vitiugin4,
André Martins10,11,12, Jenna Kanerva4, Filip Ginter4, Matthias Lindemann10, Tim Isbister9,
Birger Moëll9, Jonas Lindh9, Jan Hajič13, Jenia Jitsev14,15,16,17, Andrey Kutuzov7,
Stephan Oepen7, Gema Ramírez-Sánchez8
1ellamind 2Leibniz University Hannover 3University of Helsinki 4University of Turku
5ELLIS Institute Tübingen 6Prior Labs 7University of Oslo 8Prompsit Language Engineering
9AI Sweden 10Instituto de Telecomunicações 11Instituto Superior Técnico 12TransPerfect
13Charles University 14Ontocord 15LAION 16Open-\(\Psi\) (Open-Sci) Collective
17Juelich Supercomputing Center (JSC), Research Center Juelich (FZJ)


Abstract

Open web-scale pre-training corpora remain concentrated in English, limiting multilingual LLM development. We introduce MultiSynt/MT, an open synthetic parallel corpus with approximately 4.8 trillion target-language tokens across 36 languages, produced by translating 100 billion high-quality Nemotron-CC tokens with Tower+ and OPUS-MT/HPLT-MT systems. For many medium- and lower-resource European languages, this is the largest openly available pre-training resource. On a broad multilingual benchmark suite, reference LLMs trained on MultiSynt/MT reach the final score of HPLT 2.0, a native-data baseline, using roughly 72% fewer pre-training tokens, and outperform it by approximately 15% relative at a matched 100B-token training budget. Our analyses also identify evaluation blind spots: standard multiple-choice benchmarks miss translation-quality differences that a fluency-sensitive LLM-as-judge evaluation cleanly recovers on the trained LLMs (with no fluency deficit in MultiSynt itself), and Norwegian idiomatic and culturally grounded tasks, for example, remain better served by native data. We release the corpus, including row-aligned translations from multiple systems, to support controlled research on multilingual pre-training data and evaluation.

1 Introduction↩︎

Openly available pre-training data at scale exist primarily for English [1], [2], with most other languages lacking volume or quality (see Section 2 for details). This shortfall has motivated growing interest in machine translation as a means of producing multilingual pre-training data at scale, but the practice raises legitimate concerns: translated text can carry stylistic artifacts known as “translationese” and inherits the cultural reference frame of the source language, with names, places, idioms and culturally grounded knowledge in the English source remaining English-anchored after translation [3], [4].

We address this resource limitation by introducing MultiSynt/MT, an open multilingual synthetic parallel corpus of approximately 4.8 trillion target-language tokens covering 36 languages, produced by translating a 100B-token sample of high-quality web data from Nemotron-CC with open translation models, including Tower+ 9B and 72B [5] and OPUS-MT [6]. MultiSynt/MT is the largest openly available pre-training corpus to date for many European low- and medium-resource languages, exceeding the largest comparable native resource (HPLT 3.0; [7]) by more than an order of magnitude in the lowest-resource ones (Figure 1). For a subset of languages, we release row-aligned parallel translations from multiple systems, enabling controlled comparison under matched source data, and the corpus is released under a permissive open license.

Figure 1: Per-language token counts in MultiSynt/MT and HPLT 3.0 (log scale, Gemma-3 tokenization, 24-language representative subset). MultiSynt/MT is larger for 19 of 24 languages, by over an order of magnitude for the lowest-resource ones (e.g.mlt 182\times, gle 153\times, nno 79\times); HPLT 3.0 is larger only on deu and spa (5–6\times). The value above each group gives the MultiSynt/MT-to-HPLT 3.0 token ratio. Full statistics in Appendix 11.
Figure 2: HPLT 2.0 (native) vs MultiSynt/MT (OPUS-MT) on the multilingual benchmark suite, averaged over 5 languages (dan, nld, ita, por, swe). MultiSynt/MT crosses the HPLT 2.0 endpoint at \sim​28B training tokens and continues to improve through 100B tokens. Per-language/benchmark breakdowns are provided as supplementary data.

Alongside the corpus, we present a balanced empirical characterization reporting both where reference LLMs trained on MultiSynt/MT outperform native multilingual baselines and where they fall short, and drawing attention to evaluation practices that obscure these differences. On standard multilingual base-model benchmarks, reference LLMs pre-trained on MultiSynt/MT reach the final score of a native-data baseline (HPLT 2.01), using approximately 72% fewer training tokens, and improve over it by approximately 15% relative at a matched 100B-token training budget (Section 4). A fluency-sensitive LLM-as-judge evaluation on the trained LLMs cleanly recovers an MT-system quality ranking that standard multiple-choice benchmarks fail to discriminate, exposing a blind spot in standard evaluation rather than a fluency deficit in MultiSynt (Section 5.1); a complementary embedding-space diagnostic finds that standard benchmark items tend to have more MultiSynt/MT than HPLT 2.0 documents among their nearest neighbors (Section 5.2). On Norwegian tasks targeting idiomatic and culturally grounded knowledge, models trained on native data outperform translated-data models throughout training, while on Norwegian commonsense reasoning the translated data closes the gap and eventually overtakes the native baseline; direct evidence that translated text is not a substitute for native corpora on all phenomena (Section 5.3).

2 Related Work↩︎

2.0.0.1 Multilingual pre-training corpora.

Open multilingual pre-training corpora have evolved from filtered Common Crawl pipelines (CCNet, mC4, OSCAR, ROOTS) to larger and better-filtered resources including MADLAD-400, CulturaX, Glot500, HPLT, FineWeb2 and EMMA-style adaptation [8][20], but a persistent volume and quality imbalance remains for lower-resource languages [21]. MultiSynt/MT targets that part of the language distribution as a complement to these corpora; we use HPLT [7], the strongest openly available native multilingual baseline at our scale, as our principal point of comparison.

2.0.0.2 High-quality English source data.

Translation-based corpora inherit the quality distribution of their source: recent reference-baseline work shows that Nemotron-CC HQ [2] produces the strongest downstream performance across model and token scales, ahead of established English corpora including C4, The Pile, RefinedWeb, FineWeb-Edu and DataComp-LM [1], [22][26], motivating its use as the MultiSynt/MT source distribution.

2.0.0.3 Translated corpora for language-model pre-training.

Studies on Basque, Indian languages, Arabic, Indonesian and Tamil consistently find that machine-translated pre-training data is competitive with native data on standard NLU but underperforms on culturally nuanced tasks [27][30]. Closest in scale, TransWeb-Edu / CuatroLLM and its extension TransWebLLM translate up to 1.7T tokens from FineWeb-Edu into nine languages [31], [32], and the contemporaneous FineTranslations reverses the direction by translating 500+ non-English languages into English [33]. A parallel line treats translation as an explicit pre-training objective rather than a corpus-construction mechanism [34][37]; we instead train standard next-token language models on translated target-language documents. MultiSynt/MT extends this line in three ways: 36-language coverage at approximately 4.8T target-language tokens, a Nemotron-CC HQ rather than FineWeb-Edu source, and row-aligned outputs from multiple open MT systems (translation-specialized LLMs in the Tower family [5], [38] and classical NMT systems [6], [39], [40] supporting controlled comparison under matched source data.

2.0.0.4 Translationese, cultural grounding, and native-authored evaluation.

Translated text differs systematically from natively authored text [41][44], with downstream effects on cross-lingual benchmark interpretation [4], [45][48], and multilingual models in turn often lack the cultural and idiomatic knowledge of the target-language community [49][54]. Multilingual evaluation is itself often translation-derived (Belebele, MMLU-ProX, XNLI, XTREME) [55][58]; native-authored alternatives such as TyDi QA, Global MMLU and NorEval are an essential complement [59][63], and LLM-as-a-judge protocols [64][67] provide a fluency-sensitive complement that we exploit in Section 5.

3 Building MultiSynt/MT↩︎

3.1 Source data: high-quality English web text↩︎

We translate from the actual high-quality split of Nemotron-CC [2], which contains non-synthetic Common Crawl documents receiving the highest scores from its ensemble quality classifier. Recent reference-baseline work [26] finds that Nemotron-CC HQ produces the strongest average downstream performance among established open English pre-training corpora across multiple model and token scales. We draw a uniform random sample of approximately 155 million documents (on the order of 100 billion English tokens), sized so that each per-language translation yields outputs at the same order of magnitude, and apply no topical, length, or quality stratification beyond the underlying quality classifier. Translations preserve a stable mapping to their source documents, so the resulting corpus is usable both as per-language pre-training data and as a multi-way parallel resource for cross-language and cross-system experiments (Section 3.4).

3.2 Translation system pool and selection↩︎

We require open translation systems that combine strong target-language quality with throughput feasible at the 100B-token scale, and that together cover the languages targeted by MultiSynt/MT, including medium- and lower-resource European languages where openly available native pre-training data is scarce. No single family meets all three requirements: translation-specialized LLMs in the Tower family [5], [38] and general-purpose open instruction-tuned LLMs [68][70] concentrate on higher-resource European languages, while OPUS-MT and HPLT-MT [6], [17] extend coverage to lower-resource languages. We therefore use LLM-based translation and OPUS-MT/HPLT-MT jointly as the production pool.

To rank candidate systems, we ran a small human-judged quality study covering seven languages (Czech, French, Finnish, German, Italian, Polish, Spanish). For each language, a single native speaker rated translations of the same 10 English source documents from each of six candidate systems on a fluency-focused 1–5 scale, blind to system identity, additionally penalizing hallucinations, repetitions, and extra or missing text. The full protocol, KEOPS annotation interface, and per-language results are in Appendix 12. Tower+ (we use the 72B model) is rated highest in every language, the general-purpose LLMs (EuroLLM-9B-Instruct, Qwen3-32B, Gemma-3-4b-it, Mistral-Small-3.2-24B-Instruct) bunch well below it, and OPUS-MT is close to the general-purpose LLMs on average (Figure 3); the ranking is consistent with the public Tower MT leaderboard and with per-language Flores-200 BLEU on the OPUS-MT dashboard.2 Based on this ranking the general-purpose LLMs were dropped from the production pool.

Figure 3: Mean human quality rating per candidate MT system, averaged over the seven evaluated languages on a 1–5 Likert-style scale. Tower+ is rated highest overall. See Appendix 12 for the protocol and Figure 8 for the per-language breakdown.

We ship translations from Tower+ 9B (Gemma-based, 16 languages)3 and Tower+ 72B (Qwen-based, 5 languages: German, Finnish, Italian, Spanish, Swedish).4 A reference-LLM comparison between the two on the 5-language overlap (Section 4) showed a small enough downstream gap that we treat 9B as the default LLM-based system and retain 72B on the high-resource subset where any residual gains can be isolated. OPUS-MT supplies the production models for 31 of our 36 target languages from the Tatoeba Translation Challenge collection [71], and HPLT-MT supplies the remaining 5 (Basque, Irish, Icelandic, Maltese, Albanian) where no comparable OPUS-MT model is available. These NMT systems are orders of magnitude smaller than the LLM-based candidates (\(\sim\)​75M–230M parameters) with corresponding throughput advantages, at the cost of a sentence-level constraint addressed by the pipeline of Section 3.3. The released corpus therefore contains translations from Tower+ 9B (16 languages), Tower+ 72B (5 languages), and OPUS-MT/HPLT-MT (36 languages); for the languages where multiple systems are shipped, the corpus supports controlled comparison of translation choices under matched source data, which we exploit in Sections 4 and 5.

3.3 Translation pipeline at scale↩︎

We run two parallel translation pipelines on the same 155 million source documents, both supporting per-shard resumption and emitting Parquet files that preserve source document identifiers and order so that the released corpus remains a synchronized multi-parallel resource. The LLM pipeline deploys Tower+ 9B and 72B on Leonardo HPC cluster (CINECA, NVIDIA A100 nodes) with vLLM under a Slurm-native orchestration toolkit released as open-source code,5 consuming approximately 3.1 million A100 GPU-hours in aggregate. The NMT pipeline decodes OPUS-MT and HPLT-MT models with Marian-NMT [40] on LUMI cluster (AMD MI250x), with sentence-splitting pre-processing and document-reassembly post-processing that preserve both per-sentence and per-document alignments; the pipeline is released as open-source code at github.com/Helsinki-NLP/Opus-MT. Per-shard throughput, decoding settings, energy, and carbon-footprint estimates for both pipelines are reported in Appendix 8.

3.4 Resource overview↩︎

MultiSynt/MT contains approximately 4.8 trillion target-language tokens across 36 languages, derived from the single shared sample of 155M English documents introduced in Section 3.1, and is the largest openly available pre-training corpus to date for many European low- and medium-resource languages (Figure 1). Counting each translation system’s output separately, the released artifact totals approximately 7.1T tokens (1.7T from Tower+ 9B, 0.5T from Tower+ 72B, 4.8T from OPUS-MT/HPLT-MT, all under Gemma-3 tokenization); per-language and per-system breakdowns are in Appendix 11.

3.4.0.1 Splits and schema.

For each language we release three splits: The parallel split contains the documents translated by all systems released for that language, row-aligned by index so that row \(i\) of any language file refers to the same source document, supporting cross-language and cross-system controlled experiments. The additional split contains further translated documents that are not present for every language, enabling larger language-specific volumes at the cost of cross-language alignment, and the all split is the union of the two. Each row contains the source warc_record_id, the translated text, its token count, and the source partition identifier.

3.4.0.2 Availability and license.

MultiSynt/MT is released under a Creative Commons Zero (CC0) license applied to the corpus as a database (underlying text content remains subject to Common Crawl source-content terms), at hf.co/datasets/MultiSynt/MT-Nemotron-CC. The OPUS-MT/HPLT-MT subset is additionally available on Hugging Face at hf.co/datasets/Helsinki-NLP/nemotron-cc-translated and as a sentence-aligned OPUS release.6

4 Effectiveness for Multilingual Pre-training↩︎

4.1 Reference model setup↩︎

We evaluate MultiSynt/MT as pre-training data by training reference language models on each MultiSynt/MT translation variant and on a native multilingual baseline dataset. Across variants, we hold the model architecture, tokenizer, optimizer settings, and total token budget fixed; the variants differ in the pre-training corpus itself—specifically, the source data and the translation system (if any)—and in the set of languages each corpus covers.

Our reference architecture follows that of [1]: we use a dense Llama-like transformer with 24 layers, hidden size 2048, 32 attention heads, RoPE positional embeddings, and RMSNorm, with 1.61B parameters in transformer layers. We use the google/gemma-3-27b-pt tokenizer [70] with a vocabulary size of 262144 for its broad multilingual coverage across the languages in MultiSynt/MT. We tie word embeddings, giving a total of 2.15B parameters. The optimization recipe uses Adam with \(\beta_1=0.9\), \(\beta_2=0.95\), weight decay 0.05, gradient clipping at 1, global batch size 1024, and a linear WSD learning-rate schedule with 10% warmup and 20% cooldown. Full hyperparameters are reported in Appendix 9, Table 1.

Training is conducted with Megatron-LM [72] on the LUMI supercomputer, using 16 nodes with 4 AMD MI250x GPUs per node. For every pre-training data variant, we train a separate model on a budget of 100 billion tokens, saving checkpoints every 1,000 steps. Each variant is trained once; we do not report variance over training seeds, and the curves shown in Section 4.2 should be read as single-seed point estimates.

We compare four pre-training data variants under this setup: HPLT 2.0 [18], a strong openly available native multilingual baseline at the relevant scale, and MultiSynt/MT translated by Tower+ 9B (16 languages), Tower+ 72B (5 languages), and OPUS-MT/HPLT-MT (36 languages). Holding architecture, optimizer, and budget fixed lets us attribute downstream differences to the pre-training corpus. Within the MultiSynt/MT family, this isolates the choice of translation system; between MultiSynt/MT and HPLT 2.0 the comparison additionally varies the source corpus and its quality-filtering pipeline, a confounding factor we discuss in Section 6.

4.1.0.1 Evaluation.

Downstream evaluation uses two open frameworks, LightEval [73] and LM-evaluation-harness [74]. We evaluate each checkpoint on a broad multilingual benchmark suite: belebele [57], arc:challenge [75], [76], hellaswag [76], [77], goldenswag [78], xstory-cloze [79], global-mmlu [60], mmlu [76], [80], exams [81], xcodah [82], xcsqa [83], MultiBlimp [84], enem [85], faquad [86], oab-exams [87], glianorex [88], xnli [55], pawsx [89], Finbench [90]. We apply the same evaluation protocol across all variants.

Per-language scores are aggregated into a single mean across the languages covered by every variant under comparison; per-language and per-benchmark breakdowns are provided as supplementary data.

4.1.0.2 Decontamination check.

A controlled training experiment with vs.without n-gram decontamination of the Nemotron-CC source rules out source-document contamination as an explanation for the Section 4.2 gains (the released MultiSynt/MT corpus is itself not decontaminated due to the low risk of actual contamination; see Appendix 10).

4.2 Gains over native baselines↩︎

Figure 2 reports aggregate benchmark performance over training tokens, comparing reference LLMs pre-trained on the HPLT 2.0 native baseline against reference LLMs pre-trained on MultiSynt/MT OPUS-MT, averaged over the five languages where both baselines have evaluation data (Danish, Dutch, Italian, Portuguese, Swedish). Models pre-trained on MultiSynt/MT reach the HPLT 2.0 endpoint score at approximately 28B training tokens, roughly \(72\%\) fewer than the native baseline; at the matched 100B-token training budget, MultiSynt/MT exceeds the HPLT 2.0 endpoint by approximately 15% relative.

Figure 4 compares the three MultiSynt/MT variants (OPUS-MT, Tower+ 9B, Tower+ 72B) on Swedish, the single language for which a reference LLM was trained on every variant. The three MultiSynt/MT curves cluster tightly together throughout training and all sit well above the HPLT 2.0 baseline, indicating that on these standard multilingual benchmarks the gain over native data is largely independent of the choice of MT system within MultiSynt/MT. The downstream gap among Tower+ 9B, Tower+ 72B, and OPUS-MT is therefore small enough that we treat the 9B variant as our default LLM-based system and retain 72B only on the high-resource subset where any residual gains can be isolated (Section 4.1).

Per-language and per-benchmark breakdowns are reported in Appendix 11.

Figure 4: MultiSynt/MT variants (OPUS-MT, Tower+ 9B, Tower+ 72B) vs the HPLT 2.0 native baseline on the Swedish multilingual benchmark suite (the single language for which a reference LLM was trained on every variant). The three MultiSynt/MT curves sit indistinguishably above HPLT 2.0 throughout training: translated vs native dominates MT-system choice.

5 Interpreting the Gains: Fluency, Benchmark Alignment, and Native-Authored Tasks↩︎

Section 4 showed that training on MultiSynt/MT yields large gains over native data on standard multilingual benchmarks. We now interpret those gains along three axes the standard benchmarks do not surface: an LLM-judge fluency probe that exposes MT-system differences flattened by multiple-choice scoring (Section 5.1), an embedding-space diagnostic of benchmark-corpus alignment (Section 5.2), and a Norwegian case study on native-authored idiomatic and culturally grounded tasks (Section 5.3). We draw the methodological consequences in Section 6.

5.1 What standard benchmarks miss about MT-system choice↩︎

The MT-variant indistinguishability of Figure 4 is surprising: the same three translation systems are clearly separated by human raters (Figure 3) and by the public Tower MT leaderboard. A plausible explanation is that translationese artifacts in the MT output propagate to the trained LLM in a form the standard multilingual benchmarks of Section 4, predominantly multiple-choice QA and selection, cannot detect: those benchmarks reward picking the right token under strong exploitable cues, while the surface fluency of the model’s own free-form generations does not enter the score.

To probe this hypothesis, we evaluate the pre-trained models with an LLM-as-a-judge protocol that scores fluency of free-form generations. For each of German, Spanish, Finnish, Italian and Swedish we collect 100 natural-language cut-out sentences (e.g., “Das Grundgesetz der Bundesrepublik Deutschland garantiert…”). Each candidate pre-trained model produces a continuation that DeepSeek V3.1 then compares against a continuation from a monolingual HPLT 2.0 1.7B native-data baseline; we report the candidate’s winrate averaged over prompts and languages.

As a sanity check, the off-the-shelf Qwen 2.5 series at five sizes from 0.5B to 14B parameters shows winrate rising monotonically with model size against the HPLT 2.0 baseline (Appendix 13, Figure 9), confirming the judge responds to generation quality. The reference LLMs pre-trained on MultiSynt/MT with matched data and budget produce a clear ranking, Tower+ 72B \(\geq\) Tower+ 9B \(>\) OPUS-MT (Figure 5), consistent with the human evaluation of the underlying MT outputs (Figure 3) and the public Tower MT leaderboard. All three MultiSynt/MT variants match or exceed the HPLT 2.0 baseline on the judge, so MultiSynt/MT is not fluency-deficient; the finding is that standard benchmarks are blind to translation-quality differences the trained LLMs nonetheless inherit.

Figure 5: Fluency LLM-judge winrate of our reference 1.7B LLMs pre-trained on MultiSynt/MT against a monolingual HPLT 2.0 1.7B baseline. The ranking Tower+ 72B \geq Tower+ 9B > OPUS-MT matches the human MT evaluation (Figure 3) and the public Tower MT leaderboard.

5.2 Benchmark-corpus alignment in embedding space↩︎

As a complementary diagnostic, we compare the embedding neighborhoods of standard benchmark items against MultiSynt/MT and HPLT 2.0 documents. Across most benchmarks in the suite, benchmark items have more MultiSynt/MT documents among their nearest embedding neighbors, suggesting that translated high-quality English-source data provides strong coverage of many benchmark-adjacent regions; this is not a causal test of the gains, but it indicates that benchmark-corpus alignment is one reason those gains should be interpreted with care (Appendix 14).

Figure 6: NorEval performance across 11 training checkpoints for reference LLMs pre-trained on native Norwegian (HPLT 2.0, HPLT 3.0) vs MultiSynt/MT translated (OPUS-MT, Tower+ 9B) data. Left: NorIdiom-nob (Bokmål idiom completion, F1); native data dominate translated data throughout training. Right: NorCommonsenseQA-nob (Bokmål commonsense MCQ, accuracy); the four curves overlap, translated data is slightly ahead at 100B tokens.

5.3 Where translated data falls short: a Norwegian case study↩︎

Named entities, idiomatic constructions, and culturally specific knowledge in English text remain English-anchored after translation, so we expect translated data to underperform native data on target-language tasks probing local idiomaticity or culture even when the translations are fluent. We test this by training four reference LLMs sharing the architecture and recipe of Section 4 and differing only in Norwegian pre-training data: HPLT 2.0 (native), HPLT 3.0 (native), MultiSynt/MT translated by Tower+ 9B, and MultiSynt/MT translated by OPUS-MT, evaluated across 11 training checkpoints on two Bokmål tasks from NorEval7 [61]: NorIdiom (idiomatic expressions) and NorCommonsenseQA (commonsense reasoning), selected as illustrative examples following the criteria in [7].

On NorIdiom (Figure 6, left), both native-data models outperform both translated-data models with a stable gap throughout training, consistent with idiomatic constructions being a long-tail phenomenon of the target language that the translated corpus does not generate at the rate native text does. On NorCommonsenseQA (Figure 6, right), native data leads in early-to-mid training but the translated-data models close the gap and match or exceed the native models in later checkpoints; this is a complementary signal that translated data lacks local cultural anchoring but preserves the structured reasoning patterns of the high-quality English source [91]. Together, the two tasks suggest a content-dependent picture: native data wins on tasks probing culturally or idiomatically local knowledge; on tasks probing transferable reasoning structure, models trained on MultiSynt/MT match or exceed those trained on native data at matched training budget.

6 Discussion and Recommendations↩︎

6.0.0.1 Treat translated data as a complement to native data, not a replacement.

For high-resource languages, where native corpora are already abundant, MultiSynt/MT is most useful as a domain-coverage extension. For medium- and lower-resource languages, translating a high-quality source corpus is the primary vehicle for closing the high-quality data-scale gap, but it should still be paired with whatever native corpus is available to preserve idiomatic and cultural anchoring (Section 5.3).

6.0.0.2 The headline gain may reflect source quality alone, not translation as a beneficial operation.

The Section 4.2 comparison varies both the source corpus (Nemotron-CC HQ vs.native HPLT 2.0 web text) and the translation step, so the gain cannot be attributed to translation per se: it is consistent with the net effect arising entirely from the higher quality of the English source, with translation contributing nothing of its own. Disentangling the two would require a controlled source-corpus comparison that we leave to future work. The practical counterfactual is nonetheless not arbitrary translated versus arbitrary native text, but translated high-quality source text at 100B-token scale versus the much smaller native pool that would survive equivalently stringent quality filtering, which for medium- and lower-resource languages would shrink the already-scarce native data to a small fraction of itself.

6.0.0.3 Pair translation-derived benchmarks with native-authored ones, and complement multiple-choice with quality-sensitive measures.

A large fraction of widely used multilingual benchmarks, including Belebele [57], m-ArenaHard [92], MMMLU [93] and MT-Bench-X [94], are themselves produced by translating English sources, and our embedding-space diagnostic shows that they tend to sit in neighborhoods with more MultiSynt/MT than HPLT 2.0 documents (Section 5.2). A model trained on translated data shares the same source-language frame as these benchmarks and is, in part, being evaluated on how well it has absorbed that frame; standard multiple-choice scoring is additionally blind to fluency-quality differences that the resulting LLMs nevertheless inherit (Section 5.1). Native-authored benchmarks such as NorEval [61] expose gaps that translation-derived benchmarks fail to surface (Section 5.3); free-form quality-sensitive measures such as the LLM-judge protocol of Section 5.1 expose differences that discriminative ones flatten.

7 Conclusion↩︎

MultiSynt/MT provides approximately 4.8T target-language tokens across 36 languages, the largest openly available pre-training corpus to date for many European low- and medium-resource languages, and reference LLMs trained on it match a native-data baseline (HPLT 2.0) using roughly 72% fewer pre-training tokens while exceeding it by approximately 15% relative at a matched 100B-token budget. The translated corpus nonetheless falls short on idiomatic and culturally grounded Norwegian tasks and is best understood as a complement to native data; we release it under CC0 with row-aligned translations from multiple MT systems to support controlled follow-up on translation-system choice, scaling, native-benchmark coverage, and source-quality vs.translation attribution.

Limitations↩︎

7.0.0.1 Corpus and translation biases.

MultiSynt/MT inherits the topical, stylistic, and English-centric biases of its Nemotron-CC HQ source: a quality-filtered Common Crawl pool that favours factual prose and formal registers over oral, vernacular, dialectal, and culturally local text, and that anchors named entities, idioms, and culturally specific knowledge to an English reference frame. The chosen MT systems further introduce systematic translationese artifacts (reduced lexical variety, calque-driven syntax, lower idiomatic density) that the standard multilingual benchmarks of Section 4 flatten but that surface under fluency-sensitive evaluation (Section 5.1) and on natively authored idiomatic and culturally grounded tasks (Section 5.3). The headline comparison against HPLT 2.0 (Section 4.2) additionally varies the source distribution and its quality-filtering pipeline, so the gain cannot be attributed to translation alone; an isolating comparison against an equivalently stringently filtered native baseline is left to future work.

7.0.0.2 Evaluation coverage, scale, and feedback risks.

Our empirical analyses are concentrated on European languages in the high- and medium-resource range and are conducted at a single 1.7B-parameter scale with single-seed pre-training runs (Section 4.1), so behaviour on the lowest-resource and non-European languages in the released corpus, scaling trends to larger models, and seed-level variance are not directly verified by our experiments. The embedding-space alignment diagnostic (Section 5.2) is descriptive rather than causal, the fluency LLM-judge protocol (Section 5.1) inherits the biases of its judge and prompt set, and the human MT evaluation (Section 3.2) covers only seven languages with one annotator each. Finally, releasing MultiSynt/MT openly creates a feedback path into future open MT systems trained on web crawls that will then ingest it, with the attendant long-tail erosion risks of recursive synthetic-data training [95]; we mark the corpus as synthetic in the released metadata and recommend treating it as a complement to native data rather than a replacement (Section 6).

Acknowledgments↩︎

We acknowledge EuroHPC JU for awarding the project ID EHPC-AIF-2025LS01-028 access to the EuroHPC supercomputer LEONARDO hosted by CINECA (Italy) and the LEONARDO consortium. We acknowledge EuroHPC JU for awarding the project ID EHPC-AIF-2025LS16-024 access to the EuroHPC supercomputer MareNostrum 5 hosted by the Barcelona Supercomputing Center (BSC). We acknowledge EuroHPC JU for awarding the project ID HPC-REG-2024R02-167 access to the EuroHPC supercomputer LUMI hosted by CSC (Finland) and the LUMI consortium. Part of the computations were performed on resources provided by Sigma2 - the National Infrastructure for High-Performance Computing and Data Storage in Norway. This research was supported by the OpenEuroLLM project, co-funded by the Digital Europe Programme under GA no. 101195233, and partially by DECOLLAGE (ERC-2022-CoG 101088763). This project is supported by the German Federal Ministry for Economic Affairs and Energy (BMWE) through EU-SAI/SOOFI: Sovereign Open Source Foundation Models for European Intelligence (grant number 13IPC040J).

8 Translation Pipeline Details↩︎

8.0.0.1 Orchestration toolkit (LLM pipeline).

For the LLM-based translation runs of Section 3.3, we use an open-source Slurm-native orchestration toolkit8 that scales inference workloads across hundreds to thousands of GPUs while maintaining linear throughput. The toolkit deploys multiple distributed inference servers in parallel: a single YAML configuration file specifies the cluster, inference-server, and data settings, and the toolkit generates the required Slurm job scripts, manages resource allocation, and coordinates distributed execution. It provides error handling with automatic retries and resumption, progress and throughput monitoring, built-in support for large-scale loading of Parquet input files, and a flexible inference server backend. We ran all inference with vLLM [96].

8.0.0.2 LLM runs: per-model throughput.

Across batched production runs (4 GPUs per inference server), Tower+ 9B sustained approximately 1,000 output tokens per second per GPU, and Tower+ 72B approximately 400 output tokens per second per GPU. The 9B variant therefore produces output tokens approximately \(2.6\times\) faster than the 72B variant per GPU-second; the per-request advantage is wider (approximately \(3.2\times\)) because the 72B model supports a longer maximum sequence length, allowing us to feed longer source documents per request and yielding roughly 26% longer translated outputs on average.

8.0.0.3 LLM runs: aggregate compute, energy and carbon footprint.

The LLM-based translation runs were carried out on the Leonardo (CINECA) supercomputer. Aggregate GPU consumption is approximately 3.1 million A100 GPU-hours. We estimate the corresponding energy and carbon footprint following the methodology used in CINECA project reporting: each A100 on Leonardo draws approximately 440 W under load, giving 1,379,638 kWh of consumed energy; applying the 2025 Italian electricity-grid carbon intensity of 358 g CO\(_2\)-eq/kWh yields approximately 493.9 t CO\(_2\)-eq. For reference, this energy budget corresponds to roughly 16% of the annual generation of an average wind turbine (3 MW nameplate capacity, 2,800 equivalent full-load hours per year, \(\approx\)​8.4 GWh/year). These figures cover only the LLM-based translation pipeline; the corresponding energy and carbon estimates for the OPUS-MT/HPLT-MT runs on LUMI (AMD MI250x) are reported alongside the NMT shard statistics below.

8.0.0.4 NMT models: training data and inference setup.

The OPUS-MT and HPLT-MT models we use are decoded with Marian-NMT [40] at beam size 4 on single-node jobs allocating two AMD MI250x GPUs each, on the LUMI supercomputer. All models are trained on OPUS data [39], [97] using the Tatoeba Translation Challenge compilation [71], augmented with back-translations of Wikimedia content. None of the NMT models are fine-tuned for specific tasks; we use them off-the-shelf without further data normalisation or filtering. The final list of selected NMT models is published together with the dataset card. The sentence-splitter pre-processing step greedily merges segments shorter than 256 characters and splits sentences longer than 1024 characters before feeding them to the decoder; this length normalisation matters because NMT batching benefits sharply from uniform input length.

8.0.0.5 NMT runs: sharding, runtimes, energy and per-GPU power.

The corpus was split into 100 shards per language of approximately 30 million sentence-aligned lines (roughly 700 million space-separated tokens each). Per-shard runtime averaged about 23 hours for transformer-base models (\(\sim\)​75M parameters) and about 30 hours for transformer-big models (\(\sim\)​230M parameters), with sustained GPU utilisation between 85% and 95%. Total energy consumption for one shard translated with transformer-base models is roughly 12 kWh, at an average of 260–270 W per GPU. For transformer-big models, total energy consumption is roughly double at 24–26 kWh, at an average of 360–370 W per GPU. The pattern suggests that further batching and inference optimisation could improve GPU utilisation for the smaller models and yield additional speed-ups.

9 Reference Model Hyperparameters↩︎

9.0.0.1 Compute setup.

All reference-model training and evaluation runs were carried out on the LUMI supercomputer (16 nodes of 4 AMD MI250x GPUs per node), with one exception: the Nemotron-CC decontamination control experiment of Appendix 10 was run on Leonardo (CINECA) with NVIDIA A100 nodes.

Table 1: Reference-model hyperparameters used in the main pre-training runs.
Hyperparameter Value
Number of layers 24
Hidden size 2048
Attention heads 32
Initialization std 0.02
Sequence length 2048
Rotary base 10000
Optimizer Adam
Adam \(\beta_1\), \(\beta_2\) 0.9, 0.95
Adam \(\epsilon\) \(1.0\times 10^{-8}\)
Learning rate \(3.0\times 10^{-4}\)
Minimum learning rate 0
Learning-rate decay linear WSD
Warmup fraction 0.1
Cooldown fraction 0.2
Weight decay 0.05
Gradient clipping 1
Global batch size 1024
Micro batch size 4
Position embeddings RoPE
Normalization RMSNorm
Precision bfloat16
Data parallel size 128

10 Decontamination: Methodology and Full Tables↩︎

10.0.0.1 Motivation and prior work.

Large web-derived corpora can overlap with evaluation benchmarks through exact duplicates, near-duplicates, paraphrases, or translated variants. The GPT-3 family established n-gram-based decontamination as a standard pre-training practice [98], and deduplication has been shown to reduce memorization and improve downstream model quality [99]. Recent work emphasizes that contamination is difficult to define uniformly and that its impact depends on task, model, and training recipe [100]. For multilingual settings the problem is sharper: contamination can cross language boundaries, and translated benchmark items can evade simple text-overlap detection while still inflating evaluation scores [101]. We therefore decontaminate the English source documents before translation, report overlap statistics per benchmark, and run a controlled training comparison to verify that removing flagged documents has no measurable downstream effect.

10.0.0.2 Released corpus.

The released MultiSynt/MT corpus itself is not decontaminated; the decontamination described here is applied to the English source documents used as input to the controlled training comparison below.

10.0.0.3 Pipeline stages.

We use the NeMo Curator decontamination pipeline, which constructs n-gram representations of downstream task datasets and removes any matching content from the training corpus in three stages. Indexing: each benchmark dataset is normalised and tokenised, and n-grams of size 8–13 are extracted from the test split (or the validation split, where no test split is available), following the text formatting in lm-evaluation-harness, to build a compact n-gram index. Matching: each source document is processed through the same normalisation/tokenisation/n-gram-extraction pipeline and its n-grams are compared against the benchmark index to identify overlaps. Removal: source documents whose matched n-grams occur fewer than 10 times in the corpus are treated as contamination signals and removed in full.

The indexed evaluation suite (see Table 2 for details) spans code, common sense reasoning, instruction following, language understanding, linguistic competence, mathematics, reasoning, translation, and world knowledge.

10.0.0.4 Match counts and rates.

After applying the pipeline to the source Nemotron-CC documents used as input to translation, a total of 34,969 documents per language (0.0002%) are flagged as contaminated. Per-benchmark match counts and contamination rates are reported in Table 2. Contamination is unevenly distributed: the largest absolute contribution comes from BoolQ, followed at lower rates by HellaSwag, MMLU, and MTBench. Even where the absolute number of matches is large, the corresponding percentages remain very low, indicating that contamination is sparse relative to corpus size.

10.0.0.5 Controlled training experiment.

To verify that the residual contamination has no measurable downstream effect, we train a 0.6B-parameter reference model on the chosen Nemotron-CC source slice with and without decontamination, under identical hyperparameters and a 100B-token budget, and evaluate 0-shot on the Finetasks suite (ARC-easy, ARC-challenge, PIQA, HellaSwag, OpenBookQA). The two learning curves track each other throughout training (Figure 7), with no consistent advantage for either setting.

Figure 7: Controlled training experiment on the Nemotron-CC source data, with and without decontamination. A 0.6B-parameter reference model is trained for 100B tokens and evaluated 0-shot on the Finetasks suite (ARC-easy, ARC-challenge, PIQA, HellaSwag, OpenBookQA). Curves track each other throughout training, indicating no measurable downstream effect from decontamination.
Table 2: Benchmark evaluation suite grouped by capability category, showing approximate passage count and size of the splits used for decontamination, total number of contaminated documents containing at least one benchmark n-gram that failed the frequency threshold and ratio of contaminated documents to the full source corpus per benchmark.
Task Category Passages Size (MB) Matches Contamination%
Humaneval Code 328 10.6419 20 1.3e-05
MBPP Code 878 4.8529 32 2.1e-05
ARC Challenge Common sense 3,516 1.1415 109 7.0e-05
ARC Easy Common sense 7,128 1.9972 157 1.0e-04
BoolQ Common sense 3,270 2.0204 23275 1.5e-02
CommonsenseQA Common sense 1,221 0.2635 0 0
COPA Common sense 1,100 0.1422 0 0
HellaSwag Common sense 10,042 10.6699 3034 2.0e-03
Lambada Common sense 5,153 1.6316 28 1.8e-05
OpenBookQA Common sense 2,000 0.3851 1 6.5e-07
PIQA Common sense 5,512 1.4174 2 1.3e-06
XStoryCloze Common sense 7,555 2.5407 0 0
XWinograd Common sense 2,671 0.3142 31 2.0e-05
AlpacaEval Instruction 1,593 0.1720 170 1.1e-04
do_not_answer Instruction 939 3.8161 1 6.5e-07
IFEval Instruction 541 0.2743 59 3.8e-05
m-ArenaHard Instruction 6,000 3.3170 14 9.0e-06
MT-Bench-X Instruction 400 0.2720 44 2.8e-05
MTBench Instruction 1,388 1.8000 3127 2.0e-03
Multi-IFEval Instruction 22,505 34.3774 2 1.3e-06
Toxigen Instruction 940 0.3500 16 1.0e-05
PAWS-X Lang.underst. 14,000 3.4758 136 8.8e-05
MultiBlimp Linguistic 60,693 92.1014 135 8.7e-05
AIME 25 Math 30 0.0118 0 0
GSM8K Math 1,319 0.6815 11 7.1e-06
Hendrycks_MATH Math 5,003 2.0000 1065 6.9e-04
PolyMath Math 3,000 0.6709 64 4.1e-05
XNLI Reasoning 27,449 5.2555 31 2.0e-05
FLORES-200 Translation 37,444 10.3435 51 3.3e-05
Belebele World Knowl. 29,700 27.5175 513 3.3e-04
GPQA World Knowl. 546 4.0179 0 0
MMLU World Knowl. 14,042 6.6514 2841 1.8e-03

11 Per-Language Resource Statistics↩︎

Table 3 reports per-language Gemma-3 token counts for each MultiSynt/MT translation system and for the HPLT 3.0 native baseline, covering all 36 languages of the released corpus.9 Figure 1 in Section 3.4 visualizes a 24-language representative subset drawn from this table; the table itself gives the full picture, including languages where Tower+ 9B or 72B was not run and languages without an HPLT 3.0 baseline. For consistency with Figure 1, the MultiSynt/MT-to-HPLT 3.0 ratio is computed against the per-language maximum across MultiSynt/MT systems (effectively OPUS-MT/HPLT-MT, whose output exceeds Tower+ on every language). Sums of the per-system columns recover the corpus totals reported in Section 3.4: 1.7T from Tower+ 9B (16 languages), 0.5T from Tower+ 72B (5 languages), 4.8T from OPUS-MT/HPLT-MT (36 languages), for approximately 7.1T tokens across all system outputs and approximately 4.8T unique target-language tokens.

Table 3: Per-language Gemma-3 token counts (billions) for each MultiSynt/MT translation system and the HPLT 3.0 native baseline, for the 36 languages of MultiSynt/MT. Rows sorted by HPLT 3.0 token count ascending. The MS/HPLT column gives the ratio of the per-language MultiSynt/MT maximum (always OPUS-MT/HPLT-MT, whose output exceeds Tower+ on every language) to HPLT 3.0. The Total row sums each column; the Total MS/HPLT ratio is the sum of MultiSynt/MT maxima divided by the sum of HPLT 3.0 tokens. Tower+ 9B was run on 16 languages, Tower+ 72B on a 5-language high-resource subset, and OPUS-MT/HPLT-MT on all 36 languages.
Code Language Tower+ 9B Tower+ 72B OPUS-MT HPLT 3.0 MS/HPLT
mlt Maltese 178.4 1.0 182\(\times\)
gle Irish 167.0 1.1 153\(\times\)
nno Norwegian Nynorsk 107.6 124.8 1.6 79\(\times\)
glg Galician 112.0 3.1 36\(\times\)
eus Basque 127.9 3.2 40\(\times\)
mkd Macedonian 154.6 5.9 26\(\times\)
isl Icelandic 136.8 152.1 6.1 25\(\times\)
kat Georgian 172.0 7.5 23\(\times\)
sqi Albanian 161.8 10.1 16\(\times\)
srp Serbian 148.1 10.4 14\(\times\)
lav Latvian 154.2 17.2 8.9\(\times\)
est Estonian 132.7 20.6 6.4\(\times\)
slv Slovenian 133.0 20.9 6.4\(\times\)
cat Catalan 131.3 22.5 5.8\(\times\)
lit Lithuanian 145.1 28.8 5.0\(\times\)
bos Bosnian 113.8 32.0 3.6\(\times\)
hrv Croatian 125.5 35.1 3.6\(\times\)
slk Slovak 135.9 40.2 3.4\(\times\)
bul Bulgarian 139.7 49.0 2.9\(\times\)
nob Norwegian Bokmål 103.6 119.7 51.2 2.3\(\times\)
dan Danish 106.1 122.0 62.7 1.9\(\times\)
fin Finnish 120.0 121.4 140.1 73.9 1.9\(\times\)
ukr Ukrainian 116.0 135.6 81.2 1.7\(\times\)
hun Hungarian 122.3 141.0 102.3 1.4\(\times\)
ron Romanian 112.8 131.8 102.5 1.3\(\times\)
swe Swedish 103.3 109.0 118.6 111.8 1.06\(\times\)
ell Greek 174.2 115.6 1.5\(\times\)
ces Czech 128.4 126.2 1.02\(\times\)
tur Turkish 115.9 150.0 0.77\(\times\)
nld Dutch 102.5 118.1 173.4 0.68\(\times\)
pol Polish 110.2 126.8 270.1 0.47\(\times\)
por Portuguese 93.5 107.5 318.9 0.34\(\times\)
ita Italian 97.2 102.3 111.9 335.5 0.33\(\times\)
fra French 102.2 115.0 585.0 0.20\(\times\)
deu German 98.7 100.2 112.1 609.3 0.18\(\times\)
spa Spanish 91.3 97.8 104.3 659.0 0.16\(\times\)
Total 1724.0 530.7 4833.1 4245.0 1.14\(\times\)

12 Human MT evaluation: per-language breakdown↩︎

Figure 8 shows the per-language breakdown of the human evaluation summarized in Section 3.2 and Figure 3.

12.0.0.1 Protocol.

For each language, a single native speaker of the target language rated translations of the same 10 English source documents from each of the six candidate systems, blind to which system produced each translation; because the source documents are held constant across systems within a language, the within-language comparison among systems is paired. Annotators were instructed to focus primarily on target-language fluency and to additionally penalize specific model failures (hallucinations, repetitions, extra text not present in the source, and missing text); machine-translation outputs that were truncated due to inference length constraints were flagged in the guidelines and were exempted from penalty. Annotators recorded each judgment on a continuous slider mapped to a 0–100 scale, with the endpoints anchored as very poor translation (0) and excellent translation (100); the recorded scores are aggregated into five 20-point bins (0–20, 21–40, 41–60, 61–80, 81–100) and reported on a 1–5 Likert-style scale (1 = bad, 5 = excellent).

12.0.0.2 Results.

Tower+ is rated highest in each of the seven evaluated languages; the relative ordering of the other systems varies by language. Czech and Finnish, the two morphologically richest languages in the evaluated set, receive the lowest scores across all systems, including Tower+; on the higher-resource Romance languages (French, Italian, Spanish) the gap between Tower+ and the general-purpose LLMs narrows substantially, while OPUS-MT remains a clear step below the LLM-based systems.

12.0.0.3 Comparison to WMT25.

Recent WMT25 rankings [102] place Tower+ 9B and 72B mid-pack against frontier proprietary systems (e.g., Gemini-2.5-Pro, GPT-4.1, DeepSeek-V3) and against the strongest constrained submissions. That evaluation, however, operates on paragraph-sized segments of approximately 100 words drawn from news, social media, speech transcripts, and literary text, rather than on the full web documents that constitute the Nemotron-CC HQ source distribution; several of the higher-ranked systems are also closed-weights or otherwise infeasible to deploy at the 100B-token source scale on the open compute available for this work.

Figure 8: Per-language breakdown of the human evaluation of MT quality (cf.Figure 3). Languages are arranged along the x-axis by mean quality across all six systems (hardest on the left, easiest on the right); the per-system overall mean across the seven languages is shown next to each legend entry. Tower+ is rated highest in every language; per-language deviations among the other systems are detailed in the bars.

13 Fluency LLM-judge: sanity check↩︎

Figure 9 reports the sanity check referenced in Section 5.1: the off-the-shelf Qwen 2.5 series at five sizes from 0.5B to 14B parameters, evaluated by the same LLM-judge protocol against the monolingual HPLT 2.0 1.7B baseline. Winrate against the baseline rises monotonically with Qwen model size across all evaluated languages, confirming that the judge tracks generation quality and that the MT-variant ranking reported in Figure 5 reflects real differences rather than judge noise.

Figure 9: Sanity check: fluency LLM-judge winrate of the Qwen 2.5 model series (0.5B–14B parameters) against monolingual HPLT 2.0 1.7B baselines trained on native data. Winrate rises monotonically with model size across all evaluated languages, confirming that the judge tracks generation quality. The dashed line at 0.5 marks parity with the native baseline.

14 Embedding-space coverage analysis↩︎

This appendix reports the embedding-space benchmark-alignment diagnostic summarized in Section 5.2. We use it as a descriptive check on benchmark-adjacent coverage rather than as a causal test of the gains in Section 4.2. The analysis measures which data source aligns more closely with benchmark regions in a shared embedding space.

14.0.0.1 Embedding space.

We map each document into an embedding space using intfloat/multilingual-e5-large-instruct [103], producing one vector per document.

Figure 10 illustrates benchmark-adjacent coverage for Spanish ARC-Challenge – the benchmark that deviates most from parity in the main kNN figure (Figure 11) – by partitioning the joint pre-training embedding space into \(k=2{,}000\) clusters using k-means and assigning each benchmark example to its nearest cluster. The two distributions partially overlap, but MultiSynt/MT covers several regions that are essentially unpopulated by HPLT 2.0 (and vice versa); clusters that contain a benchmark item tend to lie in MultiSynt/MT-denser regions, with a mean MultiSynt/MT share of \(0.72\) versus \(0.47\) for clusters that do not. This is consistent with the per-language kNN ratio of \(0.80\) for Spanish ARC-Challenge in Figure 11.

Figure 10: t-SNE projection of 2,000 k-means cluster centroids of the joint HPLT 2.0 + MultiSynt/MT pre-training embedding space for Spanish, colored by the per-cluster share of MultiSynt/MT documents (blue: HPLT 2.0-dominated; orange: MultiSynt/MT-dominated). Clusters that contain a Spanish ARC-Challenge benchmark item are outlined in black and tend to concentrate in MultiSynt/MT-denser regions of the space.

14.0.0.2 kNN coverage.

To quantify this effect across benchmarks and languages, for each benchmark example, we retrieve its top-\(k\) nearest neighbors from the union of native (HPLT 2.0) and synthetic (MultiSynt/MT) pre-training documents under cosine similarity, and report the average fraction \(k_{\mathrm{synthetic}}/k\) across benchmark items for \(k=20\). A value of \(0.5\) indicates equal local density from the two sources; values above \(0.5\) indicate denser synthetic coverage of benchmark-adjacent regions.

The detailed results are shown in Figure 11. Across all benchmarks, the mean values over the available languages indicate that the nearest documents are more often from MultiSynt/MT than from the native HPLT 2.0 data. HellaSwag is the only benchmark for which some languages show a higher fraction of adjacent native documents, though its mean MultiSynt/MT fraction is still 0.53. The other five benchmarks show a higher MultiSynt/MT fraction for all available languages. ARC-Challenge deviates most from the parity line, with a MultiSynt/MT fraction of 0.82. These results suggest that translated data increases the coverage of benchmark-adjacent regions, potentially bringing in content that is otherwise underrepresented in the native datasets. However, we only conducted a descriptive study and did not account for causality of any potential gains.

Figure 11: Embedding-space coverage analysis. For each benchmark, the fraction of MultiSynt/MT documents among the top-k embedding neighbors of benchmark items is shown for every available language (one dot per language; n in row labels). Black vertical ticks mark the per-benchmark mean across languages; the dashed line is parity at 0.5. Six of seven benchmarks sit fully right of parity: their benchmark items have more MultiSynt/MT documents than HPLT 2.0 documents among their nearest embedding neighbors. HellaSwag is the lone exception, with five Latin-script languages on the HPLT 2.0 side.

References↩︎

[1]
G. Penedo et al., “The FineWeb datasets: Decanting the web for the finest text data at scale,” in Advances in neural information processing systems, 2024, vol. 37, pp. 30811–30849, doi: 10.52202/079017-0970.
[2]
D. Su et al., “Nemotron-CC: Transforming Common Crawl into a refined long-horizon pretraining dataset,” in Proceedings of the 63rd annual meeting of the association for computational linguistics (volume 1: Long papers), Jul. 2025, pp. 2459–2475, doi: 10.18653/v1/2025.acl-long.123.
[3]
M. Gellerstam, “Translationese in swedish novels translated from english,” Translation studies in Scandinavia, vol. 1, pp. 88–95, 1986.
[4]
P. Riley, I. Caswell, M. Freitag, and D. Grangier, “Translationese as a language in ‘multilingual’ NMT,” in Proceedings of the 58th annual meeting of the association for computational linguistics, 2020, pp. 7737–7746, doi: 10.18653/v1/2020.acl-main.691.
[5]
R. Rei et al., To appear“Tower+: Bridging generality and translation specialization in multilingual LLMs,” in Proceedings of the 64th annual meeting of the association for computational linguistics (volume 1: Long papers), 2026.
[6]
J. Tiedemann et al., “Democratizing neural machine translation with OPUS-MT,” Language Resources and Evaluation, vol. 58, pp. 713–755, 2024, doi: 10.1007/s10579-023-09704-w.
[7]
S. Oepen et al., HPLT 3.0: Very large-scale multilingual resources for LLMs and MT. Mono- and bi-lingual data, multilingual evaluation, and pre-trained models,” CoRR, vol. abs/2511.01066, 2025, doi: 10.48550/arXiv.2511.01066.
[8]
G. Wenzek et al., CCNet: Extracting high quality monolingual datasets from web crawl data,” in Proceedings of the twelfth language resources and evaluation conference, 2020, pp. 4003–4012, [Online]. Available: https://aclanthology.org/2020.lrec-1.494/.
[9]
A. Conneau et al., “Unsupervised cross-lingual representation learning at scale,” in Proceedings of the 58th annual meeting of the association for computational linguistics, 2020, pp. 8440–8451, doi: 10.18653/v1/2020.acl-main.747.
[10]
L. Xue et al., “MT5: A massively multilingual pre-trained text-to-text transformer,” in Proceedings of the 2021 conference of the north american chapter of the association for computational linguistics: Human language technologies, 2021, pp. 483–498, doi: 10.18653/v1/2021.naacl-main.41.
[11]
J. Abadji, P. Ortiz Suarez, L. Romary, and B. Sagot, “Towards a cleaner document-oriented multilingual crawled corpus,” in Proceedings of the thirteenth language resources and evaluation conference, 2022, pp. 4344–4355, [Online]. Available: https://aclanthology.org/2022.lrec-1.463/.
[12]
H. Laurençon et al., “The BigScience ROOTS corpus: A 1.6TB composite multilingual dataset,” in Advances in neural information processing systems, datasets and benchmarks track, 2022, [Online]. Available: https://proceedings.neurips.cc/paper_files/paper/2022/hash/ce9e92e3de2372a4b93353eb7f3dc0bd-Abstract-Datasets_and_Benchmarks.html.
[13]
BigScience Workshop, BLOOM: A 176B-parameter open-access multilingual language model,” CoRR, vol. abs/2211.05100, 2022, doi: 10.48550/arXiv.2211.05100.
[14]
S. Kudugunta et al., MADLAD-400: A multilingual and document-level large audited dataset,” in Advances in neural information processing systems, 2023, vol. 36, pp. 67284–67296, doi: 10.52202/075280-2940.
[15]
T. Nguyen et al., CulturaX: A cleaned, enormous, and multilingual dataset for large language models in 167 languages,” in Proceedings of the 2024 joint international conference on computational linguistics, language resources and evaluation (LREC-COLING 2024), May 2024, pp. 4226–4237, [Online]. Available: https://aclanthology.org/2024.lrec-main.377/.
[16]
A. ImaniGooghari et al., Glot500: Scaling multilingual corpora and language models to 500 languages,” in Proceedings of the 61st annual meeting of the association for computational linguistics (volume 1: Long papers), 2023, pp. 1082–1117, doi: 10.18653/v1/2023.acl-long.61.
[17]
O. de Gibert et al., “A new massive multilingual dataset for high-performance language technologies,” in Proceedings of the 2024 joint international conference on computational linguistics, language resources and evaluation (LREC-COLING 2024), 2024, pp. 1116–1128, [Online]. Available: https://aclanthology.org/2024.lrec-main.100/.
[18]
L. Burchell et al., “An expanded massive multilingual dataset for high-performance language technologies (HPLT),” in Proceedings of the 63rd annual meeting of the association for computational linguistics (volume 1: Long papers), 2025, pp. 17452–17485.
[19]
G. Penedo et al., FineWeb2: One pipeline to scale them all: Adapting pre-training data processing to every language,” CoRR, vol. abs/2506.20920, 2025, doi: 10.48550/arXiv.2506.20920.
[20]
S. Ji et al., EMMA-500: Enhancing massively multilingual adaptation of large language models.” 2024, [Online]. Available: https://arxiv.org/abs/2409.17892.
[21]
J. Kreutzer et al., “Quality at a glance: An audit of web-crawled multilingual datasets,” Transactions of the Association for Computational Linguistics, vol. 10, pp. 50–72, 2022, doi: 10.1162/tacl_a_00447.
[22]
C. Raffel et al., “Exploring the limits of transfer learning with a unified text-to-text transformer,” Journal of Machine Learning Research, vol. 21, no. 140, pp. 1–67, 2020, [Online]. Available: https://jmlr.org/papers/v21/20-074.html.
[23]
L. Gao et al., “The Pile: An 800GB dataset of diverse text for language modeling,” CoRR, vol. abs/2101.00027, 2021, doi: 10.48550/arXiv.2101.00027.
[24]
G. Penedo et al., “The RefinedWeb dataset for Falcon LLM: Outperforming curated corpora with web data only,” in Advances in neural information processing systems, 2023, vol. 36, pp. 79155–79172, [Online]. Available: https://proceedings.neurips.cc/paper_files/paper/2023/hash/fa3ed726cc5073b9c31e3e49a807789c-Abstract-Datasets_and_Benchmarks.html.
[25]
J. Li et al., DataComp-LM: In search of the next generation of training sets for language models,” in Advances in neural information processing systems, 2024, [Online]. Available: https://openreview.net/forum?id=CNWdWn47IE.
[26]
M. Nezhurina et al., “Open-sci-ref-0.01: Open and reproducible reference baselines for language model and dataset comparison,” CoRR, vol. abs/2509.09009, 2025, doi: 10.48550/arXiv.2509.09009.
[27]
G. Urbizu, I. San Vicente, X. Saralegi, and A. Corral, “Not enough data to pre-train your language model? MT to the rescue!” in Findings of the association for computational linguistics: ACL 2023, Jul. 2023, pp. 3826–3836, doi: 10.18653/v1/2023.findings-acl.235.
[28]
M. Doshi, R. Dabre, and P. Bhattacharyya, “Pretraining language models using translationese,” in Proceedings of the 2024 conference on empirical methods in natural language processing, 2024, pp. 5843–5862, doi: 10.18653/v1/2024.emnlp-main.334.
[29]
S. Boughorbel, M. R. Parvez, and M. Hawasly, “Improving language models trained on translated data with continual pre-training and dictionary learning analysis,” in Proceedings of the second arabic natural language processing conference, Aug. 2024, pp. 73–88, doi: 10.18653/v1/2024.arabicnlp-1.7.
[30]
D. J. Velasco and M. T. Roque, “Scaling, simplification, and adaptation: Lessons from pretraining on machine-translated text,” in Proceedings of the 5th workshop on multilingual representation learning, Nov. 2025, pp. 612–630, doi: 10.18653/v1/2025.mrl-main.40.
[31]
J. Wang et al., “Multilingual pretraining using a large corpus machine-translated from a single source language,” CoRR, vol. abs/2410.23956, 2024, doi: 10.48550/arXiv.2410.23956.
[32]
J. Wang et al., TransWebLLM / TransWeb-Edu in 9 languages; EMNLP publication of arXiv:2502.13252.“Multilingual language model pretraining using machine-translated data,” in Proceedings of the 2025 conference on empirical methods in natural language processing, Nov. 2025, pp. 28087–28107, doi: 10.18653/v1/2025.emnlp-main.1426.
[33]
G. Penedo, H. Kydlíček, A. H. Kargaran, and L. von Werra, Dataset; non-English FineWeb2 documents translated into English with Gemma3 27B; directionally opposite of MultiSynt/MT.“FineTranslations.” https://huggingface.co/datasets/HuggingFaceFW/finetranslations; Hugging Face, 2026.
[34]
S. Ji, T. Mickus, V. Segonne, and J. Tiedemann, “Can machine translation bridge multilingual pretraining and cross-lingual transfer learning?” in Proceedings of the 2024 joint international conference on computational linguistics, language resources and evaluation, 2024, pp. 2809–2818, [Online]. Available: https://aclanthology.org/2024.lrec-main.250/.
[35]
Z. Li, S. Ji, T. Mickus, V. Segonne, and J. Tiedemann, “A comparison of language modeling and translation as multilingual pretraining objectives,” in Proceedings of the 2024 conference on empirical methods in natural language processing, Nov. 2024, pp. 15882–15894, doi: 10.18653/v1/2024.emnlp-main.888.
[36]
S. Ji, Z. Li, J. Paavola, I. Paul, H. Luo, and J. Tiedemann, “Massively multilingual adaptation of large language models using bilingual translation data.” 2025, [Online]. Available: https://arxiv.org/abs/2506.00469.
[37]
Z. Li, S. Ji, H. Luo, and J. Tiedemann, “Rethinking multilingual continual pretraining: Data mixing for adapting LLMs across languages and resources.” 2025, [Online]. Available: https://arxiv.org/abs/2504.04152.
[38]
D. M. Alves et al., “Tower: An open multilingual large language model for translation-related tasks,” in First conference on language modeling, 2024, [Online]. Available: https://openreview.net/forum?id=EHPns3hVkj.
[39]
J. Tiedemann, “Parallel data, tools and interfaces in OPUS.” in Lrec, 2012, vol. 2012, pp. 2214–2218.
[40]
M. Junczys-Dowmunt et al., Marian: Fast neural machine translation in C++,” in Proceedings of ACL 2018, system demonstrations, Jul. 2018, pp. 116–121, doi: 10.18653/v1/P18-4020.
[41]
M. Koppel and N. Ordan, “Translationese and its dialects,” in Proceedings of the 49th annual meeting of the association for computational linguistics: Human language technologies, 2011, pp. 1318–1326, [Online]. Available: https://aclanthology.org/P11-1132/.
[42]
V. Volansky, N. Ordan, and S. Wintner, “On the features of translationese,” Digital Scholarship in the Humanities, vol. 30, no. 1, pp. 98–118, 2015, doi: 10.1093/llc/fqt031.
[43]
E. Vanmassenhove, D. Shterionov, and A. Way, “Machine translationese: Effects of algorithmic bias on linguistic complexity in machine translation,” in Proceedings of the 16th conference of the european chapter of the association for computational linguistics: Main volume, 2021, pp. 2203–2213, doi: 10.18653/v1/2021.eacl-main.188.
[44]
Y. Bizzoni, T. S. Juzek, C. España-Bonet, K. Dutta Chowdhury, J. van Genabith, and E. Teich, “How human is machine translationese? Comparing human and machine translations of text and speech,” in Proceedings of the 17th international conference on spoken language translation, 2020, pp. 280–290, doi: 10.18653/v1/2020.iwslt-1.34.
[45]
Y. Graham, B. Haddow, and P. Koehn, “Translationese in machine translation evaluation,” in Proceedings of the fourth conference on machine translation, 2019, pp. 72–81, [Online]. Available: https://aclanthology.org/W19-5208/.
[46]
M. Freitag, D. Grangier, and I. Caswell, BLEU might be guilty but references are not innocent,” in Proceedings of the 2020 conference on empirical methods in natural language processing (EMNLP), 2020, pp. 61–71, doi: 10.18653/v1/2020.emnlp-main.5.
[47]
M. Artetxe, G. Labaka, and E. Agirre, “Translation artifacts in cross-lingual transfer learning,” in Proceedings of the 2020 conference on empirical methods in natural language processing, 2020, pp. 7674–7684, doi: 10.18653/v1/2020.emnlp-main.618.
[48]
P. Riley, A. Gokaslan, and N. A. Smith, “Sometimes we want translationese,” CoRR, vol. abs/2104.07623, 2021, doi: 10.48550/arXiv.2104.07623.
[49]
D. Hershcovich et al., “Challenges and strategies in cross-cultural NLP,” in Proceedings of the 60th annual meeting of the association for computational linguistics (volume 1: Long papers), 2022, pp. 6997–7013, doi: 10.18653/v1/2022.acl-long.482.
[50]
T. Naous, M. J. Ryan, A. Ritter, and W. Xu, “Having beer after prayer? Measuring cultural bias in large language models,” in Proceedings of the 62nd annual meeting of the association for computational linguistics (volume 1: Long papers), 2024, pp. 16366–16393, doi: 10.18653/v1/2024.acl-long.862.
[51]
C. C. Liu, F. Koto, T. Baldwin, and I. Gurevych, “Are multilingual LLMs culturally-diverse reasoners? An investigation into multicultural proverbs and sayings,” in Proceedings of the 2024 conference of the north american chapter of the association for computational linguistics: Human language technologies (volume 1: Long papers), 2024, pp. 2016–2039, doi: 10.18653/v1/2024.naacl-long.112.
[52]
S. Pawar et al., “Survey of cultural awareness in language models: Text and beyond,” Computational Linguistics, vol. 51, no. 3, pp. 907–1004, 2025, doi: 10.1162/coli.a.14.
[53]
B. Yao, X. Y. Li, N. Muennighoff, D. Radev, P. Viswanath, and D. Kiela, “Benchmarking machine translation with cultural awareness,” in Proceedings of the 2024 conference on empirical methods in natural language processing, 2024, pp. 13078–13096, doi: 10.18653/v1/2024.emnlp-main.726.
[54]
J. Etxaniz, G. Azkune, A. Soroa, O. Lopez de Lacalle, and M. Artetxe, BertaQA: How much do language models know about local culture?” in Advances in neural information processing systems, datasets and benchmarks track, 2024, [Online]. Available: https://arxiv.org/abs/2406.07302.
[55]
A. Conneau et al., XNLI: Evaluating cross-lingual sentence representations,” in Proceedings of the 2018 conference on empirical methods in natural language processing, 2018, pp. 2475–2485, doi: 10.18653/v1/D18-1269.
[56]
J. Hu, S. Ruder, A. Siddhant, G. Neubig, O. Firat, and M. Johnson, XTREME: A massively multilingual multi-task benchmark for evaluating cross-lingual generalisation,” in Proceedings of the 37th international conference on machine learning, 2020, pp. 4411–4421, [Online]. Available: https://proceedings.mlr.press/v119/hu20b.html.
[57]
L. Bandarkar et al., “The belebele benchmark: A parallel reading comprehension dataset in 122 language variants,” in Proceedings of the 62nd annual meeting of the association for computational linguistics (volume 1: Long papers), 2024, pp. 749–775, doi: 10.18653/v1/2024.acl-long.44.
[58]
W. Xuan et al., MMLU-ProX: A multilingual benchmark for advanced large language model evaluation,” in Proceedings of the 2025 conference on empirical methods in natural language processing, 2025, pp. 1513–1532, doi: 10.18653/v1/2025.emnlp-main.79.
[59]
J. H. Clark et al., TyDi QA: A benchmark for information-seeking question answering in typologically diverse languages,” Transactions of the Association for Computational Linguistics, vol. 8, pp. 454–470, 2020, doi: 10.1162/tacl_a_00317.
[60]
S. Singh et al., “Global MMLU: Understanding and addressing cultural and linguistic biases in multilingual evaluation,” in Proceedings of the 63rd annual meeting of the association for computational linguistics (volume 1: Long papers), Jul. 2025, pp. 18761–18799, doi: 10.18653/v1/2025.acl-long.919.
[61]
V. Mikhailov et al., NorEval: A Norwegian language understanding and generation evaluation benchmark,” in Findings of the association for computational linguistics: ACL 2025, Jul. 2025, pp. 3495–3541, doi: 10.18653/v1/2025.findings-acl.181.
[62]
A. Romanou et al., INCLUDE: Evaluating multilingual language understanding with regional knowledge,” in International conference on learning representations, 2025, [Online]. Available: https://proceedings.iclr.cc/paper_files/paper/2025/hash/ced46a50befedcb884ccf0cbe8c3ad23-Abstract-Conference.html.
[63]
M. Wu et al., “The bitter lesson learned from 2,000+ multilingual benchmarks,” CoRR, vol. abs/2504.15521, 2025, doi: 10.48550/arXiv.2504.15521.
[64]
L. Zheng et al., “Judging LLM-as-a-judge with MT-Bench and chatbot arena,” in Advances in neural information processing systems, datasets and benchmarks track, 2023, [Online]. Available: https://arxiv.org/abs/2306.05685.
[65]
Y. Liu, D. Iter, Y. Xu, S. Wang, R. Xu, and C. Zhu, G-eval: NLG evaluation using GPT-4 with better human alignment,” in Proceedings of the 2023 conference on empirical methods in natural language processing, 2023, pp. 2511–2522, doi: 10.18653/v1/2023.emnlp-main.153.
[66]
P. Verga et al., “Replacing judges with juries: Evaluating LLM generations with a panel of diverse models,” CoRR, vol. abs/2404.18796, 2024, doi: 10.48550/arXiv.2404.18796.
[67]
J. Gu et al., “A survey on LLM-as-a-judge,” The Innovation, p. 101253, 2026, doi: 10.1016/j.xinn.2025.101253.
[68]
P. H. Martins et al., EuroLLM-9B: Technical report,” CoRR, vol. abs/2506.04079, 2025, doi: 10.48550/arXiv.2506.04079.
[69]
A. Yang et al., Qwen3 technical report,” CoRR, vol. abs/2505.09388, 2025, doi: 10.48550/arXiv.2505.09388.
[70]
Gemma Team, Gemma 3 technical report,” CoRR, vol. abs/2503.19786, 2025, doi: 10.48550/arXiv.2503.19786.
[71]
J. Tiedemann, “The tatoeba translation challenge realistic data sets for low resource and multilingual MT,” in Proceedings of the fifth conference on machine translation, Nov. 2020, pp. 1174–1182, doi: 10.18653/v1/2020.wmt-1.139.
[72]
M. Shoeybi, M. Patwary, R. Puri, P. LeGresley, J. Casper, and B. Catanzaro, Megatron-LM: Training multi-billion parameter language models using model parallelism,” CoRR, vol. abs/1909.08053, 2019, doi: 10.48550/arXiv.1909.08053.
[73]
N. Habib, C. Fourrier, H. Kydlíček, T. Wolf, and L. Tunstall, “LightEval: A lightweight framework for LLM evaluation.” 2023, [Online]. Available: https://github.com/huggingface/lighteval.
[74]
L. Gao et al., “The language model evaluation harness.” Zenodo, Jul. 2024, doi: 10.5281/zenodo.12608602.
[75]
P. Clark et al., “Think you have solved question answering? Try ARC, the AI2 reasoning challenge,” arXiv:1803.05457v1, 2018.
[76]
V. Dac Lai et al., “Okapi: Instruction-tuned large language models in multiple languages with reinforcement learning from human feedback,” arXiv e-prints, pp. arXiv–2307, 2023.
[77]
R. Zellers, A. Holtzman, Y. Bisk, A. Farhadi, and Y. Choi, “HellaSwag: Can a machine really finish your sentence?” in Proceedings of the 57th annual meeting of the association for computational linguistics, 2019.
[78]
P. Chizhov, M. Nee, P.-C. Langlais, and I. P. Yamshchikov, “What the HellaSwag? On the validity of common-sense reasoning benchmarks.” 2025, [Online]. Available: https://arxiv.org/abs/2504.07825.
[79]
X. V. Lin et al., “Few-shot learning with multilingual language models,” CoRR, vol. abs/2112.10668, 2021, [Online]. Available: https://arxiv.org/abs/2112.10668.
[80]
D. Hendrycks et al., “Measuring massive multitask language understanding,” in International conference on learning representations (ICLR), 2021, [Online]. Available: https://openreview.net/forum?id=d7KBjmI3GmQ.
[81]
M. Hardalov, T. Mihaylov, D. Zlatkova, Y. Dinkov, I. Koychev, and P. Nakov, EXAMS: A multi-subject high school examinations dataset for cross-lingual and multilingual question answering,” in Proceedings of the 2020 conference on empirical methods in natural language processing (EMNLP), Nov. 2020, pp. 5427–5444, doi: 10.18653/v1/2020.emnlp-main.438.
[82]
M. Chen, M. D’Arcy, A. Liu, J. Fernandez, and D. Downey, “CODAH: An adversarially-authored question answering dataset for common sense,” in Proceedings of the 3rd workshop on evaluating vector space representations for NLP, 2019, pp. 63–69, doi: 10.18653/v1/W19-2008.
[83]
A. Talmor, J. Herzig, N. Lourie, and J. Berant, “CommonsenseQA: A question answering challenge targeting commonsense knowledge,” in Proceedings of the 2019 conference of the north American chapter of the association for computational linguistics: Human language technologies, volume 1 (long and short papers), 2019, pp. 4149–4158, doi: 10.18653/v1/N19-1421.
[84]
J. Jumelet, L. Weissweiler, J. Nivre, and A. Bisazza, “MultiBLiMP 1.0: A massively multilingual benchmark of linguistic minimal pairs.” 2026, [Online]. Available: https://arxiv.org/abs/2504.02768.
[85]
D. Nunes, R. Primi, R. Pires, R. Lotufo, and R. Nogueira, “Evaluating GPT-3.5 and GPT-4 models on brazilian university admission exams.” 2023, [Online]. Available: https://arxiv.org/abs/2303.17003.
[86]
H. F. Sayama, A. V. Araujo, and E. R. Fernandes, “FaQuAD: Reading comprehension dataset in the domain of brazilian higher education,” in 2019 8th brazilian conference on intelligent systems (BRACIS), 2019, pp. 443–448, doi: 10.1109/BRACIS.2019.00084.
[87]
R. Pires, R. Malaquias Junior, and R. Nogueira, “Automatic legal writing evaluation of LLMs,” in Proceedings of the international conference on artificial intelligence and law (ICAIL), 2025.
[88]
M. Griot, J. Vanderdonckt, D. Yuksel, and C. Hemptinne, “Pattern recognition or medical knowledge? The problem with multiple-choice questions in medicine,” in Proceedings of the 63rd annual meeting of the association for computational linguistics (volume 1: Long papers), 2025, pp. 5321–5341, doi: 10.18653/v1/2025.acl-long.266.
[89]
Y. Yang, Y. Zhang, C. Tar, and J. Baldridge, PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification,” in Proc. Of EMNLP, 2019.
[90]
J. Kytöniemi, J. Piha, A. Reunamo, F. Vitiugin, F. Mehryary, and S. Pyysalo, “FIN-bench-v2: A unified and robust benchmark suite for evaluating finnish large language models.” 2025, [Online]. Available: https://arxiv.org/abs/2512.13330.
[91]
A. Kabra et al., “Learning from synthetic data improves multi-hop reasoning,” in The fourteenth international conference on learning representations, 2026, [Online]. Available: https://openreview.net/forum?id=38nYZ5QBui.
[92]
J. Dang et al., “Aya expanse: Combining research breakthroughs for a new multilingual frontier.” 2024, [Online]. Available: https://arxiv.org/abs/2412.04261.
[93]
OpenAI, Professionally translated test split of MMLU across 14 languagesMMMLU: Multilingual massive multitask language understanding.” https://huggingface.co/datasets/openai/MMMLU, 2024.
[94]
A. A. Weber et al., “Investigating multilingual instruction-tuning: Do polyglot models demand for multilingual instructions?” in Proceedings of the 2024 conference on empirical methods in natural language processing, 2024, pp. 20829–20855, doi: 10.18653/v1/2024.emnlp-main.1159.
[95]
I. Shumailov, Z. Shumaylov, Y. Zhao, N. Papernot, R. Anderson, and Y. Gal, AI models collapse when trained on recursively generated data,” Nature, vol. 631, no. 8022, pp. 755–759, Jul. 2024, doi: 10.1038/s41586-024-07566-y.
[96]
W. Kwon et al., “Efficient memory management for large language model serving with PagedAttention,” in Proceedings of the 29th symposium on operating systems principles (SOSP ’23), 2023, [Online]. Available: https://arxiv.org/abs/2309.06180.
[97]
J. Tiedemann, “News from OPUS-a collection of multilingual parallel corpora with tools and interfaces,” in Recent advances in natural language processing, 2009, vol. 5, pp. 237–248.
[98]
T. Brown et al., “Language models are few-shot learners,” in Advances in neural information processing systems, 2020, vol. 33, pp. 1877–1901, [Online]. Available: https://papers.nips.cc/paper/2020/hash/1457c0d6bfcb4967418bfb8ac142f64a-Abstract.html.
[99]
K. Lee et al., “Deduplicating training data makes language models better,” in Proceedings of the 60th annual meeting of the association for computational linguistics (volume 1: Long papers), 2022, pp. 8424–8445, doi: 10.18653/v1/2022.acl-long.577.
[100]
A. K. Singh et al., “Evaluation data contamination in LLMs: How do we measure it and when does it matter?” 2024, [Online]. Available: https://arxiv.org/abs/2411.03923.
[101]
B. Yao, Y. Jiang, D. Yang, and J. Hu, “Data contamination can cross language barriers,” in Proceedings of the 2024 conference on empirical methods in natural language processing, 2024, pp. 17864–17875, doi: 10.18653/v1/2024.emnlp-main.990.
[102]
T. Kocmi et al., “Preliminary ranking of WMT25 general machine translation systems.” 2025, [Online]. Available: https://arxiv.org/abs/2508.14909.
[103]
L. Wang, N. Yang, X. Huang, L. Yang, R. Majumder, and F. Wei, “Multilingual E5 text embeddings: A technical report,” arXiv preprint arXiv:2402.05672, 2024.

  1. Our pre-training experiments began before the more recent HPLT 3.0 release was available, so we use HPLT 2.0 as the native baseline throughout Section 4. While the 3.0 version is larger, the distributions of the two are closely similar [7]; see also Figure 6.↩︎

  2. opus.nlpl.eu↩︎

  3. hf.co/Unbabel/Tower-Plus-9B↩︎

  4. hf.co/Unbabel/Tower-Plus-72B↩︎

  5. github.com/ellamind/inference-hive↩︎

  6. opus.nlpl.eu/synthetic/nemotron-cc-translated/v1syn↩︎

  7. NorEval comprises 24 native-authored Norwegian tasks covering both Bokmål and Nynorsk, the two written variants of Norwegian. Aggregate benchmark results, obtained by normalizing and averaging scores across all tasks, show a clear advantage for models trained on native Norwegian data.↩︎

  8. github.com/ellamind/inference-hive↩︎

  9. Albanian is listed as sqi in MultiSynt/MT (the ISO 639-3 macrolanguage code, matching OPUS-MT/HPLT-MT’s output language label) and as als_Latn in HPLT 3.0 (Tosk Albanian, the basis of Standard Albanian and the FLORES/NLLB convention for the language). The two refer to the same standard written language in practice.↩︎