Sentiment Analysis and Sarcasm Detection of Indian General Election Tweets
This work addresses sentiment and sarcasm detection for election-related social media analysis, which is incremental as it extends existing methods to include sarcasm in this domain.
The authors tackled sentiment analysis and sarcasm detection of tweets from the 2019 Indian general election, achieving results with an automatic tweet analyzer using transfer learning and linear SVM, but no concrete performance numbers were provided in the abstract.
Social Media usage has increased to an all-time high level in today's digital world. The majority of the population uses social media tools (like Twitter, Facebook, YouTube, etc.) to share their thoughts and experiences with the community. Analysing the sentiments and opinions of the common public is very important for both the government and the business people. This is the reason behind the activeness of many media agencies during the election time for performing various kinds of opinion polls. In this paper, we have worked towards analysing the sentiments of the people of India during the Lok Sabha election of 2019 using the Twitter data of that duration. We have built an automatic tweet analyser using the Transfer Learning technique to handle the unsupervised nature of this problem. We have used the Linear Support Vector Classifiers method in our Machine Learning model, also, the Term Frequency Inverse Document Frequency (TF-IDF) methodology for handling the textual data of tweets. Further, we have increased the capability of the model to address the sarcastic tweets posted by some of the users, which has not been yet considered by the researchers in this domain.