ACL-OCL / Base_JSON /prefixL /json /lincr /2020.lincr-1.7.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:10:47.006595Z"
},
"title": "Towards a Multi-Dataset for Complex Emotions Learning based on Deep Neural Networks",
"authors": [
{
"first": "Belainine",
"middle": [],
"last": "Billal",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "UQAM",
"location": {
"region": "Quebec",
"country": "Canada"
}
},
"email": "[email protected]"
},
{
"first": "Sadat",
"middle": [],
"last": "Fatiha",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "UQAM",
"location": {
"region": "Quebec",
"country": "Canada"
}
},
"email": ""
},
{
"first": "Boukadoum",
"middle": [],
"last": "Mounir",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "UQAM",
"location": {
"region": "Quebec",
"country": "Canada"
}
},
"email": ""
},
{
"first": "Lounis",
"middle": [],
"last": "Hakim",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "UQAM",
"location": {
"region": "Quebec",
"country": "Canada"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In sentiment analysis, several researchers have used emoji and hashtags as specific forms of training and supervision. Some emotions, such as fear and disgust, are underrepresented in the text of social media. Others, such as anticipation, are absent. This research paper proposes a new dataset for complex emotion detection using a combination of several existing corpora in order to represent and interpret complex emotions based on the Plutchik's theory. Our experiments and evaluations confirm that using Transfer Learning (TL) with a rich emotional corpus, facilitates the detection of complex emotions in a four-dimensional space. In addition, the incorporation of the rule on the reverse emotions in the model's architecture brings a significant improvement in terms of precision, recall, and F-score.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "In sentiment analysis, several researchers have used emoji and hashtags as specific forms of training and supervision. Some emotions, such as fear and disgust, are underrepresented in the text of social media. Others, such as anticipation, are absent. This research paper proposes a new dataset for complex emotion detection using a combination of several existing corpora in order to represent and interpret complex emotions based on the Plutchik's theory. Our experiments and evaluations confirm that using Transfer Learning (TL) with a rich emotional corpus, facilitates the detection of complex emotions in a four-dimensional space. In addition, the incorporation of the rule on the reverse emotions in the model's architecture brings a significant improvement in terms of precision, recall, and F-score.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Several works in natural language processing (NLP) have addressed the recognition of expression of emotions. They can be divided into two approaches. The first one assesses emotions by using quantitative metrics such as the level of intensity or valence, arousal, domination, etc. For example, the emotion carried by a text is measured as very joyful, a little angry, fearful, etc., with the metric value referring to the degree of emotion (Posner et al., 2005) . The second approach starts from a dictionary of basic emotions, considered as atomic and irreducible, to build more complex ones. This is the case of the Plutchik model (Plutchik, 1980) , which allows to represent a complex emotion as a combination of several basic emotions (De Bonis, 1996) .",
"cite_spans": [
{
"start": 440,
"end": 461,
"text": "(Posner et al., 2005)",
"ref_id": "BIBREF25"
},
{
"start": 633,
"end": 649,
"text": "(Plutchik, 1980)",
"ref_id": "BIBREF23"
},
{
"start": 739,
"end": 755,
"text": "(De Bonis, 1996)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Regardless of the approach used, a relevant corpus of examples is required for training and/or validation. Many researchers have considered social media with emoji and hashtags as a source of training data. However, Some emotions, such as fear and disgust, are underrepresented in those media, and others such as anticipation are absent.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "preting complex emotions based on basic emotion vectors. This vector is reduced in a 4-dimensional space.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction of a formal method for reading and inter-",
"sec_num": "2."
},
{
"text": "3. Introduction of a rule for reverse emotions in the model's architecture, stating that an emotion cannot be present at the same time as its opposite.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction of a formal method for reading and inter-",
"sec_num": "2."
},
{
"text": "The structure of the present paper is described as follows: Section 2. introduces the Plutchik model in the context of this study, Section 3. surveys the state of the art on the analysis and detection of emotions, Section 4. describes our approach to the recognition of complex emotions with a deep neural network, Sections 5. and 6. describe the experiments that help evaluate our model and compare its performance to other models, along with an error analysis and a discussion. Finally, Section 7. concludes this work and offers perspectives for future research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction of a formal method for reading and inter-",
"sec_num": "2."
},
{
"text": "Plutchik (Plutchik, 2003) proposed a model based on a dictionary of emotions similar to the color dictionary. Indeed, since there are secondary colors derived from primary colors, there would be secondary emotions derived from primary emotions, and each combination of certain primary emotions can generate secondary emotions (Plutchik, 1980) . According to Plutchik (Plutchik, 1980) , there are four pairs of opposite emotions: (Joy, Sadness), (Trust, Disgust) , (Fear, Anger) , (Surprise, Anticipation) . The eight dimensions of these fundamental emotions are adjacent and arranged like a cone, with the terms that designate the maximum intensity of each emotion at the top.",
"cite_spans": [
{
"start": 9,
"end": 25,
"text": "(Plutchik, 2003)",
"ref_id": "BIBREF24"
},
{
"start": 326,
"end": 342,
"text": "(Plutchik, 1980)",
"ref_id": "BIBREF23"
},
{
"start": 367,
"end": 383,
"text": "(Plutchik, 1980)",
"ref_id": "BIBREF23"
},
{
"start": 445,
"end": 461,
"text": "(Trust, Disgust)",
"ref_id": null
},
{
"start": 464,
"end": 477,
"text": "(Fear, Anger)",
"ref_id": null
},
{
"start": 480,
"end": 504,
"text": "(Surprise, Anticipation)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of the Plutchik Theory",
"sec_num": "2."
},
{
"text": "In relation to complex emotions that are added to the primary ones, first we can find the emotions that are a result of the combination of two adjacent emotions. These are the primary dyads (Plutchik, 2003) . Moreover, there are emotions that are the result of a combination of two adjacent primary emotions, but separated by an emotion. These are the secondary dyads. Finally, the emotions that are the result of a combination of two adjacent primary emotions, but separated by two emotions, these are the tertiary dyads (Plutchik, 1980) . Table 1 represents all possible combinations of the primary dyads, the secondary dyads, as well as the tertiary dyads, with the generated emotions according to the Plutchik model. (Plutchik, 2003) .",
"cite_spans": [
{
"start": 190,
"end": 206,
"text": "(Plutchik, 2003)",
"ref_id": "BIBREF24"
},
{
"start": 522,
"end": 538,
"text": "(Plutchik, 1980)",
"ref_id": "BIBREF23"
},
{
"start": 721,
"end": 737,
"text": "(Plutchik, 2003)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [
{
"start": 541,
"end": 548,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Overview of the Plutchik Theory",
"sec_num": "2."
},
{
"text": "Because of the absence of annotated data, manually or otherwise, many NLP tasks related to sentiment analysis and emotion mining use co-occurring emotional expressions for remote supervision of social media, to allow models to learn directly useful textual representations before modelling these tasks (Mohammad et al., 2013; Nida et al., 2019) .",
"cite_spans": [
{
"start": 302,
"end": 325,
"text": "(Mohammad et al., 2013;",
"ref_id": "BIBREF18"
},
{
"start": 326,
"end": 344,
"text": "Nida et al., 2019)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "3."
},
{
"text": "Some works use binarized emojis as noisy labels (Read, 2005; Nakov et al., 2016; Yang et al., 2016; Nikhil and Srivastava, 2018) , but emojis can be ambiguous as they can serve both as comments or to set emotional state of a text. This ambiguity was addresses by Kunneman et al. (2014) with emotional hashtags such as #nice and #lame. Nevertheless, DeepMoji has succeeded in showing that emoticons can be used to accurately categorize the emotional content of texts in many cases (Felbo et al., 2017) . But DeepMoji requires more than one billion pieces of data for training (1 246 million of tweets), and it has two limitations: a) The analyzed text must contain emoticons; b) the emojis do not always reflect the emotional state behind the writing of the text, since they can also be used to complete the writing text.Other works use emotion theories such as Ekman's six basic emotions and Plutchik's eight basic emotions (Mohammad et al., 2013; Suttles and Ide, 2013; Felbo et al., 2017) . The categorization is also done manually, and it requires requires an understanding of the emotional content of each expression, which is difficult and time-consuming for sophisticated combinations of emotional content. The work of Suttles and Ide (2013) uses a binary classifier that indicates the existence of an emotion according to the representation of Plutchik. However, this method suffers from ambiguity when the emotion is presented with its opposite, for example the binary classification in a multilabel context can indicate joy and sadness at the same time, an impossible representation by Plutchik's theory. The authors Felbo et al. (2017) used transfer learning (Bengio, 2012), which does not require access to the original dataset, but only to the model of an already trained deep learning classifier. This allowed them to classify sarcasm (Gal and Ghahramani, 2016) and the 7 emotions of the PsychExp dataset (Wallbott and Scherer, 1986) . Others works using transfer learning (Barbieri et al., 2018; Gee and Wang, 2018; Park et al., 2018 ) demonstrated a great performance in detecting emojis in shared tasks such as Se-mEval 1 .",
"cite_spans": [
{
"start": 48,
"end": 60,
"text": "(Read, 2005;",
"ref_id": "BIBREF27"
},
{
"start": 61,
"end": 80,
"text": "Nakov et al., 2016;",
"ref_id": "BIBREF18"
},
{
"start": 81,
"end": 99,
"text": "Yang et al., 2016;",
"ref_id": "BIBREF34"
},
{
"start": 100,
"end": 128,
"text": "Nikhil and Srivastava, 2018)",
"ref_id": "BIBREF20"
},
{
"start": 263,
"end": 285,
"text": "Kunneman et al. (2014)",
"ref_id": "BIBREF14"
},
{
"start": 480,
"end": 500,
"text": "(Felbo et al., 2017)",
"ref_id": "BIBREF9"
},
{
"start": 924,
"end": 947,
"text": "(Mohammad et al., 2013;",
"ref_id": "BIBREF18"
},
{
"start": 948,
"end": 970,
"text": "Suttles and Ide, 2013;",
"ref_id": "BIBREF30"
},
{
"start": 971,
"end": 990,
"text": "Felbo et al., 2017)",
"ref_id": "BIBREF9"
},
{
"start": 1626,
"end": 1645,
"text": "Felbo et al. (2017)",
"ref_id": "BIBREF9"
},
{
"start": 1848,
"end": 1874,
"text": "(Gal and Ghahramani, 2016)",
"ref_id": "BIBREF11"
},
{
"start": 1918,
"end": 1946,
"text": "(Wallbott and Scherer, 1986)",
"ref_id": "BIBREF33"
},
{
"start": 1986,
"end": 2009,
"text": "(Barbieri et al., 2018;",
"ref_id": "BIBREF3"
},
{
"start": 2010,
"end": 2029,
"text": "Gee and Wang, 2018;",
"ref_id": "BIBREF12"
},
{
"start": 2030,
"end": 2047,
"text": "Park et al., 2018",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous works on emotion recognition",
"sec_num": "3.1."
},
{
"text": "The authors Barbieri et al. (2017) studied the relationship between words and emoticons. They also proposed an approach to predict the most likely emoji associated with a tweet. This proposed approach was based on a Bidirectional Long Short-Term Memory (BiLSTM) architecture (BiLSTM). Zhong and Miao (2019) used a model that extends the Recurrent Convolutional Neural Network (RCNN) using finely-tuned external word representations and DeepMoji phrase representations on the emotion detection task in SemEval-2019. Other work (Tang et al., 2014) proposed a method to learn to incorporate specific words in Word Embeddings and showed an improvement in the performance especially when combining other sets of existing features. In our knowledge, none of the previous works considered the case of texts with conflicting emotions, hence the need for such a model.",
"cite_spans": [
{
"start": 12,
"end": 34,
"text": "Barbieri et al. (2017)",
"ref_id": "BIBREF2"
},
{
"start": 285,
"end": 306,
"text": "Zhong and Miao (2019)",
"ref_id": "BIBREF35"
},
{
"start": 526,
"end": 545,
"text": "(Tang et al., 2014)",
"ref_id": "BIBREF31"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "(International Workshop on Semantic Evaluation)",
"sec_num": "1"
},
{
"text": "In this section, we present the existing emotional English datasets in chronological order. The dataset ISEAR, published by (Scherer and Wallbott, 1994) uses the responses of people from different cultures to questionnaires in social media. The final dataset contains about 3,000 reports, for 7,665 sentences labeled with unique emotions. The set uses the labels \"joy\", \"fear\", \"anger\", \"sadness\", \"disgust\", \"shame\" and \"guilt\". The WordNet-Affect Lexicon (Valitutti, 2004) is a collection of emotion related words (nouns, verbs, adjectives, and adverbs), classified as \"Positive\", \"Negative\", \"Neutral\", or \"Ambiguous\", and categorized into 28 subcategories (\"Joy\", \"Love\", \"Fear\", etc.). The dataset Tales, published by Alm et al. (2005; Bostan and Klinger (2018) is based on literature and consists of 15,302 sentences, with its annotators only agreeing on 1,280 sentences. The goal of this resource is to help build emotion classifiers for literature. The annotation scheme includes Ekman's six basic emotions. Labels 'angry' and 'disgust' are merged. The dataset AffectiveText, published by Strapparava and Mihalcea (2007; Bostan and Klinger (2018) , is built from news headlines. The main objective of this resource is the classification of emotions and valence in news headlines using the basic emotions of Ekman, supplemented by enumerate valence between 0 to 100. The dataset Blogs, published by Aman and Szpakowicz (2007) , includes 5,205 sentences. Each instance annotated with one label. The used annotation scheme corresponds to Ekman's six fundamental emotions.",
"cite_spans": [
{
"start": 124,
"end": 152,
"text": "(Scherer and Wallbott, 1994)",
"ref_id": "BIBREF28"
},
{
"start": 457,
"end": 474,
"text": "(Valitutti, 2004)",
"ref_id": "BIBREF32"
},
{
"start": 723,
"end": 740,
"text": "Alm et al. (2005;",
"ref_id": "BIBREF0"
},
{
"start": 741,
"end": 766,
"text": "Bostan and Klinger (2018)",
"ref_id": "BIBREF5"
},
{
"start": 1097,
"end": 1128,
"text": "Strapparava and Mihalcea (2007;",
"ref_id": "BIBREF29"
},
{
"start": 1129,
"end": 1154,
"text": "Bostan and Klinger (2018)",
"ref_id": "BIBREF5"
},
{
"start": 1406,
"end": 1432,
"text": "Aman and Szpakowicz (2007)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Datasets Overview",
"sec_num": "3.2."
},
{
"text": "The dataset EmoTxt , published by Ortu et al. (2015) , includes 4000 comments posted by software developers. This corpus contains sentences manually labelled with the emotions \"Love\", \"Joy\", \"Surprise\", \"Anger\", \"Sadness\" and \"Fear\". The dataset Electoral-Tweets, published by Mohammad and Kiritchenko (2015) for the field of elections, contains more than 100,000 responses to two detailed online questionnaires (questions focused on the emotions, purpose, and style of the electoral tweets). These tweets are annotated via Crowdsourcing and the labels for emotions are nonstandard, examples: polite,impolite . The tweets are annotated with emotional words (Bostan and Klinger, 2018) . The dataset Emotion-Stimulus, published by Ghazi et al. (2015) , contains 820 sentences that are annotated with both emotions and their causes, and 1,549 sentences that are uniquely marked with emotions. The annotators used FrameNet (Fillmore et al., 2003) to annotate this dataset using the Ekman's theory alimented with the Shame label.",
"cite_spans": [
{
"start": 34,
"end": 52,
"text": "Ortu et al. (2015)",
"ref_id": "BIBREF21"
},
{
"start": 277,
"end": 308,
"text": "Mohammad and Kiritchenko (2015)",
"ref_id": "BIBREF17"
},
{
"start": 657,
"end": 683,
"text": "(Bostan and Klinger, 2018)",
"ref_id": "BIBREF5"
},
{
"start": 729,
"end": 748,
"text": "Ghazi et al. (2015)",
"ref_id": "BIBREF13"
},
{
"start": 919,
"end": 942,
"text": "(Fillmore et al., 2003)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Datasets Overview",
"sec_num": "3.2."
},
{
"text": "The dataset fb-valence-eveal, published by Preo\u0163iuc-Pietro et al. 2016, is a data set of 2,895 Social Media posts rated by two psychologically-trained annotators on two separate ordinal nine-point scales. These scales represent valence (or sentiment) and arousal (or intensity), which defines each post's position on the circumplex model of affect, a well-established system for describing emotional states. The dataset Grounded-Emotions, published by Bostan and Klinger (2018) , is built on tweets and contains 2,557 instances published by 1,369 users. The labels is \"happy\" and \"sad\". The tweets are annotated by the authors. The dataset TEC, published by Mohammad et al. (2013) (Bostan and Klinger, 2018) , includes 21,051 tweets. The main objective of this resource is to use emotion word hashtags as a source of annotation for emotions. The annotation scheme corresponds to Ekman's basic emotion model. They collected tweets with hashtags corresponding to Ekman's six basics emotions: anger, disgust, fear, happy, sadness, and surprise. The dataset DailyDialogs, published by Li et al. (2017) , is based on conversations and includes 13,118 sentences. The annotation used is from Ekman, with a label of \"no emotion\". A single label by utterance via an expert annotation. This dataset contains annotations about the user's intent and the topic of the dialog. The dataset EmoBank, published by Buechel and Hahn (2017) , is based on several genres and domains. It consists of 10,548 sentences, each one annotated manually according to the emotion expressed by the author and the readers. The dataset EmoInt, published by Mohammad and Bravo-Marquez (2017) (Bostan and Klinger, 2018) , consists of 7,097 tweets. It associates each text with different intensities of emotion. The tweets are annotated via crowdsourcing with intensities of anger, joy, sadness, and fear. As the previous list shows, there exist many emotional data set to work with. However, they all have the following limitations with regards to Plutchik's theory : 1) The labels are not based on the fundamental emotions of Plutchik's theory; 2) the size of the data may be too small to train an efficient emotion detection model. Plutchik's theory offers many advantages for the detection of complex emotions. 24 complex emotions can be modeled with just 8 basic emotions; while, the model proposed by Ekman offers 16 complex emotions, and needs a larger data set for its implementation (Ekman, 2004) . Our motivation in the present research is to use the Plutchik's theory for the detection of basic and complex emotions. For this purpose, a new dataset was constructed and annotated with the complex emotions.",
"cite_spans": [
{
"start": 452,
"end": 477,
"text": "Bostan and Klinger (2018)",
"ref_id": "BIBREF5"
},
{
"start": 658,
"end": 680,
"text": "Mohammad et al. (2013)",
"ref_id": "BIBREF18"
},
{
"start": 681,
"end": 707,
"text": "(Bostan and Klinger, 2018)",
"ref_id": "BIBREF5"
},
{
"start": 1081,
"end": 1097,
"text": "Li et al. (2017)",
"ref_id": "BIBREF15"
},
{
"start": 1397,
"end": 1420,
"text": "Buechel and Hahn (2017)",
"ref_id": "BIBREF6"
},
{
"start": 1657,
"end": 1683,
"text": "(Bostan and Klinger, 2018)",
"ref_id": "BIBREF5"
},
{
"start": 2455,
"end": 2468,
"text": "(Ekman, 2004)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Datasets Overview",
"sec_num": "3.2."
},
{
"text": "Our ultimate goal is to create an emotion classifier that is capable of detecting complex emotions based on the Plutchik model, and that introduces an implicite rule to handle conflicting emotion representations. This rule forces the classifier to detect either an emotion like joy or sadness but not both at the same time. The overall process is summarized in Figure 1 and consists in three phases :",
"cite_spans": [],
"ref_spans": [
{
"start": 361,
"end": 369,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "The Proposed Approach",
"sec_num": "4."
},
{
"text": "(1) collection of annotated data to construct a training annotated corpus from several types of corpora in order to cover the eight basic labels of the Plutchik theory;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Proposed Approach",
"sec_num": "4."
},
{
"text": "(2) detection of basic emotions and representation with a four-dimensional emotion vector. The proposed strategy for the emotion detection relies on multilabel classification using transfer learning (Felbo et al., 2017) ;",
"cite_spans": [
{
"start": 199,
"end": 219,
"text": "(Felbo et al., 2017)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Proposed Approach",
"sec_num": "4."
},
{
"text": "(3) learning and interpretation of complex emotions using multi-label classification.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Proposed Approach",
"sec_num": "4."
},
{
"text": "Our training corpus combines several English data sets from different sources. Table 2 shows the different corpora, as components of the data set used in this research to detect the basic and complex emotions. These corpora are described in the following paragraphs. joy, fear, disgust, anger, sadness, surprise, trust and anticipation WordNet-Affect (Valitutti, 2004) joy, fear, disgust, anger, sadness, surprise, trust and anticipation Dailydialog (Li et al., 2017) is annotated with the Big Six emotions of Ekman, and it is a multi-turn corpus built for human dialogue. We extracted sentences containing between 5 and 12 words, and deleted the sentences that do not contain emotions in the big Six of Ekman, since they can have emotions that can be represented by the Plutchik model but are absent in Ekman model. Wordnet samples will help us generate the missing labels in other corpora such as Surprise and Anticipation. In addition, we enriched our corpus with the sources of WordNet and WordNet-Affect (Valitutti, 2004) as follows: First, we have extracted all the effective examples of Word-Net that have a word-annotated relationship in WordNet-Affect. Second, we manually annotated the examples using Crowdsourcing, three users chose emotions that correspond to the 8 basic plutchik emotions. Then,we choose only the examples to the three evaluators agree on the same emotions. The corpus is divided into four sub corpora, each one making use of three labels for emotion representation, its opposite and the absence of the two (e.g., Joy/Sadness/No, Anticipation/Surprise/No, Disgust/Trust/No, Anger/Fear/No). then, The instances of each sub corpus are mixed randomly. We divided each sub-corpus into three parts related to: (1) training 70%, (2) development 15% and (3) testing 15%. We used the same validation process as the one used for DeepMoji (Felbo et al., 2017) , using the provided code 2 . The DeepMoji model uses an embedding layer of 256 dimensions to represent each word in a vector space model. A hyperbolic tangent activation function is used to enforce a constraint of each embedding dimension being within [-1, 1]. To capture the context of each word, DeepMoji uses two bidirectional LSTM layers with 1024 hidden units in each (512 in each direction). Finally, the attention mechanism lets the model decide the importance of each word for the prediction task by the projection on 64 outputs of emojis. Our model uses the same architecture with changing the output layer to 3 outputs. The test phase is done after the generation of the final model. Table 5 represents the statistics by the average number of words per sentence for each label that exist in the corpus. Figure 2 illustrates the distribution of the eight emotions in our corpus by percent. ",
"cite_spans": [
{
"start": 351,
"end": 368,
"text": "(Valitutti, 2004)",
"ref_id": "BIBREF32"
},
{
"start": 450,
"end": 467,
"text": "(Li et al., 2017)",
"ref_id": "BIBREF15"
},
{
"start": 1009,
"end": 1026,
"text": "(Valitutti, 2004)",
"ref_id": "BIBREF32"
},
{
"start": 1859,
"end": 1879,
"text": "(Felbo et al., 2017)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [
{
"start": 79,
"end": 86,
"text": "Table 2",
"ref_id": "TABREF2"
},
{
"start": 2575,
"end": 2582,
"text": "Table 5",
"ref_id": "TABREF10"
},
{
"start": 2694,
"end": 2702,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Corpus Construction",
"sec_num": "4.1."
},
{
"text": "In the case of the presence of the emotion, we mark 1 and in the case of the presence of the opposite emotion, we mark -1. If the emotion with its inverse are absent we mark 0. Our main objective is to avoid having an emotion with its opposite at the same time, either 1 or -1. In addition, if the model detects 0, then we have no emotion. With the proposed corpus, the emotion recognition problem can be seen as a problem of learning multi-labels where each of the four dimensions is represented by a label with three values (1,0,-1), each label detected by a Sequence to Vector model (Seq2vec). The seq2vec model used is Deep-Moji, as shown in figure 3. To detect each label, we use transfer learning of a DeepMoji model shown in the figure 3. DeepMoji model is learnt on 50,000 words of inputs and 65 outputs that correspond to emojis. The model contains two BiLSTM layers that can learn the sequential structure of the sentence. These two layers were kept during the transfer learning. On the other hand, the layers of the attention and the output are replaced by a layer of three outputs. Our modelling of emotional states is based on representing of emotional states in the form of vectors. For each emotional state, there is a vector in a 4-dimensional space, each dimension representing a pair of contradictory basic emotions (eg. Joy and Sadness and No). We propose to use the same basic emotions of the Plutchik model to define the dimensions of our base. Therefore, the number of dimensions of our basic emotion is four pairs of emotions and is formally defined by the base B = ((Joy, Sadness), (Trust, Disgust), (Fear, Anger), (Surprise, Antic- ipation)). Thus, any emotion can be realized using a combination of the other fundamental emotions that define our base B. Our model represents the following axes, as defined in [-1,0] . This allows on the one hand to represent an infinite number of complex emotions, because our model is a continuous one, and on the other hand, to offer high-performance mathematical tools for the analysis and processing of these emotions. Table 8 shows a representation of primary complex emotions using the Plutchik model, with the combinations of 2 adjacent emotions separated by no emotion constituting the primary dyads. Table 7 shows a representation in 8 dimensions equivalent to Table 8 . The latter represents the emotion in 4 dimensions and prevents the representation of the emotion with his inverse that will serve as a transition matrix W to detect the main complex emotions. The numerical contents of Optimism 1 1 0 0 0 0 0 0 Love 0 1 1 0 0 0 0 0 Submission 0 0 1 1 0 0 0 0 Apprehension 0 0 0 1 1 0 0 0 Disappointment 0 0 0 0 1 1 0 0 Remorse 0 0 0 0 0 1 1 0 Contempt 0 0 0 0 0 0 1 1 Aggressiveness 1 0 0 0 0 0 0 1 Table 7 : Combinations of 2 adjacent emotions that make the primary dyads in 8 dimensions.",
"cite_spans": [
{
"start": 1835,
"end": 1841,
"text": "[-1,0]",
"ref_id": null
}
],
"ref_spans": [
{
"start": 2083,
"end": 2090,
"text": "Table 8",
"ref_id": "TABREF13"
},
{
"start": 2269,
"end": 2276,
"text": "Table 7",
"ref_id": null
},
{
"start": 2330,
"end": 2337,
"text": "Table 8",
"ref_id": "TABREF13"
},
{
"start": 2558,
"end": 2843,
"text": "Optimism 1 1 0 0 0 0 0 0 Love 0 1 1 0 0 0 0 0 Submission 0 0 1 1 0 0 0 0 Apprehension 0 0 0 1 1 0 0 0 Disappointment 0 0 0 0 1 1 0 0 Remorse 0 0 0 0 0 1 1 0 Contempt 0 0 0 0 0 0 1 1 Aggressiveness 1 0 0 0 0 0 0 1 Table 7",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Using the corpus for emotions detection",
"sec_num": "4.2."
},
{
"text": "Complex emotions Primary Dyad Anticipation-Surprise Joy-Sadness Trust-Disgust Fear-Anger Optimism 1 1 0 0 Love 0 Table 8 : Combinations of 2 adjacent emotions that make the primary dyads in 4 dimensions.",
"cite_spans": [],
"ref_spans": [
{
"start": 113,
"end": 120,
"text": "Table 8",
"ref_id": "TABREF13"
}
],
"eq_spans": [],
"section": "Learning complex emotions",
"sec_num": "4.3."
},
{
"text": "1 1 0 Submission 0 0 1 1 Apprehension -1 0 0 1 Disappointment -1 -1 0 0 Remord 0 -1 -1 0 Contempt 0 0 -1 -1 Aggressiveness 1 0 0 -1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning complex emotions",
"sec_num": "4.3."
},
{
"text": "Equations 1 and 2 show how one can detect the presence of a complex emotion by multiplying matrix W by the vector V that represents the emotion coordinates in our vector space (equation 1).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning complex emotions",
"sec_num": "4.3."
},
{
"text": "S P rimary Dyad = W P rimary Dyad V = \uf8ee \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8f0 1 1 0 0 0 1 1 0 0 0 1 1 \u22121 0 0 1 \u22121 \u22121 0 0 0 \u22121 \u22121 0 0 0 \u22121 \u22121 1 0 0 \u22121 \uf8f9 \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fb \uf8ee \uf8ef \uf8ef \uf8f0 a b c d \uf8f9 \uf8fa \uf8fa \uf8fb (1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning complex emotions",
"sec_num": "4.3."
},
{
"text": "The result for the complex emotion obtained should be the result that maximizes a component of the vectors. A problem that can be faced is that the components can exceed the value 1. To fix this problem, we propose to seek the value greater than 1. Does it mean to convey that no complex emotion is detected when S i < 1. Equation 2 presents our objective function for reading the complex emotion. The complex emotions generated by the index i correspond to the emotions in the transition matrix W given in table 8. Alarm=3, Disappointment=4, Contemptment=5, Remord=6, Aggressiveness=7) ",
"cite_spans": [
{
"start": 516,
"end": 524,
"text": "Alarm=3,",
"ref_id": null
},
{
"start": 525,
"end": 542,
"text": "Disappointment=4,",
"ref_id": null
},
{
"start": 543,
"end": 558,
"text": "Contemptment=5,",
"ref_id": null
},
{
"start": 559,
"end": 568,
"text": "Remord=6,",
"ref_id": null
},
{
"start": 569,
"end": 586,
"text": "Aggressiveness=7)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Learning complex emotions",
"sec_num": "4.3."
},
{
"text": "\uf8f1 \uf8f4 \uf8f2 \uf8f4 \uf8f3\u00ca motion complex = argmax i (S i ) and S i \u2265 1 (2) i\u2208 (Optimism =0, Love =1, Submission =2,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning complex emotions",
"sec_num": "4.3."
},
{
"text": "We conducted two sets of experiments. The first experiments considered the emotion space in four dimensions, each one having three labels that reflect the presence of an emotion and its inverse, or the absence of both. As a result, the classifiers consider the vector of four labels: Joy /Sadness/No , Trust/Disgust/No, Anticipation/Surprise/No, Anger/Fear/No. The second experiments turn the problem into binary classification, we modeled as the baseline approach. This method, called the binary relevance method, models the emotion space in 8 dimensions, each one having two classes that reflect the presence of emotion and its absence. Thus, The classifiers consider the vector of 8 labels: Joy /No ,Sadness/No, Trust/No, Disgust/No, Anticipation/No, Surprise/No, Anger/No, Fear Table 9 : Results based on precision, recall, F-score for different classifications after using transfer learning. Figure 4 : Visualization of the attention for each Multi Class classifier with example 'I like it and now we'll just succeed'. Table 9 provides the obtained Precision, Recall, F1 and Macro-F1 values of the model trained with transfer learning, comparing the use four-dimensional space and eight-dimensional space representations. ",
"cite_spans": [
{
"start": 288,
"end": 360,
"text": "/Sadness/No , Trust/Disgust/No, Anticipation/Surprise/No, Anger/Fear/No.",
"ref_id": null
},
{
"start": 698,
"end": 781,
"text": "/No ,Sadness/No, Trust/No, Disgust/No, Anticipation/No, Surprise/No, Anger/No, Fear",
"ref_id": null
}
],
"ref_spans": [
{
"start": 782,
"end": 789,
"text": "Table 9",
"ref_id": null
},
{
"start": 897,
"end": 905,
"text": "Figure 4",
"ref_id": "FIGREF3"
},
{
"start": 1024,
"end": 1031,
"text": "Table 9",
"ref_id": null
}
],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "5."
},
{
"text": "As our model appears to be the first to apply the Plutchik model to a text with conflicting emotions, a precise comparison with other works is not possible. However, as there exit methods that attempt to detect complex emotions by direct means directly such as PsychExp and EmoTxt, a qualitative comparison may give insight into the strengths and weaknesses of the different methods. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with other models",
"sec_num": "5.1."
},
{
"text": "The analysis of our experiments, we notice a correlation between the different loss estimates illustrated in figure 5. An inverse relationship can be detected between the loss and the results shown in table 9: the more we reduce the loss the more we increase the F1 score. In addition, we can notice that the duration of learning depends on the size of the data. Moreover, the convergence towards the local minima collapses quickly, because the DeepMoji parameters used are using Transfer Learning. The obtained results also reveal a slight difference between the different experiments in table 10. Indeed, the average F1 score of our model for label Guilt (Fear + Joy) is greater then the F1 score of the experiment done by the DeepMoji model (PsychExp), but the DeepMoji model accuracy exceeds the Exact match (subset accuracy) of our model by 0.07, because the exact match means that both labels detect it at the same time. Our model has a better performance in terms of average F1 score for the label Love (Trust + Joy) when compared to the DeepMoji model (PsychExp + EmoTxt) which contains the love label. However, the accuracy of DeepMoji (PsychExp + EmoTxt) is better than the Exact match of our model. Table 9 also reveals obvious difference between models. The F1-score in the experiment Joy/Sadness improves to 5% (from 0.44 to 0.49) due to the incorporation of the reverse emotions rule, which imposes that the presence of an emotion excludes the existence of its inverse. Figures 6b and 6a are attention heat maps for two sentences. The first one is an affirmative sentence, 'I am happy', and it is classified by the label Joy; the second one, ' textit I am not happy', is its negative sentence and is classified by the label Sadness. The classifiers detect the labels (Sadness, Joy) through the yellow boxes. The words that caused the detection of sadness are 'not happy' and the word that caused the detection of joy is 'happy'. However, the word 'I' participates less in the generation of emotion, this can be explained by the fact that the words 'happy' and 'not happy' are subjective words. The word 'am' has a weak intensity represented by the blue box. It does not contribute to the generation of the emotion, because it is objective and can be replaced by another entity without affecting the subjectivity of the sentence.",
"cite_spans": [],
"ref_spans": [
{
"start": 1210,
"end": 1217,
"text": "Table 9",
"ref_id": null
},
{
"start": 1484,
"end": 1501,
"text": "Figures 6b and 6a",
"ref_id": "FIGREF5"
}
],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6."
},
{
"text": "The comparison between the attentions of the figures 6b and 6a illustrates the independence of the emotion from the vocabulary. The replacement of the sentence 'I am happy' by 'I am not happy' shows that the system learnt an interesting rule as follows: the reversal of sentences by negation involves the reversal of the Joy emotion by the Sadness emotion. The labels Love, Guilt, and Shame in Table 10 represent the detection of Primary Dyads, Secondary Dyads, and Tertiary Dyads, which confirms that our hypothesis worked well on these three test labels with a Macro-F1 exceeding 50%.",
"cite_spans": [],
"ref_spans": [
{
"start": 394,
"end": 402,
"text": "Table 10",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6."
},
{
"text": "This paper presents a novel approach for the detection of complex emotions, according to the Plutchik model and using multi-label classifiers. These classifiers are divided into 4 multiclass classifiers. Our main contributions are listed as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and perspectives",
"sec_num": "7."
},
{
"text": "(1) A new corpus labeled by the 8 basic emotions of Plutchik.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and perspectives",
"sec_num": "7."
},
{
"text": "(2) Representation of complex emotions according to the Plutchik theory, in a vector space with four axes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and perspectives",
"sec_num": "7."
},
{
"text": "(3) Learning new rules that the detected emotions do not show up using their inverse emotions in the same axis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and perspectives",
"sec_num": "7."
},
{
"text": "To our knowledge, there exist no previous efforts to automatically detect and recognize complex emotions which was introduced by Plutchik's theory, in a textual data using four dimensions and deep neural networks. Our proposed research is a crucial step towards building a conversational agent endowed with emotional intelligence. We are also looking forward to transferring the idea of complex emotions to task-oriented dialogs and multi-turn dialog generation problems. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and perspectives",
"sec_num": "7."
},
{
"text": "https://github.com/collab-uniba/EMTk 2 https://github.com/bfelbo/DeepMoji/tree/master/data 3 http://yanran.li/dailydialog 4 Lexicon of the NRC Word Emotion Association. 5 https://github.com/sebastianruder/emotion_proposition_store",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://github.com/huggingface/torchMoji",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Emotions from text: Machine learning for text-based emotion prediction",
"authors": [
{
"first": "C",
"middle": [
"O"
],
"last": "Alm",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Roth",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sproat",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Conference on Human Language Technology and Empirical Methods in Natural Language Processing, HLT '05",
"volume": "",
"issue": "",
"pages": "579--586",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alm, C. O., Roth, D., and Sproat, R. (2005). Emotions from text: Machine learning for text-based emotion pre- diction. In Proceedings of the Conference on Human Language Technology and Empirical Methods in Nat- ural Language Processing, HLT '05, pages 579-586, Stroudsburg, PA, USA. Association for Computational Linguistics.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Identifying expressions of emotion in text",
"authors": [
{
"first": "S",
"middle": [],
"last": "Aman",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Szpakowicz",
"suffix": ""
}
],
"year": 2007,
"venue": "International Conference on Text, Speech and Dialogue",
"volume": "",
"issue": "",
"pages": "196--205",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aman, S. and Szpakowicz, S. (2007). Identifying expres- sions of emotion in text. In International Conference on Text, Speech and Dialogue, pages 196-205. Springer.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Are emojis predictable? CoRR",
"authors": [
{
"first": "F",
"middle": [],
"last": "Barbieri",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Ballesteros",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Saggion",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbieri, F., Ballesteros, M., and Saggion, H. (2017). Are emojis predictable? CoRR, abs/1702.07285.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Semeval 2018 task 2: Multilingual emoji prediction",
"authors": [
{
"first": "F",
"middle": [],
"last": "Barbieri",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Camacho-Collados",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Ronzano",
"suffix": ""
},
{
"first": "L",
"middle": [
"E"
],
"last": "Anke",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Ballesteros",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Basile",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Patti",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Saggion",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of The 12th International Workshop on Semantic Evaluation",
"volume": "",
"issue": "",
"pages": "24--33",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbieri, F., Camacho-Collados, J., Ronzano, F., Anke, L. E., Ballesteros, M., Basile, V., Patti, V., and Saggion, H. (2018). Semeval 2018 task 2: Multilingual emoji pre- diction. In Proceedings of The 12th International Work- shop on Semantic Evaluation, pages 24-33.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Deep learning of representations for unsupervised and transfer learning",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Bengio",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of ICML Workshop on Unsupervised and Transfer Learning",
"volume": "",
"issue": "",
"pages": "17--36",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bengio, Y. (2012). Deep learning of representations for unsupervised and transfer learning. In Proceedings of ICML Workshop on Unsupervised and Transfer Learn- ing, pages 17-36.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "An analysis of annotated corpora for emotion classification in text",
"authors": [
{
"first": "L.-A.-M",
"middle": [],
"last": "Bostan",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Klinger",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 27th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "2104--2119",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bostan, L.-A.-M. and Klinger, R. (2018). An analysis of annotated corpora for emotion classification in text. In Proceedings of the 27th International Conference on Computational Linguistics, pages 2104-2119, Santa Fe, New Mexico, USA, August. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "EmoBank: Studying the impact of annotation perspective and representation format on dimensional emotion analysis",
"authors": [
{
"first": "S",
"middle": [],
"last": "Buechel",
"suffix": ""
},
{
"first": "U",
"middle": [],
"last": "Hahn",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 15th Conference of the European Chapter",
"volume": "2",
"issue": "",
"pages": "578--585",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Buechel, S. and Hahn, U. (2017). EmoBank: Studying the impact of annotation perspective and representation for- mat on dimensional emotion analysis. In Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2, Short Papers, pages 578-585, Valencia, Spain, April. Association for Computational Linguistics.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Conna\u00eetre les \u00e9motions humaines",
"authors": [
{
"first": "M",
"middle": [],
"last": "De Bonis",
"suffix": ""
}
],
"year": 1996,
"venue": "Editions Mardaga",
"volume": "212",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "De Bonis, M. (1996). Conna\u00eetre les \u00e9motions humaines, volume 212. Editions Mardaga.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "What we become emotional about",
"authors": [
{
"first": "P",
"middle": [],
"last": "Ekman",
"suffix": ""
}
],
"year": 2004,
"venue": "Feelings and emotions. The Amsterdam symposium",
"volume": "",
"issue": "",
"pages": "119--135",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ekman, P. (2004). What we become emotional about. In Feelings and emotions. The Amsterdam symposium, pages 119-135.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Using millions of emoji occurrences to learn any-domain representations for detecting sentiment, emotion and sarcasm",
"authors": [
{
"first": "B",
"middle": [],
"last": "Felbo",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Mislove",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "S\u00f8gaard",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Rahwan",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Lehmann",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "1615--1625",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Felbo, B., Mislove, A., S\u00f8gaard, A., Rahwan, I., and Lehmann, S. (2017). Using millions of emoji occur- rences to learn any-domain representations for detect- ing sentiment, emotion and sarcasm. pages 1615-1625, September.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Background to framenet",
"authors": [
{
"first": "C",
"middle": [
"J"
],
"last": "Fillmore",
"suffix": ""
},
{
"first": "C",
"middle": [
"R"
],
"last": "Johnson",
"suffix": ""
},
{
"first": "M",
"middle": [
"R"
],
"last": "Petruck",
"suffix": ""
}
],
"year": 2003,
"venue": "International journal of lexicography",
"volume": "16",
"issue": "3",
"pages": "235--250",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fillmore, C. J., Johnson, C. R., and Petruck, M. R. (2003). Background to framenet. International journal of lexi- cography, 16(3):235-250.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "A theoretically grounded application of dropout in recurrent neural networks",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Gal",
"suffix": ""
},
{
"first": "Z",
"middle": [],
"last": "Ghahramani",
"suffix": ""
}
],
"year": 2016,
"venue": "Advances in neural information processing systems",
"volume": "",
"issue": "",
"pages": "1019--1027",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gal, Y. and Ghahramani, Z. (2016). A theoretically grounded application of dropout in recurrent neural net- works. In Advances in neural information processing systems, pages 1019-1027.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "psyml at semeval-2018 task 1: Transfer learning for sentiment and emotion analysis",
"authors": [
{
"first": "G",
"middle": [],
"last": "Gee",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of The 12th International Workshop on Semantic Evaluation",
"volume": "",
"issue": "",
"pages": "369--376",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gee, G. and Wang, E. (2018). psyml at semeval-2018 task 1: Transfer learning for sentiment and emotion analysis. In Proceedings of The 12th International Workshop on Semantic Evaluation, pages 369-376.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Detecting emotion stimuli in emotion-bearing sentences",
"authors": [
{
"first": "D",
"middle": [],
"last": "Ghazi",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Inkpen",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Szpakowicz",
"suffix": ""
}
],
"year": 2015,
"venue": "Computational Linguistics and Intelligent Text Processing",
"volume": "",
"issue": "",
"pages": "152--165",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ghazi, D., Inkpen, D., and Szpakowicz, S. (2015). De- tecting emotion stimuli in emotion-bearing sentences. In Alexander Gelbukh, editor, Computational Linguistics and Intelligent Text Processing, pages 152-165, Cham. Springer International Publishing.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "The (un) predictability of emotional hashtags in twitter",
"authors": [
{
"first": "F",
"middle": [],
"last": "Kunneman",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Liebrecht",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Van Den",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Bosch",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 5th Workshop on Language Analysis for Social Media (LASM)",
"volume": "",
"issue": "",
"pages": "26--34",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kunneman, F., Liebrecht, C., and van den Bosch, A. (2014). The (un) predictability of emotional hashtags in twitter. In Proceedings of the 5th Workshop on Language Analysis for Social Media (LASM), pages 26-34.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Dailydialog: A manually labelled multi-turn dialogue dataset",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Su",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "Shen",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Z",
"middle": [],
"last": "Cao",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Niu",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of The 8th International Joint Conference on Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Li, Y., Su, H., Shen, X., Li, W., Cao, Z., and Niu, S. (2017). Dailydialog: A manually labelled multi-turn di- alogue dataset. In Proceedings of The 8th International Joint Conference on Natural Language Processing (IJC- NLP 2017).",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Emotion intensities in tweets",
"authors": [
{
"first": "S",
"middle": [
"M"
],
"last": "Mohammad",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Bravo-Marquez",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohammad, S. M. and Bravo-Marquez, F. (2017). Emo- tion intensities in tweets. CoRR, abs/1708.03696.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Using hashtags to capture fine emotion categories from tweets",
"authors": [
{
"first": "S",
"middle": [
"M"
],
"last": "Mohammad",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Kiritchenko",
"suffix": ""
}
],
"year": 2015,
"venue": "Computational Intelligence",
"volume": "31",
"issue": "2",
"pages": "301--326",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohammad, S. M. and Kiritchenko, S. (2015). Using hashtags to capture fine emotion categories from tweets. Computational Intelligence, 31(2):301-326.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Nrc-canada: Building the state-of-the-art in sentiment analysis of tweets",
"authors": [
{
"first": "S",
"middle": [
"M"
],
"last": "Mohammad",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Kiritchenko",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "Zhu",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Nakov",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Ritter",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Rosenthal",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Sebastiani",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Stoyanov",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 10th international workshop on semantic evaluation",
"volume": "",
"issue": "",
"pages": "1--18",
"other_ids": {
"arXiv": [
"arXiv:1308.6242"
]
},
"num": null,
"urls": [],
"raw_text": "Mohammad, S. M., Kiritchenko, S., and Zhu, X. (2013). Nrc-canada: Building the state-of-the-art in sentiment analysis of tweets. arXiv preprint arXiv:1308.6242. Nakov, P., Ritter, A., Rosenthal, S., Sebastiani, F., and Stoy- anov, V. (2016). Semeval-2016 task 4: Sentiment anal- ysis in twitter. In Proceedings of the 10th international workshop on semantic evaluation (semeval-2016), pages 1-18.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Automatic emotion classifier",
"authors": [
{
"first": "H",
"middle": [],
"last": "Nida",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Mahira",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Mudasir",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Mudasir Ahmed",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Mohsin",
"suffix": ""
}
],
"year": 2019,
"venue": "Progress in Advanced Computing and Intelligent Engineering",
"volume": "",
"issue": "",
"pages": "565--572",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nida, H., Mahira, K., Mudasir, M., Mudasir Ahmed, M., and Mohsin, M. (2019). Automatic emotion classifier. In Bibudhendu Pati, et al., editors, Progress in Advanced Computing and Intelligent Engineering, pages 565-572, Singapore. Springer Singapore.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Binarizer at semeval-2018 task 3: Parsing dependency and deep learning for irony detection",
"authors": [
{
"first": "N",
"middle": [],
"last": "Nikhil",
"suffix": ""
},
{
"first": "M",
"middle": [
"M"
],
"last": "Srivastava",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nikhil, N. and Srivastava, M. M. (2018). Binarizer at semeval-2018 task 3: Parsing dependency and deep learning for irony detection. CoRR, abs/1805.01112.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Are bullies more productive? empirical study of affectiveness vs. issue fixing time",
"authors": [
{
"first": "M",
"middle": [],
"last": "Ortu",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Adams",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Destefanis",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Tourani",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Marchesi",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Tonelli",
"suffix": ""
}
],
"year": 2015,
"venue": "2015 IEEE/ACM 12th Working Conference on Mining Software Repositories",
"volume": "",
"issue": "",
"pages": "303--313",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ortu, M., Adams, B., Destefanis, G., Tourani, P., March- esi, M., and Tonelli, R. (2015). Are bullies more pro- ductive? empirical study of affectiveness vs. issue fixing time. In 2015 IEEE/ACM 12th Working Conference on Mining Software Repositories, pages 303-313. IEEE.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Plusemo2vec at semeval-2018 task 1: Exploiting emotion knowledge from emoji and# hashtags",
"authors": [
{
"first": "J",
"middle": [
"H"
],
"last": "Park",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Fung",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1804.08280"
]
},
"num": null,
"urls": [],
"raw_text": "Park, J. H., Xu, P., and Fung, P. (2018). Plusemo2vec at semeval-2018 task 1: Exploiting emotion knowl- edge from emoji and# hashtags. arXiv preprint arXiv:1804.08280.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Emotion: A psychoevolutionary analysis",
"authors": [
{
"first": "R",
"middle": [],
"last": "Plutchik",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Plutchik, R. (1980). Emotion: A psychoevolutionary anal- ysis. Nueva York: Harper and Row.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Emotions and life: Perspectives from psychology, biology, and evolution",
"authors": [
{
"first": "R",
"middle": [],
"last": "Plutchik",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Plutchik, R. (2003). Emotions and life: Perspectives from psychology, biology, and evolution. American Psycho- logical Association.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "The circumplex model of affect: An integrative approach to affective neuroscience, cognitive development, and psychopathology",
"authors": [
{
"first": "J",
"middle": [],
"last": "Posner",
"suffix": ""
},
{
"first": "J",
"middle": [
"A"
],
"last": "Russell",
"suffix": ""
},
{
"first": "B",
"middle": [
"S"
],
"last": "Peterson",
"suffix": ""
}
],
"year": 2005,
"venue": "Development and Psychopathology",
"volume": "17",
"issue": "3",
"pages": "715--734",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Posner, J., Russell, J. A., and Peterson, B. S. (2005). The circumplex model of affect: An integrative approach to affective neuroscience, cognitive development, and psychopathology. Development and Psychopathology, 17(3):715-734.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Modelling valence and arousal in facebook posts",
"authors": [
{
"first": "D",
"middle": [],
"last": "Preo\u0163iuc-Pietro",
"suffix": ""
},
{
"first": "H",
"middle": [
"A"
],
"last": "Schwartz",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Park",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Eichstaedt",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Kern",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Ungar",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Shulman",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 7th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis",
"volume": "",
"issue": "",
"pages": "9--15",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Preo\u0163iuc-Pietro, D., Schwartz, H. A., Park, G., Eichstaedt, J., Kern, M., Ungar, L., and Shulman, E. (2016). Mod- elling valence and arousal in facebook posts. In Proceed- ings of the 7th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, pages 9-15.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Using emoticons to reduce dependency in machine learning techniques for sentiment classification",
"authors": [
{
"first": "J",
"middle": [],
"last": "Read",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the ACL student research workshop",
"volume": "",
"issue": "",
"pages": "43--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Read, J. (2005). Using emoticons to reduce dependency in machine learning techniques for sentiment classification. In Proceedings of the ACL student research workshop, pages 43-48.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Evidence for universality and cultural variation of differential emotion response patterning",
"authors": [
{
"first": "K",
"middle": [
"R"
],
"last": "Scherer",
"suffix": ""
},
{
"first": "H",
"middle": [
"G"
],
"last": "Wallbott",
"suffix": ""
}
],
"year": 1994,
"venue": "Journal of personality and social psychology",
"volume": "66",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Scherer, K. R. and Wallbott, H. G. (1994). Evidence for universality and cultural variation of differential emotion response patterning. Journal of personality and social psychology, 66(2):310.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Semeval-2007 task 14: Affective text",
"authors": [
{
"first": "C",
"middle": [],
"last": "Strapparava",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Mihalcea",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007)",
"volume": "",
"issue": "",
"pages": "70--74",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Strapparava, C. and Mihalcea, R. (2007). Semeval- 2007 task 14: Affective text. In Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007), pages 70-74.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Distant supervision for emotion classification with discrete binary values",
"authors": [
{
"first": "J",
"middle": [],
"last": "Suttles",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Ide",
"suffix": ""
}
],
"year": 2013,
"venue": "Computational Linguistics and Intelligent Text Processing",
"volume": "",
"issue": "",
"pages": "121--136",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Suttles, J. and Ide, N. (2013). Distant supervision for emotion classification with discrete binary values. In Alexander Gelbukh, editor, Computational Linguistics and Intelligent Text Processing, pages 121-136, Berlin, Heidelberg. Springer Berlin Heidelberg.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Learning sentiment-specific word embedding for twitter sentiment classification",
"authors": [
{
"first": "D",
"middle": [],
"last": "Tang",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Qin",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "1555--1565",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tang, D., Wei, F., Yang, N., Zhou, M., Liu, T., and Qin, B. (2014). Learning sentiment-specific word embed- ding for twitter sentiment classification. In Proceedings of the 52nd Annual Meeting of the Association for Com- putational Linguistics (Volume 1: Long Papers), vol- ume 1, pages 1555-1565.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Wordnet-affect: an affective extension of wordnet",
"authors": [
{
"first": "R",
"middle": [],
"last": "Valitutti",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 4th International Conference on Language Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "1083--1086",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Valitutti, R. (2004). Wordnet-affect: an affective exten- sion of wordnet. In In Proceedings of the 4th Interna- tional Conference on Language Resources and Evalua- tion, pages 1083-1086.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "How universal and specific is emotional experience? evidence from 27 countries on five continents",
"authors": [
{
"first": "H",
"middle": [
"G"
],
"last": "Wallbott",
"suffix": ""
},
{
"first": "K",
"middle": [
"R"
],
"last": "Scherer",
"suffix": ""
}
],
"year": 1986,
"venue": "Information (International Social Science Council)",
"volume": "25",
"issue": "4",
"pages": "763--795",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wallbott, H. G. and Scherer, K. R. (1986). How universal and specific is emotional experience? evidence from 27 countries on five continents. Information (International Social Science Council), 25(4):763-795.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Hierarchical attention networks for document classification",
"authors": [
{
"first": "Z",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Dyer",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Smola",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "",
"issue": "",
"pages": "1480--1489",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yang, Z., Yang, D., Dyer, C., He, X., Smola, A., and Hovy, E. (2016). Hierarchical attention networks for document classification. In Proceedings of the 2016 Conference of the North American Chapter of the Association for Com- putational Linguistics: Human Language Technologies, pages 1480-1489.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "ntuer at semeval-2019 task 3: Emotion classification with word and sentence representations in rcnn",
"authors": [
{
"first": "P",
"middle": [],
"last": "Zhong",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Miao",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1902.07867"
]
},
"num": null,
"urls": [],
"raw_text": "Zhong, P. and Miao, C. (2019). ntuer at semeval-2019 task 3: Emotion classification with word and sentence repre- sentations in rcnn. arXiv preprint arXiv:1902.07867.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"text": "General presentation of the proposed method",
"uris": null,
"num": null
},
"FIGREF1": {
"type_str": "figure",
"text": "Distribution of emotions in the corpus",
"uris": null,
"num": null
},
"FIGREF2": {
"type_str": "figure",
"text": "The architecture used to transfer learning based on the DeepMoji model for each classifier multiclass.",
"uris": null,
"num": null
},
"FIGREF3": {
"type_str": "figure",
"text": "illustrates four attentions, each one detected by one classifier. They represent the score of participation of each word in the example above, with the model detecting the associated class. The yellow color represents a high probability of contribution, whereas the blue color represents a low probability of contribution. The classifiers Joy/Sadness and anticipation/surprise identified the labels Joy, Trust and Anticipation. The classifiers represent the absence of other emotions with the label Nan. The complex emotion detected in this example is Optimism, Fatalism, and Love, as Joy+Anticipation=Optimism,Trust+Anticipation=Fatalism and Joy+Trust=Love.",
"uris": null,
"num": null
},
"FIGREF4": {
"type_str": "figure",
"text": "Visualization of loss reduction for each classifier Multi Class in evaluation process. (a) Visualization of the attention for example 'I am happy' (b) Visualization of the attention for example 'I am not happy'.",
"uris": null,
"num": null
},
"FIGREF5": {
"type_str": "figure",
"text": "Visualization of the attention mechanism.",
"uris": null,
"num": null
},
"TABREF1": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table/>"
},
"TABREF2": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table/>"
},
"TABREF4": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table/>"
},
"TABREF6": {
"html": null,
"num": null,
"text": "Examples of annotated WordNet data where the three annotators agreed",
"type_str": "table",
"content": "<table/>"
},
"TABREF7": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table><tr><td>presents some examples where all of the annotators</td></tr><tr><td>agreed on the same label.</td></tr><tr><td>Table 4 presents the complex emotions that exist in our cor-</td></tr><tr><td>pus and that we replaced by the corresponding basic emo-</td></tr><tr><td>tions in the Plutchik model. Love represents the Primary</td></tr><tr><td>Dyads, Guilt represents Secondary Dyads, and Shame rep-</td></tr><tr><td>resents Tertiary Dyads. Moreover, we augmented our cor-</td></tr><tr><td>pus with words associated with the emotions extracted from</td></tr></table>"
},
"TABREF8": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table/>"
},
"TABREF10": {
"html": null,
"num": null,
"text": "Statistics by number of labels in the corpus",
"type_str": "table",
"content": "<table><tr><td>22.3 %</td></tr><tr><td>Anticipation</td></tr><tr><td>6.2 %</td></tr></table>"
},
"TABREF11": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table><tr><td>:</td><td/></tr><tr><td colspan=\"2\">Positive axis(+) Negative axis(-)</td></tr><tr><td>Joy</td><td>Sadness</td></tr><tr><td>Trust</td><td>Disgust</td></tr><tr><td>Fear</td><td>Anger</td></tr><tr><td>Surprise</td><td>Anticipation</td></tr></table>"
},
"TABREF12": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table><tr><td>: Combinations of two by two conflicting emotions</td></tr><tr><td>in 4 dimensions</td></tr><tr><td>Each basic positive emotion is in the interval [0,1] and ev-</td></tr><tr><td>ery basic negative emotion is in the interval</td></tr></table>"
},
"TABREF13": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table><tr><td>Complex emotions Pri-</td><td>Anticipation Joy Trust Fear Surprise Sadness Disgust Anger</td></tr><tr><td>mary Dyad</td><td/></tr></table>"
},
"TABREF16": {
"html": null,
"num": null,
"text": "",
"type_str": "table",
"content": "<table><tr><td>: Results based on Exact Match, F-score for Love,</td></tr><tr><td>Guilt and, Shame classification after using Transfer Learn-</td></tr><tr><td>ing.</td></tr></table>"
},
"TABREF17": {
"html": null,
"num": null,
"text": "presents a comparison with the state of the art, which uses public data sets that contain some complex emotions. The EmoTxt dataset contains a test with 200 instances of the labels 'Love' and the PsychExp dataset contains a test with 264 and 427 instances of labels Guilt and Shame, respectively. For the first model, we used the DeepMoji model(Felbo et al., 2017) with the PsychExp data set, and for the second, we added the Love label to the model after training it with PsychExp and EmoTxt dataset. The Love label represents the Joy + Trust detection found in the Primary Dyads. The Shame label represents the 'Fear + Disgust' detection found in the Tertiary Dyads. The Guilt label represents the 'Fear + Joy' detection that is in the Secondary Dyads.",
"type_str": "table",
"content": "<table/>"
}
}
}
}