Home > Published Issues > 2022 > Volume 13, No. 2, April 2022 >
JAIT 2022 Vol.13(2): 167-172
doi: 10.12720/jait.13.2.167-172

Performance Evaluation of Sentiment Analysis on Text and Emoji Data Using End-to-End, Transfer Learning, Distributed and Explainable AI Models

Sirisha Velampalli 1, Chandrashekar Muniyappa 2, and Ashutosh Saxena 1
1. CR Rao AIMSCS, University of Hyderabad Campus, Hyderabad, India
2. Independent Researcher, Dublin, U.S.A.

Abstract—Emojis are being frequently used in today’s 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%. 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%. In addition, the models were also trained using the distributed training approach instead of a traditional single-threaded model for better scalability. Using the distributed training approach, we were able to reduce the run-time by roughly 15% without compromising on accuracy. Finally, as part of explainable AI the Shap algorithm was used to explain the model behaviour and check for model biases for the given feature set.
 
Index Terms—emoji, embedding models, sentiment analysis, distributed machine learning, explainable artificial intelligence

Cite: Sirisha Velampalli, Chandrashekar Muniyappa, and Ashutosh Saxena, "Performance Evaluation of Sentiment Analysis on Text and Emoji Data Using End-to-End, Transfer Learning, Distributed and Explainable AI Models," Journal of Advances in Information Technology, Vol. 13, No. 2, pp. 167-172, April 2022.

Copyright © 2022 by the authors. This is an open access article distributed under the Creative Commons Attribution License (CC BY-NC-ND 4.0), which permits use, distribution and reproduction in any medium, provided that the article is properly cited, the use is non-commercial and no modifications or adaptations are made.