paper-with-me

홈 › Papers

Actionable and Political Text Classification using Word Embeddings and LSTM

2016-07-08 · Adithya Rao, Nemanja Spasojevic

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 87.57%. As part of our experiments, we vary different hyperparameters of the neural networks, and report the effect of such variation on the accuracy. These actionability models have been deployed to production and help company agents provide customer support by prioritizing which messages to respond to. The model for political leaning has been opened and made available for wider use.

📄 PDF Abstract BibTeX arXiv:1607.02501

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationtext-classificationText ClassificationWord Embeddings

Similar Papers 제목 키워드 기반

Text Classification of Manifestos and COVID-19 Press Briefings using BERT and Convolutional Neural Networks

2020-10-20 · Kakia Chatsiou

We build a sentence-level political discourse classifier using existing human expert annotated corpora of political manifestos from the Manifestos Project (Volkens et al., 2020a) and applying them to a corpus ofCOVID-19P…

General ClassificationSentencetext-classificationText Classification

Word Embeddings for the Analysis of Ideological Placement in Parliamentary Corpora

2019-07-03 · Political Analysis 2019 7 · Ludovic Rheault, Christopher Cochrane

Word embeddings, the coefficients from neural network models predicting the use of words in context, have now become inescapable in applications involving natural language processing. Despite a few studies in political s…

Word Embeddings

Dialectograms: Machine Learning Differences between Discursive Communities

2023-02-11 · Thyge Enggaard, August Lohse, Morten Axel Pedersen, Sune Lehmann

Word embeddings provide an unsupervised way to understand differences in word usage between discursive communities. A number of recent papers have focused on identifying words that are used differently by two or more com…

Word Embeddings

Achieving Semantic Consistency: Contextualized Word Representations for Political Text Analysis

2024-12-03 · Ruiyu Zhang, Lin Nie, Ce Zhao, Qingyang Chen

Accurately interpreting words is vital in political science text analysis; some tasks require assuming semantic stability, while others aim to trace semantic shifts. Traditional static embeddings, like Word2Vec effective…

Articles

Challenges and Applications of Automated Extraction of Socio-political Events from Text (CASE 2021): Workshop and Shared Task Report

2021-08-17 · ACL (CASE) 2021 8 · Ali Hürriyetoğlu, Hristo Tanev, Vanni Zavarella, Jakub Piskorski 외

This workshop is the fourth issue of a series of workshops on automatic extraction of socio-political events from news, organized by the Emerging Market Welfare Project, with the support of the Joint Research Centre of t…

Bias DetectionLearning Word Embeddingstext-classificationText Classification+2