Proceedings of the 38th International ACM SIGIR Conference on Research and Development in Information Retrieval 2015
DOI: 10.1145/2766462.2767830
|View full text |Cite
|
Sign up to set email alerts
|

Twitter Sentiment Analysis with Deep Convolutional Neural Networks

Abstract: This paper describes our deep learning system for sentiment analysis of tweets. The main contribution of this work is a new model for initializing the parameter weights of the convolutional neural network, which is crucial to train an accurate model while avoiding the need to inject any additional features. Briefly, we use an unsupervised neural language model to train initial word embeddings that are further tuned by our deep learning model on a distant supervised corpus. At a final stage, the pre-trained par… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
248
0
3

Year Published

2016
2016
2021
2021

Publication Types

Select...
6
2
1

Relationship

0
9

Authors

Journals

citations
Cited by 509 publications
(251 citation statements)
references
References 6 publications
0
248
0
3
Order By: Relevance
“…Recently, convolutional neural networks (LeCun and Bengio, 1998, CNN) have yielded best performance on many text classification tasks (Kim, 2014;Severyn and Moschitti, 2015). CNN is a feed-forward neural network consisting of one or more convolution layers.…”
Section: Convolutional Neural Networkmentioning
confidence: 99%
“…Recently, convolutional neural networks (LeCun and Bengio, 1998, CNN) have yielded best performance on many text classification tasks (Kim, 2014;Severyn and Moschitti, 2015). CNN is a feed-forward neural network consisting of one or more convolution layers.…”
Section: Convolutional Neural Networkmentioning
confidence: 99%
“…Deep neural networks have shown great promises at capturing salient features for these complex tasks (Mikolov et al, 2013b;Severyn and Moschitti, 2015a). Particularly successful for sentiment classification were Convolutional Neural Networks (CNN) (Kim, 2014;Kalchbrenner et al, 2014;Severyn and Moschitti, 2015a;Severyn and Moschitti, 2015b;Johnson and Zhang, 2015), on which our work builds upon. * These authors contributed equally to this work These networks typically have a large number of parameters and are especially effective when trained on large amounts of data.…”
Section: Introductionmentioning
confidence: 99%
“…* These authors contributed equally to this work These networks typically have a large number of parameters and are especially effective when trained on large amounts of data. In this work, we use a distant supervision approach to leverage large amounts of data in order to train a 2-layer CNN 1 , extending the 1-layer architecture proposed by (Severyn and Moschitti, 2015a). More specifically, we train a neural network using the following three-phase procedure: i) creation of word embeddings for initialization of the first layer; ii) distant supervised phase, where the network weights and word embeddings are trained to capture aspects related to sentiment; and iii) supervised phase, where the network is trained on the provided supervised training data.…”
Section: Introductionmentioning
confidence: 99%
“…While Reverse-JST always performs worse than JST meaning that the JST model is more suitable for sentiment topic detection. The sentiment detection based on word embeddings and the use of a Deep Convolutional Neural Network developed with the help of an unsupervised neural language model, such as in Severyn and Moschitti [14].…”
Section: Sentiment Detection Based On a Machine Learningmentioning
confidence: 99%