SLMs: Small Language Models—compact AI models (around 1B to 3B parameters) designed for cost-effective, on-device deployments
TC: Traditional Chinese—the primary script targeted for stable generation in this paper
code-switching: The spontaneous generation of foreign-language tokens (e.g., English or Simplified Chinese) within an otherwise Traditional Chinese response
OLR: Other-Language Rate—a metric quantifying the fraction of characters in the generated string that are not compliant with the Traditional Chinese-only policy
Pass@TC: A strict metric measuring the frequency of perfectly clean outputs (where OLR exactly equals 0)
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning method that trains small adapter modules while keeping the base model frozen
CPT: Continual Pre-Training—further training a pre-trained model on domain-specific or language-specific text to shift its internal priors
SFT: Supervised Fine-Tuning—training a model on specific instruction-output pairs to teach it how to respond appropriately
DPO: Direct Preference Optimization—an algorithm that aligns language models to human preferences by directly penalizing rejected outputs and rewarding preferred ones without a separate reward model
NFKC normalization: A Unicode standard process that standardizes character forms, such as converting full-width digits to standard ASCII digits