Performance Evaluation of Sentiment Analysis on Text and Emoji Data Using End-to-End, Transfer Learning, Distributed and Explainable AI Models
Sirisha Velampalli, Chandrashekar Muniyappa, Ashutosh Saxena

TL;DR
This study evaluates sentiment analysis models on text and emoji data, comparing end-to-end, transfer learning, distributed training, and explainability techniques, revealing high accuracy on text but challenges with unseen emojis.
Contribution
It introduces a comprehensive approach combining sentence embeddings, neural networks, distributed training, and explainability for sentiment analysis on text and emojis.
Findings
Text sentiment classification accuracy ~98%
Emoji accuracy drops to 70% with unseen emojis
Distributed training reduces runtime by 15%
Abstract
Emojis are being frequently used in todays digital world to express from simple to complex thoughts more than ever before. Hence, they are also being used in sentiment analysis and targeted marketing campaigns. In this work, we performed sentiment analysis of Tweets as well as on emoji dataset from the Kaggle. Since tweets are sentences we have used Universal Sentence Encoder (USE) and Sentence Bidirectional Encoder Representations from Transformers (SBERT) end-to-end sentence embedding models to generate the embeddings which are used to train the Standard fully connected Neural Networks (NN), and LSTM NN models. We observe the text classification accuracy was almost the same for both the models around 98 percent. On the contrary, when the validation set was built using emojis that were not present in the training set then the accuracy of both the models reduced drastically to 70…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTanh Activation · Shapley Additive Explanations · Sigmoid Activation · Long Short-Term Memory · Sparse Evolutionary Training
