paper-with-me

홈 › Papers

Twitter Sentiment Analysis using Distributed Word and Sentence Representation

2019-04-01 · Dwarampudi Mahidhar Reddy, Dr. N V Subba Reddy

An important part of the information gathering and data analysis is to find out what people think about, either a product or an entity. Twitter is an opinion rich social networking site. The posts or tweets from this data can be used for mining people's opinions. The recent surge of activity in this area can be attributed to the computational treatment of data, which made opinion extraction and sentiment analysis easier. This paper classifies tweets into positive and negative sentiments, but instead of using traditional methods or preprocessing text data here we use the distributed representations of words and sentences to classify the tweets. We use Long Short Term Memory (LSTM) Networks, Convolutional Neural Networks (CNNs) and Artificial Neural Networks. The first two are used on Distributed Representation of words while the latter is used on the distributed representation of sentences. This paper achieves accuracies as high as 81%. It also suggests the best and optimal ways for creating distributed representations of words for sentiment analysis, out of the available methods.

📄 PDF Abstract BibTeX arXiv:1904.12580

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentiment AnalysisTwitter Sentiment Analysis

Similar Papers 제목 키워드 기반

A Deep Neural Architecture for Sentence-level Sentiment Classification in Twitter Social Networking

2017-06-25 · Huy Nguyen, Minh-Le Nguyen

This paper introduces a novel deep learning framework including a lexicon-based approach for sentence-level prediction of sentiment label distribution. We propose to first apply semantic rules and then use a Deep Convolu…

ClassificationGeneral ClassificationSentenceSentiment Analysis+1

Sentence Modeling with Deep Neural Architecture using Lexicon and Character Attention Mechanism for Sentiment Classification

2017-11-01 · IJCNLP 2017 11 · Huy Thanh Nguyen, Minh Le Nguyen

Tweet-level sentiment classification in Twitter social networking has many challenges: exploiting syntax, semantic, sentiment, and context in tweets. To address these problems, we propose a novel approach to sentiment an…

ClassificationGeneral ClassificationSentenceSentiment Analysis+2

ECNU at SemEval-2016 Task 4: An Empirical Investigation of Traditional NLP Features and Word Embedding Features for Sentence-level and Topic-level Sentiment Analysis in Twitter

2016-06-01 · SEMEVAL 2016 6 · Yunxiao Zhou, Zhihua Zhang, Man Lan
Feature EngineeringLanguage ModelingLanguage ModellingSentence+1

NILC-USP at SemEval-2017 Task 4: A Multi-view Ensemble for Twitter Sentiment Analysis

2017-04-07 · SEMEVAL 2017 8 · Edilson A. Corrêa Jr., Vanessa Queiroz Marinho, Leandro Borges dos Santos

This paper describes our multi-view ensemble approach to SemEval-2017 Task 4 on Sentiment Analysis in Twitter, specifically, the Message Polarity Classification subtask for English (subtask A). Our system is a voting ens…

General ClassificationSentiment AnalysisTwitter Sentiment AnalysisWord Embeddings

deepSA at SemEval-2017 Task 4: Interpolated Deep Neural Networks for Sentiment Analysis in Twitter

2017-08-01 · SEMEVAL 2017 8 · Tzu-Hsuan Yang, Tzu-Hsuan Tseng, Chia-Ping Chen

In this paper, we describe our system implementation for sentiment analysis in Twitter. This system combines two models based on deep neural networks, namely a convolutional neural network (CNN) and a long short-term mem…

General ClassificationSentiment AnalysisText ClassificationWord Embeddings