TiSpell: A Semi-Masked Methodology for Tibetan Spelling Correction covering Multi-Level Error with Data Augmentation
Yutong Liu, Feng Xiao, Ziyue Zhang, Yongbin Yu, Cheng Huang, Fan Gao, Xiangxiang Wang, Ma-bao Ban, Manping Fan, Thupten Tsering, Cheng Huang, Gadeng Luosang, Renzeng Duojie, Nyima Tashi
TL;DR
This work tackles multi-level Tibetan spelling correction by proposing TiSpell, an encoder-only model with a semi-masked character-level head and a syllable-level correction head. It introduces a data augmentation pipeline that generates nine corruption types from unlabeled Tibetan text to train robust correction under character-, syllable-, and mixed-level errors, optimized via a multi-task loss L = L_M + w_C L_C with w_C = 2. Evaluations on simulated and real-world data show TiSpell outperforms traditional baselines and matches or exceeds state-of-the-art results, with TiSpell-RoBERTa delivering top performance on real-world data. Ablation and interpretability analyses confirm the effectiveness of the semi-masked head, multi-head architecture, and attention-focused corrections, underscoring practical applicability for Tibetan NLP and multi-level error handling.
Abstract
Multi-level Tibetan spelling correction addresses errors at both the character and syllable levels within a unified model. Existing methods focus mainly on single-level correction and lack effective integration of both levels. Moreover, there are no open-source datasets or augmentation methods tailored for this task in Tibetan. To tackle this, we propose a data augmentation approach using unlabeled text to generate multi-level corruptions, and introduce TiSpell, a semi-masked model capable of correcting both character- and syllable-level errors. Although syllable-level correction is more challenging due to its reliance on global context, our semi-masked strategy simplifies this process. We synthesize nine types of corruptions on clean sentences to create a robust training set. Experiments on both simulated and real-world data demonstrate that TiSpell, trained on our dataset, outperforms baseline models and matches the performance of state-of-the-art approaches, confirming its effectiveness.
