<!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>Fake News Spreaders Profiling Through Behavioural Analysis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Matteo Cardaioli</string-name>
          <email>matteo.cardaioli@math.unipd.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefano Cecconello</string-name>
          <email>stefano.cecconello@math.unipd.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mauro Conti</string-name>
          <email>conti@math.unipd.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luca Pajola</string-name>
          <email>pajola@math.unipd.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Federico Turrin</string-name>
          <email>turrin@math.unipd.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Mathematics, University of Padua</institution>
          ,
          <addr-line>Padua</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>GFT Italy</institution>
          ,
          <addr-line>Milano</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The growth of social media and the people interconnection led to the digitalization of communication. Nowadays the most influential politicians or scientific communicators use the media to disseminate news or decisions. However, such communications media can be used maliciously to spread the so-called fakenews in order to polarise public opinion or to deny scientific theories. It is therefore important to develop intelligent and accurate techniques in order to identify the spreading of fake-news. In this paper, we describes the methodology regarding our participation in the PAN@CLEF Profiling Fake News Spreaders on Twitter competition. We propose a supervised Machine-Learning (ML) based framework to profile fake-news spreaders. Our method relies on the combination of Big Five personality and stylometric features. Finally, we evaluate our framework detection capabilities and performance with different ML models on a tweeter dataset in both English and Spanish languages.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Social Networks, such as Twitter, Facebook, or Instagram, are nowadays the main
