<!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>Bot and Gender Detection of Twitter Accounts Using Distortion and LSA</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Features</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Affiliation Department of Computer Science, Sapienza University of Rome</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Andrea Bacciu, Massimo La Morgia, Alessandro Mei, Eugenio Nerio Nemmi</institution>
          ,
          <addr-line>Valerio Neri, and Julinda Stefa</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <abstract>
        <p>In this work, we present our approach for the Author Profiling task of PAN 2019. The task is divided into two sub-problems, bot, and gender detection, for two different languages: English and Spanish. For each instance of the problem and each language, we address the problem differently. We use an ensemble architecture to solve the Bot Detection for accounts that write in English and a single SVM for those who write in Spanish. For the Gender detection we use a single SVM architecture for both the languages, but we pre-process the tweets in a different way. Our final models achieve accuracy over the 90% in the bot detection task, while for the gender detection, of 84.17% and 77.61% respectively for the English and Spanish languages.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The ability to profile the author of a message automatically with the advent of social
networks and online platforms is more than ever a crucial issue. As an example, be
able to profile users that write on a specific topic can provide useful insight to address
advertisement campaigns. In forensic investigations, detailed profiling of an anonymous
user can speed up the investigative process. Moreover, be able to profile an author also
include the ability to understand if the author of a set of messages is a human or a
bot. On social networks, especially on Twitter, the presence of bots is heavy. Usually,
bots have the task to drum up the attention of human users on a specific event but,
unfortunately, they are often used to spread misleading information and fake news.</p>
      <p>In this paper, we present our approach for the Author Profiling task of PAN 2019,
that focuses on the bot and gender detection of Twitter accounts. We start introducing
the problem, the dataset provided by PAN, and the evaluation framework used in this
task. In section 3, we describe the features selected to build our model for the bot
detection, the architecture, how single features perform on the task, and the final evaluation.
In section 4, we address the problem of gender detection, also here we describe all the
phases we faced to build the final model. Finally, in section 5, we make a brief survey
of the works that inspired our methodology, and section 6 concludes the paper with the
final considerations about the work and the possibility to improve it.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Problem</title>
      <p>2.1</p>
      <sec id="sec-2-1">
        <title>Pan Task</title>
        <p>In this section, we describe the problem addressed in this work. More in details, we
start defining the Author Profiling competition, then we report about the data, and the
evaluation framework used by the organizers of the task to evaluate the classifiers of the
participants.</p>
        <p>
          PAN is a series of scientific events and shared tasks on digital text forensics and
stylometry. Currently, we are at the 19th [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] edition of the event, and the 7th on the author
profiling task [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ]. In each edition, the organizers propose several challenges related
to the forensic analysis, provide the guidelines and the dataset to accomplish the tasks.
Participants team can concur for one or all of them. At the end of the challenges, all the
participants are invited to submit a notebook where they explain the methodology and
the idea developed for the solution of the task.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Author Profiling Task</title>
        <p>
          The Author Profiling Task 2019 [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ] aims to identify the nature of Twitter accounts,
detecting if the writer is a Bot or a Human being and in the last case, the gender of the
account owner. The task is proposed in two different languages: English and Spanish.
Participants can address just one problem, Bot or Gender detection, just one language
or the complete challenge.
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>The Dataset</title>
        <p>The dataset is made by two sets of Twitter accounts, one for the English language, and
the other for the Spanish. Each account in the dataset is a collection of 100 tweets.
Both the datasets are already split in Train and Dev partitions. Moreover, the complete
dataset contains also two Test partitions, but they are not public, both the dimension and
the number of instances for each class are unknown to the participants. Test sets can be
used only in the remote evaluation phases. Instead, the known part of the dataset has
the ground truth. Here, each account is described by two columns, where the first one
defines the nature of the account and the second the gender.</p>
        <p>To maintain a realistic scenario, no cleaning operation on the tweets was performed
