<!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>Author Profiling Using Semantic and Syntactic Features</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>György Kovács</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vanda Balogh</string-name>
          <email>bvanda@inf.u-szeged.hu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Purvanshi Mehta</string-name>
          <email>purvanshi.mehta11@gmail.com</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kumar Shridhar</string-name>
          <email>shridhar.stark@gmail.com</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pedro Alonso</string-name>
          <email>pedro.alonso@ltu.se</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marcus Liwicki</string-name>
          <email>marcus.liwicki@ltu.se</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Embedded Internet Systems Lab, Luleå University of Technology</institution>
          ,
          <addr-line>Luleå</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute of Informatics, University of Szeged</institution>
          ,
          <addr-line>Szeged</addr-line>
          ,
          <country country="HU">Hungary</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>MTA-SZTE Research Group on Artificial Intelligence</institution>
          ,
          <addr-line>Szeged</addr-line>
          ,
          <country country="HU">Hungary</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>MindGarage</institution>
          ,
          <addr-line>Kaiserslautern</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <abstract>
        <p>In this paper we present an approach for the PAN 2019 Author Profiling challenge. The task here is to detect Twitter bots and also to classify the gender of human Twitter users as male or female, based on a hundred select tweets from their profile. Focusing on feature engineering, we explore the semantic categories present in tweets. We combine these semantic features with part of speech tags and other stylistic features - e.g. character floodings and the use of capital letters - for our eventual feature set. We have experimented with different machine learning techniques, including ensemble techniques, and found AdaBoost to be the most successful (attaining an F1-score of 0.99 on the development set). Using this technique, we achieved an accuracy score of 89:17% for English language tweets in the bot detection subtask.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        With the increasing use of social media [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], and its growing effect on our lives it is
becoming more and more important to provide automatic methods that are capable
of processing social media content. For one, it is paramount for companies interested
in targeted advertisement to automatically identify certain traits of users, such as age,
location, personality, and gender, even if the users do not report these traits themselves
(although this application admittedly raises many ethical implications and challenges).
More important is however the identification of fake news, and the detection of social
media bots. With the growing role of social media as a primary news source [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], and
the increasing effect of social media bots on political discourse [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] (in particular, their
ability to effectively spread a large amount of misinformation in critical times [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]), it is
vital to have the ability to monitor or even filter out such accounts. This, however, first
requires the ability to efficiently identify such accounts. For this reason, when working
on the bots and gender profiling PAN challenge [
        <xref ref-type="bibr" rid="ref22 ref23">23,22</xref>
        ], our main area of focus was the
bot detection task.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Social media analytics has a wide range of applications from understanding customer
sentiment to determining the political orientation of a crowd. Another area of
application of social media analytics that is growing rapidly is that of bot identification and fake
news detection. The methods deployed in these tasks range from the use of various
classical machine learning algorithms [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] to the more recent deep learning approaches [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ].
      </p>
      <p>
        Decision trees have been a popular choice in the task of bot vs human
