Paper deep dive
Phonetic forced alignment for low-resource language varieties: Model training and evaluation on Chengdu Mandarin
Zhiheng Qian, Aini Li, Hai Hu, Liang Zhao
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 91%
Last extracted: 7/24/2026, 3:04:22 AM
Summary
This paper presents a bootstrapping pipeline for developing phonetic forced aligners for low-resource language varieties, specifically Chengdu Mandarin. The authors trained a text-dependent GMM-HMM model (Chengdu-MFA) and a text-independent frame-classification model (Chengdu-FC) using a 17-hour corpus and a custom G2P dictionary. The Chengdu-FC model was fine-tuned using pseudo-labels generated by Chengdu-MFA. Evaluation shows that both models significantly outperform Standard Mandarin baselines, with Chengdu-MFA reducing average phone boundary differences by 31.8% and Chengdu-FC by 61.2%. The work establishes a reproducible workflow for creating aligners for under-resourced dialects without extensive manual annotation.
Entities (12)
Relation Signals (11)
Chengdu-MFA → isa → GMM-HMM
confidence 95% · We trained a text-dependent GMM-HMM model (Chengdu-MFA)
Chengdu-FC → isfinetunedon → Chengdu Mandarin
confidence 95% · We fine-tined Wav2Vec2-base ... on Chengdu Mandarin
Chengdu-FC → reducesboundarydifferenceby → 61.2%
confidence 95% · Chengdu-FC achieved a 61.2% reduction
Chengdu-MFA → reducesboundarydifferenceby → 31.8%
confidence 95% · Chengdu-MFA reduced average phone boundary differences by 31.8%
Chengdu-MFA → outperforms → Standard Mandarin Baselines
confidence 92% · both methods significantly outperform Standard Mandarin baselines
Chengdu-FC → outperforms → Standard Mandarin Baselines
confidence 92% · both methods significantly outperform Standard Mandarin baselines
Chengdu-MFA → generates → pseudo labels
confidence 90% · We applied Chengdu-MFA to the corpus to automatically generate phone-level pseudo-labels
Chengdu-FC → isbasedon → Chengdu-MFA
confidence 90% · fine-tuned a pretrained audio encoder ... with Chengdu-MFA's pseudo label
→ →
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Phonetic forced alignment is a key technique in phonetic research, yet existing alignment systems lack specialized models for low-resource language varieties. We address this by training text-dependent and text-independent aligners for Chengdu Mandarin using a 17-hour corpus and a custom G2P dictionary. We trained a text-dependent GMM-HMM model (Chengdu-MFA) and fine-tuned a pretrained audio encoder on frame classification with Chengdu-MFA's pseudo label for text-independent alignment (Chengdu-FC). Evaluation on an expert-annotated test set show that both methods significantly outperform Standard Mandarin baselines. Chengdu-MFA reduced average phone boundary differences by 31.8%, while Chengdu-FC achieved a 61.2% reduction. This work establishes a practical bootstrapping pipeline for developing accurate aligners for under-resourced varieties without labor- and time-intensive manual annotation.
Tags
Links
- Source: https://arxiv.org/abs/2607.21332v1
- Canonical: https://arxiv.org/abs/2607.21332v1
Trouble viewing inline? Open PDF directly →
Full Text
23,926 characters extracted from source content.
Expand or collapse full text
Phonetic forced alignment for low-resource language varieties: Model training and evaluation on Chengdu Mandarin Zhiheng Qian 1 , Aini Li 2 , Hai Hu 3 , Liang Zhao 4 1 Shanghai Jiao Tong University; 2 City University of Hong Kong; 3 The Hong Kong Polytechnic University; 4 Beijing Foreign Studies University, n1vnhil@sjtu.edu.cn, ainili@cityu.edu.hk, hai.hu@polyu.edu.hk, liang.zhao@bfsu.edu.cn Abstract Phonetic forced alignment is a key technique in phonetic re- search, yet existing alignment systems lack specialized models for low-resource language varieties. We address this by train- ing text-dependent and text-independent aligners for Chengdu Mandarin using a 17-hour corpus and a custom G2P dic- tionary.We trained a text-dependent GMM-HMM model (Chengdu-MFA) and fine-tuned a pretrained audio encoder on frame classification with Chengdu-MFA’s pseudo label for text- independent alignment (Chengdu-FC). Evaluation on an expert- annotated test set show that both methods significantly outper- form Standard Mandarin baselines. Chengdu-MFA reduced av- erage phone boundary differences by 31.8%, while Chengdu- FC achieved a 61.2% reduction. This work establishes a prac- tical bootstrapping pipeline for developing accurate aligners for under-resourced varieties without labor- and time-intensive manual annotation. Index Terms: phonetic forced alignment, low-resource speech data, Chengdu Mandarin 1. Introduction The increasing availability of spoken language data has height- ened the need for reliable automated methods in phonetic anal- ysis. Phonetic forced alignment is a critical technique for syn- chronizing speech transcription with audio at the utterance, word, and phone levels [1, 2]. By automating time-aligned an- notations, dedicated aligners such as the Penn Forced Aligner [3], the Prosodylab-Aligner [4], FAVE [5], the Montreal Forced Aligner (MFA) [6], and Charsiu Forced Aligner [7], have greatly facilitated large-scale phonetic and sociolinguistic re- search. However, existing models for phonetic forced align- ment are predominantly trained on standardized, high-resource languages (e.g., Standard Mandarin). When applied to regional or non-standard language varieties, their performance may de- cline due to systematic differences in the sound systems. Al- though some alignment toolkits allow researchers to train cus- tom models, doing so from scratch is particularly challenging for low-resource varieties, which typically lack both massive speech corpora and specialized phonetic dictionaries. This presents a significant methodological bottleneck: how can researchers efficiently develop forced aligners for regional varieties that achieve reasonably accurate alignment with a manageable amount of data? In particular, how can this be accomplished when manual annotations are scarce or entirely absent, and when text transcriptions are also lacking? To ad- dress these challenges, we propose a transferable pipeline for developing variety-specific aligners for both text-dependent and -independent alignment. We used Chengdu Mandarin as a case study. Chengdu Mandarin belongs linguistically to the Southwestern Mandarin group [8] and is spoken by more than 20 million speakers. De- spite having tens of millions of native speakers, Chengdu Man- darin is severely under-resourced in speech technology. The aligners we trained for this variety thus serve as valuable tools for phonetic research, and our work provides practical guid- ance for developing similar resources for other low-resource language varieties. Previous studies have demonstrated the effectiveness of GMM-HMM-based systems for phonetic forced alignment [6]. More recently, pretrained speech encoders have been adapted for this task, although they do not consistently outperform tra- ditional GMM-HMM approaches [7]. In this study, we em- ployed both approaches to develop forced aligners for Chengdu Mandarin. Specifically, we collected approximately 17 hours of Chengdu Mandarin speech and constructed an expert-annotated grapheme-to-phoneme (G2P) dictionary tailored to its sound system. Using these resources, we first trained a GMM-HMM- based acoustic model, for text-dependent alignment. We then applied Chengdu-MFA to the corpus to automatically gener- ate phone-level pseudo-labels. These pseudo-labels served as supervision for fine-tuning a pretrained speech encoder on a frame-classification task, enabling text-independent phonetic segmentation at inference time. To assess model performance, two phoneticians manually annotated a small set of Chengdu recordings as the gold stan- dard annotations, and compared them with the output gener- ated by our trained models for Chengdu Mandarin as well as the baseline models pre-trained on Standard Mandarin. Align- ment evaluation followed the methods in the previous studies [2, 6, 7, 9, 10, 11]. Our main contributions are threefold: (1) We release the first dedicated aligners for Chengdu Mandarin, supporting both text-dependent and text-less forced alignment, as well as a spe- cialized G2P dictionary. (2) We provide empirical evidence demonstrating the limitations of applying standard-language models to regional varieties, highlighting the necessity of variety-specific training. (3) Most importantly, we establish and validate an end-to-end bootstrapping pipeline (G2P Dictionary → text-dependent aligner→pseudo-labels→ text-independent aligner) that provides the speech research community with a re- producible workflow for developing alignment tools for other under-resourced language varieties. 2. Method 2.1. G2P Dictionary for Chengdu Mandarin While Mandarin varieties share a character-based writing sys- tem, they differ considerably in their sound inventories. The phone set used by Standard Mandarin models does not apply arXiv:2607.21332v1 [cs.CL] 23 Jul 2026 to the sound inventory of Chengdu Mandarin. Therefore, we compiled a Chengdu Mandarin dictionary covering all the 2876 Chinese characters in the master dataset. The dictionary was first automatically annotated using the Pypinyin library and DeepSeek-v3 [12]. Two native speakers of Chengdu Mandarin then reviewed the model-generated annotations and corrected errors. 2.2. Chengdu-MFA We developed Chengdu-MFA, a GMM-HMM-based acoustic model for text-dependent forced alignment, using the Montreal Forced Aligner (MFA) framework [6]. In a GMM-HMM sys- tem, an utterance is represented as a sequence of hidden pho- netic states, whose temporal transitions are modeled by hidden Markov models, while the acoustic distribution associated with each state is modeled using Gaussian mixture models. Given an audio recording, its orthographic transcription, and a pro- nunciation dictionary, the model identifies the most likely state sequence and thereby estimates word- and phone-level bound- aries. GMM-HMM systems do not require manually annotated phone boundaries for training. Instead, the model jointly es- timates its acoustic parameters and latent state alignments from the utterance-level transcripts and their corresponding record- ings. During forced alignment, the observed audio was con- strained by the phone sequence derived from the transcript, and the most likely alignment path was decoded to obtain word- and phone-level timestamps. In addition to performing text-dependent alignment, Chengdu-MFA served as the first stage of our bootstrapping pipeline. We applied the trained model to the Chengdu Man- darin training corpus to generate phone-level alignments auto- matically. 2.3. Chengdu-FC To exploit the acoustic representations learned by pretrained speech encoders for phonetic forced alignment, a prevalent strategy is to cast the alignment process as a frame-level clas- sification problem [7]. Given an input audio sequence of T frames, the model predicts a phone label ˆy t for each frame t. The standard training objective minimizes the average frame- level cross-entropy loss: L seq (y, ˆ y) = 1 T T X t=1 L CE (y t , ˆy t ),(1) wherey = (y 1 ,...,y T ) denotes the reference phone-label se- quence and ˆ y = (ˆy 1 ,..., ˆy T ) denotes the corresponding model predictions. We developed Chengdu-FC model series using this learning objective with different audio encoders. The learning objective requires speech data with frame- level phone annotations. Because manually annotated phone boundaries are costly to obtain, we used Chengdu-MFA to gen- erate phone-level pseudo-labels for the training corpus as su- pervision for fine-tuning the pretrained speech encoder and its frame-classification head. To improve the model’s sensitivity to phone boundaries, we adopted a curriculum-learning strategy. The model was first trained for E epochs using the standard loss in Equa- tion 1. In subsequent epochs, frames near phone boundaries were assigned greater weights than frames in phone-internal re- gions. Specifically, for epochs after E, we used the following boundary-weighted loss: L seq (y, ˆ y) = P T t=1 w t L CE (y t , ˆy t ) P T t=1 w t , w t = 1 + (γ− 1) I bound (t,r), (2) where γ ≥ 1 is the boundary-weighting factor and r specifies the radius, measured in frames, around each reference bound- ary. The indicator function I bound (t,r) equals 1 if frame t lies within r frames of any phone boundary and 0 otherwise. Thus, boundary-adjacent frames receive a weight of γ, whereas all other frames retain a weight of 1. 3. Experiments 3.1. Dataset The master dataset for this study consisted of 15 high-quality audio recordings of Chengdu Mandarin and the corresponding text transcriptions drawn from [13]. The audios were produced by 15 speakers born and raised in urban Chengdu, a southwest- ern city in Sichuan, China. Each audio ranges from 0.6 to 1.7 hours; the total duration is about 17.7 hours. The sampling rate of the audios is 24 kHz. We created subsets of this master dataset for different procedures involved in our model training and evaluation: A test set was first created containing 50 minutes of record- ings from the master dataset, sampled from the recordings of 10 speakers, 5 minutes per speaker. The test audios were manually aligned and transcribed at the word (Chinese characters) and phone (IPA symbols) levels by linguistic experts. This manual annotation serves as the gold standard against which the align- ments from the baseline and our trained MFA and FC models are evaluated. The training set for Chengdu MFA acoustic model took the full master dataset minus the test set. To prepare MFA input, utterance-level TextGrids were created based on text transcrip- tions with timestamps from ELAN [14]. Irrelevant information such as the punctuation marks, paralinguistic annotations (e.g., ((laugh))), and other non-lexical elements were removed from the TextGrids. We used Chengdu-MFA model to provide phonetic annota- tion to its training set. Of these generated phone annotations, 80% were allocated to the Chengdu FC training set and 20 % to the Chengdu FC validation set to select hyperparameters. 3.2. Training Setup 3.2.1. Chengdu MFA We trained the Chengdu-MFA acoustic model using MFA toolkit version 3.3.3 [6]. Following the standard practice in G2P modeling for Chinese varieties, each syllable nucleus combined with its tone was modeled as a single unit. 3.2.2. Chengdu FC We fine-tined Wav2Vec2-base, Wav2Vec2-large, XLS-R-300m, Charsiu Madnarin-FC on Chengdu Mandarin respectively. We dub the finetuned models as Chengdu-FC-base, Chengdu-FC- large, Chengdu-FC-xlsr and Chengdu-FC-charsiu. The training was done using AdamW with a weight decay of 1× 10 −4 , and a batch size of 8 on a single NVIDIA RTX 3090 GPU. The training ran for 10 epochs in total. Follow- ing a curriculum learning strategy, the first 2 epochs used the Figure 1: Histograms of absolute differences (on a log scale) between forced-aligned boundaries and gold-standard annotations. The first and second rows show the word and phone tiers respectively. Dashed line represents the average boundary difference. standard cross-entropy loss. For the remaining epochs, train- ing switched to the boundary-aware weighted loss (2). Hyper- parameters were selected based on the classification accuracy on the validation set. We searched for the optimal learning rate within [1× 10 −5 , 3× 10 −4 ], boundary weight γ ∈ [5, 15], and weighting radius r ∈ [0, 2]. 3.3. Evaluation We performed forced alignment on the test set using the base- line Mandarin models and our trained Chengdu models. Text- dependent alignment was generated by both the MFA and FC models, while text-independent alignment was performed by FC models only. All the alignments were compared to the gold- standard manual annotations. Note that all our systems used IPA-based phone systems, therefore to ensure fair comparison across systems (our trained models vs. baselines), we treated the syllable nucleus and coda as a single unit in evaluation. For text-dependent alignment, we measured the absolute differences between the gold standard and our alignments at the start boundaries, and presented the percentage of word and phone boundaries under different time thresholds [2, 6, 9]. For text-independent alignment, because boundary matching is not applicable, we evaluated the precision (p), recall (r), F1-score (F1), and R-value of the boundaries at different time tolerances [7, 10, 11]. 3.4. Result 3.4.1. Text-dependent alignment Figure 1 presents the distribution of the absolute differences between the gold standard and the aligned boundaries gener- ated using our Chengdu Mandarin forced aligners. Both the Chengdu-MFA and -FC aligners outperformed the respective baselines at both word and phone tier. Specifically, the aver- age boundary difference of Chengdu-MFA was 22.1 ms at the word tier, representing 26.6% reduction compared to the Man- darin baseline. At phone tier, the average difference was 22.3 ms, a 31.8% improvement over the baseline (Table 1). Mean- while, all Chengdu-FC models exhibited better performance than the Mandarin-FC baseline. In particular, the Chengdu-FC- xlsr achieved an average boundary difference of 32.5 ms at word tier (62.3% shorter than the baseline) and 30.2 ms at phone tier (61.2% shorter than the Charsiu-Mandarin-FC baseline). As shown in Table 2, although the Mandarin-MFA model achieved the highest proportion of predictions within 10 ms, the Chengdu-MFA outperformed it at all cutoffs above 10 ms. The superior performance of Mandarin-MFA at 10 ms threshold suggests a high concentration of small errors, likely due to its large amount of training data and the pronunciation similarity of these two Mandarin varieties. However, it exhibited a heavier tail in the distribution, leading to a lower cumulative proportion as the tolerance threshold increases, whereas Chengdu-MFA model demonstrates more robust performance across broader tolerance ranges. Regarding FC models in the text-dependent task, the Chengdu-FC-xlsr model demonstrated comparable perfor- mance to the MFA models. Specifically, it aligned 82.2% of phone tier boundaries within 50 ms. This significantly out- performs the Charsiu-Mandarin-FC baseline (52.8%) and beats the performance of the Mandarin-MFA baseline at all the time thresholds. Table 1: Mean and median boundary differences between MFA and FC models (Mandarin vs. Chengdu) and the gold standard. Differences reported are all statistically significant (Welch’s t-test, p < .001). Bold numbers mark the best in each column; underlines indicate the best FC model. ModelWord Tier↓Phone Tier↓ meanmed.meanmed. Mandarin-MFA30.1 11.932.714.1 Chengdu-MFA (ours)22.113.5 22.3 12.9 Charsiu-Mandarin-FC80.047.577.941.0 Chengdu-FC-charsiu (ours)68.634.869.835.4 Chengdu-FC-base (ours)46.223.342.019.6 Chengdu-FC-large (ours)35.617.433.315.4 Chengdu-FC-xlsr (ours)32.515.430.213.8 3.4.2. Text-independent alignment Table 3 details the text-independent alignment performance across different time tolerances (τ ). Our Chengdu-FC mod- els demonstrate a substantial advantage in the R-value. When Table 2: Percentage of boundary differences within different time thresholds. Percentage within↑ Boundary Difference (ms)< 10 < 25 < 50 < 100 Mandarin-MFA (Word).463.662.825.924 Mandarin-MFA (Phone).414.643.814.924 Chengdu-MFA (Word).406 .691 .881 .978 Chengdu-MFA (Phone).406 .678 .868 .969 Charsiu-Mandarin-FC (Word).258.327.528.776 Charsiu-Mandarin-FC (Phone).234.375.560.768 Chengdu-FC-charsiu (Word).293.439.597.793 Chengdu-FC-charsiu (Phone).279.429.592.774 Chengdu-FC-base (Word).313.520.715.872 Chengdu-FC-base (Phone).337.559.743.885 Chengdu-FC-large (Word).382.603.784.913 Chengdu-FC-large (Phone).398.634.800.925 Chengdu-FC-xlsr (Word).405 .645.813.932 Chengdu-FC-xlsr (Phone).429.669.822.942 τ = 20, the R-value of our Chengdu-FC-large model is 21.1% larger than the Mandarin baseline. While the Mandarin FC model exhibited slightly higher recall at large time tolerances (e.g., 0.954 when τ = 100), this comes at the cost of low pre- cision, which indicates that the model introduced severe over- segmentation when applied to Chengdu Mandarin. Regarding training strategies, all three Chengdu-FC vari- ants significantly outperformed the Standard Mandarin baseline (Charsiu-Mandarin-FC). Among them, Chengdu-FC-large has the largest number of parameters, followed by the Chengdu- FC-base, and then Chengdu-FC-Charsiu.Fine-tuning from Wav2Vec2-large yielded the best performance, achieving the highest F1-scores and R-values across almost all settings. Although Chengdu-FC-Charsiu was previously fine-tuned on Mandarin data, this did not compensate for the disparity in model size, resulting in relatively reduced performance com- paring to the other Chengdu-FC models. 4. Discussion Our results demonstrate the benefits of variety-specific train- ing for phonetic alignment. Under the present experimental conditions, Chengdu-MFA provided the most accurate text- dependent alignments, despite being trained on only approxi- mately 17 hours of utterance-transcribed speech. GMM-HMM- based systems therefore remain a practical option for under- resourced language varieties when transcripts and a pronunci- ation dictionary are available. Chengdu-MFA also provides an efficient means of gener- ating phone-level pseudo-labels without manual boundary an- notation.These pseudo-labels can be used to train frame- classification models for transcript-free phonetic segmentation. Although the Chengdu-FC models were generally less accurate than Chengdu-MFA in text-dependent alignment, they can oper- ate without input transcripts at inference time. The MFA and FC approaches therefore address complementary application sce- narios. The Chengdu-specific models consistently outperformed their Standard Mandarin counterparts, confirming the benefits of variety-specific adaptation. Nevertheless, the Standard Man- darin models achieved non-trivial performance, possibly be- Table 3: Precision (p), recall (r), F1, and R-value at different time tolerances (τ , ms) for Charsiu-Mandarin-FC, Chengdu-FC-base, Chengdu-FC-Charsiu, and Chengdu-FC-large models. τ (ms) ModelprF1 R-val 20 Charsiu-Mandarin-FC.375.589.457.289 Chengdu-FC-base.464.616.528.482 Chengdu-FC-charsiu.459.643.535.453 Chengdu-FC-large.488.665.562 .500 Chengdu-FC-xlsr.482 .691 .567.463 40 Charsiu-Mandarin-FC.495.775.602.401 Chengdu-FC-base.593.787.675.601 Chengdu-FC-charsiu.588.824.685.566 Chengdu-FC-large.618.842 .712 .613 Chengdu-FC-xlsr.597 .857.703.560 60 Charsiu-Mandarin-FC.563.882.684.455 Chengdu-FC-base.641.849.728 .639 Chengdu-FC-charsiu.629.882.733.597 Chengdu-FC-large.648.882 .746.635 Chengdu-FC-xlsr.630 .904.742.584 80 Charsiu-Mandarin-FC.596 .932.725.478 Chengdu-FC-base.663.880.754 .656 Chengdu-FC-charsiu.649.910.756.611 Chengdu-FC-large.667.908 .768.648 Chengdu-FC-xlsr.648.930.763.595 100 Charsiu-Mandarin-FC.611 .954.743.488 Chengdu-FC-base.677.898.770 .666 Chengdu-FC-charsiu.663.930.773.620 Chengdu-FC-large.681.927 .785.657 Chengdu-FC-xlsr.660.947.777.603 cause of the phonological similarity between Standard Man- darin and Chengdu Mandarin and their large-scale training data. Cross-variety generalization also varied across modeling frame- works, with Mandarin-MFA outperforming Charsiu-Mandarin- FC in text-dependent alignment. Because the current evalua- tion contains speakers whose other recordings were included in training, future work should assess generalization to unseen speakers and additional speech domains. 5. Conclusion In this study, we created a Chengdu Mandarin phonetic forced alignment dataset with a G2P dictionary covering all characters in the dataset. We trained a MFA acoustic model for Chengdu Mandarin for text-dependent alignment and a Chengdu Man- darin frame classification model capable of performing both text-dependent and -independent alignment. Our trained mod- els consistently outperformed the Mandarin baselines with iden- tical architectures but far more training data. For suggestions on applying these models, if utterance-level transcripts are avail- able, the MFA model can provide highly accurate word and phone annotation; if not, the FC model enables effective text- independent alignment. This work contributes to the forced alignment tools for low-resource language varieties by present- ing a complete training and evaluating pipeline for a specific Mandarin variety. 6. References [1] J. Yuan, W. Lai, C. Cieri, and M. Liberman, “Using forced align- ment for phonetics research,” in Chinese language resources: Data collection, linguistic analysis, annotation and language pro- cessing. Springer, 2023, p. 289–301. [2] E. Chodroff, E. P. Ahn, and H. Dolatian, “Comparing language- specific and cross-language acoustic models for low-resource phonetic forced alignment,” 2025. [3] J. Yuan, M. Liberman et al., “Speaker identification on the scotus corpus,” Journal of the Acoustical Society of America, vol. 123, no. 5, p. 3878, 2008. [4] K. Gorman, J. Howell, and M. Wagner, “Prosodylab-aligner: A tool for forced alignment of laboratory speech,” Canadian acous- tics, vol. 39, no. 3, p. 192–193, 2011. [5] I. Rosenfelder, J. Fruehwald, K. Evanini, S. Seyfarth, K. Gorman, H. Prichard, and J. Yuan, “Fave (forced alignment and vowel ex- traction) suite version 1.1. 3,” 2014. [6] M. McAuliffe, M. Socolof, S. Mihuc, M. Wagner, and M. Son- deregger, “Montreal forced aligner: Trainable text-speech align- ment using kaldi.” in Interspeech, vol. 2017, 2017, p. 498–502. [7] J. Zhu, C. Zhang, and D. Jurgens, “Phone-to-audio alignment without text: A semi-supervised approach,” in ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2022, p. 8167–8171. [8] C. N. Li and S. A. Thompson, Mandarin Chinese: A functional reference grammar. Univ of California Press, 1989. [9] R. Rousso, E. Cohen, J. Keshet, and E. Chodroff, “Tradition or in- novation: A comparison of modern asr methods for forced align- ment,” arXiv preprint arXiv:2406.19363, 2024. [10] O. J. R ̈ as ̈ anen, U. K. Laine, and T. Altosaar, “An improved speech segmentation quality measure: the r-value.” in Interspeech, 2009, p. 1851–1854. [11] F. Kreuk, J. Keshet, and Y. Adi, “Self-supervised contrastive learning for unsupervised phoneme segmentation,” arXiv preprint arXiv:2007.13465, 2020. [12] A. Liu, B. Feng, B. Xue, B. Wang, B. Wu, C. Lu, C. Zhao, C. Deng, C. Zhang, C. Ruan et al., “Deepseek-v3 technical re- port,” arXiv preprint arXiv:2412.19437, 2024. [13] A. Li, “Regional dialect leveling in mandarin chinese: The case of locative variation in the chengdu dialect,” Asia-Pacific Language Variation, vol. 8, no. 1, p. 32–71, 2022. [14] P. Wittenburg, H. Brugman, A. Russel, A. Klassmann, and H. Sloetjes, “Elan:a professional framework for mul- timodality research,” in International Conference on Lan- guage Resources and Evaluation, 2006. [Online]. Available: https://api.semanticscholar.org/CorpusID:18212263