paper-with-me

Papers

A Masked Segmental Language Model for Unsupervised Natural Language Segmentation

2021-04-16 · NAACL (SIGMORPHON) 2022 7 · C. M. Downey, Fei Xia, Gina-Anne Levow, Shane Steinert-Threlkeld

Segmentation remains an important preprocessing step both in languages where "words" or other important syntactic/semantic units (like morphemes) are not clearly delineated by white space, as well as when dealing with continuous speech data, where there is often no meaningful pause between words. Near-perfect supervised methods have been developed for use in resource-rich languages such as Chinese, but many of the world's languages are both morphologically complex, and have no large dataset of "gold" segmentations into meaningful units. To solve this problem, we propose a new type of Segmental Language Model (Sun and Deng, 2018; Kawakami et al., 2019; Wang et al., 2021) for use in both unsupervised and lightly supervised segmentation tasks. We introduce a Masked Segmental Language Model (MSLM) built on a span-masking transformer architecture, harnessing the power of a bi-directional masked modeling context and attention. In a series of experiments, our model consistently outperforms Recurrent SLMs on Chinese (PKU Corpus) in segmentation quality, and performs similarly to the Recurrent model on English (PTB). We conclude by discussing the different challenges posed in segmenting phonemic-type writing systems.

📄 PDF Abstract BibTeX arXiv:2104.07829

Code (1)

cmdowney88/SegmentalLMs 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSegmentation

Similar Papers 제목 키워드 기반

A Masked Segmental Language Model for Unsupervised Natural Language Segmentation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We introduce a Masked Segmental Language Model (MSLM) for joint language modeling and unsupervised segmentation. While near-perfect supervised methods have been developed for segmenting human-like linguistic units in res…

Language ModelingLanguage ModellingSegmentation

Unsupervised Neural Word Segmentation for Chinese via Segmental Language Modeling

2018-10-07 · EMNLP 2018 10 · Zhiqing Sun, Zhi-Hong Deng

Previous traditional approaches to unsupervised Chinese word segmentation (CWS) can be roughly classified into discriminative and generative models. The former uses the carefully designed goodness measures for candidate …

Chinese Word SegmentationDecoderLanguage ModelingLanguage Modelling+1

Multilingual unsupervised sequence segmentation transfers to extremely low-resource languages

2021-10-16 · ACL 2022 5 · C. M. Downey, Shannon Drizin, Levon Haroutunian, Shivin Thukral

We show that unsupervised sequence-segmentation performance can be transferred to extremely low-resource languages by pre-training a Masked Segmental Language Model (Downey et al., 2021) multilingually. Further, we show …

Language ModelingLanguage ModellingSegmentation

Multilingual unsupervised sequence segmentation transfers to extremely low-resource languages

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We show that unsupervised sequence-segmentation performance can be transferred to extremely low-resource languages by pre-training a Masked Segmental Language Model (Downey et al., 2021) multilingually. Further, we show …

Language ModelingLanguage Modelling

Unsupervised Speech Recognition via Segmental Empirical Output Distribution Matching

2018-12-23 · ICLR 2019 5 · Chih-Kuan Yeh, Jianshu Chen, Chengzhu Yu, Dong Yu

We consider the problem of training speech recognition systems without using any labeled data, under the assumption that the learner can only access to the input utterances and a phoneme language model estimated from a n…

Language ModelingLanguage ModellingPhoneme Recognitionspeech-recognition+2