2021
DOI: 10.14569/ijacsa.2021.0120730
|View full text |Cite
|
Sign up to set email alerts
|

LSTM, VADER and TF-IDF based Hybrid Sentiment Analysis Model

Abstract: Most sentiment analysis models that use supervised learning algorithms consume a lot of labeled data in the training phase in order to give satisfactory results. This is usually expensive and leads to high labor costs in real-world applications. This work consists in proposing a hybrid sentiment analysis model based on a Long Short-Term Memory network, a rulebased sentiment analysis lexicon and the Term Frequency-Inverse Document Frequency weighting method. These three (input) models are combined in a binary c… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
14
0
1

Year Published

2021
2021
2024
2024

Publication Types

Select...
6
3

Relationship

1
8

Authors

Journals

citations
Cited by 31 publications
(18 citation statements)
references
References 33 publications
0
14
0
1
Order By: Relevance
“…Yang et al [25] used the BERT model to train word vectors, used a sentiment dictionary to enhance the sentiment features in the text, and then went through a convolutional layer and a pooling layer to classify the weighted sentiment features. Chiny et al [26] proposed a hybrid sentiment analysis model based on Long Short-Term Memory network (LSTM), a rule based sentiment dictionary (VADER) and TF-IDF weighting method. The above three methods each get a sentiment score, and then treated the three scores as three inputs, ans used classification models such as Logistic Regression (LR), Random Forest (RF) and Support Vector Machine (SVM) for sentiment polarity classification.…”
Section: Sentiment Analysis Integrating Sentiment Dictionary and Mach...mentioning
confidence: 99%
See 1 more Smart Citation
“…Yang et al [25] used the BERT model to train word vectors, used a sentiment dictionary to enhance the sentiment features in the text, and then went through a convolutional layer and a pooling layer to classify the weighted sentiment features. Chiny et al [26] proposed a hybrid sentiment analysis model based on Long Short-Term Memory network (LSTM), a rule based sentiment dictionary (VADER) and TF-IDF weighting method. The above three methods each get a sentiment score, and then treated the three scores as three inputs, ans used classification models such as Logistic Regression (LR), Random Forest (RF) and Support Vector Machine (SVM) for sentiment polarity classification.…”
Section: Sentiment Analysis Integrating Sentiment Dictionary and Mach...mentioning
confidence: 99%
“…TF or term frequency refers to the frequency of word in a text) and IDF refers to the inverse text frequency index. The essential idea underlying TF-IDF is that words that appear more frequently in one document and less in others should be more important because they are more useful for classification [26]. Therefore, It is widely used in keyword extraction, text similarity comparison and topic classification.…”
Section: B Tf-idfmentioning
confidence: 99%
“…The Fruquency Inverse document Frequency (TF IDF) algorithm is often applied to text for sentiment analysis because it can be used to evaluate the importance of words in a corpus. The more often the word appears, the more useful it will be for the classification process (Chiny et al, 2021). Here's the formula in TF-IDF weighting (Liu & Yang , 2012).…”
Section: Tf-idf Weightingmentioning
confidence: 99%
“…A sentiment lexicon, or set of lexical characteristics commonly categorized as positive or negative depending on their semantic orientation, is used by VADER. In order to obtain a reliable point estimate of the sentiment valence (intensity) of each lexical attribute, VADER is based on a wisdom of crowds (WotC) technique [9]. With English-language sentiment lexicons, VADER uses gold-standard algorithms.…”
Section: Introductionmentioning
confidence: 99%