<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Application of Lovheim Model for Emotion Detection in English Tweets</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Paolo Fornacciari</string-name>
          <email>paolo.fornacciari@unipr.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefano Cagnoni</string-name>
          <email>stefano.cagnoni@unipr.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Monica Mordonini</string-name>
          <email>monica.mordonini@unipr.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leonardo Tarollo</string-name>
          <email>leonardo.tarollo1@studenti.unipr.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Università degli Studi di Parma Parma</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>149</fpage>
      <lpage>155</lpage>
      <abstract>
        <p>-Emotions are central for a wide range of everyday human experiences and understanding emotions is a key problem both in the business world and in the fields of physiology and neuroscience. The most well-known theory of emotions proposes a categorical system of emotion classification, where emotions are classified as discrete entities, while psychologists say that in general man will hardly express a single basic emotion. According to this observation, alternative models have been developed, which define multiple dimensions corresponding to various parameters and specify emotions along those dimensions. Recently, one of the most used models in affective computing is the Lovheim's cube of emotions, i.e., a theoretical model that focuses on the interactions of monoamine neurotransmitters and emotions. This work presents a comparison between a single automatic classifier able to recognize the basic emotions proposed in the Lovheim's cube and a set of independent binary classifiers, each one able to recognize a single dimension of the Lovehim's cube. The application of this model has determined a notable improvement of results: in fact, in the best case there is an increment of the accuracy of 11,8%. The set of classifiers has been modeled and deployed on the distributed ActoDeS application architecture. This implementation improves the computational performance and it eases the system reconfiguration and its ability to recognize particular situations, consisting of particular combinations of basic emotions. Index Terms-Machine learning, sentiment analysis, emotion detection, natural language processing, software actors.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>I. INTRODUCTION</title>
      <p>
        Sentiment Analysis (SA) applies Machine Learning (ML)