classification. For example, Botometer [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ], a popular bot detection tool, uses random forests to
identify twitter bots. Hall et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] also applies random forests to remove bots from
Wikipedia pages. One good quality of decision trees is that they work well with many
languages, as their power to classify stance and gender in Spanish is shown in the works
of Vinayakumar et al. [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] for the Ibereval 2017 task [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Besides decision trees, other
well-known machine learning algorithms have also been used for the task, namely
Support Vector Machines (SVMs) [
        <xref ref-type="bibr" rid="ref29 ref7">7,29</xref>
        ], Logistic Regression [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and K-Nearest
Neighbours [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Convolutional Neural Networks (CNNs) [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], Recurrent Neural Networks
(RNNs) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and combinations of the two [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] have also been used for opinion detection
in social media.
1.2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Bot and Gender Profiling</title>
      <p>
        The research problem to be undertaken in this work is the PAN 2019 bot and
gender profiling task. As the challenge is described in detail in accompanied overview
papers [
        <xref ref-type="bibr" rid="ref23 ref6">6,23</xref>
        ], we only give a short description of the task here, and for more detail
we refer the reader to the aforementioned publications. In this challenge, each team
performs the task of classifying twitter profiles based on a randomly selected set of
a hundred tweets, as bots or humans. Furthermore, in case an author is identified as
human, the additional task is to identify the gender of said human as male or female.
For submissions and evaluation, the PAN task uses TIRA virtual machines where teams
upload and run their software[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. The author profiling challenge is organised for both
English and Spanish language tweets, but due to the time restraints, here we only tackle
the problem for English. However, given sufficient time, the methods described in this
paper could also be applied to Spanish language as well.
      </p>
      <p>Data Partitioning While testing is carried out on a held-out dataset that is not
publicly available, the training data of 4120 twitter profiles was publicly released, and is
available in xml format. The classes here are balanced, which means that half of the
profiles belong to bots, while the other half belong to human twitter users. Conversely,
half of the human authors are female, and the other half are male. For our experiments
we partition this data into training and validation sets, using a randomly selected 67%
of the data for training purposes, and 33% for meta-parameter optimization, as well as
for validating our trained models.</p>
      <sec id="sec-3-1">
        <title>Methods</title>
        <p>2.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>AdaBoost</title>
      <p>Motivated by the positive results of classical machine learning approaches mentioned
in Section 1.1, we explore how these methods would fit the task at hand. In our final
submission we rely only on our best performing model (i.e. AdaBoost), however we
find it important for future research in the topic to share our experiments with other
methods as well. Hence, in this section we discuss three widely-used methods, namely
AdaBoost, Random Forest, and Recurrent Neural Networks.</p>
      <p>
        Boosting [
        <xref ref-type="bibr" rid="ref24 ref25">25,24</xref>
        ] is a popular family of algorithms for ensemble learning. The main idea
behind these algorithms is to combine several "weak learners" (i.e. classifiers that may
perform poorly, but still perform better than random guessing) into a "strong learner",
or in other words, a robust classifier. Here, we used one early, successful boosting
algorithm published by Freund and Schapire [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. AdaBoost builds its strong learner on top
of the weak learners by weighting each classifier according to its performance. To
compute such weights, weak classifiers are trained on the training set, allowing to calculate
the probability of error. Each classifier is weighted according to such probabilities and
included in the AdaBoost model.
2.2
      </p>
    </sec>
    <sec id="sec-5">
      <title>Random Forest</title>
      <p>
        Random Forest [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] is a supervised machine learning classifier where bootstrapping
method is used to partition features into multiple training subsets. It trains
individual decision trees for each training subset in the training data. The final classification is
given by collecting decisions from all the trees and choosing the final class having
maximum scores. The scoring can be done by assigning equal votes to the final decisions of
all trees or using a weighted strategy that can be adopted to assign unequal weights to
the final decisions of the resulting trees.
2.3
      </p>
    </sec>
    <sec id="sec-6">
      <title>Recurrent Neural Networks</title>
      <p>Deep learning attempts to model high-level abstractions in data. Here, we deploy a
popular deep learning architecture, namely Recurrent Neural Networks (RNNs). RNNs are
particularly suited for tasks where the output is not just dependent on the present
input, but also on past input several time steps removed. The contextual meaning within
a tweet and the order of tweets carry some extra information prompting the need to
employ methods that have the potential to exploit these dependencies. As these
dependencies may be long term (spanning up to a hundred tweets), a vanilla RNN may face
the issue of vanishing gradient. Because of this, we use the Long Short Term Memory
(LSTM) variant in our work to counter this problem.</p>
      <sec id="sec-6-1">
        <title>Features</title>
        <p>
          Based on the results of preliminary experiments using neural networks, our focus was
on combining classical machine learning algorithms with carefully engineered features.
Here, the same set of features are employed for the bot detection and the gender
prediction tasks. We calculated most of these features for each tweet independently, then
averaged them over a profile. When the computations were carried out differently, we state
this explicitly. During our experiments, we noticed that some features share the same
value for all Twitter profiles. Later on, these features were dropped. Lastly, after feature
extraction we scaled our final set of features using scikit-learn’s StandardScaler [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ].
3.1
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>URL Features</title>
      <p>
        We experimented with several features based on the URLs present in tweets,
particularly domain-based features (e.g. the ratio of the most commonly linked domains, the
ratio of links leading to twitter, the ratio of the most commonly linked twitter profiles).
However, as the majority of URLs present in the tweets were first processed by link
shortening services, this required Internet access, which is not available in the TIRA
virtual machine [
        <xref ref-type="bibr" rid="ref20 ref21">20,21</xref>
        ]. Hence in the final feature set we confine ourselves to the use
of the average number of URLs present in a twitter profile.
3.2
      </p>
    </sec>
    <sec id="sec-8">
      <title>Emoticon Features</title>
      <p>
        Another feature used in our experiments is the number of emoticons (or emojis) present
in each tweet. For the extraction of this feature we use the freely available emoji for
Python project [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Following the work of Zhenpeng et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] we have also
experimented with the use of more high level features based on the emoji-use of twitter
profiles. This includes both the emoji frequency and emoji preference features of the
original publication (for more details, see [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]). In our preliminary experiments
however, these features did not significantly improve the results of either task. Thus, in our
final submission we only use the average emoticon count per tweet in our feature set.
3.3
      </p>
    </sec>
    <sec id="sec-9">
      <title>Stylistic Features</title>
      <p>
        For each tweet we detect and count character floodings, capital letters, sentences and
tokens. The average number of capital letters per word is also taken into consideration
alongside the Flesch reading-ease score (FRES) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], calculated as follows:
FRES(text) = 206:835
1:015
      </p>
      <p>#words(text)
#sentences(text)
84:6
#syllables(text)
#words(text)
:
Furthermore, on tweet and profile level, we count the number of tokens that are repeated
more than two times and among the repetitive tokens we report the maximum number
of repetitions. For example for the following tweet: “Hairy cats like other cats that are
not hairy. However, hairy dogs like cats that are not hairy.” the tokens that are repeated
more than two times are hairy and cats, so the number of tokens repeated is 2 and the
token hairy is repeated most times, 4 times. Altogether, we have 10 stylistic features.
male
female
800
700
y600
cen500
uq400
e
rF300
200
100</p>
      <p>0
400
350
300
cy250
n
eu200
q
rFe150
100
50
0
0.0 0.33 0.66 0.99 1.32 1.66 1.99 2.32 2.65 2.98 0.0 0.53 1.06 1.59 2.13 2.66 3.19 3.73 4.26 4.79</p>
      <p>
        Average ADV/profile Average PRON/profile
(a) Average number of adverbs (e.g. very, to- (b) Average number of pronouns (e.g. I, you,
morrow, up, who, there) used among bot and he, myself, themselves, someone) used among
human profiles bot and human profiles
We count the POS tags for each tweet using spaCy’s POS tagger [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] including a total
number of 19 POS tags. Indeed, the average number of POS tags per profile could be
important – Figures 1a and 1b illustrate that humans tend to use more pronouns and
adverbs than bots in their tweets. Furthermore, as Figures 1c and 1d indicate, females
on average include more adjectives and nouns in their tweets than males do.
3.5
      </p>
    </sec>
    <sec id="sec-10">
      <title>Topic Features</title>
      <p>
        Our motivation is to explore the semantic topics and categories an author tends to tweet
about. For this reason, we employ the SEMCAT [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] and the SemCor [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] datasets on
lemmatized words. The SEMCAT (SEMantic CATegories) dataset contains more than
6,500 English words grouped under 110 semantic categories describing diverse types of
relations. SemCor is a WordNet-annotated corpus that captures, among others,
semantic category annotations for verbs and nouns. We use the SemCor dataset constructed
category sample words
car auto buggy car hybrid jeep limo
clothes apparel bikini fashion fur jeans ring
family children engaged engagement family love
      </p>
      <p>wife
food breakfast carbohydrate chocolate cook
hun</p>
      <p>gry restaurant
money atm bank currency euro investor withdraw
weather biosphere cyclone degree humidity
meteorology unstable
category sample words
animal cow dog eggs fur horn tail
body artery bathe neck nucleus relax shave
commu- counsel debate description horn
internication view session
food beer honey lamb leg produce ration
location aegean area baltimore china location</p>
      <p>
        neighborhood
time 0 acceleration calendar future youth yr
by Tsvetkov et al. [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], where words appearing less than 5 times are omitted. This
leaves us with more than 4,000 words and 41 categories. Table 1 shows representative
SEMCAT and SemCor categories and their sample words. The categories (and their
words) are not differentiated based on their source datasets, which means that we work
with a total number of 133 topic features. As illustrated in Figure 2a, there are more
bot profiles that use a lot of computer related words on average, whereas, as Figure 2b
shows, humans tend to tweet more about emotions. By comparing males with females,
2000
1750
1500
y
cn1250
eu1000
q
rFe 750
500
250
      </p>
      <p>0
400
cy300
n
e
u
eq200
r
F
100
0
0.0 0.31 0.62 0.93 1.24 1.55 1.86 2.17 2.48 2.79 0.0 0.24 0.49 0.74 0.98 1.23 1.48 1.72 1.97 2.22</p>
      <p>Average computer/profile Average emotion/profile
(a) Average use of computer related words for (b) Average use of emotion related words for
bot and human profiles bot and human profiles
0.0 0.07 0.14 0.21 0.28 0.35 0.42 0.49 0.56 0.63 0.0 0.06 0.13 0.20 0.27 0.34 0.40 0.47 0.54 0.61</p>
      <p>Average christmas/profile Average baseball/profile
(c) Average use of christmas related words for (d) Average use of baseball related words for
male and female profiles male and female profiles
After concatenating all features, each twitter profile was described by a 159 dimensional
feture vector. As discussed in Section 1.2, to carry out our experiments we first split the
dataset into a train and validation set in a 2:1 ratio. We thus created a train set with 2760
examples, and a validation set with 1360 examples. We split these data sets further, to
create separate training and validation sets for the two sub-tasks, namely bot detection
(a two-class classification task with bot and human labels) and gender classification (a
two-class classification task with male and female labels). Lastly, we combined the two
models to perform a three class classification task with bot, male, and female labels.
In this section we discuss experimental results in this order. First, the results of the bot
vs human classification task are discussed. This is followed by the discussion of the
results on the gender classification task, and the results of the three class classification
task. Lastly, we conclude this section by presenting the results we attained on the held
out official test set. It should also be noted that the results reported here as well as the
cod for our experiments are available on github1.
We benchmarked the Bot vs Human Classification task using six popular classification
methods. The resulting precision, recall, and F1 scores are listed in Table 2. As can
be seen in Table 2, classical machine learning algorithms performed much better than
Bi-directional LSTMs. Furthermore, all ensemble methods – random forest, AdaBoost,
bagging classifier, gradient boost classifier – resulted in higher scores than those
attained using SVMs. Table 2 also shows that the best performance was achieved when
using one of the two boosting methods, AdaBoost performing slightly better. For this
reason in the remaining tasks our focus was on ensemble tasks, and we did not carry
out experiments with LSTMs or Support Vector Machines.</p>
    </sec>
    <sec id="sec-11">
      <title>Classifiers</title>
    </sec>
    <sec id="sec-12">
      <title>Precision Recall F1 Score</title>
      <p>1 https://github.com/purvanshi/Gender-and-bot-detection
A markedly higher performance resulting from the use of decision tress on the initial
bot detection task supported our earlier decision about focusing on classical machine
learning algorithms. Thus for later tasks we only carried out experiments using the
four ensemble methods that provided higher scores. In these further experiments we
first examined the capability of these ensemble methods to differentiate between twitter
profiles that belong to male and female users. The resulting precision, recall, and F1
scores are listed in Table 3.</p>
      <p>When comparing the resulting scores in Table 3 to those in Table 2 we see that all
algorithms result in markedly higher scores when applied for bot detection than when
the same algorithms are applied for gender classification. This may suggest that the task
of gender classification is more difficult than that of bot detection. It can also signify,
however, that the two tasks require a different set of features, or different machine
learning methods. Another possible explanation for this phenomenon may be that we have
twice as much data available for the task of bot detection than we do for the task of
gender classification. A more thorough investigation of this question is for future work,
as the present experimental results are not sufficient to provide a definitive answer.</p>
      <p>Table 3 also shows that with each classifier we have similar scores – at most 1% F1–
score difference – for the male the female class. It can be observed as well that recall
scores tend to be slightly higher than precision scores with the exception of AdaBoost
where the precision score for the male class is slightly higher than the recall score for
the same class. Lastly, we can also notice that while the weighted average of F1-scores
is very similar for three of the methods, it is significantly higher for AdaBoost. We also
reported higher scores for AdaBoost on the bot detection class as well, the difference
here, however is much more pronounced.
As a final experiment on the validation set, we evaluated the performance of decision
tree classifiers on the three class classification task (bot vs male vs female). The
resulting scores are listed in Table 4, which indicates that for each classifier the bot class has
significantly higher scores – above 90%, while the male and the female classes have
scores around 80–85% may indicate male vs female classification being more difficult
than the bot detection task. The resulting scores in Table 4 also show that AdaBoost can
attain a markedly higher performance than the other three decision tree based
classification methods we used in our experiments.
4.4</p>
    </sec>
    <sec id="sec-13">
      <title>Discussion</title>
      <p>In all three experiments, we found the F1 scores provided by the AdaBoost Classifier to
be the highest (producing +3% higher scores on average than the average score gotten
using the other decision tree based classifiers). Another interesting observation is the
similar performance of the other three decision tree based methods used which we
suspect may be an indication that no one feature is generally better than the other. We have
also found that deep learning based methods (bidirectional LSTMs, in particular) did
not perform well on the task. This might be due to the limited amount of data available.
This issue was accentuated by the restrictions of the competition that limited the use
of extra data for the competition, which prevents the use of transfer learning that may
alleviate the problem of data scarcity.
4.5</p>
    </sec>
    <sec id="sec-14">
      <title>TIRA Evaluation</title>
      <p>Lastly, we evaluated our best performing method (AdaBoost) on the official test set of
the competition. Given that according to the regulations of the competition, the results
of only one (the last) run were to be shared by the organisers, here we used AdaBoost
only (as in our preliminary experiments on the development set it was the best
performing method).</p>
      <p>Bot detection 99.04% 89.17%</p>
      <p>Gender classification 93.75% 35.87%
Table 5: Accuracy scores got using AdaBoost for the bot detection and gender
classification task, using our development set, and the official test set</p>
      <p>The resulting accuracy scores are listed in Table 5, which indicates there is a marked
drop in performance from the validation set to the test set. This drop in performance is
less pronounced on the task of bot detection, as the performance of AdaBoost on the
Test set is still close to 90%. One possible explanation for this can be if the bots in the
two sets were of different domain. In Section 3.5 for example we discuss the prevalence
of computer related topic words in the tweets of bot profiles, this however may be due
to the overrepresentation of bots in the training set that advertised positions in the IT
industry. The drop is much more striking in the case of gender classification. We should
note here, however that due to an error in the process of generating output (the algorithm
mistakenly outputs a male or female label for the gender task, even if it identified the
profile as a bot bofore), our ceiling here is only 50%, and thus we do not think this
score is representative of the generalisation capabilities of our model. Overall, we can
say however that as it pertains to the generalisation ability of our model, there is much
room for improvement still.
5</p>
      <sec id="sec-14-1">
        <title>Conclusions and Future Work</title>
        <p>In this paper we proposed an efficient way to extract semantic and syntactic features
from twitter profiles. For this we take use of the URLs, emoticons, tokens, and capital
letters used in the tweets as different features. The syntactic features were extracted
using POS tags. We used semantic categories employing the SEMCAT and semcor
datasets which altogether capture 133 categories. We present the results on binary
(human - bot, male - female) and multi label (bot, male, female) classification tasks using
various machine learning and deep learning techniques. The use of languages in tweets
could be analyzed or can be used as another feature. In this work we used the same
features for bot and gender detection, although different semantic features could be used.
The topic modelling task could also be combined with the emotions used in the tweets.
6</p>
      </sec>
      <sec id="sec-14-2">
        <title>Acknowledgements</title>
        <p>This work was supported by the National Research, Development and Innovation
Office of Hungary through the Artificial Intelligence National Excellence Program (grant
no.: 2018-1.2.1-NKP-2018-00008). Furthermore this research was also supported by
the project "Integrated program for training new generation of scientists in the fields of
computer science", no EFOP-3.6.3-VEKOP-16-2017-0002. The project has been
supported by the European Union and co-funded by the European Social Fund.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Allcott</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gentzkow</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Social media and fake news in the 2016 election</article-title>
          .
          <source>Journal of Economic Perspectives</source>
          <volume>31</volume>
          (
          <issue>2</issue>
          ),
          <fpage>211</fpage>
          -
          <lpage>236</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Breiman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Random forests</article-title>
          .
          <source>Machine Learning 45(1)</source>
          ,
          <fpage>5</fpage>
          -
          <lpage>32</lpage>
          (
          <year>Oct 2001</year>
          ), https://doi.org/10.1023/A:1010933404324
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zengi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Behavior enhanced deep bot detection in social media</article-title>
          .
          <source>In: 2017 IEEE International Conference on Intelligence and Security Informatics (ISI)</source>
          . pp.
          <fpage>128</fpage>
          -
          <lpage>130</lpage>
          . IEEE (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ai</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mei</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>Through a gender lens: Learning usage patterns of emojis from large-scale android users</article-title>
          .
          <source>In: Proceedings of the 2018 World Wide Web Conference</source>
          . pp.
          <fpage>763</fpage>
          -
          <lpage>772</lpage>
          . WWW '
          <volume>18</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Chou</surname>
          </string-name>
          , W.y.S.,
          <string-name>
            <surname>Hunt</surname>
            ,
            <given-names>Y.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beckjord</surname>
            ,
            <given-names>E.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moser</surname>
            ,
            <given-names>R.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hesse</surname>
            ,
            <given-names>B.W.</given-names>
          </string-name>
          :
          <article-title>Social media use in the United States: Implications for health communication</article-title>
          .
          <source>J Med Internet Res</source>
          <volume>11</volume>
          (
          <issue>4</issue>
          ) (
          <year>Nov 2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Daneshvar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Inkpen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Gender Identification in Twitter using N-grams and LSA: Notebook for PAN at CLEF 2018</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          . vol.
          <volume>2125</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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.S.:</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>
          . ASONAM '14, IEEE Press, Piscataway, NJ, USA (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ferrara</surname>
          </string-name>
          , E.:
          <article-title>Disinformation and social bot operations in the run up to the 2017 french presidential election</article-title>
          .
          <source>First Monday</source>
          <volume>22</volume>
          (06
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Ferrara</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varol</surname>
            ,
            <given-names>O.</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>Detection of promoted social media campaigns</article-title>
          .
          <source>In: tenth international AAAI conference on web and social media</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Flesch</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>A new readability yardstick</article-title>
          .
          <source>Journal of Applied Psychology</source>
          <volume>32</volume>
          (
          <issue>3</issue>
          ),
          <fpage>221</fpage>
          -
          <lpage>233</lpage>
          (
          <year>1948</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <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>J. Comput. Syst. Sci</source>
          .
          <volume>55</volume>
          (
          <issue>1</issue>
          ),
          <fpage>119</fpage>
          -
          <lpage>139</lpage>
          (
          <year>Aug 1997</year>
          ), http://dx.doi.org/10.1006/jcss.
          <year>1997</year>
          .1504
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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. 2(CSCW)</source>
          ,
          <volume>64</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>64</lpage>
          :
          <fpage>18</fpage>
          (Nov
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>el Hjouji</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hunter</surname>
            ,
            <given-names>D.S.</given-names>
          </string-name>
          , des Mesnards,
          <string-name>
            <given-names>N.G.</given-names>
            ,
            <surname>Zaman</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.</surname>
          </string-name>
          :
          <article-title>The impact of bots on opinions in social networks</article-title>
          .
          <source>CoRR abs/1810</source>
          .12398 (
          <year>2018</year>
          ), http://arxiv.org/abs/
          <year>1810</year>
          .12398
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Honnibal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montani</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <article-title>: spacy 2: Natural language understanding with bloom embeddings, convolutional neural networks and incremental parsing</article-title>
          . To appear (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wurster</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Emoji for python</article-title>
          . https://pypi.org/project/emoji/ (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leacock</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tengi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bunker</surname>
          </string-name>
          , R.T.:
          <article-title>A semantic concordance</article-title>
          .
          <source>In: Proceedings of the Workshop on Human Language Technology</source>
          . pp.
          <fpage>303</fpage>
          -
          <lpage>308</lpage>
          . HLT '
          <volume>93</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>N.</given-names>
            <surname>Howard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Kollanyi</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          : Bots, #StrongerIn, and #Brexit:
          <article-title>Computational propaganda during the UK-EU referendum</article-title>
          .
          <source>SSRN Electronic Journal (06</source>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Pedregosa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varoquaux</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gramfort</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thirion</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grisel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blondel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prettenhofer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weiss</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dubourg</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanderplas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Passos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cournapeau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brucher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perrot</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duchesnay</surname>
          </string-name>
          , E.:
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          ,
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          (
          <year>2011</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>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</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>
          :
          <article-title>Improving the reproducibility of PAN's shared tasks:</article-title>
          . In: Kanoulas,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Lupu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Clough</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sanderson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Hall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Hanbury</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Toms</surname>
          </string-name>
          , E. (eds.) Information Access Evaluation. Multilinguality, Multimodality, and Interaction. pp.
          <fpage>268</fpage>
          -
          <lpage>299</lpage>
          . Springer International Publishing (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <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="ref22">
        <mixed-citation>
          22.
          <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>Franco</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A low dimensionality representation for language variety identification</article-title>
          .
          <source>In: Proceedings of the 17th International Conference on Intelligent Text Processing and Computational Linguistics (CICLing '16)</source>
          , Springer-Verlag,
          <source>LNCS(9624)</source>
          . pp.
          <fpage>156</fpage>
          -
          <lpage>169</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <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>Müller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Losada</surname>
          </string-name>
          ,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (eds.)
          <article-title>CLEF 2019 Labs and Workshops</article-title>
          , Notebook
          <string-name>
            <surname>Papers</surname>
          </string-name>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Rokach</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Ensemble-based classifiers</article-title>
          .
          <source>Artificial Intelligence Review</source>
          <volume>33</volume>
          (
          <issue>1</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>39</lpage>
          (
          <year>Feb 2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Schapire</surname>
            ,
            <given-names>R.E.</given-names>
          </string-name>
          :
          <article-title>The strength of weak learnability</article-title>
          .
          <source>Mach. Learn</source>
          .
          <volume>5</volume>
          (
          <issue>2</issue>
          ),
          <fpage>197</fpage>
          -
          <lpage>227</lpage>
          (
          <year>Jul 1990</year>
          ), https://doi.org/10.1023/A:1022648800760
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Senel</surname>
            ,
            <given-names>L.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Utlu</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yücesoy</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koç</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Çukur</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Semantic structure and interpretability of word embeddings</article-title>
          .
          <source>CoRR abs/1711</source>
          .00331 (
          <year>2017</year>
          ), http://arxiv.org/abs/1711.00331
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Taulé</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martí</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pardo</surname>
            ,
            <given-names>F.M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Overview of the task on stance and gender detection in tweets on catalan independence</article-title>
          .
          <source>In: Proceedings of the Second Workshop on Evaluation of Human Language Technologies for Iberian Languages (IberEval</source>
          <year>2017</year>
          )
          <article-title>co-located with 33th Conference of the Spanish Society for Natural Language Processing (SEPLN</article-title>
          <year>2017</year>
          ), Murcia, Spain,
          <year>September 19</year>
          ,
          <year>2017</year>
          . pp.
          <fpage>157</fpage>
          -
          <lpage>177</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Tsvetkov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faruqui</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ling</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lample</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dyer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Evaluation of word vector representations by subspace alignment</article-title>
          .
          <source>In: Proc. of EMNLP</source>
          . pp.
          <fpage>2049</fpage>
          -
          <lpage>2054</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Vinayakumar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>S.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Premjith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poornachandran</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Padannayil</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          :
          <article-title>Deep stance and gender detection in tweets on catalan independence@ibereval 2017</article-title>
          .
          <source>In: Proceedings of the Second Workshop on Evaluation of Human Language Technologies for Iberian Languages</source>
          . pp.
          <fpage>222</fpage>
          -
          <lpage>229</lpage>
          (09
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>K.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varol</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferrara</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flammini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menczer</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Arming the public with Artificial Intelligence to counter social bots</article-title>
          .
          <source>Human Behavior and Emerging</source>
          Technologies p.
          <source>e115 (02</source>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>