Actionable and Political Text Classification using Word Embeddings and LSTM
Adithya Rao, Nemanja Spasojevic

TL;DR
This paper demonstrates the effectiveness of LSTM neural networks with word embeddings for classifying social media messages into actionable/non-actionable and political leanings, achieving high accuracy across multiple languages and applications.
Contribution
It introduces neural network models for multi-language actionability and political classification, outperforming traditional methods and deploying practical solutions.
Findings
LSTM with word embeddings achieves around 85-90% accuracy in actionability classification.
Political leaning classification reaches 87.57% accuracy.
Models are deployed in production and publicly available.
Abstract
In this work, we apply word embeddings and neural networks with Long Short-Term Memory (LSTM) to text classification problems, where the classification criteria are decided by the context of the application. We examine two applications in particular. The first is that of Actionability, where we build models to classify social media messages from customers of service providers as Actionable or Non-Actionable. We build models for over 30 different languages for actionability, and most of the models achieve accuracy around 85%, with some reaching over 90% accuracy. We also show that using LSTM neural networks with word embeddings vastly outperform traditional techniques. Second, we explore classification of messages with respect to political leaning, where social media messages are classified as Democratic or Republican. The model is able to classify messages with a high accuracy of…
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 · Topic Modeling · Hate Speech and Cyberbullying Detection
