Twitter Sentiment Analysis via Bi-sense Emoji Embedding and Attention-based LSTM
This addresses sentiment analysis for social media users and applications like election prediction, but it is incremental as it builds on existing text-based methods by adding emoji-specific features.
The paper tackled sentiment analysis on Twitter by focusing on emojis, proposing a bi-sense emoji embedding method combined with an attention-based LSTM, and showed it outperforms state-of-the-art models.
Sentiment analysis on large-scale social media data is important to bridge the gaps between social media contents and real world activities including political election prediction, individual and public emotional status monitoring and analysis, and so on. Although textual sentiment analysis has been well studied based on platforms such as Twitter and Instagram, analysis of the role of extensive emoji uses in sentiment analysis remains light. In this paper, we propose a novel scheme for Twitter sentiment analysis with extra attention on emojis. We first learn bi-sense emoji embeddings under positive and negative sentimental tweets individually, and then train a sentiment classifier by attending on these bi-sense emoji embeddings with an attention-based long short-term memory network (LSTM). Our experiments show that the bi-sense embedding is effective for extracting sentiment-aware embeddings of emojis and outperforms the state-of-the-art models. We also visualize the attentions to show that the bi-sense emoji embedding provides better guidance on the attention mechanism to obtain a more robust understanding of the semantics and sentiments.