Mining Word Boundaries from Speech-Text Parallel Data for Cross-domain Chinese Word Segmentation
Xuebin Wang, Lei Zhang, Zhenghua Li, Shilin Zhou, Chen Gong, Yang Hou
TL;DR
This paper tackles cross-domain Chinese Word Segmentation by mining word boundaries from speech-text parallel data. It leverages character-level alignment via the Montreal Forced Aligner to extract pauses as potential word boundaries, then filters these boundaries using a probability-based strategy guided by a BERT-CRF baseline. A Complete-Then-Train (CTT) approach converts partial annotations into full ones and combines source-domain data with completed target-domain data to improve CWS performance, demonstrated on ZX and AISHELL2 with notable F1 gains. The approach shows that carefully filtered pauses fed through CTT effectively augment training data for cross-domain CWS, offering a scalable way to leverage naturally annotated data. Limitations include dependence on alignment quality and under-exploration of other speech cues beyond pauses, with future work aiming to expand dataset scale and richer multimodal signals.
Abstract
Inspired by early research on exploring naturally annotated data for Chinese Word Segmentation (CWS), and also by recent research on integration of speech and text processing, this work for the first time proposes to explicitly mine word boundaries from speech-text parallel data. We employ the Montreal Forced Aligner (MFA) toolkit to perform character-level alignment on speech-text data, giving pauses as candidate word boundaries. Based on detailed analysis of collected pauses, we propose an effective probability-based strategy for filtering unreliable word boundaries. To more effectively utilize word boundaries as extra training data, we also propose a robust complete-then-train (CTT) strategy. We conduct cross-domain CWS experiments on two target domains, i.e., ZX and AISHELL2. We have annotated about 1,000 sentences as the evaluation data of AISHELL2. Experiments demonstrate the effectiveness of our proposed approach.
