Political Sentiment Analysis - Italian spring elections 2018

0 0
  • 0 Collaborators

The idea is to build a sent-classifier for italian tweets using RNN-LSTM. Viluasing said sentiment on a regional basis is also in the works ...learn more

Artificial Intelligence

Groups
Student Developers for AI

Overview / Usage

I managed to build a working MVP with 4000 between tweets and amazon reviews for training, it seems to have very high accuracy but aside from test/validation set I have no real way knowing without more data.
The current architecture consists of a one layer LSTM which is fed by word2vec encoded strings of text of max length 30 words. There are still many unresolved issues for example, which words to use in order to select the tweets expressing opinion on a candidate or just how to weight a favorable vs unfavorable tweet. This questions are crucial to the completion of the project but as with many datascience endeavours the most pressing problem is to actually find labeled data. For now the only concrete thing I have to show is a preliminary result from the recent Sicilian elections, where the RNN clearly detected that the right-wing party had more favourable sentiment but doesn't show that M5S had much better sentiment than the left leaning PD. Again these are preliminary results but I think show potential for this kind of approach despite the limited training set.

Comments (0)