2022
DOI: 10.11591/ijeecs.v26.i1.pp414-422
|View full text |Cite
|
Sign up to set email alerts
|

Sentiment analysis using global vector and long short-term memory

Abstract: Tweet sentiment analysis is a Deep Learning study that is beneficial for automatically determining public opinion on a certain topic. Using the Long Short-Term Memory (LSTM) algorithm, this paper aims to proposes a Twitter analysis technique that divides Tweets into two categories (positive and negative). The Global Vector (GloVe) word embedding score is used to rate many selected words as network input. GloVe converts words into vectors by building a corpus matrix. The GloVe outperforms its prior model, owing… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
2
2
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(4 citation statements)
references
References 26 publications
(31 reference statements)
0
4
0
Order By: Relevance
“…Next process is data analysis that started with word vectorization (transforming the word to numerical presentation) [26], and identifying word polarity using TextBlob [17]. TextBlob is a lexicon-based text analyzer which applies natural language toolkit (NLTK) to process the text [17]. Word polarity is used in identifying the score of the word to either positive, negative, or neutral.…”
Section: Research Phasesmentioning
confidence: 99%
See 1 more Smart Citation
“…Next process is data analysis that started with word vectorization (transforming the word to numerical presentation) [26], and identifying word polarity using TextBlob [17]. TextBlob is a lexicon-based text analyzer which applies natural language toolkit (NLTK) to process the text [17]. Word polarity is used in identifying the score of the word to either positive, negative, or neutral.…”
Section: Research Phasesmentioning
confidence: 99%
“…Sentiment analysis faces challenges such as categorizing text in the form of sarcasm, irony, context-dependent sentiment, and handling mixed sentiments within a single text. Businesses use it to analyze customer feedback, reviews, and social media comments to gauge customer satisfaction [16], [17]. The problem arises from the limited focus on popular social media platforms, such as Twitter, for sentiment analysis and data mining, which might not provide a holistic representation of the diverse approaches and discussions within the data science community.…”
Section: Introductionmentioning
confidence: 99%
“…The LSTM model is a development of the recurrent neural network (RNN) model to overcome vanishing gradient or exploding gradient problems [16]. With the existence of 3 gates, which include the input gate, the forget gate and the output gate, it can function to control the flow of information in and out of the memory cell [17].…”
Section: Model Buildingmentioning
confidence: 99%
“…The global vector (GloVe) on the otherhand incorporates a global matrix factorization and local context window techniques through a bilinear regression model. It builds a corpus matrix by converting words into vectors [17]. The FastText model handles the Out of Vocabulary problem by working at character-n-gram level while the Embeddings from Language Models(ELMo) provides each term with a representation derived from the entire collection of sentences to which it belongs [18].…”
Section: What Are Embeddings and How Are They Generated?mentioning
confidence: 99%