SOTAVerified

Sentence-State LSTM for Text Representation

2018-05-07ACL 2018Code Available0· sign in to hype

Yue Zhang, Qi Liu, Linfeng Song

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CoNLL 2003 (English)S-LSTMF191.57Unverified

Reproductions