Advancing Polish Language Modeling through Tokenizer Optimization in the Bielik v3 7B and 11B Series

arXiv cs.CL / 4/14/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • Bielik v3 PLシリーズ(7B/11B)は、汎用ユニバーサルトークナイザによる言語固有の形態的特徴の取りこぼしを改善し、ポーランド語特化のLLM最適化を進めた取り組みとして報告されています。
  • Mistralベースのユニバーサルトークナイザから、ポーランド語に最適化した専用語彙へ移行することで、fertility ratioの低下、推論コストの削減、実効コンテキスト窓の改善を狙っています。
  • FOCUSベースの埋め込み初期化や多段階の事前学習カリキュラム(pretraining curriculum)を導入し、その後にSFT、DPO、さらに検証可能な報酬を伴うGRPOによるアラインメントを行っています。
  • 本稿は、ポーランド語の言語モデル性能を左右し得る“トークナイザ最適化”と“学習・アラインメント手法の段階的統合”の具体的な設計方針を示しています。

Abstract

The development of the Bielik v3 PL series, encompassing both the 7B and 11B parameter variants, represents a significant milestone in the field of language-specific large language model (LLM) optimization. While general-purpose models often demonstrate impressive multilingual capabilities, they frequently suffer from a fundamental architectural inefficiency: the use of universal tokenizers. These tokenizers, typically designed to cover a broad spectrum of languages, often fail to capture the morphological nuances of specific languages like Polish, leading to higher fertility ratios, increased inference costs, and restricted effective context windows. This report details the transition from the universal Mistral-based tokenization to a dedicated Polish-optimized vocabulary for the Bielik v3 models, exploring the FOCUS-based embedding initialization, the multi-stage pretraining curriculum, and the subsequent post-training alignment involving Supervised Fine-Tuning, Direct Preference Optimization, and Reinforcement Learning through Group Relative Policy Optimization with verifiable rewards.