paper-with-me

홈 › Papers

TildeOpen LLM: Leveraging Curriculum Learning to Achieve Equitable Language Representation

2026-03-09 · Toms Bergmanis, Martins Kronis, Ingus Jānis Pretkalniņš, Dāvis Nicmanis, Jeļizaveta Jelinska, Roberts Rozis, Rinalds Vīksna, Mārcis Pinnis arxiv

Large language models often underperform in many European languages due to the dominance of English and a few high-resource languages in training data. This paper presents TildeOpen LLM, a 30-billion-parameter open-weight foundational model trained for 34 European languages to promote linguistic equity and improve performance for low-resource languages. To address the data imbalance, we combine dataset upsampling with a curriculum-based training schedule that alternates between uniform and natural language distributions. The resulting model performs favorably compared to other multilingual LLMs despite being trained with significantly fewer computing resources. Evaluation across multiple multilingual benchmarks shows that TildeOpen surpasses existing open-weight models in text generation and comprehension, particularly for Baltic, Finno-Ugric, and Slavic languages. Human evaluations confirm an up to tenfold reduction in linguistic errors relative to leading baselines. The model and associated resources are fully open-weight and publicly available at huggingface.co/TildeAI/TildeOpen-30b. These outcomes demonstrate that careful data curation and balanced training strategies can substantially enhance multilingual model quality without increasing model size or training volume.

📄 PDF Abstract BibTeX arXiv:2603.08182

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Code-Switching Curriculum Learning for Multilingual Transfer in LLMs

2024-11-04 · Haneul Yoo, Cheonbok Park, Sangdoo Yun, Alice Oh 외

Large language models (LLMs) now exhibit near human-level performance in various tasks, but their performance drops drastically after a handful of high-resource languages due to the imbalance in pre-training data. Inspir…

Cross-Lingual TransferLanguage AcquisitionSafety AlignmentSentence

Curriculum Recommendations Using Transformer Base Model with InfoNCE Loss And Language Switching Method

2024-01-18 · Xiaonan Xu, Bin Yuan, Yongyao Mo, Tianbo Song 외

The Curriculum Recommendations paradigm is dedicated to fostering learning equality within the ever-evolving realms of educational technology and curriculum development. In acknowledging the inherent obstacles posed by e…

Computational EfficiencySentenceTranslation

CURE-Med: Curriculum-Informed Reinforcement Learning for Multilingual Medical Reasoning

2026-01-19 · Eric Onyame, Akash Ghosh, Subhadip Baidya, Sriparna Saha 외 arxiv

While large language models (LLMs) have shown to perform well on monolingual mathematical and commonsense reasoning, they remain unreliable for multilingual medical reasoning applications, hindering their deployment in m…

Reinforcement Learning

Low-Resource Machine Translation Training Curriculum Fit for Low-Resource Languages

2021-03-24 · Garry Kuwanto, Afra Feyza Akyürek, Isidora Chara Tourni, Siyang Li 외

We conduct an empirical study of neural machine translation (NMT) for truly low-resource languages, and propose a training curriculum fit for cases when both parallel training data and compute resource are lacking, refle…

Cross-Lingual Bitext MiningLanguage ModellingLow-Resource Neural Machine TranslationMachine Translation+2

Investigating Bias: A Multilingual Pipeline for Generating, Solving, and Evaluating Math Problems with LLMs

2025-09-22 · Mariam Mahran, Katharina Simbeck arxiv

Large Language Models (LLMs) are increasingly used for educational support, yet their response quality varies depending on the language of interaction. This paper presents an automated multilingual pipeline for generatin…