paper-with-me

Papers

EstLLM: Enhancing Estonian Capabilities in Multilingual LLMs via Continued Pretraining and Post-Training

2026-03-02 · Aleksei Dorkin, Taido Purason, Emil Kalbaliyev, Hele-Andra Kuulmets, Marii Ojastu, Mark Fišel, Tanel Alumäe, Eleri Aedmaa, Krister Kruusmaa, Kairit Sirts arxiv

Large language models (LLMs) are predominantly trained on English-centric data, resulting in uneven performance for smaller languages. We study whether continued pretraining (CPT) can substantially improve Estonian capabilities in a pretrained multilingual LLM while preserving its English and general reasoning performance. Using Llama 3.1 8B as the main base model, we perform CPT on a mixture that increases Estonian exposure while approximating the original training distribution through English replay and the inclusion of code, mathematics, and instruction-like data. We subsequently apply supervised fine-tuning, preference optimization, and chat vector merging to introduce robust instruction-following behavior. Evaluation on a comprehensive suite of Estonian benchmarks shows consistent gains in linguistic competence, knowledge, reasoning, translation quality, and instruction-following compared to the original base model and its instruction-tuned variant, while maintaining competitive performance on English benchmarks. These findings indicate that CPT, with an appropriately balanced data mixture, together with post-training alignment, can substantially improve single-language capabilities in pretrained multilingual LLMs.

📄 PDF Abstract BibTeX arXiv:2603.02041

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AttestLLM: Efficient Attestation Framework for Billion-scale On-device LLMs

2025-09-08 · Ruisi Zhang, Yifei Zhao, Neusha Javidnia, Mengxin Zheng 외 arxiv

As on-device LLMs(e.g., Apple on-device Intelligence) are widely adopted to reduce network dependency, improve privacy, and enhance responsiveness, verifying the legitimacy of models running on local devices becomes crit…

FORESTLLM: Large Language Models Make Random Forest Great on Few-shot Tabular Learning

2026-01-16 · Zhihan Yang, Jiaqi Wei, Xiang Zhang, Haoyu Dong 외 arxiv

Tabular data high-stakes critical decision-making in domains such as finance, healthcare, and scientific discovery. Yet, learning effectively from tabular data in few-shot settings, where labeled examples are scarce, rem…

Evaluating Multilingual BERT for Estonian

2020-10-01 · Claudia Kittask, Kirill Milintsevich, Kairit Sirts

Recently, large pre-trained language models, such as BERT, have reached state-of-the-art performance in many natural language processing tasks, but for many languages, including Estonian, BERT models are not yet availabl…

Morphological TaggingNERPOStext-classification+1

Automated Network Protocol Testing with LLM Agents

2025-10-15 · Yunze Wei, Kaiwen Wei, Shibo Du, Jianyu Wang 외 arxiv

Network protocol testing is fundamental for modern network infrastructure. However, traditional network protocol testing methods are labor-intensive and error-prone, requiring manual interpretation of specifications, tes…

Teaching Llama a New Language Through Cross-Lingual Knowledge Transfer

2024-04-05 · Hele-Andra Kuulmets, Taido Purason, Agnes Luhtaru, Mark Fishel

This paper explores cost-efficient methods to adapt pretrained Large Language Models (LLMs) to new lower-resource languages, with a specific focus on Estonian. Leveraging the Llama 2 model, we investigate the impact of c…

Instruction FollowingTransfer Learning