source of information for millions of people. The success of Social Networks is mainly
due to their usability and their free access to every kind of information [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. However,
Social Networks lack in content control, and this allowed the emergence of several
malicious phenomena such as the aggregation of terrorist groups [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] and the spreading
of hate messages [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] or fake-news messages [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Due to their impact, in recent years,
the analysis of online platforms as Online Social Networks (OSNs), blogs, and forums
attracted a wide area of security researchers. Different tasks can be found, from bot
detection in OSNs [
        <xref ref-type="bibr" rid="ref1 ref18">1, 18</xref>
        ] to hate speech detection [
        <xref ref-type="bibr" rid="ref13 ref5">5, 13</xref>
        ].
      </p>
      <p>
        Among the different Social Network analysis, fake-news detection is increasingly
attracting the researcher and industrial attention due to the impact of such a phenomenon.
In [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], the authors investigated on the fake-news spreading on Twitter during the 2016
U.S. presidential election showing dramatic results in term of fake-news exposition and
sharing. To limit the spreading of fake news, it is also important to identify in advance
users more likely believe in them.
      </p>
      <p>
        These results highlight the importance of developing accurate techniques to identify
and prevent fake-news spreading. In this context, ML plays an important role because
it can help to classify fake-news in an automatic manner, that otherwise would be
impossible for a human operator. Common approaches for the identification of fake-news
rely on traditional methods of features extraction such as: Bag of Words, TF-IDF,
stylometry; but also novel methods such as fact-checkers automatic detectors [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
      </p>
      <p>
        An unexplored field related to fake-news detection is the identification of fake news
spreaders, which is the goal of PAN@CLEF Profiling Fake News Spreaders on Twitter
competition [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. In this work, we investigate how behavioural features (i.e.,
personality, stylometry) can discriminate a fake-news spreader.
      </p>
      <p>We summarise the contribution of the paper as follows:
– We present and implement a framework for profiling fake-news spreaders by
exploiting behavioural features (i.e., personality, stilometry).
– We compare and evaluate the classification performances of different supervised
ML models in a Twitter feed dataset.</p>
      <p>The remainder of the paper is organised as follows. Section 2 provides an overview
of the related work. Sections 3 and 4 outline respectively our methodology we used
to identify the fake-news tweets and the evaluation approach we implemented. Finally,
Section 5 concludes the paper.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related works</title>
      <p>
        The analysis of phenomena in social networks can be very complex and thus standard
Natural Language Processing (NLP) techniques might not be very effective. For
profiling tasks [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] (e.g., gender, race) researchers started to look in other disciplines (e.g.,
psychology) to enrich tasks’ feature space; for example, common trends involve
techniques that use “emotions” or “behaviours”.
      </p>
      <p>
        Emotion-based profiling. In online platforms such as social networks, users interact
with each other through posts, comments, and messages, sharing ideas, feelings, and
emotions. Such features can be used to understand better both cultural-insights and
human behaviours. For example, Kusen et al. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] analyze users’ emotions during different
events and found that they tend to conform to the emotional valence of the respective
real-world event; however, users also tend to react with positive messages during
negative events, exhibiting a strong shifted emotion. Recently, several works show that
emotional-based features can improve the efficacy of tasks such as clickbait
identification [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and fake-news detection [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        Behavioural-based profiling. Temporal patterns can be a powerful tool to profile
phenomena. For example, behavioural-based techniques are a consolidated standard in
biometric [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. In the context of online platforms security, behavioural features are used
to detect bots [
        <xref ref-type="bibr" rid="ref14 ref16 ref3">3, 14, 16</xref>
        ]. Chu et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] use behavioural biometrics such as mouse and
keystroke dynamics to discriminate bots from humans. Similarly, Hall et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] to
detect bots activities in Wikipedia developed an algorithm that leverages on the fact that
bots patterns are often distinct from human patterns. In massively multiplayer online
role playing games (MMORPG) bots are often used to obtain games items that can be
exchanged with real money. Kang et al. designed a detection approach to solve such a
problem by identifying behavioural patterns that are unique for bots in MMORPG [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <p>This study aims to detect Twitter user profiles that are keen to be spreaders of fake-news.
Our analysis wants to retrieve information that can provide insights into the attitude to
spread fake-news, rather than identifying potential fake-news among the users’ tweets.
Our approach is therefore focused on the extraction of behavioural characteristics of the
user such as personality and writing style.
3.1</p>
      <sec id="sec-3-1">
        <title>Dataset description</title>
        <p>The provided dataset contains 60000 tweets (100 per user) derived from 600 distinct
Twitter accounts. For each user profile are also reported: the language, a unique author
ID, and a binary label that defines the class (the information regarding which label
corresponds to each class is not provided by the organizers due to GDPR reasons). The
users are equally distributed among two languages: 300 English profiles and 300
Spanish profiles. Furthermore, the dataset contains an equal number of fake-news spreader
and not fake-news spreader profiles. To guarantee better profile anonymisation, sensible
information contained in the original tweets has been obfuscated using some keywords.
In particular, the following keywords were used: “user”, “rt” (re-tweet), “hashtag”,
“URL”. The keywords are always preceded by a hashtag and are always capitalised.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Pre-processing and Feature Extraction</title>
        <p>
          In this study, we wanted to use a multidisciplinary approach, with the aim of exploring
the impact of uncommon features on identification of fake news spreaders. We focused
our analysis on two main behavioural characteristics: writing style and personality.
Writing Style Features Stylometry features have been used to solve several tasks [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
Guided by their popularity, we decide to include 10 stylometric features that summarise
the writing style of the users. In particular, we evaluated:
– Diversity score describes how tweets are novel between each other. We use the
definition given in [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], and it is defined as the average diversity of the user tweets.
Given a list of tweets C, the diversity of the tweet ti is defined as 1 max(J ac(xi; xj )),
where i 6= j and j 2 [0; :::; jCj]. “Jac” is the Jaccard similarity of two sets.
– Readability score is the average of the “Flesch reading ease” of the tweets. The
score is calculated with the python library “Textstat”3. This particular metric is
defined over a multiple set of languages, such as English and Spanish.
3 https://pypi.org/project/textstat/
– Hash avg is the average hashtags per tweet.
– Usr avg is the average of mentions per tweet.
– Url avg is the average of URLs per tweet.
– Retweet is the average retweets per tweet.
– Lower is the average lowercase characters per tweet.
– Upper is the average uppercase characters per tweet.
– Punctuation is the average of punctuation characters per tweet.
        </p>
        <p>– Alpha is the average of alphabetical characters per tweet.</p>
        <p>
          Personality Features To extract personality features, we firstly performed a pre-processing
on the dataset. We removed all the keywords used to obfuscate sensible information
(e.g, #URL, #RT). We then merged all the tweets, creating a unique corpus for every
user. We used Watson Personality Insights - IBM 4 to retrieve personality information
from written text. In particular, giving as input the corpus and the language (i.e.,
“Spanish” or “English”). The output of IBM Watson consists of a JSON containing: Needs,
Values, and Big Five personality characteristics. For each of them, the service provides
a percentile score. The higher this score is, the greater is also the presence of the specific
personality trait for the user. Needs describe at a high level those aspects of a product
that are likely to resonate with the author of the input text. Values describe motivating
factors that influence the author’s decision-making. The Big Five model [
          <xref ref-type="bibr" rid="ref15 ref22">15, 22</xref>
          ], or
OCEAN, is one of the most famous in the study of personality. According to this
theory, personality can be divided into five independent traits. Below, we provide a brief
definition for each trait, as reported in [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>– Agreeableness is a person’s tendency to be compassionate and cooperative toward
others.
– Conscientiousness is a person’s tendency to act in an organised or thoughtful way.
– Extraversion is a person’s tendency to seek stimulation in the company of others.
– Emotional Range, also referred to as Neuroticism or Natural Reactions, is the extent
to which a person’s emotions are sensitive to the person’s environment.
– Openness is the extent to which a person is open to experiencing different activities.</p>
        <p>In Figure 2 we compare the average values of the Big Five percentiles for both Class
0 and Class 1. We can notice the following: i) on average, Class 0 tends to have lower
Agreeableness and Extraversion values and ii) on average, Class 0 tends to have higher
Emotional Range values.</p>
        <p>
          Many studies on the Big Five present a two-level hierarchy, with the five domains
discussed above assuming more specific traits, called "facets" at a second level [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. In
particular, each Big Five trait can assume six facets as described in [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. The total number
of personality features are 54.
        </p>
        <p>Figure 1 depicts a sunburst chart reporting the percentile scores returned by Watson
APIs. The chart reports the best score for each personality characteristics (Big Five,
Needs, and Values). For Needs and Values, the chart reports the score for the features
provided by Watson (respectively 12 and 5 values). For Big Five, a supplementary level
reports the percentile for each one of the five characteristics, followed by the same score
for each facet.</p>
        <p>4 https://www.ibm.com/watson
Curiosity (6%)
re
tu
c
u )
tr %
S (1
– Model. Simple binary classification models (e.g., Random Forest).</p>
        <p>Class 0</p>
        <p>Class 1</p>
        <p>Conscientiousness
Extraversion</p>
        <p>Openness</p>
        <p>Different models are evaluated to discriminate between fake-news spreaders and
non-spreaders: Decision Tree (DT), K-Nearest Neighbour (KNN), Support Vector
Classifier (SVC), and Random Forest (RF). For the model selection, we used a repeated
nested-cross-validation (100 times for 80-20 random splits) with 5-fold inner
crossvalidation, applied to the aforementioned pipeline. This approach is used to assess the
robustness of the prediction for every ML model among different splits. According to
Table 1 we selected RF classifier that showed the highest average accuracy and the
lowest variability in nested-cross-validation. Finally, we trained the RF classifier on the
whole dataset, using the same pipeline with a 5-fold cross-validation. To obtain the best
RF’s hyperparameters a 5-fold cross-validation is applied on the same parameter grid
shown in Table 1, obtaining n_estimators = 25 and max_depth = 4. Finally, RF is
trained on the whole dataset, using these hyperparameters.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Model Parameter Values Training Accuracy Test Accuracy</title>
        <p>DT max_depth [2; : : : ; 5] 0.75 0.05 0.65 0.05
KNN n_neighbors [3; : : : ; 10] 0.81 0.03 0.71 0.04
kernel [‘rbf’. ‘linear’]
SVC c [10 2; 10 1; 1; 102] 0.94 0.08 0.73 0.04
[10 3; 10 2; 10 1; 1; 10]
RF mn_aexs_tidmepattohrs [[235;4;5;50]; 100; 200] 0.87 0.03 0.74 0.03
Table 1. Training and Test accuracy of the nested validation for the different models.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>
        In this work, we describe the approach we used for the PAN@CLEF Profiling Fake
News Spreaders on Twitter challenge. Our proposed framework relies on the
combination of linguistic features with psychological traits with simple machine learning
methods (e.g., Random Forest). Our method reached the following accuracy: 0.6750
(English corpus), 0.7150 (Spanish corpus), and 0.6950 (average between the two corpus).
Our work shows the feasibility of using psychological features to determine whether
a user is a fake news spreader or not. The intuition on using psychological behaviours
in the fake news domain is also confirmed by the recent work proposed by Giachanou
et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]5, where the authors combines linguistic patterns with personality scores to
distinguish between fake news spreaders and checkers. We believe that future research
directions could benefit from this, enlarging the feature space of the data.
5 This paper is published after the time of our submission.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Chavoshi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamooni</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mueen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Debot: Twitter bot detection via warped correlation</article-title>
          .
          <source>In: 2016 IEEE 16th International Conference on Data Mining (ICDM)</source>
          . pp.
          <fpage>817</fpage>
          -
          <lpage>822</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Chetty</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alathur</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Hate speech review in the context of online social networks</article-title>
          .
          <source>Aggression and violent behavior 40</source>
          ,
          <fpage>108</fpage>
          -
          <lpage>118</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gianvecchio</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koehl</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jajodia</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Blog or block: Detecting blog bots through behavioral biometrics</article-title>
          .
          <source>Computer Networks</source>
          <volume>57</volume>
          (
          <issue>3</issue>
          ),
          <fpage>634</fpage>
          -
          <lpage>646</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Costa</given-names>
            <surname>Jr</surname>
          </string-name>
          , P.T.,
          <string-name>
            <surname>McCrae</surname>
            ,
            <given-names>R.R.: The</given-names>
          </string-name>
          <string-name>
            <surname>Revised NEO Personality Inventory (NEO-PI-R)</surname>
          </string-name>
          .
          <source>Sage Publications</source>
          ,
          <string-name>
            <surname>Inc</surname>
          </string-name>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Davidson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warmsley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weber</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Automated hate speech detection and the problem of offensive language</article-title>
          .
          <source>In: Proceedings of the 11th International AAAI Conference on Web and Social Media</source>
          . pp.
          <fpage>512</fpage>
          -
          <lpage>515</lpage>
          . ICWSM '
          <volume>17</volume>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>DeYoung</surname>
          </string-name>
          , C.G.,
          <string-name>
            <surname>Quilty</surname>
            ,
            <given-names>L.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peterson</surname>
            ,
            <given-names>J.B.</given-names>
          </string-name>
          :
          <article-title>Between facets and domains: 10 aspects of the big five</article-title>
          .
          <source>Journal of personality and social psychology 93(5)</source>
          ,
          <volume>880</volume>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Banerjee</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yejin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Syntactic stylometry for deception detection</article-title>
          .
          <source>vol. 2</source>
          , pp.
          <fpage>171</fpage>
          -
          <lpage>175</lpage>
          (01
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>An Emotional Analysis of False Information in Social Media and News Articles</article-title>
          .
          <source>ACM Transactions on Internet Technology (TOIT) 20(2)</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>18</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crestani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Leveraging emotional signals for credibility detection</article-title>
          .
          <source>In: Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          . p.
          <fpage>877</fpage>
          -
          <lpage>880</lpage>
          . SIGIR'
          <volume>19</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ríssola</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crestani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>The Role of Personality and Linguistic Patterns in Discriminating Between Fake News Spreaders</article-title>
          and Fact Checkers, pp.
          <fpage>181</fpage>
          -
          <lpage>192</lpage>
          (06
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Grinberg</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joseph</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedland</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Swire-Thompson</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lazer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Fake news on twitter during the 2016 us presidential election</article-title>
          .
          <source>Science</source>
          <volume>363</volume>
          (
          <issue>6425</issue>
          ),
          <fpage>374</fpage>
          -
          <lpage>378</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Grippa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leitão</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gluesing</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riopelle</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gloor</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Collaborative Innovation Networks. Springer (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Gröndahl</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pajola</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Juuti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Conti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Asokan</surname>
          </string-name>
          , N.:
          <article-title>All you need is “love”: Evading hate speech detection</article-title>
          .
          <source>In: Proceedings of the 11th ACM Workshop on Artificial Intelligence and Security</source>
          . p.
          <fpage>2</fpage>
          -
          <lpage>12</lpage>
          . AISec '18,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Hall</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Terveen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halfaker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Bot detection in wikidata using behavioral and other informal cues</article-title>
          .
          <source>Proc. ACM Hum.-Comput. Interact</source>
          .
          <volume>2</volume>
          (
          <issue>CSCW</issue>
          ) (
          <year>Nov 2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>John</surname>
            ,
            <given-names>O.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Srivastava</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al.:
          <article-title>The big five trait taxonomy: History, measurement, and theoretical perspectives</article-title>
          .
          <source>Handbook of personality: Theory and research 2</source>
          (
          <year>1999</year>
          ),
          <fpage>102</fpage>
          -
          <lpage>138</lpage>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Kang</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jeong</surname>
            ,
            <given-names>S.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohaisen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>H.K.</given-names>
          </string-name>
          :
          <article-title>Multimodal game bot detection using user behavioral characteristics</article-title>
          .
          <source>SpringerPlus</source>
          <volume>5</volume>
          (
          <issue>12</issue>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Koohikamali</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sidorova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Information re-sharing on social network sites in the age of fake news</article-title>
          .
          <source>Informing Science</source>
          <volume>20</volume>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Kudugunta</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferrara</surname>
          </string-name>
          , E.:
          <article-title>Deep neural networks for bot detection</article-title>
          .
          <source>Information Sciences</source>
          <volume>467</volume>
          ,
          <fpage>312</fpage>
          -
          <lpage>322</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Kušen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strembeck</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cascavilla</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Conti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>On the influence of emotional valence shifts on the spread of information in social networks</article-title>
          .
          <source>In: Proceedings of the 2017 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining</source>
          <year>2017</year>
          . p.
          <fpage>321</fpage>
          -
          <lpage>324</lpage>
          . ASONAM '
          <volume>17</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>TIRA Integrated Research Architecture</article-title>
          . In: Ferro,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Peters</surname>
          </string-name>
          ,
          <string-name>
            <surname>C</surname>
          </string-name>
          . (eds.)
          <article-title>Information Retrieval Evaluation in a Changing World</article-title>
          . Springer (Sep
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the 8th Author Profiling Task at PAN 2020: Profiling Fake News Spreaders on Twitter</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickhoff</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Névéol</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.)
          <article-title>CLEF 2020 Labs and Workshops, Notebook Papers</article-title>
          .
          <source>CEUR-WS.org (Sep</source>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Rothmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coetzer</surname>
            ,
            <given-names>E.P.:</given-names>
          </string-name>
          <article-title>The big five personality dimensions and job performance</article-title>
          .
          <source>SA Journal of Industrial Psychology</source>
          <volume>29</volume>
          (
          <issue>1</issue>
          ),
          <fpage>68</fpage>
          -
          <lpage>74</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Shu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Liu, H.:
          <article-title>Understanding user profiles on social media for fake news detection</article-title>
          .
          <source>In: 2018 IEEE Conference on Multimedia Information Processing and Retrieval (MIPR)</source>
          . pp.
          <fpage>430</fpage>
          -
          <lpage>435</lpage>
          . IEEE (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Vo</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Learning from fact-checkers: Analysis and generation of fact-checking language</article-title>
          .
          <source>In: Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          . pp.
          <fpage>335</fpage>
          -
          <lpage>344</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wan</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>Sentigan: Generating sentimental texts via mixture adversarial networks</article-title>
          .
          <source>In: Proceedings of the Twenty-Seventh International Joint Conference on Artificial Intelligence, IJCAI-18</source>
          . pp.
          <fpage>4446</fpage>
          -
          <lpage>4452</lpage>
          .
          <source>International Joint Conferences on Artificial Intelligence Organization</source>
          (7
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Yampolskiy</surname>
            ,
            <given-names>R.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Govindaraju</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Behavioural biometrics: A survey and classification</article-title>
          .
          <source>Int. J. Biometrics</source>
          <volume>1</volume>
          (
          <issue>1</issue>
          ),
          <fpage>81</fpage>
          -
          <lpage>113</lpage>
          (
          <year>Jun 2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Zech</surname>
            ,
            <given-names>S.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gabbay</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Social network analysis in the study of terrorism and insurgency: From organization to politics</article-title>
          .
          <source>International Studies Review</source>
          <volume>18</volume>
          (
          <issue>2</issue>
          ),
          <fpage>214</fpage>
          -
          <lpage>243</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>