Sentence-State LSTM for Text Representation
Computation and Language
2018-05-08 v1 Machine Learning
Machine Learning
Abstract
Bi-directional LSTMs are a powerful tool for text representation. On the other hand, they have been shown to suffer various limitations due to their sequential nature. We investigate an alternative LSTM structure for encoding text, which consists of a parallel state for each word. Recurrent steps are used to perform local and global information exchange between words simultaneously, rather than incremental reading of a sequence of words. Results on various classification and sequence labelling benchmarks show that the proposed model has strong representation power, giving highly competitive performances compared to stacked BiLSTM models with similar parameter numbers.
Cite
@article{arxiv.1805.02474,
title = {Sentence-State LSTM for Text Representation},
author = {Yue Zhang and Qi Liu and Linfeng Song},
journal= {arXiv preprint arXiv:1805.02474},
year = {2018}
}
Comments
ACL 18 camera-ready version