English

Segmental Recurrent Neural Networks

Computation and Language 2016-03-03 v2 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.1511.06018,
  title  = {Segmental Recurrent Neural Networks},
  author = {Lingpeng Kong and Chris Dyer and Noah A. Smith},
  journal= {arXiv preprint arXiv:1511.06018},
  year   = {2016}
}

Comments

10 pages, published as a conference paper at ICLR 2016

R2 v1 2026-06-22T11:48:59.044Z