scispace - formally typeset
Open AccessJournal ArticleDOI

Chinese Text Classification Model Based on Deep Learning

Yue Li, +2 more
- 20 Nov 2018 - 
- Vol. 10, Iss: 11, pp 113
TLDR
This paper tries to build a deep learning model which achieves better classification results in Chinese text than those of other researchers’ models, and exhibits remarkable performance in text classification, especially in Chinese texts.
Abstract
Text classification is of importance in natural language processing, as the massive text information containing huge amounts of value needs to be classified into different categories for further use. In order to better classify text, our paper tries to build a deep learning model which achieves better classification results in Chinese text than those of other researchers’ models. After comparing different methods, long short-term memory (LSTM) and convolutional neural network (CNN) methods were selected as deep learning methods to classify Chinese text. LSTM is a special kind of recurrent neural network (RNN), which is capable of processing serialized information through its recurrent structure. By contrast, CNN has shown its ability to extract features from visual imagery. Therefore, two layers of LSTM and one layer of CNN were integrated to our new model: the BLSTM-C model (BLSTM stands for bi-directional long short-term memory while C stands for CNN.) LSTM was responsible for obtaining a sequence output based on past and future contexts, which was then input to the convolutional layer for extracting features. In our experiments, the proposed BLSTM-C model was evaluated in several ways. In the results, the model exhibited remarkable performance in text classification, especially in Chinese texts.

read more

Citations
More filters
Journal ArticleDOI

A Novel Hybrid Deep Learning Model for Detecting COVID-19-Related Rumors on Social Media Based on LSTM and Concatenated Parallel CNNs

TL;DR: The proposed model is based on a Long Short-Term Memory (LSTM) and Concatenated Parallel Convolutional Neural Networks (PCNN) and showed a superior performance compared to other methods in terms of accuracy, recall, precision, and F-score.
Journal ArticleDOI

An Improved Approach for Text Sentiment Classification Based on a Deep Neural Network via a Sentiment Attention Mechanism

TL;DR: A novel sentiment attention mechanism to help select the crucial sentiment-word-relevant context words by leveraging the sentiment lexicon in an attention mechanism is introduced and an improved deep neural network to extract sequential correlation information and text local features by combining bidirectional gated recurrent units with a convolutional neural network is developed.
Journal ArticleDOI

Review rating prediction framework using deep learning

TL;DR: A review rating prediction framework based on deep learning bidirectional gated recurrent unit Bi-GRU model architectures that can significantly enhance the rating prediction in term of precision, recall, F1-score and root mean square root RMSE compared with the baseline approaches on different datasets.
Journal ArticleDOI

Word-character attention model for Chinese text classification

TL;DR: This paper proposes the word-character attention model (WCAM) for Chinese text classification, which integrates two levels of attention models: word-level attention model captures salient words which have closer semantic relationship to the text meaning, and character- level attention model selects discriminative characters of text.
Related Papers (5)