<!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>Bots and Gender Profiling using Masking Techniques</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Victor Jimenez-Villar</string-name>
          <email>victor.jimenez@inaoep.mx</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Javier Sánchez-Junquera</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Manuel Montes-y-Gómez</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luis Villaseñor-Pineda</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>Simone Paolo Ponzetto</string-name>
          <email>simone@informatik.uni-mannheim.de</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Centre de Recherche en Linguistique Française GRAMMATICA (EA 4521)</institution>
          ,
          <addr-line>Université d'Artois</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Data and Web Science Group,University of Mannheim</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Instituto Nacional de Astrofísica Óptica y Electrónica</institution>
          ,
          <country country="MX">México</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>PRHLT Research Center, Universitat Politècnica de València</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <abstract>
        <p>This work describes our proposed solution for the author profiling shared task at PAN 2019. The task consists in identifying whether the author of a Twitter feed is a bot or a human, and, in case of a human, in determining if the author is male or female. Like previous years, the task considers different languages, in this case, English and Spanish. Our proposal focuses on the preprocessing and feature extraction steps; we mainly apply some masking techniques that allow emphasizing the relevant terms by obfuscating the irrelevant ones but keeping information about the structure of the texts. Using this approach we obtained accuracies of 0.92 and 0.81 in the Spanish test set for classifying bots/humans and males/females, respectively; similarly, we obtained accuracy values of 0.91 and 0.82 for the English dataset.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The use of bots in social media, like Twitter or Facebook, has been constantly
