paper-with-me

홈 › Papers

Segmental Recurrent Neural Networks

2015-11-18 · Lingpeng Kong, Chris Dyer, Noah A. Smith

We introduce segmental recurrent neural networks (SRNNs) which define, given an input sequence, a joint probability distribution over segmentations of the input and labelings of the segments. Representations of the input segments (i.e., contiguous subsequences of the input) are computed by encoding their constituent tokens using bidirectional recurrent neural nets, and these "segment embeddings" are used to define compatibility scores with output labels. These local compatibility scores are integrated using a global semi-Markov conditional random field. Both fully supervised training -- in which segment boundaries and labels are observed -- as well as partially supervised training -- in which segment boundaries are latent -- are straightforward. Experiments on handwriting recognition and joint Chinese word segmentation/POS tagging show that, compared to models that do not explicitly represent segments such as BIO tagging schemes and connectionist temporal classification (CTC), SRNNs obtain substantially higher accuracies.

📄 PDF Abstract BibTeX arXiv:1511.06018

Code (2)

ykrmm/ICLR_2020 pytorch
ykrmm/TREMBA pytorch

Tasks

Chinese Word SegmentationHandwriting RecognitionPOSPOS Tagging

Similar Papers 제목 키워드 기반

Segmental Recurrent Neural Networks for End-to-end Speech Recognition

2016-03-01 · Liang Lu, Lingpeng Kong, Chris Dyer, Noah A. Smith 외

We study the segmental recurrent neural network for end-to-end acoustic modelling. This model connects the segmental conditional random field (CRF) with a recurrent neural network (RNN) used for feature extraction. Compa…

Acoustic ModellingLanguage ModelingLanguage Modellingspeech-recognition+1

End-to-End Neural Segmental Models for Speech Recognition

2017-08-01 · Hao Tang, Liang Lu, Lingpeng Kong, Kevin Gimpel 외

Segmental models are an alternative to frame-based models for sequence prediction, where hypothesized path weights are based on entire segment scores rather than a single frame at a time. Neural segmental models are segm…

Decoderspeech-recognitionSpeech Recognition

Improving Coverage of an Inuktitut Morphological Analyzer Using a Segmental Recurrent Neural Network

2017-03-01 · WS 2017 3 · Jeffrey Micher
Morphological Analysis

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

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

Language ModelingLanguage ModellingSegmentation