A C-LSTM Neural Network for Text Classification
Chunting Zhou, Chonglin Sun, Zhiyuan Liu, Francis C.M. Lau

TL;DR
This paper introduces C-LSTM, a unified neural network model that combines CNN and LSTM architectures to improve sentence representation and text classification performance.
Contribution
The paper proposes a novel C-LSTM model that integrates CNN and LSTM to capture both local phrase features and global sentence semantics.
Findings
C-LSTM outperforms standalone CNN and LSTM models.
The model achieves state-of-the-art results on sentiment and question classification.
C-LSTM effectively captures both local and global textual features.
Abstract
Neural network models have been demonstrated to be capable of achieving remarkable performance in sentence and document modeling. Convolutional neural network (CNN) and recurrent neural network (RNN) are two mainstream architectures for such modeling tasks, which adopt totally different ways of understanding natural languages. In this work, we combine the strengths of both architectures and propose a novel and unified model called C-LSTM for sentence representation and text classification. C-LSTM utilizes CNN to extract a sequence of higher-level phrase representations, and are fed into a long short-term memory recurrent neural network (LSTM) to obtain the sentence representation. C-LSTM is able to capture both local features of phrases as well as global and temporal sentence semantics. We evaluate the proposed architecture on sentiment classification and question classification tasks.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Natural Language Processing Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
