paper-with-me

Papers

Mining Word Boundaries from Speech-Text Parallel Data for Cross-domain Chinese Word Segmentation

2024-12-12 · Xuebin Wang, Lei Zhang, Zhenghua Li, Shilin Zhou, Chen Gong, Yang Hou

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.

📄 PDF Abstract BibTeX arXiv:2412.09045

Code (1)

XuebinWang-ai/Mining_Word_Boundaries 공식 구현 pytorch

Tasks

Chinese Word Segmentation

Similar Papers 제목 키워드 기반

Mining Word Boundaries in Speech as Naturally Annotated Word Segmentation Data

2022-10-31 · Lei Zhang, Zhenghua Li, Shilin Zhou, Chen Gong 외

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 min…

Chinese Word Segmentation

Towards Unsupervised Speech Recognition Without Pronunciation Models

2024-06-12 · Junrui Ni, Liming Wang, Yang Zhang, Kaizhi Qian 외

Recent advancements in supervised automatic speech recognition (ASR) have achieved remarkable performance, largely due to the growing availability of large transcribed speech corpora. However, most languages lack suffici…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

Speech Vecalign: an Embedding-based Method for Aligning Parallel Speech Documents

2025-09-22 · Chutong Meng, Philipp Koehn arxiv

We present Speech Vecalign, a parallel speech document alignment method that monotonically aligns speech segment embeddings and does not depend on text transcriptions. Compared to the baseline method Global Mining, a var…

Speech-to-Speech Translation

XLS-R fine-tuning on noisy word boundaries for unsupervised speech segmentation into words

2023-10-08 · Robin Algayres, Pablo Diego-Simon, Benoit Sagot, Emmanuel Dupoux

Due to the absence of explicit word boundaries in the speech stream, the task of segmenting spoken sentences into word units without text supervision is particularly challenging. In this work, we leverage the most recent…

DP-Parse: Finding Word Boundaries from Raw Speech with an Instance Lexicon

2022-06-22 · Robin Algayres, Tristan Ricoul, Julien Karadayi, Hugo Laurençon 외

Finding word boundaries in continuous speech is challenging as there is little or no equivalent of a 'space' delimiter between words. Popular Bayesian non-parametric models for text segmentation use a Dirichlet process t…

Language ModelingLanguage ModellingSegmentationText Segmentation