|
{ |
|
"paper_id": "S18-1023", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T15:44:28.787229Z" |
|
}, |
|
"title": "RNN for Affects at SemEval-2018 Task 1: Formulating Affect Identification as a Binary Classification Problem", |
|
"authors": [ |
|
{ |
|
"first": "Aysu", |
|
"middle": [], |
|
"last": "Ezen-Can", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Written communication lacks the multimodal features such as posture, gesture and gaze that make it easy to model affective states. Especially in social media such as Twitter, due to the space constraints, the sources of information that can be mined are even more limited due to character limitations. These limitations constitute a challenge for understanding short social media posts. In this paper, we present an approach that utilizes multiple binary classifiers that represent different affective categories to model Twitter posts (e.g., tweets). We train domainindependent recurrent neural network models without any outside information such as affect lexicons. We then use these domainindependent binary ranking models to evaluate the applicability of such deep learning models on the affect identification task. This approach allows different model architectures and parameter settings for each affect category instead of building one single multi-label classifier. The contributions of this paper are two-folds: we show that modeling tweets with a small training set is possible with the use of RNNs and we also prove that formulating affect identification as a binary classification task is highly effective.", |
|
"pdf_parse": { |
|
"paper_id": "S18-1023", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Written communication lacks the multimodal features such as posture, gesture and gaze that make it easy to model affective states. Especially in social media such as Twitter, due to the space constraints, the sources of information that can be mined are even more limited due to character limitations. These limitations constitute a challenge for understanding short social media posts. In this paper, we present an approach that utilizes multiple binary classifiers that represent different affective categories to model Twitter posts (e.g., tweets). We train domainindependent recurrent neural network models without any outside information such as affect lexicons. We then use these domainindependent binary ranking models to evaluate the applicability of such deep learning models on the affect identification task. This approach allows different model architectures and parameter settings for each affect category instead of building one single multi-label classifier. The contributions of this paper are two-folds: we show that modeling tweets with a small training set is possible with the use of RNNs and we also prove that formulating affect identification as a binary classification task is highly effective.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Social media platforms allow users to share information, communicate with other users, learn about new products, and get latest news. The importance of social media data is getting larger every day as social media usage grows every year (Duggan, 2015) . Twitter is one such social media platform where users can write short posts as well as share links. Twitter is also used for getting news (Center, 2017) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 237, |
|
"end": 251, |
|
"text": "(Duggan, 2015)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 392, |
|
"end": 406, |
|
"text": "(Center, 2017)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "A large body of research has been conducted using Twitter data including analyzing user inten-tions (Java et al., 2007) , determining influence of users (Romero et al., 2011) , predicting retweet counts , classifying sentiments of tweets (Jansen et al., 2009; Agarwal et al., 2011; Neethu and Rajasree, 2013; Kontopoulos et al., 2013; Pak and Paroubek, 2010) . All of these studies have one goal in common: understanding/modeling information diffuse in Twitter.", |
|
"cite_spans": [ |
|
{ |
|
"start": 100, |
|
"end": 119, |
|
"text": "(Java et al., 2007)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 153, |
|
"end": 174, |
|
"text": "(Romero et al., 2011)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 238, |
|
"end": 259, |
|
"text": "(Jansen et al., 2009;", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 260, |
|
"end": 281, |
|
"text": "Agarwal et al., 2011;", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 282, |
|
"end": 308, |
|
"text": "Neethu and Rajasree, 2013;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 309, |
|
"end": 334, |
|
"text": "Kontopoulos et al., 2013;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 335, |
|
"end": 358, |
|
"text": "Pak and Paroubek, 2010)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "One aspect of modeling social media posts is focusing on emotional states of users. There has been plenty of efforts on determining affective states (Schwarz and Clore, 1983) and their effects to human behavior for different domains from education (Sidney et al., 2005) to health care (Lisetti et al., 2003) . For Twitter, this problem is even more challenging as the information source is limited to the number of characters allowed in a single post and multimodal features (e.g., posture, gesture, and eye gaze) are not available.", |
|
"cite_spans": [ |
|
{ |
|
"start": 149, |
|
"end": 174, |
|
"text": "(Schwarz and Clore, 1983)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 248, |
|
"end": 269, |
|
"text": "(Sidney et al., 2005)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 285, |
|
"end": 307, |
|
"text": "(Lisetti et al., 2003)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper, we formulate affect identification task as a binary classification problem and investigate the applicability and effectiveness of domainindependent deep learning models as well as features. Our dataset includes eleven affect categories (i.e., anger, anticipation, disgust, fear, joy, love, optimism, pessimism, sadness, surprise, and trust) for each tweet. The presence of one affect category in a tweet does not stop another category to be present (e.g., joy and optimisim can both be present in a tweet). We represent each affect category as one class and build binary classifiers for each class. Recurrent neural networks are trained for each affect category and no domain-dependent features such as affect lexicons are used. Our goal is to evaluate a generic model for different affective states.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Binary models have been successfully applied to several applications including action recognition in videos (Can and Manmatha, 2013), prediction of whether or not a tweet will be retweeted (Hong et al., 2011) , and topic classification (Joachims, 1998) . In this paper, we describe our approach for affect recognition of English tweets (Task E-c: Detecting Emotions), a subcategory of Task 1 in the SemEval 2018 challenge (Mohammad et al., 2018) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 189, |
|
"end": 208, |
|
"text": "(Hong et al., 2011)", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 236, |
|
"end": 252, |
|
"text": "(Joachims, 1998)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 422, |
|
"end": 445, |
|
"text": "(Mohammad et al., 2018)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper, we use English tweets that have been annotated by affect categories (Mohammad et al., 2018) . The dataset contains emojis, hashtags, and the textual content of tweets; however, it does not have user ids. The training, validation, and test splits are done by the task organizers. Figure 1 shows top three mostly used emojis in each class and their frequencies for the training set.", |
|
"cite_spans": [ |
|
{ |
|
"start": 83, |
|
"end": 106, |
|
"text": "(Mohammad et al., 2018)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 294, |
|
"end": 302, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Corpus", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Due to the importance of visual cues in predicting affective states, we pay attention to a form of visual cues: emojis. Here we present some of our findings based on different affect categories.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Breakdown of Emojis to Classes", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Trust: emojis are not frequently used. Not easy to determine through emojis.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Breakdown of Emojis to Classes", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Sadness: The sobbing face emoji is expectedly the most common one but interestingly laughing with joy emoji is the second most common. Weary face emoji is also very common in sadness: 56.16% of all weary face emojis are used in this class.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Breakdown of Emojis to Classes", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Anger and disgust share the same property: the most common emoji is the laughing with joy emoji and the second most common is sobbing face emoji. The fact that a joy emoji being the most commonly used in these affective classes is quite interesting and can indicate irony. The third most common emoji in these two classes are also the same: rage emoji.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Breakdown of Emojis to Classes", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 An emoji that can be intuitively associated with love (heart eyes) actually occurs more in joy tweets than love tweets.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Breakdown of Emojis to Classes", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 An unexpected finding is on fire emoji where joy and optimism classes have a large portion of all fire emojis in the training set (46.7% and 36.7% respectively).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Breakdown of Emojis to Classes", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 The affective class that uses most emojis is joy.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Breakdown of Emojis to Classes", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Since each tweet in the data contains eleven affect categories (i.e., anger, anticipation, disgust, fear, joy, love, optimism, pessimism, sadness, surprise, and trust), we created eleven datasets with the same tweets but with different class information. For example, the first dataset has one values (i.e., positive) for tweets that show anger and zero (i.e., negative) for those that do not have anger.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Other datasets are created in the same way for the remaining affects classes. By building one model for each affect category, we formulated affect identification problem as a binary classification task. Then in testing time, we obtained predictions from every specific model and fused the results to obtain a unique result for each tweet.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The advantage of using binary classification models for each affect category is that each model can be trained by itself, enabling different model architectures and parameters. For example, while one category may benefit from a deeper model, the other affect category can obtain the best results with a shallower model. In this way, the models do not have to be the same for each affect class.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Training Binary Classification Models", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "We built separate RNN models for each affect category, resulting with eleven classifiers. For the classifiers, we used three GRU layers, two of which are bi-directional. To be able to build a more generalized model, a dropout of 0.2 is used in each layer. Each bidirectional layer contains 100 neurons and the final encoding layer has 50 neurons.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Model Architecture", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Because the dataset is not very big, we wanted the classifiers to learn as much information as possible without overfitting it. Therefore, we built an auto-encoder from the tweets' content (e.g., unlabeled tweets, no affect categories). The goal of the auto-encoder is to get weights that can be used in the classifiers. As shown in Figure 2 , we used the trained weights from the auto-encoder to start building binary classifiers. To convert a textgenerating auto-encoder into a classifier, we added a softmax layer.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 333, |
|
"end": 341, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Training Auto-Encoder", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "For modeling affect categories in tweets, we use only the words and emojis. No domain-dependent features, or features that are aware of task in hand (e.g., affect lexicons) are used as our goal is to determine how well a generic RNN model can perform for affect recognition task.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "To represent emojis as embeddings, we used the pre-trained embeddings from the emoji2vec package (Eisner et al., 2016) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 97, |
|
"end": 118, |
|
"text": "(Eisner et al., 2016)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emojis", |
|
"sec_num": "3.4.1" |
|
}, |
|
{ |
|
"text": "For this study, an embedding length of 200 is used. We utilized pre-trained global vectors trained on tweets (Pennington et al., 2014) ", |
|
"cite_spans": [ |
|
{ |
|
"start": 109, |
|
"end": 134, |
|
"text": "(Pennington et al., 2014)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Embeddings", |
|
"sec_num": "3.4.2" |
|
}, |
|
{ |
|
"text": "Hashtags have a lot of semantic information about the tweets. However, most of that information is neglected if the hashtags cannot be found in the words embeddings. Therefore, we followed a greedy approach for dividing hashtags into their corresponding words.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hashtags", |
|
"sec_num": "3.4.3" |
|
}, |
|
{ |
|
"text": "Once the # is removed, we take the content of the hashtag and search if the content is present in the vocabulary as its entirety. If vocabulary has the hastag content, we use it. If not, more processing is done. Starting from the beggining of the word we keep a pointer, searching for a valid word that from index=0 to index=pointer. Once 0,j indices represent a substring that is a valid word, we continue the recursive search for the rest of the content (i.e., j+1 to the end of the string). The words that are found are added to the list of words that represent the hashtag. Then we use those words and represent them as embeddings.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hashtags", |
|
"sec_num": "3.4.3" |
|
}, |
|
{ |
|
"text": "Because this approach is greedily finding the shortest possible words contained within the hashtag, it is not guaranteed to represent the correct semantics all the time. For example, the #feelsadforyou is correctly divided to ['feel',\"sad', 'for', 'you'], however, #toniteinasheville ('tonite in asheville\") becomes ['tonite', 'in', 'as', 'he', 'ville'] , which is not correct. Achieving perfect semantics would require human labeling, therefore, we used the greedy approach and have observed that utilizing hash tag contents significantly improves the effectiveness of the models.", |
|
"cite_spans": [ |
|
{ |
|
"start": 316, |
|
"end": 353, |
|
"text": "['tonite', 'in', 'as', 'he', 'ville']", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hashtags", |
|
"sec_num": "3.4.3" |
|
}, |
|
{ |
|
"text": "The accuracies of binary classification models for each affect category are presented in Figure 3 . We compare the models' performances with majority baselines where the percentage of the class value that occurs most is taken as the majority baseline for each class. ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 89, |
|
"end": 97, |
|
"text": "Figure 3", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results on Validation Set", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "For all of our experiments, we used SAS Deep Learning Toolkit. We utilized an environment with 4 workers, with 24 threads in each worker, and mini-batch size per thread on each worker was 6. Adam optimizer is used in all experiments.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental Results", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Using the test set, the proposed model achieved a 0.398 accuracy, 0.539 micro-avg F1, and 0.358 macro-avg F1. A random baseline achieves 0.185 accuracy, 0.307 micro-avg F1, and 0.285 macroavg F1. Compared to the random baseline, the generic RNN model is quite successful at identifying affect categories.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental Results", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Some of the affect categories have very few positive examples, therefore it is very difficult for classifiers to learn nuances of those affects. For example, surprise and trust categories have 96.05% and 95.15% majority baselines respectively. In other words, only 4-5% of all training set observations have these affect categories as true.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "As can be seen in Figure 4 , when the number of positive observations are limited, the classifiers tend to make more false negatives. For affect categories that have a major class value that is dominant, we experimented with sampling as well where the number of positive and negative examples were equal. However, that made the dataset significantly smaller, further making it difficult for the RNN models to learn distinctions. Rather than using smaller datasets or including external data, we prefer to employ binary models. One of the main advantages of using binary models over multi-label models is to better deal with the uneven distribution of positive examples across classes.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 18, |
|
"end": 26, |
|
"text": "Figure 4", |
|
"ref_id": "FIGREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Affect identification without visual cues is a challenging task, making the text as the only source of information that can be used for machine learning models. This problem gets more challenging as the text data gets limited by the number of characters in Twitter.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "This paper presented a simple yet effective approach for classifying affect categories of Tweets. The main motivation of this paper was to evaluate how well a domain-independent RNN model can perform for classifying affects. Therefore, no domain-dependent source of information such as affective lexicons or pre-trained affect features are used. We built binary classification models per each affect category. The results showed that RNNs are powerful enough to outperform the baselines significantly, even without prior knowledge about the domain and with a relatively small dataset.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "ResultsIn this section, we report the results for the test set as well as discussion on the results.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Sentiment analysis of twitter data", |
|
"authors": [ |
|
{ |
|
"first": "Apoorv", |
|
"middle": [], |
|
"last": "Agarwal", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Boyi", |
|
"middle": [], |
|
"last": "Xie", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ilia", |
|
"middle": [], |
|
"last": "Vovsha", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Owen", |
|
"middle": [], |
|
"last": "Rambow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rebecca", |
|
"middle": [], |
|
"last": "Passonneau", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the workshop on languages in social media", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "30--38", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Apoorv Agarwal, Boyi Xie, Ilia Vovsha, Owen Ram- bow, and Rebecca Passonneau. 2011. Sentiment analysis of twitter data. In Proceedings of the work- shop on languages in social media, pages 30-38. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Formulating action recognition as a ranking problem", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Ethem", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Can", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Manmatha", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Computer Vision and Pattern Recognition Workshops (CVPRW), 2013 IEEE Conference on", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "251--256", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ethem F Can and R Manmatha. 2013. Formulating action recognition as a ranking problem. In Com- puter Vision and Pattern Recognition Workshops (CVPRW), 2013 IEEE Conference on, pages 251- 256. IEEE.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Predicting retweet count using visual cues", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Ethem", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H\u00fcseyin", |
|
"middle": [], |
|
"last": "Can", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Oktay", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Manmatha", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the 22Nd ACM International Conference on Information & Knowledge Management, CIKM '13", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1481--1484", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ethem F. Can, H\u00fcseyin Oktay, and R. Manmatha. 2013. Predicting retweet count using visual cues. In Pro- ceedings of the 22Nd ACM International Conference on Information & Knowledge Management, CIKM '13, pages 1481-1484, New York, NY, USA. ACM.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "News use across social media platforms", |
|
"authors": [], |
|
"year": 2017, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pew Research Center. 2017. News use across social media platforms 2017.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Mobile messaging and social media", |
|
"authors": [ |
|
{ |
|
"first": "Maeve", |
|
"middle": [], |
|
"last": "Duggan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Maeve Duggan. 2015. Mobile messaging and social media. Pew Research Center.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "emoji2vec: Learning emoji representations from their description", |
|
"authors": [ |
|
{ |
|
"first": "Ben", |
|
"middle": [], |
|
"last": "Eisner", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tim", |
|
"middle": [], |
|
"last": "Rockt\u00e4schel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Isabelle", |
|
"middle": [], |
|
"last": "Augenstein", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Matko", |
|
"middle": [], |
|
"last": "Bo\u0161njak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sebastian", |
|
"middle": [], |
|
"last": "Riedel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1609.08359" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ben Eisner, Tim Rockt\u00e4schel, Isabelle Augenstein, Matko Bo\u0161njak, and Sebastian Riedel. 2016. emoji2vec: Learning emoji representations from their description. arXiv preprint arXiv:1609.08359.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Predicting popular messages in twitter", |
|
"authors": [ |
|
{ |
|
"first": "Liangjie", |
|
"middle": [], |
|
"last": "Hong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ovidiu", |
|
"middle": [], |
|
"last": "Dan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Brian", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Davison", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 20th International Conference Companion on World Wide Web, WWW '11", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "57--58", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Liangjie Hong, Ovidiu Dan, and Brian D. Davison. 2011. Predicting popular messages in twitter. In Proceedings of the 20th International Conference Companion on World Wide Web, WWW '11, pages 57-58, New York, NY, USA. ACM.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Twitter power: Tweets as electronic word of mouth", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Bernard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mimi", |
|
"middle": [], |
|
"last": "Jansen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kate", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Abdur", |
|
"middle": [], |
|
"last": "Sobel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Chowdury", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Journal of the Association for Information Science and Technology", |
|
"volume": "60", |
|
"issue": "11", |
|
"pages": "2169--2188", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bernard J Jansen, Mimi Zhang, Kate Sobel, and Abdur Chowdury. 2009. Twitter power: Tweets as elec- tronic word of mouth. Journal of the Association for Information Science and Technology, 60(11):2169- 2188.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Why we twitter: understanding microblogging usage and communities", |
|
"authors": [ |
|
{ |
|
"first": "Akshay", |
|
"middle": [], |
|
"last": "Java", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaodan", |
|
"middle": [], |
|
"last": "Song", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tim", |
|
"middle": [], |
|
"last": "Finin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Belle", |
|
"middle": [], |
|
"last": "Tseng", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of the 9th WebKDD and 1st SNA-KDD 2007 workshop on Web mining and social network analysis", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "56--65", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Akshay Java, Xiaodan Song, Tim Finin, and Belle Tseng. 2007. Why we twitter: understanding mi- croblogging usage and communities. In Proceed- ings of the 9th WebKDD and 1st SNA-KDD 2007 workshop on Web mining and social network analy- sis, pages 56-65. ACM.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Text categorization with support vector machines: Learning with many relevant features", |
|
"authors": [ |
|
{ |
|
"first": "Thorsten", |
|
"middle": [], |
|
"last": "Joachims", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "European conference on machine learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "137--142", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thorsten Joachims. 1998. Text categorization with support vector machines: Learning with many rel- evant features. In European conference on machine learning, pages 137-142. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Ontology-based sentiment analysis of twitter posts. Expert systems with applications", |
|
"authors": [ |
|
{ |
|
"first": "Efstratios", |
|
"middle": [], |
|
"last": "Kontopoulos", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christos", |
|
"middle": [], |
|
"last": "Berberidis", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "", |
|
"volume": "40", |
|
"issue": "", |
|
"pages": "4065--4074", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Efstratios Kontopoulos, Christos Berberidis, The- ologos Dergiades, and Nick Bassiliades. 2013. Ontology-based sentiment analysis of twitter posts. Expert systems with applications, 40(10):4065- 4074.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Developing multimodal intelligent affective interfaces for telehome health care", |
|
"authors": [ |
|
{ |
|
"first": "Christina", |
|
"middle": [], |
|
"last": "Lisetti", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fatma", |
|
"middle": [], |
|
"last": "Nasoz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Cynthia", |
|
"middle": [], |
|
"last": "Lerouge", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Onur", |
|
"middle": [], |
|
"last": "Ozyer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kaye", |
|
"middle": [], |
|
"last": "Alvarez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "International Journal of Human-Computer Studies", |
|
"volume": "59", |
|
"issue": "1-2", |
|
"pages": "245--255", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Christina Lisetti, Fatma Nasoz, Cynthia LeRouge, Onur Ozyer, and Kaye Alvarez. 2003. Developing multimodal intelligent affective interfaces for tele- home health care. International Journal of Human- Computer Studies, 59(1-2):245-255.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Semeval-2018 Task 1: Affect in tweets", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Saif", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Felipe", |
|
"middle": [], |
|
"last": "Mohammad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mohammad", |
|
"middle": [], |
|
"last": "Bravo-Marquez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Svetlana", |
|
"middle": [], |
|
"last": "Salameh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Kiritchenko", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of International Workshop on Semantic Evaluation (SemEval-2018)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Saif M. Mohammad, Felipe Bravo-Marquez, Mo- hammad Salameh, and Svetlana Kiritchenko. 2018. Semeval-2018 Task 1: Affect in tweets. In Proceed- ings of International Workshop on Semantic Evalu- ation (SemEval-2018), New Orleans, LA, USA.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Sentiment analysis in twitter using machine learning techniques", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Ms Neethu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Rajasree", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Computing, Communications and Networking Technologies (ICCCNT), 2013 Fourth International Conference on", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--5", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "MS Neethu and R Rajasree. 2013. Sentiment analy- sis in twitter using machine learning techniques. In Computing, Communications and Networking Tech- nologies (ICCCNT), 2013 Fourth International Con- ference on, pages 1-5. IEEE.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Twitter as a corpus for sentiment analysis and opinion mining", |
|
"authors": [ |
|
{ |
|
"first": "Alexander", |
|
"middle": [], |
|
"last": "Pak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Patrick", |
|
"middle": [], |
|
"last": "Paroubek", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "LREc", |
|
"volume": "10", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alexander Pak and Patrick Paroubek. 2010. Twitter as a corpus for sentiment analysis and opinion mining. In LREc, volume 10.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Glove: Global vectors for word representation", |
|
"authors": [ |
|
{ |
|
"first": "Jeffrey", |
|
"middle": [], |
|
"last": "Pennington", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Richard", |
|
"middle": [], |
|
"last": "Socher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Empirical Methods in Natural Language Processing (EMNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1532--1543", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jeffrey Pennington, Richard Socher, and Christo- pher D. Manning. 2014. Glove: Global vectors for word representation. In Empirical Methods in Nat- ural Language Processing (EMNLP), pages 1532- 1543.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Influence and passivity in social media", |
|
"authors": [ |
|
{ |
|
"first": "Wojciech", |
|
"middle": [], |
|
"last": "Daniel M Romero", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sitaram", |
|
"middle": [], |
|
"last": "Galuba", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bernardo A", |
|
"middle": [], |
|
"last": "Asur", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Huberman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Joint European Conference on Machine Learning and Knowledge Discovery in Databases", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "18--33", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Daniel M Romero, Wojciech Galuba, Sitaram Asur, and Bernardo A Huberman. 2011. Influence and passivity in social media. In Joint European Con- ference on Machine Learning and Knowledge Dis- covery in Databases, pages 18-33. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Mood, misattribution, and judgments of well-being: Informative and directive functions of affective states", |
|
"authors": [ |
|
{ |
|
"first": "Norbert", |
|
"middle": [], |
|
"last": "Schwarz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Gerald L Clore", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "Journal of personality and social psychology", |
|
"volume": "45", |
|
"issue": "3", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Norbert Schwarz and Gerald L Clore. 1983. Mood, misattribution, and judgments of well-being: Infor- mative and directive functions of affective states. Journal of personality and social psychology, 45(3):513.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Integrating affect sensors in an intelligent tutoring system", |
|
"authors": [ |
|
{ |
|
"first": "Scotty", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "K Dmello Sidney", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Barry", |
|
"middle": [], |
|
"last": "Craig", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stan", |
|
"middle": [], |
|
"last": "Gholson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rosalind", |
|
"middle": [], |
|
"last": "Franklin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Arthur C", |
|
"middle": [], |
|
"last": "Picard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Graesser", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Affective Interactions: The Computer in the Affective Loop Workshop at", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "7--13", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K Dmello Sidney, Scotty D Craig, Barry Gholson, Stan Franklin, Rosalind Picard, and Arthur C Graesser. 2005. Integrating affect sensors in an intelligent tu- toring system. In Affective Interactions: The Com- puter in the Affective Loop Workshop at, pages 7-13.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"text": "Most frequently used emojis and their counts for each affect category.", |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"text": "Using the unlabeled tweets for training an auto-encoder and using the trained weights for the affect classification process.", |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null |
|
}, |
|
"FIGREF2": { |
|
"text": "Accuracies per affect category. Majority baseline of each class is compared to the performance of the RNN classifier for that class.", |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null |
|
}, |
|
"FIGREF3": { |
|
"text": "The distribution of false positives and false negatives for observations that are classified incorrectly in the test set.", |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null |
|
} |
|
} |
|
} |
|
} |