Combine Convolution with Recurrent Networks for Text Classification

06/29/2020
by   Shengfei Lyu, et al.
0

Convolutional neural network (CNN) and recurrent neural network (RNN) are two popular architectures used in text classification. Traditional methods to combine the strengths of the two networks rely on streamlining them or concatenating features extracted from them. In this paper, we propose a novel method to keep the strengths of the two networks to a great extent. In the proposed model, a convolutional neural network is applied to learn a 2D weight matrix where each row reflects the importance of each word from different aspects. Meanwhile, we use a bi-directional RNN to process each word and employ a neural tensor layer that fuses forward and backward hidden states to get word representations. In the end, the weight matrix and word representations are combined to obtain the representation in a 2D matrix form for the text. We carry out experiments on a number of datasets for text classification. The experimental results confirm the effectiveness of the proposed method.

READ FULL TEXT

page 2

page 4

page 5

page 6

page 7

page 8

page 10

page 11

research
11/27/2015

A C-LSTM Neural Network for Text Classification

Neural network models have been demonstrated to be capable of achieving ...
research
09/28/2019

W-RNN: News text classification based on a Weighted RNN

Most of the information is stored as text, so text mining is regarded as...
research
11/11/2019

Text classification with pixel embedding

We propose a novel framework to understand the text by converting senten...
research
12/01/2014

Effective Use of Word Order for Text Categorization with Convolutional Neural Networks

Convolutional neural network (CNN) is a neural network that can make use...
research
06/29/2020

Multichannel CNN with Attention for Text Classification

Recent years, the approaches based on neural networks have shown remarka...
research
05/28/2019

Adaptive Region Embedding for Text Classification

Deep learning models such as convolutional neural networks and recurrent...
research
02/09/2020

Short Text Classification via Knowledge powered Attention with Similarity Matrix based CNN

Short text is becoming more and more popular on the web, such as Chat Me...

Please sign up or login with your details

Forgot password? Click here to reset