2020
DOI: 10.18280/ria.340418
|View full text |Cite
|
Sign up to set email alerts
|

Text Sentiment Classification Based on Feature Fusion

Abstract: The convolutional neural network (CNN) and long short-term memory (LSTM) network are adept at extracting local and global features, respectively. Both can achieve excellent classification effects. However, the CNN performs poorly in extracting the global contextual information of the text, while LSTM often overlooks the features hidden between words. For text sentiment classification, this paper combines the CNN with bidirectional LSTM (BiLSTM) into a parallel hybrid model called CNN_BiLSTM. Firstly, the CNN w… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
13
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 9 publications
(13 citation statements)
references
References 18 publications
0
13
0
Order By: Relevance
“…As shown in Table 4, the combination of CNN and LSTM is beneficial to improve the accuracy of text classification. Zhang et al [10] used CNN_BiLSTM and word2vec methods for text classification of Weibo with an accuracy of 77.44%. The ML-Stacking method integrated various machine learning methods and achieved an accuracy of 81%.…”
Section: Results Analysismentioning
confidence: 99%
See 1 more Smart Citation
“…As shown in Table 4, the combination of CNN and LSTM is beneficial to improve the accuracy of text classification. Zhang et al [10] used CNN_BiLSTM and word2vec methods for text classification of Weibo with an accuracy of 77.44%. The ML-Stacking method integrated various machine learning methods and achieved an accuracy of 81%.…”
Section: Results Analysismentioning
confidence: 99%
“…Li et al [9] proposed a hybrid model combining BiLSTM and CNN: the information before and after each word in the text are obtained by BiLSTM, and the CNN feature extraction is adopted for classification. Zhang et al [10] combined CNN and BiLSTM into a parallel hybrid model CNN_BiLSTM for text classification of Weibo data with an accuracy of 77.44%. Xu et al [11] proposed the att_C_MGU neural network model, combining the respective advantages of CNN and the minimum gating unit MGU, and fusing the attention mechanism.…”
Section: Introductionmentioning
confidence: 99%
“…Text segmentation is an important NLP task, which is fundamental to many text mining tasks, here ncluding text classification and text clustering. It also has an essential effect on IR effectiveness [12]. Text segmentation results facilitate detailed analysis by automatically extracting knowledge.…”
Section: Hazard Text Segmentationmentioning
confidence: 99%
“…), "及" (and), and "或" (or) can be used as the natural word boundaries of Chinese text. These characters are also called stop words, and there is a proposed stop word list [12]. In this step, the corresponding binary value should be set to 1 (for beginning words) or 0 (for stop words).…”
Section: Maximum-based Segmentation Algorithmmentioning
confidence: 99%
“…) at both ends of the input sequence,thei th convolution result is i c . the output sequence of the convolutional layer is 12 [ , ,..., ] n c c c .…”
Section: Isometric Convolution Layermentioning
confidence: 99%