vix.ing · top · new · best · stats

Low-Rank Hidden State Embeddings for Viterbi Sequence Labeling

2017/08/02 by Dung Thai, Thai, Dung, Shikhar Murty +9
Computer Science · Decision Sciences · #Computation and Language (cs.CL) #Data Quality and Management #FOS: Computer and information sciences #Natural Language Processing Techniques #Topic Modeling #cs.CL

paper · pdf · doi:10.48550/arxiv.1708.00553

4 pages, ICML 2017 DeepStruct Workshop

arxiv created 2017/08/02 · openalex publication_date 2017/08/02 · arxiv updated 2017/08/03 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

In textual information extraction and other sequence labeling tasks it is now common to use recurrent neural networks (such as LSTM) to form rich embedded representations of long-term input co-occurrence patterns. Representation of output co-occurrence patterns is typically limited to a hand-designed graphical model, such as a linear-chain CRF representing short-term Markov dependencies among successive labels. This paper presents a method that learns embedded representations of latent output structure in sequence data. Our model takes the form of a finite-state machine with a large number of latent states per label (a latent variable CRF), where the state-transition matrix is factorized---effectively forming an embedded representation of state-transitions capable of enforcing long-term label dependencies, while supporting exact Viterbi inference over output labels. We demonstrate accuracy improvements and interpretable latent structure in a synthetic but complex task based on CoNLL named entity recognition.

Related