techniques to textual content, for extracting the feelings and
other information, useful for understanding a person’s opinion
about a given entity (product, person, topic, etc.). Emotions
are central for a wide range of everyday human experiences
and understanding emotions is a key problem in the business
world, especially in an era where online communities will
define future products and services [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Mainly in market analysis, being able to discriminate
between positive and negative comments is often sufficient. But,
for other applications that refer to Affective Sciences (AS),
a more detailed analysis of emotions is more appropriate. As
refer to the scientific study of emotion (or affect) and cover a
wide range of interdisciplinary fields in which emotions play
a fundamental role, such as medicine [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Emotions represent
and identify the human being and therefore they influence
a person’s behavior and decisions and also the relationships
with others [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. In evolutionary terms, their main function is
to make the individual’s reaction more effective. in situations
where an immediate response is needed for survival. Such a
reaction does not use cognitive processes and conscious
processing. An interesting theme in physiology and neuroscience
is the question of how emotions interact with and influence
other domains of cognition, in particular, attention, memory,
and reasoning [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In fact, the question of how emotions are
represented in nervous system activity is still an unresolved
problem in affective neuroscience [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        The most well-known theory of emotions proposes a
categorical system of emotion classification, where emotions
are classified as discrete entities, independent of each other
and easily distinguishable [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Thus the main taxonomies of
emotions divide them into positive and negative and more into
details in a few basic emotions: surprise, interest, joy, rage,
fear, disgust, shame, and anguish [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. In reality, psychologists
and social science experts say that in general man will hardly
express a single basic emotion [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Every facial expression,
every text, every gesture is a composition of multiple emotions.
Such expressions change together with the evolution of speech.
Similarly to the different shades of color, emotions are not
clearly distinguishable and it is difficult to sharply discern
one emotion from the others. In argumentations about the
human personality, even the objective and neutral information,
typically used to classify simple information about an object
or a theme, cannot be expressed in their pure form.
      </p>
      <p>
        Recently, one of the most used models in affective
computing is the Lovheim’s cube of emotions ( [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]),
that is a theoretical model that focuses on the interactions
of monoamine neurotransmitters and emotions. Although the
validity and reliability of this model are still to be determined,
some researches demonstrate that a neurocognitive approach
is important to determine emotional reactions to, for example,
visual stimuli [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        This work presents a comparison between a single automatic
classifier able to recognize the basic emotions proposed in
the Lovheim’s cube and a set of independent binary
classifiers, each one able to recognize a single dimension of the
Lovehim’s cube. A set of classifiers has been modeled on the
actor-based architecture proposed in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] for data analysis.
This implementation improves the computational performance
and it eases the system reconfiguration, to recognize
particular situations, that is particular combinations of percentages
of basic emotions. In fact in the Lovehim cube, the basic
emotions are classified on a three-dimensional model that
allows highlighting their reciprocal relations, which difficult
to distinguish in a hierarchical model, in which all emotions
are first of all divided into negative, neutral and positive (see
for example [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        A curiosity, and a difficulty in the implementation of this
model for the recognition of emotions on Twitter, was the lack
of available data for the “distress / anguish” emotion. That
class is commonly found in the datasets for facial emotion
recognition but not in textual datasets, probably due to the
approach of the human beings towards the written text [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>The paper is structured as follows. Section 2 gives a brief
overview of the background in emotion detection. Section 3
describes the implemented framework and Section 4 describes
the experimental results. Section 5 reports the concluding
remarks.</p>
    </sec>
    <sec id="sec-2">
      <title>II. RELATED WORK</title>
      <p>
        The techniques of Sentiment Analysis aim at the study and
analysis of textual information, with the purpose of detecting
evaluations, opinions and emotions related to a specific entity
(product, person, topic, etc.). This type of analysis has
important applications in the political, economic and social fields,
such as Web Reputation and Social Media Analytics. Social
media and the rise of social networking platforms are one of
the most important social phenomena in the last years [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and
the studies of SA on platforms like Twitter are very common
in the scientific literature ( [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]–[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Datasets based on tweets
are used in different tasks of Semantic Evaluation (SemEval),
such as in [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] and [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>
        SA, with thousands of articles written about its methods and
applications (see for example [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]–[
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], is a well-established
field in Natural Language Processing. Emotion Detection can
be viewed as a natural evolution of Sentiment Analysis and its
more fine-grained model [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. This paper summarizes the
emotion models that are mostly used in emotion-based research.
      </p>
      <p>
        Emotion extraction from different types of social network
components is a research topic which is being investigated
for a long time now. An updated more comprehensive survey
of Emotion Detection from a text can be found in [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ].
      </p>
      <p>
        Some works in the literature for emotion detection have an
approach based on lexicon or keyword and in this case they
refer to an annotated dictionary or a knowledge base; but many
recent works adopt a machine learning approach [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], in this
work we use a framework that is based on supervised machine
learning algorithms.
      </p>
      <p>Most of the works in the literature refer to the theory of
the six primary emotions: in general, a text is recognized as
belonging to one of these emotions by an automatic classifier.</p>
      <p>
        In a previous work of ours [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] we used a hierarchical
approach so that first we looked for the polarity of a text and
then the primary emotion associated with it. This hierarchy
of classifiers has made the system more flexible and slightly
improved the performance respect to a flat classifier trained
on the same dataset based on six emotions. In the present
work, we have tried to exploit a more recent and more refined
theory of emotions that is able to perform a multidimensional
analysis of them. Some work of this kind is present in [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ],
even if the authors used a two-dimensional model, while our
reference model has three dimensions: the different emotions
are inside a cube whose vertices are the eight "pure" emotions.
      </p>
      <p>Also, in this case, the system is more flexible than a flat
classifier able to classify the eight primary emotions as it is
possible to define a set of points in our multidimensional
model that represent combinations of “pure” emotions to
associate "real" human moods. Furthermore, in this case, the
comparison of the flat classifier trained on the same dataset
gave significantly better results. It is not possible to make a
direct comparison between the two systems as they refer to
different datasets and to different data collection approaches.</p>
      <p>The models of Parrot, Plutchik, and Lovheim are shown
below. Parrot’s model belongs to the set of categorical emotion
models which define a list of discrete categories of emotions.</p>
      <p>
        Parrott proposed an emotion classification model structured
on three levels, each representing a list of emotions [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. The
model collects more than 100 emotions and is shown in Figure
1.
      </p>
      <p>The other two models belong to the class of dimensional
emotion models, which define a few dimensions with some
parameters and specify emotions according to those dimensions.</p>
      <p>
        Plutchik argued that there are only eight basic emotions (joy,
trust, fear, surprise, sadness, anticipation, anger, and disgust),
but these emotions can be combined. He suggested the wheel
model (2D) in 1980 to describe how emotions are related
[
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. The model proposed by Plutchik is summarized in Figure
2. It is possible to observe that this model describes a wide
spectrum of emotions, each of them representing a different
combination of primary emotions.
      </p>
      <p>
        Finally, Lovheim proposed a three-dimensional model based
on the relationship between neurotransmitters and emotions
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. In the model, the three neurotransmitters serotonin,
dopamine and noradrenaline form the axes of a coordinate
system, while the eight basic emotions (shame, anxiety, fear,
anger, disgust, surprise, joy, and interest) are placed in the
eight vertices. Each vertex of the cube corresponds to one of
the eight possible combinations of the three neurotransmitters,
as shown in Figure 3. The relationship between emotions and
neurotransmitters is shown in Figure 4.
      </p>
      <p>Neurotransmitters represent a certain type of hormones
that affect the amino acids located in the brain and transmit
information from one neuron to another. To gain a better
understanding of how neurotransmitters have an effect on our
emotions, a brief explanation of their functioning is needed.</p>
      <p>An electrical signal (or nerve impulse) travels along the neural
pathways until it reaches their end. Once the end of the
path is reached, the electrical signal is transformed into a
chemical signal (neurotransmitter) inside the synapses (space
between neurons). This signal, crossing the synapses, will be
transformed back into an electrical signal. The action potential,
a phenomenon that occurs when the energy of a cell rapidly
grows/decreases , starts the release of these neurotransmitters
from the presynaptic terminal nerve through a process of
exocytosis: a cellular process by which a cell expels molecules.</p>
      <p>Neurotransmitters are packed into vesicles in the presynaptic
neuron. Once released, they enter the synapse by attaching to
receptors in the post-synaptic neuron. In biology, the
neurotransmitters considered by Lovehim in relation to emotions
have the following functions:
1) Serotonin, also known as the happiness hormone, deals
with numerous functions such as regulation of circadian
rhythms (sleep), appetite control, blood pressure control,
control of sexual behavior. It has a positive effect on
memory, has inhibitory effects on the perception of
pain, and intervenes in social relations. Low levels of
serotonin lead to a decline in mood, depression, states of
anxiety, and aggression. High levels of serotonin instead
determine a state of well-being, serenity, tranquillity, and
happiness.
2) Dopamine deals with the following functions:
movement, memory, sleep, mood, learning, attention, and
reward. An excess or deficiency of dopamine is the
cause of numerous diseases such as Parkinson’s, drug
addiction and schizophrenia.
3) Noradrenaline is released by the brain in response to
strong physical or psychological stress. It accelerates
the heart rate, increases the release of glucose from
energy reserves, and increases blood flow. Noradrenaline
also intervenes in the preparation of the body in the
so-called attack or flight reaction. Noradrenaline is the
neurotransmitter of excitement: low levels are related
to depression, poor memory, lower than average alert
levels. Too high levels are linked to increased anxiety
and fear.</p>
      <p>One of the main targets of this study is to compare results
obtained by a FLAT classifier, trained using the training set
directly, with results obtained by a classifier trained using a</p>
      <p>Lovheim architecture and a corresponding training set. The
III. CLASSIFICATION SYSTEM file modeled according to Lovheim’s theory is split into 3
binary training sets, according to high/low levels of the three</p>
      <p>This chapter describes the structure of the realized classi- characteristic neurotransmitters: serotonine, dopamine,
norafication system, including the preparation of the dataset, the drenaline. Then, three binary classifiers are trained and their
learning techniques, and the actor-based architecture. results are combined and compared with those obtained from
the simple FLAT classifier. Moreover, since in all publicly
A. Actor-based System available dataset there are only 7 out of the 8 emotions of
Lovheim’s Cube, an assumption has been adopted to avoid</p>
      <p>
        For realizing this kind of multilevel classification system, the problem.
we have used ActoDES, which is a software framework which The dataset contains a collection of tweets (22900), which
adopts the actor model for simplifying the development of address different topics. Each tweet is labeled with one of the
complex distributed systems [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ]. In fact, it eases the following emotions: sadness, worry, hate, boredom, surprise,
creation of complex intelligent systems, supporting the exe- happiness, fun, relief, love, enthusiasm.
cution of multiple autonomous classifiers which communicate Since the annotated classes do not correspond to Lovheim’s
by means of asynchronous messages. This way, a composite basic emotions, another step is needed before training files
classifier can be deployed as a set of loosely coupled cooper- can be created: mapping the dataset emotions onto Lovheim’s
ating actors. Each simple classifier and each processing step cube (3). So the emotion classifications proposed by Parrott
can instantiated as an actor, allowing the whole architecture and Plutchik have been used. The list of mapped emotions is
to be defined at a high level of abstraction, where single shown in table I.
actors can be replaced and reconfigured to evaluate alternative
approaches. According to the received messages, an actor IV. TRAINING SETS
can update its state and change its behaviors, terminate its
own execution, send messages to other actors, create new After the mapping has been completed, 4 training files have
actors, etc. Particular interaction patterns allow communities of been created:
actors to self organize in dynamic scenarios, involving online • 1 FLAT Training set: this file has 22900 tweets, where
learning. A subscription service is available in ActoDES, to each one is labelled with one of the following emotions:
facilitate the development of collaborative applications with Shame, Fear, Anger, Disgust, Surprise, Joy, Excitement.
actors, as shown in [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. It is very useful for the integration of • 3 BINARY Training sets: these files have 22900 tweets,
multiple actors participating in a structured classification task. where each one is labeled with 1/0 which indicates the
Other services, developed for this project, provide additional high/low level of the neurotransmitter for the
correspondfunctionalities to actors, for the continuous analysis of various ing Lovheim emotion.
social streams. E.g., let us consider the following tweet: "wants to hang
      </p>
      <p>Leveraging ActoDES and the additional mentioned services, out with friends soon!"
we have built a software system which can be used to track This tweet is labeled with the interest/excitement emotion
and study a news feed from social media, with an architecture in the FLAT training set. According to Lovheim’s theory,
that can be extended to different cases and also to more this emotion has the following coordinates in the cube
complex problems. In particular, it can be configured for online (1,1,1), which correspond to high levels of serotonine,
operation, handling streams of messages and continuously dopamine and noradrenaline. So, this tweet has been
learning from a growing dataset. labeled in each binary training sets with a 1.</p>
      <p>For each training file, a quite classical set of preprocessing
filters is applied. The configuration is obtained after an
iterative optimization process. In particular, sentences are
vectorized according to the bag of words approach, after applying the
Iterated Lovins stemmer, stopwords removal, and tokenization
for unigrams and bigrams. Finally, the most relevant and useful
features are selected for the resulting data, according to the
InfoGain algorithm, with a zero threshold.</p>
    </sec>
    <sec id="sec-3">
      <title>V. EXPERIMENTAL RESULTS</title>
      <p>This chapter presents the results retrieved applying the
different compared classification systems, supervised approach
using the 10-folds-cross validation methodology on the
different training sets.</p>
      <sec id="sec-3-1">
        <title>A. FLAT training set</title>
        <p>The results for the FLAT training set are shown in table II,
while its confusion matrix is shown in table V.</p>
      </sec>
      <sec id="sec-3-2">
        <title>B. Binary training sets</title>
        <p>The results obtained from each binary training file would
be irrelevant if taken individually: it is necessary to consider
the combination of the predictions on these 3 datasets. The
combined results are shown in table III.</p>
        <p>The corresponding confusion matrix is shown in table VI.</p>
      </sec>
      <sec id="sec-3-3">
        <title>C. Assumption</title>
        <p>Since a dataset which contains at least an emotion that
could be labeled as distress/anguish has not been found, an
escamotage has been adopted to remove predictions that could
have been classified as this class, because it wasn’t present in
the training file.</p>
        <p>This problem arises because the results are obtained from
the 8 combinations of serotonine, dopamine and noradrenaline
levels: it could happen that the following combination (0,0,1)
is predicted, which corresponds to the distress/anguish
emotion in Lovheim’s cube.</p>
        <p>The following assumption is adopted: considering the
predictions and the confidence levels associated with each tweet,
classify the text with the closest emotion. Table IV shows
the neurotransmitters results, after applying the assumption.
In table VII, the related confusion matrix is shown.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>VI. CONCLUSIONS</title>
      <p>Recently, one of the most used models in affective
computing is the Lovheim’s cube of emotions: a theoretical model that
focuses on the interactions of monoamine neurotransmitters
and emotions. This research work has compared a single
automatic classifier, able to recognize the basic emotions
proposed in the Lovheim’s cube, with a set of independent binary
classifiers, each one able to recognize a single dimension of
the Lovehim’s cube.</p>
      <p>Table VIII shows a comparison of the results obtained
through a flat classification and a classification based on
Lovheim theory, respectively. The application of this model
has determined a notable increase in accuracy. In particular:
there is an increment, of precision (14.3%), of recall (11.6%),
of precision (12.9%). The applied assumption determined a
little better results: there is an increment of precision (0.7%),
of recall (2.4%), of precision (0.2%). Though the emotions of
the dataset were only 7 of the 8 proposed by Lovheim, it can
be asserted that Lovheim’s Cube Theory is more effective than
a simple flat classification regarding the sentiment analysis.</p>
      <p>The realization of the system on an actor framework has
allowed creating a flexible architecture of composable
classifiers. Moreover, the actor model allows using the realized
system for online classification and continuous learning, since it
naturally leads to the management of streams of asynchronous
messages.
Neurotransmitter
(assumption) (%)
P R F1
56.8 65.9 61.0
64.5 36.4 46.6
74.8 9.9 46.6
49.0 33.4 39.8
4.0 7.0 5.1
52.4 79.1 63.0
68.5 42.4 52.4
59.2 55.9 53.7
55.9</p>
      <p>Neurotransmitters Confusion Matrix (assumption)
Excitement Surprise Anger Disgust Fear
199 0 4 14 1460
944 6 158 4 553
157 160 117 105 448
37 15 397 1 652
0 1 0 11 78
83 3 66 9 5881
43 29 68 132 2160</p>
      <p>R
65.9
36.5
8.7
33.9
7.0
79.2
42.6
55.7
55.7</p>
      <p>F1
61.0
46.6
15.9
41.1
5.1
63.0
52.8
53.5</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Cambria</surname>
          </string-name>
          , “
          <article-title>Affective computing and sentiment analysis</article-title>
          ,
          <source>” IEEE Intelligent Systems</source>
          , vol.
          <volume>31</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>102</fpage>
          -
          <lpage>107</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P.</given-names>
            <surname>Fornacciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mordonini</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomaiuolo</surname>
          </string-name>
          , “
          <article-title>Social network and sentiment analysis on twitter: Towards a combined approach</article-title>
          .” in KDWeb,
          <year>2015</year>
          , pp.
          <fpage>53</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.</given-names>
            <surname>Lombardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fornacciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mordonini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Sani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomaiuolo</surname>
          </string-name>
          , “
          <article-title>Dynamics of emotions and relations in a facebook group of patients with hidradenitis suppurativa,” in International Conference on Smart Objects and Technologies for Social Good</article-title>
          . Springer,
          <year>2017</year>
          , pp.
          <fpage>269</fpage>
          -
          <lpage>278</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Fornacciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mordonini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Poggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Sani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomaiuolo</surname>
          </string-name>
          , “
          <article-title>A holistic system for troll detection on twitter,” Computers in Human Behavior</article-title>
          , vol.
          <volume>89</volume>
          , pp.
          <fpage>258</fpage>
          -
          <lpage>268</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R. J.</given-names>
            <surname>Dolan</surname>
          </string-name>
          , “Emotion, cognition, and behavior,” science, vol.
          <volume>298</volume>
          , no.
          <issue>5596</issue>
          , pp.
          <fpage>1191</fpage>
          -
          <lpage>1194</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P. A.</given-names>
            <surname>Kragel</surname>
          </string-name>
          and
          <string-name>
            <surname>K. S. LaBar</surname>
          </string-name>
          , “
          <article-title>Decoding the nature of emotion in the brain,” Trends in cognitive sciences</article-title>
          , vol.
          <volume>20</volume>
          , no.
          <issue>6</issue>
          , pp.
          <fpage>444</fpage>
          -
          <lpage>455</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Ekman</surname>
          </string-name>
          , “
          <article-title>Facial expression</article-title>
          and emotion.”
          <article-title>American psychologist</article-title>
          , vol.
          <volume>48</volume>
          , no.
          <issue>4</issue>
          , p.
          <fpage>384</fpage>
          ,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Tomkins</surname>
          </string-name>
          , “Affect theory,” Approaches to emotion, vol.
          <volume>163</volume>
          , no.
          <fpage>163</fpage>
          -
          <lpage>195</lpage>
          ,
          <year>1984</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Posner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Russell</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B. S.</given-names>
            <surname>Peterson</surname>
          </string-name>
          , “
          <article-title>The circumplex model of affect: An integrative approach to affective neuroscience, cognitive development, and psychopathology,” Development and psychopathology</article-title>
          , vol.
          <volume>17</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>715</fpage>
          -
          <lpage>734</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>H.</given-names>
            <surname>Lövheim</surname>
          </string-name>
          , “
          <article-title>A new three-dimensional model for emotions and monoamine neurotransmitters,” Medical hypotheses</article-title>
          , vol.
          <volume>78</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>341</fpage>
          -
          <lpage>348</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Vallverdú</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Talanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Distefano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mazzara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Tchitchigin</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Nurgaliev</surname>
          </string-name>
          , “
          <article-title>A cognitive architecture for the implementation of emotions in computing systems,” Biologically Inspired Cognitive Architectures</article-title>
          , vol.
          <volume>15</volume>
          , pp.
          <fpage>34</fpage>
          -
          <lpage>40</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>B. D.</given-names>
            <surname>Moyle</surname>
          </string-name>
          , C.-l. Moyle,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bec</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Scott</surname>
          </string-name>
          , “
          <article-title>The next frontier in tourism emotion research</article-title>
          ,” Current Issues in Tourism, pp.
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>G.</given-names>
            <surname>Lombardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fornacciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mordonini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomaiuolo</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Poggi</surname>
          </string-name>
          , “
          <article-title>A multi-agent architecture for data analysis</article-title>
          ,
          <source>” Future Internet</source>
          , vol.
          <volume>11</volume>
          , no.
          <issue>2</issue>
          , p.
          <fpage>49</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>G.</given-names>
            <surname>Angiani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Cagnoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Chuzhikova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fornacciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mordonini</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomaiuolo</surname>
          </string-name>
          , “
          <article-title>Flat and hierarchical classifiers for detecting emotion in tweets</article-title>
          ,
          <source>” in Conference of the Italian Association for Artificial Intelligence</source>
          . Springer,
          <year>2016</year>
          , pp.
          <fpage>51</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Riordan</surname>
          </string-name>
          and
          <string-name>
            <given-names>L. A.</given-names>
            <surname>Trichtinger</surname>
          </string-name>
          , “
          <article-title>Overconfidence at the keyboard: Confidence and accuracy in interpreting affect in e-mail exchanges</article-title>
          ,
          <source>” Human Communication Research</source>
          , vol.
          <volume>43</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>24</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>G.</given-names>
            <surname>Angiani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fornacciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mordonini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomaiuolo</surname>
          </string-name>
          , and E. Iotti, “
          <article-title>Models of participation in social networks,” in Social Media Performance Evaluation and Success Measurements</article-title>
          .
          <source>IGI Global</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>196</fpage>
          -
          <lpage>224</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A. Z.</given-names>
            <surname>Syed</surname>
          </string-name>
          et al., “
          <article-title>Applying sentiment and emotion analysis on brand tweets for digital marketing</article-title>
          ,” in
          <source>2015 IEEE Jordan Conference on Applied Electrical Engineering and Computing Technologies (AEECT)</source>
          . IEEE,
          <year>2015</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Fornacciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mordonini</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomaiuolo</surname>
          </string-name>
          , “
          <article-title>A case-study for sentiment analysis on twitter</article-title>
          .”
          <string-name>
            <surname>in</surname>
            <given-names>WOA</given-names>
          </string-name>
          ,
          <year>2015</year>
          , pp.
          <fpage>53</fpage>
          -
          <lpage>58</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>N.</given-names>
            <surname>Öztürk</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Ayvaz</surname>
          </string-name>
          , “
          <article-title>Sentiment analysis on twitter: A text mining approach to the syrian refugee crisis,” Telematics and Informatics</article-title>
          , vol.
          <volume>35</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>136</fpage>
          -
          <lpage>147</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kiritchenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mohammad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ritter</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          , “Semeval-2015 task 10:
          <article-title>Sentiment analysis in twitter</article-title>
          ,”
          <source>in Proceedings of the 9th international workshop on semantic evaluation (SemEval</source>
          <year>2015</year>
          ),
          <year>2015</year>
          , pp.
          <fpage>451</fpage>
          -
          <lpage>463</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mohammad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bravo-Marquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Salameh</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Kiritchenko</surname>
          </string-name>
          , “Semeval-2018 task 1: Affect in tweets,”
          <source>in Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>A.</given-names>
            <surname>Yadollahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Shahraki</surname>
          </string-name>
          , and
          <string-name>
            <given-names>O. R.</given-names>
            <surname>Zaiane</surname>
          </string-name>
          , “
          <article-title>Current state of text sentiment analysis from opinion to emotion mining,” ACM Computing Surveys (CSUR)</article-title>
          , vol.
          <volume>50</volume>
          , no.
          <issue>2</issue>
          , p.
          <fpage>25</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Liu</surname>
          </string-name>
          , “
          <article-title>Deep learning for sentiment analysis: A survey,” Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery</article-title>
          , vol.
          <volume>8</volume>
          , no.
          <issue>4</issue>
          , p.
          <fpage>e1253</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>G.</given-names>
            <surname>Angiani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fontanini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fornacciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Iotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Magliani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Manicardi</surname>
          </string-name>
          , “
          <article-title>A comparison between preprocessing techniques for sentiment analysis in twitter</article-title>
          .” in KDWeb,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>A.</given-names>
            <surname>Seyeditabari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tabari</surname>
          </string-name>
          , and W. Zadrozny, “
          <article-title>Emotion detection in text: a review,” arXiv preprint</article-title>
          arXiv:
          <year>1806</year>
          .00674,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>K.</given-names>
            <surname>Sailunaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dhaliwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Rokne</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Alhajj</surname>
          </string-name>
          , “
          <article-title>Emotion detection from text and speech: a survey,” Social Network Analysis and Mining</article-title>
          , vol.
          <volume>8</volume>
          , no.
          <issue>1</issue>
          , p.
          <fpage>28</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>V. K.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kumar</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. L.</given-names>
            <surname>Fernandes</surname>
          </string-name>
          , “
          <article-title>Extraction of emotions from multilingual text using intelligent text processing and computational linguistics</article-title>
          ,
          <source>” Journal of computational science</source>
          , vol.
          <volume>21</volume>
          , pp.
          <fpage>316</fpage>
          -
          <lpage>326</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>I.</given-names>
            <surname>Perikos</surname>
          </string-name>
          and
          <string-name>
            <surname>I. Hatzilygeroudis</surname>
          </string-name>
          , “
          <article-title>Recognizing emotions in text using ensemble of classifiers,”</article-title>
          <source>Engineering Applications of Artificial Intelligence</source>
          , vol.
          <volume>51</volume>
          , pp.
          <fpage>191</fpage>
          -
          <lpage>201</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>W. G.</given-names>
            <surname>Parrott</surname>
          </string-name>
          ,
          <article-title>Emotions in social psychology: Essential readings</article-title>
          . Psychology Press,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>R.</given-names>
            <surname>Plutchik</surname>
          </string-name>
          , “Emotion,” A psychoevolutionary synthesis,
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>F.</given-names>
            <surname>Bergenti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Poggi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomaiuolo</surname>
          </string-name>
          , “
          <article-title>An actor based software framework for scalable applications</article-title>
          ,
          <source>” Lecture Notes in Computer Science (LNCS)</source>
          , vol.
          <volume>8729</volume>
          , pp.
          <fpage>26</fpage>
          -
          <lpage>35</lpage>
          ,
          <year>2015</year>
          ,
          <source>proc. 7th International Conference on Internet and Distributed Computing Systems (IDCS</source>
          <year>2014</year>
          ); Calabria; Italy;
          <fpage>2014</fpage>
          -09-22/24 [MT].
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gallardo-Vera</surname>
          </string-name>
          and
          <string-name>
            <given-names>E.</given-names>
            <surname>Nava-Lara</surname>
          </string-name>
          , “
          <article-title>Developing collaborative applications with actors</article-title>
          ,
          <source>” in Proceedings of the World Congress on Engineering and Computer Science</source>
          , vol.
          <volume>1</volume>
          ,
          <issue>2015</issue>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>