<!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>Leveraging Cognitive Computing for Gender and Emotion Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrea Corriga</string-name>
          <email>me@andreacorriga.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Simone Cusimano</string-name>
          <email>s.cusimano@studenti.unica.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francesca M. Malloci</string-name>
          <email>francesca.mll@live.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lodovica Marchesi</string-name>
          <email>lodo.marchesi@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Diego Reforgiato Recupero</string-name>
          <email>diego.reforgiato@unica.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Mathematics and Computer Science, University of Cagliari</institution>
          ,
          <addr-line>Via Ospedale 72, 09124, Cagliari</addr-line>
        </aff>
      </contrib-group>
      <fpage>47</fpage>
      <lpage>56</lpage>
      <abstract>
        <p>In this paper we present a tool that performs two tasks: given an input image, rst, (i) it detects whether the image corresponds to a male or female person and then (ii), it further recognizes which emotion the face expression of the detected person is conveying. We mapped the two tasks as multi-label classi cations. The rst one aims at identifying if the input image contains one of the following four categories: one male person, one female person, a group of both male and female persons or if the image does not contain any person. The second task is triggered whether the image has been recognized to belong to one of the rst two classes and aims at detecting whether that image is conveying one among six di erent emotions: sadness, anger, surprise, happiness, disgust, fear. For both the problems, Microsoft Cognitive Services have been leveraged to extract tags from the input image. Tags are text elements that have been adopted to form the vectorial space model, using the bag of words model, that has been fed to the machine learning classi ers for the prediction tasks. For both tasks, we manually annotated 3000 images, which have been extracted from students who agreed using our system and providing their Facebook pictures for our analysis. Our evaluation uses Naive Bayes and Random Forest classi ers and with a 10-fold cross-validation reached satisfactory accuracies both for the two tasks and for the combination of them. Finally, our system works online and has been integrated with social media. In that way, any visitors logged in to Facebook through its APIs, is allowed to quickly classify any of their photos.</p>
      </abstract>
      <kwd-group>
        <kwd>Emotion Detection</kwd>
        <kwd>Social Media</kwd>
        <kwd>Cognitive Services</kwd>
        <kwd>Image Classi cation</kwd>
        <kwd>Machine Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        useful marketing channel for business of all sizes. Users uploads statuses, posts,
