Sentiment analysis on electricity twitter posts
Pardeep Kaur, Maryam Edalati

TL;DR
This paper performs sentiment analysis on Twitter posts about electricity prices in the UK and India, comparing feature extraction techniques and classification algorithms to identify public opinion and sentiment trends.
Contribution
It evaluates the impact of TF-IDF word-level features on sentiment analysis performance in electricity-related tweets, demonstrating improved accuracy over N-gram features.
Findings
TF-IDF features outperform N-gram features by 3-4% in sentiment analysis accuracy.
Naive Bayes, Decision Tree, Random Forest, and Logistic Regression are used for classification.
Performance is measured using F-Score, Accuracy, Precision, and Recall.
Abstract
In today's world, everyone is expressive in some way, and the focus of this project is on people's opinions about rising electricity prices in United Kingdom and India using data from Twitter, a micro-blogging platform on which people post messages, known as tweets. Because many people's incomes are not good and they have to pay so many taxes and bills, maintaining a home has become a disputed issue these days. Despite the fact that Government offered subsidy schemes to compensate people electricity bills but it is not welcomed by people. In this project, the aim is to perform sentiment analysis on people's expressions and opinions expressed on Twitter. In order to grasp the electricity prices opinion, it is necessary to carry out sentiment analysis for the government and consumers in energy market. Furthermore, text present on these medias are unstructured in nature, so to process them…
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
TopicsSentiment Analysis and Opinion Mining · Energy Load and Power Forecasting · Text and Document Classification Technologies
MethodsLogistic Regression