by the organizers. In this way, participants can be aware if a message is a tweet or a
retweet, on the other side there is no guarantee that all the tweets of the same users
are in the same language. All the links in the dataset appear, as usual on Twitter, in the
short format (https://t.co/id). Hence, since during the evaluation phase is not possible
to use the internet connection, neither the link can be resolved nor is possible to extract
information about their contexts such as the hostname, or the page content.</p>
        <p>
          The English part of the dataset is made globally by 4120 accounts, of which 2880
belonging to the Train set and 1240 to the Dev. Instead, the Spanish one has 3000 users,
with 2080 accounts in the Train partition and the remaining users for the Dev set. In all
the partitions users are evenly divided between bots and humans, and humans in their
turn are divided in half between men and women. As we can see in Table 1, the length
of the tweets can vary a lot. We have tweets made by only one character and tweets
longer than 900.
Evaluation Framework As we previously said, PAN does not disclose to the
participants the Test dataset, in order to simulate a real case scenario. So, it is possible to
evaluate the performance of the developed solution on the test set only using (TIRA).
TIRA [
          <xref ref-type="bibr" rid="ref17 ref32">17, 32</xref>
          ] — Testbed for Information Retrieval Algorithms, is a platform that
focuses on hosting shared tasks and facilitates the submission of software. Pan provides
to all the participants a Virtual Private Server on Tira, where participants can deploy
their model and run it on preset datasets. For the author profiling task of 2019, two Test
sets were released on TIRA. The first Test was used during the pre-evaluation phase,
at this stage it was possible to execute multiple runs on the Test set, and to request the
evaluation for all of them to the moderators. Instead, for the second Test set, the final
one, it was possible to request the evaluation for just one run. Performances of runs are
computed with the accuracy metric. Finally, it is important to note that the evaluation
of the gender is based on the output of the bot detection task, this means that only the
accounts classified as human by the bot detector are used to compute the accuracy of
the gender classifier.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Bot Detection</title>
      <p>
        Our classifiers to address the bot detection problem rely on the meta-estimator
AdaBoost for the English language and on a single SVM architecture for the Spanish.
Following we describe step by step how we built our models.
3.1
In this section, we describe the features that we use for the bot detection classifier. For
each account we compute the following features:
– Emojis: The average number of emojis used in each tweet.
– Web link: The average number of links shared in each tweet.
– Hashtag: The average number of hashtags used.
– Len of Tweets: The average length of the tweets.
– Len of ReTweets: The average length of the retweets.
– Semicolons: The average number of semicolons used.
– Cosine Similarity score: For all the tweets that belong to the same user, we weight
each word with the Tf-Idf. Then, for each pair of tweets, we compute the
cosinesimilarity. Finally, we get as feature the average of the scores. The idea is that the
cosine similarity of bots is higher than that of humans. Since the messages that
belong to the same Bot, tend to be very similar among them selves.
– Sentiment Analysis: We perform the sentiment analysis to each tweet, then we
use as features the average neutral sentiment score and the average on compound
score. To perform the sentiment analysis, we use the Vader Sentiment Analysis
tool [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. It provides for the analyzed sentence a positive, a negative, a neutral and
a compound score where the compound score is a single uni-dimensional measure
that sums up the sentiment of the sentences.
– Text Distortion: We use the function of [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ] to distort the text. The distortion
technique is a pre-processing method that consists in masking some part of the text
before the feature extraction. The distortion is used to emphasize the use of special
characters and punctuation. This function transforms every ASCII characters into *
and leaves unchanged no-ASCII characters. An example of distorted text is shown
in Tab. 2. So, we first concatenate all the tweets belonging to the same user. Then,
we replace all the emoticons with the tag ::EMOJI::, in this way we normalize
all the emoticons, and at the same time after the text distortion we can still have
a recognizable pattern (::*****::). Finally, we apply the distortion and we extract
from the text the first 1000 char-grams by frequency of length from 2 up to 8, that
appear at least 5 times among all the tweets of the account. The selected char-grams
are then weighted with Tf-Idf in which the term frequency is logarithmically scaled.
In Tab 3 are reported the final dimension of each feature, and the total dimension of our
features set.
Distorted Text
** @*****_*******: ***** *** *** ***
****** **** - *** **:*
* ***’* ****. **** ****** ************
**** ***, *****. **** ** *** *****, *-*-*...
      </p>
      <p>
        **** ********** ***** **********?
Once extracted all the features, we use the PCA [
        <xref ref-type="bibr" rid="ref18 ref28">18,28</xref>
        ] —Principal Component
Analysis, to reduce the dimensionality of the features space with a minimum loss of
information. In particular, in our algorithm we use the PCA implementation of sklearn. For the
English bot classifier, we reduce the features dimension from 1009 to 56, while for the
Spanish bot classifier from 1008 to 46. In both the cases we set the withen parameter of
PCA equals to True.
3.3
      </p>
      <sec id="sec-3-1">
        <title>Bot Classifiers</title>
        <p>
          We built two different classifiers one to detect the English Bot and one for the Spanish
one. In Fig. 1 is shown the architecture for the English Bot classifier. As we can see,
the classifier is made by two layers. In the first layer, we have a single SVM [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] with
an RBF kernel, and an AdaBoost instance. AdaBoost is a meta-estimator [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], that
begins by fitting a classifier on the original dataset and then fits additional copies of the
classifier on the same dataset but where the weights of incorrectly classified instances
are adjusted such that subsequent classifiers focus more on difficult cases. We use
AdaBoost with 30 estimators and SVM as base estimator, with a learning rate of 65% and
the SAMME.R algorithm. In the second layer, we have a Soft-Voting Classifier that
ensemble the predictions of the previous layer. To ensemble the predictions we sum up
for each class the probability of being the right one as predicted by our classifiers, then
we pick as final prediction, the class with the highest value.
        </p>
        <p>For the Spanish bot classification, we use just a single SVM, since in this case, after
some experiments, we found that it performs better than the ensemble architecture used
for the English bot detection. The SVM on our experiment has Radial Basis Function
kernel, with the hyper-parameters left to the default values.
3.4</p>
      </sec>
      <sec id="sec-3-2">
        <title>Evaluation</title>
        <p>To evaluate our model, accordingly with the metric evaluation of the task, we use the
accuracy. As first experiment, we evaluate the features we extracted one by one, with
the same architecture described above. In Tab 4 are shown the performances. As we
can see, all the features have similar performances for both the languages. Of particular
relevance is the Distortion feature that alone achieves an accuracy of 90.48% for the
English language, and the ratio of web links shared with more than 79%. The compound
feature has a strange behavior, in fact on the English language it is very close to the
random guess, while for the bot detection in Spanish it is around 68%.</p>
        <p>In Tab. 5 are shown the results with our final model on the three evaluation datasets
provided by PAN. As we can see, our model perform better for the English language
than for the Spanish.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Gender Profiling</title>
      <p>In this section, we describe our approach to gender detection. For this task, we use a
single SVM architecture for both the languages.
4.1</p>
      <sec id="sec-4-1">
        <title>Pre-Processing</title>
        <p>
          Before extracting the features from the text, we pre-process the tweets in a different
way depending on the language taken into account. For both the languages, we process
all the tweets belonging to the same account as a single document. English: for the
English accounts, we start our pre-processing phase tokenizing the text. To accomplish
this operation, we use the TweetTokenizer of the NLTK python package [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. We choose
this tokenizer since it was designed exactly to web content. It can handle out of the
box ASCII emoticons, and it replaces character sequences of length greater than 3 with
sequences of length 3. After this step, we stem the tokenized text. We use the Snowball
Stemming [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], from the NLTK library. Stemming is a technique of Natural Language
Processing that reduces an inflected word to its base form. For example given this list of
words [’denied’, ’died’, ’agreed’, ’owned’], the Snowball Stemmer produce as output
the following words [’deni’, ’die’, ’agre’, ’own’].
        </p>
        <p>
          Spanish: Also, for the Spanish tweets, we start our pre-processing with the
tokenization of the text. After this stage, we lemmatize the tweets instead of stemming
them as done for the English. Lemmatizing like Stemming generate the root form of
the inflected word, but while the stemmer operates on a single word without knowledge
of the context, a lemmatizer does a full morphological analysis to identify the lemma
for each word accurately. For instance, if we consider the word "meeting" that can be
either the base form of a noun or a form of a verb ("to meet"), the lemmatizer tries to
understand from the context of the sentence the right form and lemmatize the word
accordingly. To lemmatize the tweets, we use the es_core_news_sm library of the SpaCy 1
framework.
1 https://spacy.io
After the pre-processing phase, we move to the features extraction. Here, we use the
same kind of feature, Word n-gram, but with different settings for English and Spanish.
For the English gender detection, we select the 90000 most frequent words n-grams
of length from 1 up to 5, that have a document frequency higher than 4. Then, we
weight the n-grams with the Tf-Idf, in which the term frequency is logarithmically
scaled. In the Spanish case, we use words n-grams of length from 1 up to 8, that appear
in each document at least 7 times, then we weight them with the Tf-Idf. In this last
case, we select the 50,000 most frequents n-grams. Once we have extracted all the
features, we apply the Latent Semantic Analysis to reduce their dimensionality, the
effectiveness of low dimensionality representation in the Author Profiling task is shown
in [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ]. Latent Semantic Analysis (LSA) [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] is a statistical approach to extracting
relations among words by means of their contexts of use in documents. It makes no use
of natural language processing techniques for analyzing morphological, syntactic, or
semantic relations, nor does it use humanly constructed resources. LSA starting from
the Tf-Idf , applies a reduced-rank singular value decomposition (SVD) on the Tf-Idf
matrix to reduce the number of rows while preserving the similarity structure among
columns. After this step, we have that each account for both the languages is represented
by 11 features.
In our experiments, we try different classifiers: Logistic Regression, Random Forest,
and SVM. To evaluate our classifiers, we measure their performances using only the
humans in the Dev set. In this way, we have not the bias of the bot miss-classified by
the Bot detector. Unfortunately, we cannot repeat the same experiment on the Test sets,
since they are not public. In Table 6 are shown the performances of the aforementioned
classifiers. As we can see, the best result is achieved for both the languages with a single
SVM with a radial base function kernel. We tune the hyper-parameter of the classifiers
through grid search. We find that the best configuration for our models is to use for
the English model a penalty coefficient of 8192, while of 4096 for the Spanish model,
we left the remaining hyper-parameters to the default values. In Tab. 7 are shown the
final results of our classifiers, in this last case, we made a full evaluation accordingly
with the PAN guidelines, so we evaluate all the users that the bot detector classified as
Human. Investigating on the miss-classified English speaking accounts of the Dev set,
we note that most of them are humans that we erroneous classify as bot. So, we look
inside their messages, and we found that most of them have strange posting behavior.
As an example, they share almost the same messages multiple times, or the majority of
their tweets are bible verses.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Related Work</title>
      <p>
        Bot Detection. Since 2006, the year Twitter was released to the public, it catches the
attention of the research community both from a sociological and technical point of view.
Among these works, some of them focused on detecting the nature of the accounts,
such as fake followers [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], bots, spammers, advertising account [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ], with different
approaches. Morstater et al. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] clustered the approaches by the kind of features used
in the detection outlining three different categories. The first one is characterized by the
detection algorithm that exploits the content of the messages [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ]. The second to those
exploit the information contained in the profile description or account details like the
mail address used for the sign-in or the device used for tweeting [
        <xref ref-type="bibr" rid="ref41 ref42">41, 42</xref>
        ]. Lastly, the
one that takes into account the network structure and the connection of the accounts
under investigation [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Chu et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] were the first to address the problem of the bot
detection in Twitter. They focused on the classification of Twitter accounts into three
categories: Human, Bot and Cyborg — hybrid accounts managed by a human assisted
by software and vice versa. They noticed that human have complex timing behaviors
in terms of posting while bots and cyborgs posting at a regular times. Moreover, they
found that Bots posts contents are very often spam messages and that Bots share more
links than human. In their classification, they achieve an average accuracy of 96% with
a Bayesian classifier on a balanced dataset made by 6,000 samples. Chavoshi et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
showed that it is possible to detect automated account exploiting only the time series of
their posting, achieving with their methodology an accuracy of 94%. Varol et al. [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ]
estimated that between 9% and 15% of active Twitter accounts are bots. For the
estimation they used a Random Forest classifier and 1150 different kinds of features belonging
to the three categories described above, their classifier can separate the classes with an
Area Under the Curve of 0.94. Finally, Koulompis et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] were the first to introduce
the sentiment analysis in the task of bot detection on Twitter. In [
        <xref ref-type="bibr" rid="ref13 ref3">3, 13</xref>
        ] in conjunction
with other kinds of features, they exploited the sentiment analysis to analyze the bots
presence in the tweets related to the Indian and U.S elections respectively.
Gender identification. The problem of automatic profiling the author of a text is a
crucial problem in many application scenarios, such as forensic, security, and
commercial settings [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The goal of the task is to infer as much as possible information about
an unknown author. The profile traits most studied in the literature are: Age, gender,
personality traits, native language. Following we focus on the works that address the
gender identification problem. The linguistic community was the first researchers to
face the problem of gender identification [
        <xref ref-type="bibr" rid="ref22 ref23 ref43">22, 23, 43</xref>
        ]. Pennebaker et al. [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] address the
problem from a psychological point of view, they conclude that the stylistic differences
between women and men are consistent with a sociological framework of gender
differences in access to power. In the field of the automatic gender identification several
approaches was proposed and on different datasets. Cheng et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] explore the problem
on the Reuters and Enron corpus using three different classifiers SVM, Decision tree,
and logistic regression. In [
        <xref ref-type="bibr" rid="ref1 ref12 ref25 ref5">1, 5, 12, 25</xref>
        ] the authors deal with different twitter datasets
built by themselves. Also, the participant of the PAN author profiling task of the years
2015 [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ],2017 [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] and 2018 [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] address the problem on a twitter dataset provided by
the task organizers. Finally, datasets built from the heterogeneous social network was
used in [
        <xref ref-type="bibr" rid="ref2 ref35 ref37">2,35,37</xref>
        ] From the point of view of the features, we can divide the features used
in these works into three macro-categories: Syntactic features, that capture the writing
style of the authors. As example in [
        <xref ref-type="bibr" rid="ref27 ref7">7, 27</xref>
        ] the authors found that women and men have
different habits of using punctuation; for example, women tend to use more question
marks with respect to the men. Function words are the words that have an ambiguous
meaning and express grammatical relationships among other words within a sentence.
Instead, in [
        <xref ref-type="bibr" rid="ref16 ref20 ref29">16, 20, 29</xref>
        ] the authors noticed that women tend to use ’I’, ’me’, and ’my’
more frequently than men, or that the women use intensive adverbs and positive
adjectives more than men. Finally, we have the char and the word n-grams highly adopted in
every stylometric tasks.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion and future work</title>
      <p>In this work, we presented our approach to the Author profiling task of PAN2019. We
develop 4 different classifiers, one for each problem subset. For the Bot detection of
English written messages, we used an ensemble architecture where the AdaBoost outputs
are ensembled by a soft-voting classifier. For each one of the other problems, we use
a single fine-tuned SVM. We achieve excellent performances, especially in the bot
detection task, where we record a score of about 95% on the English Dev and the English
final Test set. Regarding gender detection, our model achieves an accuracy of 85.48%
on English Dev set and of 71.30% on the Spanish one, when there is no bias introduced
by the Bot detection. If we consider the full pipeline of the task, that means to
evaluate the gender on all the accounts classified as human by the bot classifiers, our model
achieves an accuracy of 80.42% and 63.68% respectively for the English and Spanish
datasets. Globally our models perform better on the English accounts than the Spanish
ones, so we believe that more work is needed to fill this gap. Finally, we believe that
the performances of the classifiers can even be better if the model can take into account
at least the hostname of the link found in the dataset. Moreover, in a real case scenario,
also the profile description of the account, the username, and the profile image can help
to boost the performance as shown in the previous editions.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgment</title>
      <p>This work was supported in part by the MIUR under grant “Dipartimenti di eccellenza
2018-2022" of the Department of Computer Science of Sapienza University.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alowibdi</surname>
            ,
            <given-names>J.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buy</surname>
            ,
            <given-names>U.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Empirical evaluation of profile characteristics for gender classification on twitter</article-title>
          .
          <source>In: 2013 12th International Conference on Machine Learning and Applications</source>
          . vol.
          <volume>1</volume>
          , pp.
          <fpage>365</fpage>
          -
          <lpage>369</lpage>
          . IEEE (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schler</surname>
          </string-name>
          , J.:
          <article-title>Automatically profiling the author of an anonymous text</article-title>
          .
          <source>Commun. ACM</source>
          <volume>52</volume>
          (
          <issue>2</issue>
          ),
          <fpage>119</fpage>
          -
          <lpage>123</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Badawy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferrara</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lerman</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Analyzing the digital traces of political manipulation: The 2016 russian interference twitter campaign</article-title>
          .
          <source>In: 2018 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM)</source>
          . pp.
          <fpage>258</fpage>
          -
          <lpage>265</lpage>
          . IEEE (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loper</surname>
          </string-name>
          , E.:
          <article-title>Natural language processing with Python: analyzing text with the natural language toolkit. "</article-title>
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          ,
          <source>Inc."</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Burger</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henderson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zarrella</surname>
          </string-name>
          , G.:
          <article-title>Discriminating gender on twitter</article-title>
          .
          <source>In: Proceedings of the conference on empirical methods in natural language processing</source>
          . pp.
          <fpage>1301</fpage>
          -
          <lpage>1309</lpage>
          . Association for Computational Linguistics (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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: ICDM</source>
          . pp.
          <fpage>817</fpage>
          -
          <lpage>822</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Cheng, N.,
          <string-name>
            <surname>Chandramouli</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subbalakshmi</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Author gender identification from text</article-title>
          .
          <source>Digital Investigation</source>
          <volume>8</volume>
          (
          <issue>1</issue>
          ),
          <fpage>78</fpage>
          -
          <lpage>88</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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>Wang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jajodia</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Detecting automation of twitter accounts: Are you a human, bot, or cyborg</article-title>
          ?
          <source>IEEE Transactions on Dependable and Secure Computing</source>
          <volume>9</volume>
          (
          <issue>6</issue>
          ),
          <fpage>811</fpage>
          -
          <lpage>824</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Cortes</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vapnik</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Support-vector networks</article-title>
          .
          <source>Machine learning 20(3)</source>
          ,
          <fpage>273</fpage>
          -
          <lpage>297</lpage>
          (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Cresci</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di</surname>
            <given-names>Pietro</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Petrocchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Spognardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Tesconi</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Fame for sale: Efficient detection of fake twitter followers</article-title>
          .
          <source>Decision Support Systems</source>
          <volume>80</volume>
          ,
          <fpage>56</fpage>
          -
          <lpage>71</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kestemont</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manjavancas</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Specht</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tschuggnall</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zangerle</surname>
          </string-name>
          , E.: Overview of PAN 2019:
          <article-title>Author Profiling, Celebrity Profiling, Cross-domain Authorship Attribution and Style Change Detection</article-title>
          . In: Crestani,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Braschler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Savoy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Rauber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Müller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Losada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Heinatz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Cappellato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          , N. (eds.)
          <source>Proceedings of the Tenth International Conference of the CLEF Association (CLEF</source>
          <year>2019</year>
          ). Springer (Sep
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Deitrick</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valyou</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dickinson</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Munson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Gender identification on twitter using the modified balanced winnow</article-title>
          .
          <source>Communications and network 4</source>
          (
          <issue>3</issue>
          ),
          <fpage>189</fpage>
          -
          <lpage>195</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Dickerson</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kagan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subrahmanian</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Using sentiment to detect bots on twitter: Are humans more opinionated than bots?</article-title>
          <source>In: Proceedings of the 2014 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining</source>
          . pp.
          <fpage>620</fpage>
          -
          <lpage>627</lpage>
          . IEEE Press (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Dumais</surname>
          </string-name>
          , S.T.:
          <article-title>Latent semantic analysis</article-title>
          .
          <source>Annual review of information science and technology 38(1)</source>
          ,
          <fpage>188</fpage>
          -
          <lpage>230</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Freund</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schapire</surname>
          </string-name>
          , R.E.:
          <article-title>A decision-theoretic generalization of on-line learning and an application to boosting</article-title>
          .
          <source>Journal of computer and system sciences 55(1)</source>
          ,
          <fpage>119</fpage>
          -
          <lpage>139</lpage>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Gleser</surname>
            ,
            <given-names>G.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gottschalk</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>John</surname>
          </string-name>
          , W.:
          <article-title>The relationship of sex and intelligence to choice of words: A normative study of verbal behavior</article-title>
          .
          <source>Journal of Clinical Psychology</source>
          <volume>15</volume>
          (
          <issue>2</issue>
          ),
          <fpage>182</fpage>
          -
          <lpage>191</lpage>
          (
          <year>1959</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burrows</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoppe</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Tira: Configuring, executing, and disseminating information retrieval experiments</article-title>
          .
          <source>In: 2012 23rd International Workshop on Database and Expert Systems Applications</source>
          . pp.
          <fpage>151</fpage>
          -
          <lpage>155</lpage>
          . IEEE (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Hotelling</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          :
          <article-title>Analysis of a complex of statistical variables into principal components</article-title>
          .
          <source>Journal of educational psychology 24(6)</source>
          ,
          <volume>417</volume>
          (
          <year>1933</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Hutto</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gilbert</surname>
          </string-name>
          , E.:
          <article-title>Vader: A parsimonious rule-based model for sentiment analysis of social media text</article-title>
          . In: Eighth international AAAI conference
          <article-title>on weblogs and social media (</article-title>
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Jaffe</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oshagan</surname>
          </string-name>
          , H.:
          <article-title>Gender, pseudonyms, and cmc: Masking identities and baring souls</article-title>
          .
          <source>In: 45th Annual Conference of the International Communication Association</source>
          , Albuquerque, New Mexico (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Kouloumpis</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Moore</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          :
          <article-title>Twitter sentiment analysis: The good the bad and the omg</article-title>
          ! In: Fifth
          <source>International AAAI conference on weblogs and social media</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Labov</surname>
            ,
            <given-names>W.:</given-names>
          </string-name>
          <article-title>The intersection of sex and social class in the course of linguistic change</article-title>
          .
          <source>Language variation and change 2</source>
          (
          <issue>2</issue>
          ),
          <fpage>205</fpage>
          -
          <lpage>254</lpage>
          (
          <year>1990</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Lakoff</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Language and woman's place</article-title>
          .
          <source>Language in society 2(1)</source>
          ,
          <fpage>45</fpage>
          -
          <lpage>79</lpage>
          (
          <year>1973</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eoff</surname>
            ,
            <given-names>B.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caverlee</surname>
          </string-name>
          , J.:
          <article-title>Seven months with the devils: A long-term study of content polluters on twitter</article-title>
          .
          <source>In: Fifth International AAAI Conference on Weblogs and Social Media</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruths</surname>
            ,
            <given-names>D.:</given-names>
          </string-name>
          <article-title>WhatâA˘ Z´s in a name? using first names as features for gender inference in twitter</article-title>
          .
          <source>In: 2013 AAAI Spring Symposium Series</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Morstatter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nazer</surname>
            ,
            <given-names>T.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carley</surname>
            ,
            <given-names>K.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
          </string-name>
          , H.:
          <article-title>A new approach to bot detection: striking the balance between precision and recall</article-title>
          .
          <source>In: 2016 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM)</source>
          . pp.
          <fpage>533</fpage>
          -
          <lpage>540</lpage>
          . IEEE (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Mulac</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>The gender-linked language effect: Do language differences really make a difference</article-title>
          ? Lawrence Erlbaum Associates Publishers (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Pearson</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          : Liii.
          <article-title>on lines and planes of closest fit to systems of points in space</article-title>
          .
          <source>The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science</source>
          <volume>2</volume>
          (
          <issue>11</issue>
          ),
          <fpage>559</fpage>
          -
          <lpage>572</lpage>
          (
          <year>1901</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>King</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          :
          <article-title>Linguistic styles: Language use as an individual difference</article-title>
          .
          <source>Journal of personality and social psychology 77(6)</source>
          ,
          <volume>1296</volume>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehl</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Niederhoffer</surname>
            ,
            <given-names>K.G.</given-names>
          </string-name>
          :
          <article-title>Psychological aspects of natural language use: Our words, our selves</article-title>
          .
          <source>Annual review of psychology 54(1)</source>
          ,
          <fpage>547</fpage>
          -
          <lpage>577</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Porter</surname>
            ,
            <given-names>M.F.</given-names>
          </string-name>
          :
          <article-title>Snowball: A language for stemming algorithms (</article-title>
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <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 - Lessons Learned from 20 Years of</article-title>
          CLEF. Springer (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franco-Salvador</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>A low dimensionality representation for language variety identification</article-title>
          .
          <source>In: International Conference on Intelligent Text Processing and Computational Linguistics</source>
          . pp.
          <fpage>156</fpage>
          -
          <lpage>169</lpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the 7th Author Profiling Task at PAN 2019: Bots and Gender Profiling</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Losada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Müller</surname>
          </string-name>
          , H. (eds.)
          <article-title>CLEF 2019 Labs and Workshops, Notebook Papers</article-title>
          .
          <source>CEUR-WS.org (Sep</source>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chugur</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trenkmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verhoeven</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Overview of the 2nd author profiling task at pan 2014</article-title>
          . In:
          <article-title>CLEF 2014 Evaluation Labs</article-title>
          and Workshop Working Notes Papers, Sheffield, UK,
          <year>2014</year>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>30</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gómez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Overview of the 6th author profiling task at pan 2018: multimodal gender identification in twitter</article-title>
          .
          <source>Working Notes Papers of the CLEF</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verhoeven</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Overview of the 4th author profiling task at pan 2016: cross-genre evaluations</article-title>
          .
          <source>In: Working Notes Papers of the CLEF</source>
          <year>2016</year>
          <article-title>Evaluation Labs</article-title>
          . CEUR Workshop Proceedings/Balog, Krisztian [edit.]; et al. pp.
          <fpage>750</fpage>
          -
          <lpage>784</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <given-names>Rangel</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.M.</given-names>
            ,
            <surname>Celli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Daelemans</surname>
          </string-name>
          ,
          <string-name>
            <surname>W.</surname>
          </string-name>
          :
          <article-title>Overview of the 3rd author profiling task at pan 2015</article-title>
          . In:
          <article-title>CLEF 2015 Evaluation Labs</article-title>
          and Workshop Working Notes Papers. pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Stamatatos</surname>
          </string-name>
          , E.:
          <article-title>Authorship attribution using text distortion</article-title>
          .
          <source>In: Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume</source>
          <volume>1</volume>
          ,
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          . pp.
          <fpage>1138</fpage>
          -
          <lpage>1149</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Stringhini</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Egele</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kruegel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vigna</surname>
          </string-name>
          , G.:
          <article-title>Poultry markets: on the underground economy of twitter followers</article-title>
          .
          <source>ACM SIGCOMM Computer Communication Review</source>
          <volume>42</volume>
          (
          <issue>4</issue>
          ),
          <fpage>527</fpage>
          -
          <lpage>532</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Thomas</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grier</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paxson</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Adapting social spam infrastructure for political censorship</article-title>
          .
          <source>In: Presented as part of the 5th fUSENIXg Workshop on Large-Scale Exploits and Emergent Threats</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Thonnard</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dacier</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A strategic analysis of spam botnets operations</article-title>
          .
          <source>In: Proceedings of the 8th Annual Collaboration</source>
          , Electronic messaging,
          <source>Anti-Abuse and Spam Conference</source>
          . pp.
          <fpage>162</fpage>
          -
          <lpage>171</lpage>
          . ACM (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Trudgill</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Sex, covert prestige and linguistic change in the urban british english of norwich</article-title>
          .
          <source>Language in society 1(2)</source>
          ,
          <fpage>179</fpage>
          -
          <lpage>195</lpage>
          (
          <year>1972</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Varol</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferrara</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menczer</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flammini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Online human-bot interactions: Detection, estimation, and characterization</article-title>
          .
          <source>In: Eleventh international AAAI conference on web and social media</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>A.H.</given-names>
          </string-name>
          :
          <article-title>Detecting spam bots in online social networking sites: a machine learning approach</article-title>
          .
          <source>In: IFIP Annual Conference on Data and Applications Security and Privacy</source>
          . pp.
          <fpage>335</fpage>
          -
          <lpage>342</lpage>
          . Springer (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>