increasing. One of the main purposes of bots is to influence the opinion of people in a particular
matter [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]; sometimes the use of bots might be considered unethical which is the case
when they are used in a political context [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Furthermore, bots are commonly related to
fake news spreading and polarisation. Therefore, to approach the identification of bots
from an author profiling perspective is of high importance from the point of view of
marketing, forensics, and security [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. The author profiling task consists in identifying
some specific traits like gender or age, given a set of documents written by him/her. In
this work, we focus on the preprocessing step, by which we mask irrelevant terms while
maintaining the relevant ones, this with the objective of conserving a combination of
style, content words, and the structure of the documents.
      </p>
      <p>The rest of the paper is organized as follows. Section 2 presents a brief overview of
the author profiling and bots detection tasks. Section 3 describes the proposed method.
Section 4 describes the performed experiments and discusses the obtained results.
Finally, Section 5 presents our conclusions.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        There are two main kinds of methods for bots detection: methods that use predictive
features of individual users, and methods that consider the network structure to identify
a coordinate group of bots [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. A detailed overview of these methods is presented in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Particularly, the network-based approaches look for anomalous behaviour in
network interactions [
        <xref ref-type="bibr" rid="ref13 ref27 ref9">13,9,27</xref>
        ]. They have the advantage of requiring less data about the
users and also being able to simultaneously detect multiple bots. On the contrary, the
approach based on predictive features only relies on textual information [
        <xref ref-type="bibr" rid="ref1 ref2 ref7">2,7,1</xref>
        ]. There
are also some hybrid approaches, for example, the work presented in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. It employs a
Random Forest classifier trained with examples of both humans and bots behaviours,
based on the Texas A&amp;M dataset [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] which contains 15,000 examples of each class
and millions of tweets. This work uses six different kinds of features related to the
network, user metadata, friends, temporal data, content, and sentiment. Nevertheless, all
these features are not always available, and therefore, in our work, we only make use of
textual features.
      </p>
      <p>
        Regarding gender profiling, a lot of significant work has been done. For example, in
the previous edition of PAN@CLEF [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], several different approaches were evaluated,
from traditional methods to deep learning techniques. Traditional methods employed
content features such as word n-grams [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and style features such as character n-grams
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and counts of stop words, emojis, punctuation marks, etc [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Deep Learning
approaches used word embeddings [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] as well as character n-grams embeddings [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
with a combination of different neural network architectures such as RNNs [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], CNNs,
and bi-LSTMs [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. Despite the use of more advanced techniques, traditional methods
remain as a good and competitive approach. In this work, we use a unified approach for
the two profiling tasks. It is based on a text distortion method proposed by Stamatatos
to mask topic-related information [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. Basically, it allows transforming the input texts
into a more topic-neutral form while maintaining the structure of documents associated
with the personal style of the authors.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Proposed Method</title>
      <p>The proposed method is supported on the hypothesis that the general structure of a
document in conjunction with a small subset of their words (mostly comprising style
features but including a few content terms) are enough elements to characterize the
author of a Twitter feed. With the objective of better understanding the results of the
proposed method, we treat the author profiling task as two binary classification
problems. First, we identify if the given author is a human or a bot. Then, in the case of a
human, we determine if the author is male or female. Our method follows a classical
text classification pipeline considering preprocessing, feature extraction and
classification. In this work, we put special emphasis on the preprocessing step. In the following
subsections, the proposed method is described.
3.1</p>
      <sec id="sec-3-1">
        <title>Preprocessing</title>
        <p>This phase is the most relevant in our method, it consists of two main steps:
normalization and masking.</p>
        <p>
          In the normalizing step, with the help of the python library Tweet Tokenizer from
NLTK [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], we perform the following actions:
1. Join all tweets from each author in one string; tweets are separated by the END tag.
2. Replace line feed characters with NL.
3. Lowercase the characters.
4. Replace URLs with URL.
5. Replace user name mentions with USER.
        </p>
        <p>It is important to mention that we maintain punctuation marks, emoticons and other
special symbols.</p>
        <p>
          The masking procedure is based on the work by Stamatatos [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. Inspired by [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ],
he proposed a set of text distortion methods (DV-MA, DV-SA, DV-EX, DV-L2) in the
context of authorship attribution. He found that the method DV-MA is more suited on
texts related to blogs. The method DV-MA is defined as follows:
        </p>
        <p>Let Wk be the list of k most frequent words of the language.
– Every word not included in Wk is masked by replacing each of its characters with
an asterisk (*).
– Every digit in the text is replaced by the symbol #.</p>
        <p>For the task of authorship attribution masking all words except the k most frequent
words is a good idea because it is mostly a style-based task, however, for the author
profiling task it is important to consider style as well as some content features. Based
on this observation, we consider different criteria to select the k most relevant terms:</p>
        <p>Document Frequency (DF): Defined as the number of documents in which the
term ti occurs. We compute the document frequency for each unique term in the corpus
vocabulary, the assumption is that with this measure we can take a combination of
stylerelated and topic-oriented terms.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Frequently Co-occurring Entropy (FCE): This measure was proposed by [24]</title>
        <p>
          and used in [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] for domain adaptation deception detection. The objective of this
measure is to pick out generalizable features that occur frequently in both classes and have
similar occurring probability (for example, in both humans and bots).
        </p>
        <p>
          Information Gain (IG): It is commonly employed as a term selection criterion in
classification tasks [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. We compute the information gain of every term in the
vocabulary and select as the k most relevant terms those with the greatest values, i.e., the subset
of the most discriminative terms, which could include style and content elements.
3.2
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Feature Extraction</title>
        <p>In order to find the best representation for the two author profiling tasks, we evaluated
different representations based on word and character n-grams. Best results were
obtained with 3-5 character n-grams. In all experiments we used this representation with
the following parameters: we eliminated all n-grams occurring less than 3 times; we
applied a tf idf weighting, with sub-linear term frequency (1 + log(tf )).
3.3</p>
      </sec>
      <sec id="sec-3-4">
        <title>Classification</title>
        <p>
          In all the experiments we used a Support Vector Machine (SVM) classifier, with a linear
kernel and default parameters according to the scikit-learn’s implementation [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments and Results</title>
      <p>
        As in previous years, the task’s organizers provide a training corpus [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. The corpus
is composed of documents in English and Spanish, where each document contains 100
tweets for each author. The statistics of this corpus are presented in Table 1.
      </p>
      <p>In order to compare the proposed method, we implemented three baselines: i) a
traditional BOW model containing all words, ii) a BOW model applying a feature
selection procedure, and iii) a character n-gram model applying the preprocessing actions
but without masking.</p>
      <p>Regarding the proposed method, we considered the different criteria to select the k
most relevant terms: document frequency (DF), frequency co-occurring entropy (FCE),
and information gain (IG). In all the cases, to find the optimal k value, we performed
an incremental search using k = 100; 200; ::::3000.
4.1</p>
      <sec id="sec-4-1">
        <title>Experimental Results</title>
        <p>Table 2 shows the baseline results for the bots vs. human profiling task. We can observe
that the model using character n-grams as features had the best results, an accuracy of
0.91 in Spanish and 0.93 in English. On the other hand, Table 3 shows the results of the
proposed method (also with a representation of character n-grams) applying different
criteria to select the k most relevant words (the words that were not masked). In this
table we can observe that masking all words (i.e. using k = 0) produced a very
competitive accuracy, 0.78 in Spanish and 0.83 in English, suggesting the importance of the
text structure to distinguish bots from humans. In addition, we can observe that there
are minor differences in the results from different selection criteria. Nonetheless, there
is a slight improvement from 0.93 to 0.94 in English. Also, from the English results, we
can deduce that the identification of bots and humans is entirely a stylistic task since the
best results were obtained when selecting only the one hundred most frequent terms.</p>
        <p>
          Tables 4 and 5 resume the results for the gender profiling task. For this task, the
proposed method allowed improving the baseline results. In both languages, the best
results were obtained when using the DF criterion. It is important to notice that for this
task it was necessary to maintain more terms unmasked (2600 and 2900 respectively),
which indicates that, in contrast to the bots vs. human task, the differences between
men and women are not only stylistic but also topic related. Furthermore, masking all
the words did not produce good results, which means that texts generated by men and
women share many structure characteristics.
In accordance with the previous results, for the final evaluation at TIRA platform [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ],
we applied our method selecting and maintaining the k terms with the greatest DF
values, while the rest of them were masked. In particular, for the humans vs. bots profiling
task we set k = 2900 for Spanish and k = 100 for English, whereas, for the gender
profiling task we set k = 2600 for Spanish and k = 2900 for English.
        </p>
        <p>The obtained accuracy results were as follows: in Spanish, 0.92 and 0.81 for
classifying bots vs. humans and males vs. females, respectively; in English, 0.91 and 0.82 for
both tasks. The results are very similar to those obtained in the training datasets, except
for gender profiling in Spanish. We think this difference could be caused by the size of
the training set on the final evaluation where the training and development partitions,
used in the experimental configuration, were unified.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>Distinguishing between bots and humans results to be not a very complex task. A
traditional representation based on character n-grams showed to be a very strong baseline.
Particularly our experiments showed that the single structure of the documents (i.e.,
when we masked all the words) provides important information for this classification
task.</p>
      <p>In the case of distinguishing between men and women, our experiments showed a
very different picture. The proposed approach allowed improving the baseline results,
suggesting that for this task it is important to have a combination of style and topic
based features. the best results were obtained when maintaining the 2600-2900 more
frequent terms and masking the rest.</p>
      <p>As a general observation we can say that the proposed approach does not
considerably improve the baseline results, but despite this, the masking technique has the
advantage of normalizing the documents to a more neutral form and, therefore, of reducing
the risk of overfitting.</p>
      <p>Acknowledgments. This work was partially supported by CONACYT-Mexico under
the scholarship 868585 and project grant CB-2015-01-257383.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Benevenuto</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Magno</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodrigues</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Almeida</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Detecting spammers on twitter</article-title>
          . In: Collaboration,
          <article-title>electronic messaging, anti-abuse and spam conference (CEAS)</article-title>
          . vol.
          <volume>6</volume>
          , p.
          <volume>12</volume>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <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="ref3">
        <mixed-citation>
          3.
          <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: Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ). vol.
          <volume>2125</volume>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. von Daniken,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Grubenmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Cieliebak</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Word unigram weighing for author profiling at pan 2018</article-title>
          .
          <source>In: Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ). vol.
          <volume>2125</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <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>Flammini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menczer</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Botornot: A system to evaluate social bots</article-title>
          .
          <source>In: Proceedings of the 25th International Conference Companion on World Wide Web</source>
          . pp.
          <fpage>273</fpage>
          -
          <lpage>274</lpage>
          . International World Wide Web Conferences Steering Committee (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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>Davis</surname>
            ,
            <given-names>C.</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>The rise of social bots</article-title>
          .
          <source>Communications of the ACM</source>
          <volume>59</volume>
          (
          <issue>7</issue>
          ),
          <fpage>96</fpage>
          -
          <lpage>104</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Gianvecchio</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xie</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Member</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Humans and Bots in Internet Chat : Measurement , Analysis</article-title>
          , and
          <source>Automated Classification. IEEE/ACM Transactions on Networking</source>
          <volume>19</volume>
          (
          <issue>5</issue>
          ),
          <fpage>1557</fpage>
          -
          <lpage>1571</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Granados</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cebrian</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Camacho</surname>
          </string-name>
          , D.,
          <string-name>
            <surname>de Borja Rodriguez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Reducing the loss of information through annealing text distortion</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          <volume>23</volume>
          (
          <issue>7</issue>
          ),
          <fpage>1090</fpage>
          -
          <lpage>1102</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hjouji</surname>
            ,
            <given-names>Z.e.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hunter</surname>
            ,
            <given-names>D.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mesnards</surname>
            ,
            <given-names>N.G.d.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaman</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The impact of bots on opinions in social networks</article-title>
          .
          <source>arXiv preprint arXiv:1810</source>
          .
          <volume>12398</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Loper</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Nltk: the natural language toolkit</article-title>
          .
          <source>arXiv preprint cs/0205028</source>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>López-Santillán</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalez-Gurrola</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramfrez-Alonso</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Custom document embeddings via the centroids method: Gender classification in an author profiling task</article-title>
          .
          <source>In: Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ). vol.
          <volume>2125</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mesnards</surname>
            ,
            <given-names>N.G.d.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaman</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Detecting influence campaigns in social networks using the ising model</article-title>
          . arXiv preprint arXiv:
          <year>1805</year>
          .
          <volume>10244</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Patra</surname>
            ,
            <given-names>B.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>K.G.</given-names>
          </string-name>
          :
          <article-title>Dd. multimodal author profiling for arabic, english, and spanish</article-title>
          .
          <source>In: Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ). vol.
          <volume>2125</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <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="ref16">
        <mixed-citation>
          16.
          <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="ref17">
        <mixed-citation>
          17.
          <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="ref18">
        <mixed-citation>
          18.
          <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>CEUR Workshop Proceedings</source>
          <volume>2125</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Sanchez</surname>
            <given-names>Junquera</given-names>
          </string-name>
          ,
          <string-name>
            <surname>J.J.</surname>
          </string-name>
          : Adaptación de Dominio para la Detección Automática de Textos Engañosos.
          <source>Master's thesis</source>
          , Instituto Nacional de Astrofísica, Óptica y Electrónica (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Schaetti</surname>
          </string-name>
          , N.:
          <article-title>Character-based convolutional neural network and resnet18 for twitter author profiling</article-title>
          .
          <source>In: Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ). vol.
          <volume>2125</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Stamatatos</surname>
          </string-name>
          , E.:
          <article-title>Masking topic-related information to enhance authorship attribution</article-title>
          .
          <source>Journal of the Association for Information Science and Technology</source>
          <volume>69</volume>
          (
          <issue>3</issue>
          ),
          <fpage>461</fpage>
          -
          <lpage>473</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Subrahmanian</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azaria</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Durst</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kagan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Galstyan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lerman</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>L.</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>The darpa twitter bot challenge</article-title>
          .
          <source>Computer</source>
          <volume>49</volume>
          (
          <issue>6</issue>
          ),
          <fpage>38</fpage>
          -
          <lpage>46</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Takahashi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tahara</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nagatani</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miura</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taniguchi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ohkuma</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Text and image synergy with feature cross technique for gender identification</article-title>
          .
          <source>In: Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ). vol.
          <volume>2125</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Tan</surname>
            , S., Cheng,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          :
          <article-title>Adapting naive bayes to domain adaptation for sentiment analysis</article-title>
          .
          <source>In: European Conference on Information Retrieval</source>
          . pp.
          <fpage>337</fpage>
          -
          <lpage>349</lpage>
          . Springer (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Veenhoven</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Snijders</surname>
            , S., van der Hall, D., van Noord,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Using translated data to improve deep learning author profiling models</article-title>
          .
          <source>In: Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ). vol.
          <volume>2125</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pedersen</surname>
            ,
            <given-names>J.O.:</given-names>
          </string-name>
          <article-title>A comparative study on feature selection in text categorization</article-title>
          .
          <source>In: Icml</source>
          . vol.
          <volume>97</volume>
          , p.
          <volume>35</volume>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            ,
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.Y.</given-names>
            ,
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          :
          <article-title>Uncovering social network sybils in the wild</article-title>
          .
          <article-title>ACM Transactions on Knowledge Discovery from Data (TKDD) 8(1), 2 (</article-title>
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>