images, and videos and, therefore, this contributes to the increase of available
data in Internet [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Most of the time, this data is made accessible only by
friends or friends of friends. What not so many people know is that all the
information related to a certain user might be accessible by web applications
that allow associating users' Facebook account to log in within their restricted
area [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. In fact, when visiting certain websites (e.g. news), there is often the
possibility to associate user's Facebook account through a dedicated pop-up,
avoiding the long times needed by the registration process. It usually takes one
click to perform this operation as Facebook is usually left open in users browsers.
This is allowed by Facebook APIs and a validation process of the application
that is being developed and, potentially, gives to the website creators access to
all the information of the users. This information cannot be published as it is for
privacy reasons, but it can be processed and used to tune algorithms and systems.
Processing all this amount of 'big data' might be expensive but today, thanks to
the development of cognitive computing tools, the elaboration (of both text and
images) can be fast enough. Big data o ers plenty of opportunities to unlock
novel insights from the huge amount of data that is available today. Although
more data (e.g. text, images, videos, sensor data) is available than ever, only a
small portion of it is being analyzed and used.
      </p>
      <p>
        Understanding emotions [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] from posts and photos is a direction that many
social networks are heading: emotional disclosure can foster interpersonal
connectedness and individuals are motivated to express their emotions to maintain
their relatedness to others. Moreover, analyzing pictures from social media and
photo-sharing websites such as Flickr, Twitter, Tumblr, Facebook can give
insights into the general sentiment of people about a given event, person,
organization, etc. Recent works have already investigated the mechanisms of how
social network structure in uences the need for emotional expression [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. On
the other hand, if we can understand the emotion an image conveys we would
be able to predict emotional tags on them. There are several works that aimed
at using image processing techniques for such purpose[
        <xref ref-type="bibr" rid="ref23 ref25">23, 25</xref>
        ] but not so many
that solve the problem by using text description extracted from the images.
      </p>
      <p>
        Cognitive computing systems [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ] are emerging and represent the third
era of computing. They have been used to improve several tasks which range from
sentiment analysis [
        <xref ref-type="bibr" rid="ref22 ref24">24, 22</xref>
        ], to multi-class classi cation of e-learning videos [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], to
classi cation of complaints in the insurance industry [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Cognitive computing
systems rely on deep learning algorithms and neural networks to elaborate
information by learning from a training set of data. They are perfectly tailored to
integrate and analyze the huge amount of data that is being released today and
available. Two very well known cognitive computing systems are IBM Watson1
and Microsoft Cognitive Services2. They have been employed in several domains
especially within life sciences research [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
    </sec>
    <sec id="sec-2">
      <title>1 https://www.ibm.com/watson/</title>
    </sec>
    <sec id="sec-3">
      <title>2 https://azure.microsoft.com/en-us/services/cognitive-services/</title>
      <p>In this paper we present two multi-classi cation problems. The rst one aims
at detecting whether a given image contains one male person, or one female
person, or two or more people of di erent sex or no person. If an image belongs to
one of the rst two classes (is a man or a woman) one more task is performed that
aims at classifying the face expression of the input image according to six possible
emotions: sadness, anger, surprise, happiness, disgust, fear. Microsoft Cognitive
Services have been leveraged to extract textual tags from training and test set
images and create a vectorial space using bag of word model (we employed term
frequency and TF-IDF) that has been fed to di erent classi cation algorithms.
Our system has been validated on 3000 images manually annotated and extracted
from students Facebook pro les who agreed to have their Facebook pictures
used for our analysis. A 10-fold cross-validation method has been performed.
We obtained an accuracy of 65% for the rst classi cation task, an accuracy
of 60% for the second task and an accuracy of 56% for the combined task.
They system has also been developed to work online and allows any user to
associate his/her Facebook account for logging in and classify any of the user's
photo through the two tasks. The remainder of this paper is organized as it
follows: Section 2 includes related work. A brief description of the Microsoft
Cognitive Services is given in Section 3. Section 4 describes the used dataset and
how we turned the input images into text representation. Section 5 includes the
adopted methodology and the performance evaluation we carried out. Section 6
gives some technical details of our developed system. Finally, Section 7 draws
conclusions and directions where we are headed.
2</p>
      <sec id="sec-3-1">
        <title>Related Work</title>
        <p>
          Gender recognition is a domain that has attracted interest in both fundamental
and applied research. It has mostly been targeted using computer vision
algorithms and its resolution is still challenging. The di culties emerge from the
di erent positions of a face whose capture depends on the image acquisition
process, and the intrinsic di erences between people's faces [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. We turned this
problem in a text classi cation and, to do that, we employed Cognitive
Computing Systems to detect textual descriptions of the input images. The other
problem we address in this paper is the Emotion detection. This problem can
be tackled with computer vision techniques if we want to extract facial
expression from a given image [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] or Natural Language Processing and Semantic Web
techniques if we are in presence of text and want to detect or extract emotions
from it [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. In literature several works have started using Cognitive Computing
Systems to extract textual (syntactic and semantic) elements that have been
used to generate the vectorial space using augmentation and/or replacement
techniques [
          <xref ref-type="bibr" rid="ref11 ref12 ref5 ref6 ref7">5, 7, 6, 11, 12</xref>
          ]. Results have shown to improve baselines not using
such features. The opportunity that such systems o er has been therefore
exploited by several approaches, also within the Sentiment Analysis domain [
          <xref ref-type="bibr" rid="ref10 ref9">10, 9</xref>
          ],
that improved their accuracy and raised the competitiveness of known Sentiment
Analysis challenges [
          <xref ref-type="bibr" rid="ref20 ref21 ref8">8, 20, 21</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Microsoft Cognitive Services</title>
        <p>We employed the Computer Vision APIs (v1.0)3. They provide state of the art
algorithms to process images. They can be used to determine if an image contains
mature content, or estimating dominant and accent colors and so on. When
performing a request, the input consists of an image URL. Within the request,
there is an optional parameter used to specify which features to return (image
categories are returned by default). The response will be returned in JSON.
Metadata we collected are: categories, tags, description, faces, image type, color,
and adult. The subscription we used is free and, as such, we were able to perform
only 20 requests per minute. For this reason, the online application might take
several minutes to retrieve the metadata of all the images of the user. On the
other hand, the Emotion APIs take a facial expression in a given input image,
and returns the con dence across a set of emotions. The detected emotions are
anger, contempt, disgust, fear, happiness, neutral, sadness and surprise.
4</p>
      </sec>
      <sec id="sec-3-3">
        <title>Dataset</title>
        <p>
          Our dataset set is represented by 3000 images extracted from Facebook accounts
of students at University of Cagliari who agreed participating to our analysis. A
subset of 1000 images contained pictures of single persons and, therefore, were
used for the evaluation of the second task. These images represented face
expressions having six emotions: sadness, anger, surprise, happiness, disgust, fear.
The rst task has been evaluated on the entire collection of images. Tables 1
and 2 shows some statistics of the collected images dataset. Moreover, images
have been rst sent to Microsoft Cognitive Services to retrieve the tags and
manually classi ed according to the two classi cations: one label out of four classes
for the gender recognition task and one more label out of six for the emotion
detection class. For the emotion detection class we followed the same procedure
of the generation of the Microsoft FER dataset [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. During the annotation, all
the tags indicating the gender of a person (e.g. lady, man, woman, boy, girl)
have been removed. Finally, each image has been replaced by its corresponding
textual representation using tags returned by Microsoft Cognitive Services.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3 https://bit.ly/2KLkskV</title>
      <p>As mentioned within Section 4, we leveraged the textual tags extracted from
Microsoft Cognitive Services to create our vectorial space model using bag of
word and TF and TF-IDF models. Tags are text elements returned for each
image based on more than 2000 recognizable objects, living beings, scenery, and
actions. Tags are not organized as a taxonomy and no inheritance hierarchies
exist. Naive Bayes and Random Forest classi ers have been employed for the
obtained accuracy shown in Table 3 using 10-cross validation technique.</p>
      <p>For the second task, again, we generated the vectorial space similarly as
performed above for the rst task. We tested the same classi ers and in Table 4
results of the obtained accuracy are shown using 10-cross validation technique.</p>
      <p>Finally, Table 5 shows the accuracy for the combination of the two tasks:
given an image, it detects if it represents a single person and, in such a case,
classi es which emotion it is conveying. For simplicity, the combined task has
been represented as a multi-class classi cation problem with 8 categories: face
expression of a single person conveying each of the six emotions, more than a
single person, no persons and it has been tested on the entire collection of 3000
annotated images using 10-cross validation technique.
where tp, tn, f p and f n are, respectively, true positives, true negatives, false
positives and false negatives.</p>
      <p>Table 6 shows the confusion table for the rst class (male) of the gender
recognition task with the quantities above (true positive, etc.) properly
indicated for the computation of the accuracy. Three more accuracies values have
been computed using three more similar confusion tables for the remaining three
classes. The overall accuracy has been calculated averaging the four accuracies
thus computed. A similar process has been used to calculate the accuracy for
the emotion detection task and the combined task.</p>
      <p>Predicted class
In this paragraph we will describe how our system works online. It is a web
application composed by two main modules: the rst is a web application developed
using CodeIgniter Web Framework4 which allows building robust solutions; the
second module is a Python HTTP Apache Server.</p>
      <p>We used the Facebook Graph API5 by obtaining rst the API KEY where
we had to specify the needed security scopes for our application. We explicitly
mentioned user photos to gain the URLs of the users' public photos. During this
step we had to submit a short description of our project for the Facebook team
to validate. Once validated, we were able to extract the list of the public images
of the user navigating our web application. Figure 1 shows the architecture of
the rst task6. A certain user visits our web application and he is redirected to</p>
    </sec>
    <sec id="sec-5">
      <title>4 https://codeigniter.com/</title>
    </sec>
    <sec id="sec-6">
      <title>5 https://developers.facebook.com/docs/graph-api/</title>
    </sec>
    <sec id="sec-7">
      <title>6 https://bit.ly/2IrDzC1</title>
      <p>Facebook.com to start the authentication ow. After a successful log in, the user
is redirected back to our server. The public images of the user are retrieved using
a valid authentication token. The photos are sent to the Cognitive Services to
fetch the related metadata. The images are shown to the user. Each photo can
be clicked and a pop up appears with the related metadata and with one of the
four categories related to the rst task we predict on the y with our trained
classi er. In the background, a new JSON le for that user is created containing
his/her images with the associated metadata and the predicted class and stored
on HDFS through its REST APIs.
In this paper we presented an approach that performs two multi-class classi
cation tasks: detecting gender of a given image and detecting emotions of face</p>
    </sec>
    <sec id="sec-8">
      <title>7 https://bit.ly/2jQpOzb</title>
      <p>expression for images detected within the rst task. The system has been
developed and works on-line and integrated with Facebook so that visitors can log
in associating their Facebook account and deciding to perform the classi cation
task on their images. For each selected image, Microsoft Cognitive Services are
called and image tags collected in order to create a vectorial space representation
of the input image. Our evaluation on 3000 images for the rst task and 1000
images for the second task using two di erent classi ers with 10-cross validation
generated accuracy respectively of 65% using TF and 63% using TF-IDF for the
rst task, 59% using TF and 55% using TF-IDF for the second task and, 56%
(TF) and 55% (TF-IDF) for the combined task. As future work we are already
collecting more images using crowd sourcing tools and will apply deep learning
models on machines with fast NVIDIA GPUs (e.g. TitanX).</p>
      <sec id="sec-8-1">
        <title>Acknowledgments</title>
        <p>The authors gratefully acknowledge Sardinia Regional Government for the
nancial support (Convenzione triennale tra la Fondazione di Sardegna e gli Atenei
Sardi Regione Sardegna - L.R. 7/2007 annualita 2016 - DGR 28/21 del 17.05.201,
CUP: F72F16003030002).</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Emad</given-names>
            <surname>Barsoum</surname>
          </string-name>
          , Cha Zhang, Cristian Canton-Ferrer,
          <string-name>
            <given-names>and Zhengyou</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <article-title>Training deep networks for facial expression recognition with crowd-sourced label distribution</article-title>
          .
          <source>CoRR, abs/1608.01041</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Davide</given-names>
            <surname>Buscaldi</surname>
          </string-name>
          and
          <article-title>Belem Priego Sanchez</article-title>
          .
          <article-title>LIPN-UAM at emoint-2017: Combination of lexicon-based features and sentence-level vector representations for emotion intensity determination</article-title>
          .
          <source>In Proceedings of the 8th Workshop on Computational Approaches</source>
          to Subjectivity,
          <article-title>Sentiment and Social Media Analysis</article-title>
          ,
          <source>WASSA@EMNLP</source>
          <year>2017</year>
          , Copenhagen, Denmark, September 8,
          <year>2017</year>
          , pages
          <fpage>255</fpage>
          {
          <fpage>258</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Ying</surname>
            <given-names>Chen</given-names>
          </string-name>
          , JD Elenee Argentinis, and
          <string-name>
            <given-names>Gri</given-names>
            <surname>Weber</surname>
          </string-name>
          .
          <article-title>Ibm watson: How cognitive computing can be applied to big data challenges in life sciences research</article-title>
          .
          <source>Clinical Therapeutics</source>
          ,
          <volume>38</volume>
          (
          <issue>4</issue>
          ):
          <volume>688</volume>
          {
          <fpage>701</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Gianpiero</given-names>
            <surname>Costantino</surname>
          </string-name>
          , Fabio Martinelli, and
          <string-name>
            <given-names>Daniele</given-names>
            <surname>Sgandurra</surname>
          </string-name>
          .
          <article-title>Are photos on social networks really private</article-title>
          ?
          <source>In 2013 International Conference on Collaboration Technologies and Systems, CTS</source>
          <year>2013</year>
          , San Diego, CA, USA, May
          <volume>20</volume>
          -24,
          <year>2013</year>
          , pages
          <fpage>162</fpage>
          {
          <fpage>165</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>D.</given-names>
            <surname>Dess</surname>
          </string-name>
          , G. Fenu,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marras</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. Reforgiato</given-names>
            <surname>Recupero</surname>
          </string-name>
          .
          <article-title>Leveraging cognitive computing for multi-class classi cation of e-learning videos</article-title>
          . In E. Blomqvist,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Paulheim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lawrynowicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ciravegna</surname>
          </string-name>
          , and O. Hartig, editors,
          <source>The Semantic Web: ESWC 2017 Satellite Events</source>
          , pages
          <volume>21</volume>
          {
          <fpage>25</fpage>
          ,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          ,
          <year>2017</year>
          . Springer International Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>D.</given-names>
            <surname>Dess</surname>
          </string-name>
          , G. Fenu,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marras</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. Reforgiato</given-names>
            <surname>Recupero</surname>
          </string-name>
          .
          <article-title>Bridging learning analytics and cognitive computing for big data classi cation in micro-learning video collections</article-title>
          .
          <source>Computers in Human Behavior</source>
          ,
          <year>2018</year>
          . Article in Press.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>D.</given-names>
            <surname>Dess</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Reforgiato</given-names>
            <surname>Recupero</surname>
          </string-name>
          , G. Fenu, and
          <string-name>
            <given-names>S.</given-names>
            <surname>Consoli</surname>
          </string-name>
          .
          <article-title>Exploiting cognitive computing and frame semantic features for biomedical document clustering</article-title>
          .
          <source>In Proc. of SeWeBMeDA@ESWC</source>
          <year>2017</year>
          , Portoroz, Slovenia, May
          <volume>28</volume>
          ,
          <year>2017</year>
          ., pages
          <volume>20</volume>
          {
          <fpage>34</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>M.</given-names>
            <surname>Dragoni</surname>
          </string-name>
          and
          <string-name>
            <given-names>D. Reforgiato</given-names>
            <surname>Recupero</surname>
          </string-name>
          .
          <article-title>Challenge on ne-grained sentiment analysis within eswc2016</article-title>
          .
          <source>Communications in Computer and Information Science</source>
          ,
          <volume>641</volume>
          :
          <fpage>79</fpage>
          {
          <fpage>94</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Mauro</given-names>
            <surname>Dragoni</surname>
          </string-name>
          and
          <string-name>
            <given-names>Giulio</given-names>
            <surname>Petrucci</surname>
          </string-name>
          .
          <article-title>A neural word embeddings approach for multi-domain sentiment analysis</article-title>
          .
          <source>IEEE Trans. A ective Computing</source>
          <volume>8</volume>
          (
          <issue>4</issue>
          ), pages
          <fpage>457</fpage>
          {
          <fpage>470</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Mauro</given-names>
            <surname>Dragoni</surname>
          </string-name>
          and
          <string-name>
            <given-names>Giulio</given-names>
            <surname>Petrucci</surname>
          </string-name>
          .
          <article-title>A fuzzy-based strategy for multi-domain sentiment analysis</article-title>
          .
          <source>International Journal of Approximate Reasoning</source>
          ,
          <volume>93</volume>
          :
          <fpage>59</fpage>
          {
          <fpage>73</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Amna</surname>
            <given-names>Dridi</given-names>
          </string-name>
          , Mattia Atzeni, and Diego Reforgiato Recupero.
          <article-title>Finenews: negrained semantic sentiment analysis on nancial microblogs and news</article-title>
          .
          <source>International Journal of Machine Learning and Cybernetics</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>Amna</given-names>
            <surname>Dridi</surname>
          </string-name>
          and Diego Reforgiato Recupero.
          <article-title>Leveraging semantics for sentiment polarity detection in social media</article-title>
          .
          <source>International Journal of Machine Learning and Cybernetics</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>J</given-names>
            <surname>Forster</surname>
          </string-name>
          and
          <string-name>
            <given-names>B</given-names>
            <surname>Entrup</surname>
          </string-name>
          .
          <article-title>A cognitive computing approach for classi cation of complaints in the insurance industry</article-title>
          .
          <source>IOP Conference Series: Materials Science and Engineering</source>
          ,
          <volume>261</volume>
          (
          <issue>1</issue>
          ):
          <fpage>012016</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>J. O.</given-names>
            <surname>Gutierrez-Garcia</surname>
          </string-name>
          and
          <string-name>
            <given-names>E.</given-names>
            <surname>Lopez-Neri</surname>
          </string-name>
          .
          <article-title>Cognitive computing: A brief survey and open research challenges</article-title>
          .
          <source>In 2015 3rd International Conference on Applied Computing and Information Technology/2nd International Conference on Computational Science and Intelligence</source>
          , pages
          <fpage>328</fpage>
          {
          <fpage>333</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. John E. Kelly and
          <string-name>
            <given-names>Steve</given-names>
            <surname>Hamm</surname>
          </string-name>
          .
          <article-title>Smart Machines: IBM's Watson and the Era of Cognitive Computing</article-title>
          . Columbia University Press, New York, NY, USA,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Jyoti</surname>
            <given-names>Kumari</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rajesh</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K. M.</given-names>
            <surname>Pooja</surname>
          </string-name>
          .
          <article-title>Facial expression recognition: A survey</article-title>
          .
          <source>Procedia Computer Science</source>
          ,
          <volume>58</volume>
          :
          <fpage>486</fpage>
          {
          <fpage>491</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>Savita</given-names>
            <surname>Kumari</surname>
          </string-name>
          .
          <article-title>Impact of big data and social media on society</article-title>
          .
          <source>Global Journal For Research Analysis</source>
          ,
          <volume>5</volume>
          ,
          <string-name>
            <surname>March</surname>
          </string-name>
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>Han</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>William</given-names>
            <surname>Tov</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Lin</given-names>
            <surname>Qiu</surname>
          </string-name>
          .
          <article-title>Emotional disclosure on social networking sites</article-title>
          .
          <source>Comput. Hum. Behav</source>
          ., 41(C):
          <volume>342</volume>
          {
          <fpage>350</fpage>
          ,
          <year>December 2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Choon-Boon</surname>
            <given-names>Ng</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yong-Haur Tay</surname>
          </string-name>
          , and
          <string-name>
            <surname>Bok-Min Goi</surname>
          </string-name>
          .
          <article-title>A review of facial gender recognition</article-title>
          .
          <source>Pattern Analysis and Applications</source>
          ,
          <volume>18</volume>
          (
          <issue>4</issue>
          ):
          <volume>739</volume>
          {
          <fpage>755</fpage>
          ,
          <string-name>
            <surname>Nov</surname>
          </string-name>
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>D.R. Recupero</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Dragoni</surname>
            , and
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Presutti</surname>
          </string-name>
          .
          <article-title>Eswc 15 challenge on conceptlevel sentiment analysis</article-title>
          .
          <source>Communications in Computer and Information Science</source>
          ,
          <volume>548</volume>
          :
          <fpage>211</fpage>
          {
          <fpage>222</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>D. Reforgiato Recupero</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Cambria</surname>
            , and
            <given-names>E. Di</given-names>
          </string-name>
          <string-name>
            <surname>Rosa</surname>
          </string-name>
          .
          <article-title>Semantic sentiment analysis challenge at eswc2017</article-title>
          .
          <source>Communications in Computer and Information Science</source>
          ,
          <volume>769</volume>
          :
          <fpage>109</fpage>
          {
          <fpage>123</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22. Diego Reforgiato Recupero, Valentina Presutti, Sergio Consoli, Aldo Gangemi, and Andrea Giovanni Nuzzolese. Sentilo:
          <article-title>Frame-based sentiment analysis</article-title>
          .
          <source>Cognitive Computation</source>
          ,
          <volume>7</volume>
          (
          <issue>2</issue>
          ):
          <volume>211</volume>
          {
          <fpage>225</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Can</surname>
            <given-names>Xu</given-names>
          </string-name>
          , Suleyman Cetintas,
          <string-name>
            <surname>Kuang-Chih Lee</surname>
          </string-name>
          , and
          <string-name>
            <surname>Li-Jia Li</surname>
          </string-name>
          .
          <article-title>Visual sentiment prediction with deep convolutional neural networks</article-title>
          .
          <source>CoRR, abs/1411.5731</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Ali</surname>
            <given-names>Yadollahi</given-names>
          </string-name>
          , Ameneh Gholipour Shahraki, and
          <string-name>
            <surname>Osmar</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Zaiane</surname>
          </string-name>
          .
          <article-title>Current state of text sentiment analysis from opinion to emotion mining</article-title>
          .
          <source>ACM Comput. Surv.</source>
          ,
          <volume>50</volume>
          (
          <issue>2</issue>
          ):
          <volume>25</volume>
          :1{
          <fpage>25</fpage>
          :
          <fpage>33</fpage>
          , May
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Quanzeng</surname>
            <given-names>You</given-names>
          </string-name>
          , Jiebo Luo, Hailin Jin, and
          <string-name>
            <given-names>Jianchao</given-names>
            <surname>Yang</surname>
          </string-name>
          .
          <article-title>Robust image sentiment analysis using progressively trained and domain transferred deep networks</article-title>
          .
          <source>CoRR, abs/1509.06041</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>