<!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: Bot and Gender Prediction using a Multi-Aspect Ensemble Approach</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>University of Mohaghegh Ardabili</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Computer Science Department</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ardabil</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Iran mostafarahgouy@student.uma.ac.ir</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>hamedbabaeigiglou</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>mohammadkaramisheykhlan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>er.mohammadzadeh}@gmail.com</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Hamed Babaei Giglou</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Tulane University , Computer Science Department</institution>
          ,
          <addr-line>New Orleans, LA</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <abstract>
        <p>Author Profiling is one of the most important tasks in authorship analysis. In PAN 2019 shared tasks, the gender identification of the author is the main focus. Compared to the previous year the author profiling task is expended by having documents written by bots. In order to tackle this new challenge we propose a two phase approach. In the first phase we exploit the TF-IDF features of the documents to train a model that learns to detect documents generated by bots. Next, we train three models on character-level and word-level representations of the documents and aggregate their results using majority voting. Finally, we empirically show the effectiveness of our proposed approach on the PAN 2019 development dataset for author profiling.</p>
      </abstract>
      <kwd-group>
        <kwd>Author Profiling</kwd>
        <kwd>User Modeling</kwd>
        <kwd>Natural Language Processing</kwd>
        <kwd>Supervised Machine Learning</kwd>
        <kwd>Stacking ensemble</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        As computational power grows and artificial intelligence techniques evolve, new
challenges, that were out of reach of machine learning in few years ago, emerge. One such
a problem is author profiling. Different from the traditional authorship identification,
in which a closed set of possible authors is known, author profiling aims to determine
what are the characteristics of the authors: their age, gender, native language among
others[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        In the past years, multiple shared tasks have been organized on the topic of author
profiling[
        <xref ref-type="bibr" rid="ref11 ref8">11,8</xref>
        ]. In this paper,we describe our approach for the Author Profiling shared
task at PAN 2019 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. This year’s Author Profiling task, is the 7th iteration of this task
and is different from the previous years, since the data now includes bots.
      </p>
      <p>The rest of the paper is organized as follows. Section 2 provides background and
presents some related works on author profiling in general. Section 3 introduce our
approach. Results are covered in Section 4. In Section 5 we draw a conclusion.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        The author attribution task is presented for the first time in PAN 2013 [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] in a single
domain setting and continued to be part of PAN afterwards. AP task has been expanded
and modified to more complicated and challenging tasks by considering multi-language
settings, bot setting [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. It has been shown that TF-IDF weighted n-gram features, both
in terms of characters and words, are very successful in capturing especially gender
distinctions[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        In a similar work to our work, author of [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] undertook gender classification of
Twitter users and achieved 76% accuracy, when trained their model only on tweets, using
word unigram and bigrams and character 1- to 5-grams as features. In another related
work [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] make use of LSA on the TF-IDF matrix with a linear SVM classifier. SVM
has long proven a strong performance; however, they claimed that logistic regression
is worth considering in similar experiments. In another related work [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] make use of
traditional character n-gram analysis in combination with a linear SVM as a classifier.
They found the optimal values for their model with dynamic and ad-hoc grid search
approach and achieved reasonable results at PAN 2017.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Proposed Approach</title>
      <p>In this section, we first describe how we pre-process the data, then we present the
features we extract from the text. Finally, we describe the supervised models we use for
classification.
3.1</p>
      <sec id="sec-3-1">
        <title>Preprocessing</title>
        <p>
          The first step in the proposed algorithm is to clean the input documents. In this step,
we combine each user tweets and then removed the Emojis, URLs, Mentions, Hashtags,
Smileys, Numbers, and Reserved words(RT, FAV) using tweet-preprocessor1 python
library. Next, using NLTK 3.0 Toolkit[
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] we removed the stop-words from tweets and
then lemmatize the words using WordNetLemmatizer(from NLTK).
        </p>
        <sec id="sec-3-1-1">
          <title>1 https://pypi.org/project/tweet-preprocessor/</title>
          <p>
            3.2
Term Frequency-Inverse Document Frequency (TF-IDF) was a common feature
transformation technique for detecting author’s style. First, we build a vocabulary using
preprocessed train-set for each language with frequency term 5. Next, using the scikit-learn
[
            <xref ref-type="bibr" rid="ref7">7</xref>
            ] TfidfVectorizer method we convert a collection of raw tweets to a matrix of TF-IDF
features. In final we used It TF-IDF in combination with a supervised method called a
linear SVM. Based on work [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ] which they are used the grid search tool shipped with
scikit-learn python machine learning library to optimized values are listed in Table-1
so we used that optimized values to optimizing own type detection system. Since we
didn’t get much time to try different set of these parameters with different classifiers
we only use these parameters with a linear SVM classifier. All runs were performed
with 5-fold cross-validation, while optimizing the accuracy target. Also, we used the
Sub-linear term frequency scaling. which uses 1 + log(TF) instead of TF.
          </p>
          <p>Module</p>
          <p>Parameters Possible values
Because the first part of the task is to identify the type of users and in case of human
we have to identify the gender of users. If in the first part of the task we predict authors
wrongly as a bot so we have to be precise to build an accurate system to compensation
the wrong predictions of the first part of the task. Since ensemble methods usually
produce more accurate solutions than a single model we used the ensemble method for
gender profiling which uses majority voting for making a final prediction for the test
instances.</p>
          <p>
            Since we have two class here(male and female) so we use three different models for the
ensemble method, TF-IDF[
            <xref ref-type="bibr" rid="ref14">14</xref>
            ], N-gram, and Doc2Vec[
            <xref ref-type="bibr" rid="ref5">5</xref>
            ].
          </p>
          <p>TF-IDF for TF-IDF model we use the same way that we used for type modeling in the
previous section with a linear SVM classifier.</p>
          <p>N-gram To consider character level features we used character 4-gram frequencies
in combination with a supervised method called a linear SVM method. The
parameters which we used for 4-gram are in table 2. These are obtained by grid search tools
from scikit-learn library. All runs were performed with 5-fold cross-validation, while
optimizing the accuracy target.</p>
          <p>Module</p>
          <p>Parameters</p>
          <p>
            Possible values
Doc2Vec Document embeddings is a Paragraph Vector, an unsupervised algorithm that
learns fixed-length feature representations from variable-length pieces of texts, such
as sentences, paragraphs, and documents. With regard to this idea and based on work
[
            <xref ref-type="bibr" rid="ref6">6</xref>
            ] which they show that under certain settings the neural network-based features
outperform the traditional features when using a logistic regression classifier. We train
Doc2Vec for each language on train-set using Gensim[
            <xref ref-type="bibr" rid="ref12">12</xref>
            ] library and MasAbsScaler as
scaling transformation for third model of ensemble method for gender identification.
In the process of feature engineering, we explored many other ideas, some of which
preformed poorly and thus we did not get them involved to our final approach. Yet, we
feel some of them are worth mentioning.
          </p>
          <p>Emoji Regard by our hypothesize emojis play an important role in identifying
gender so ignoring emojis may lead to loss of valuable information about the author’s
gender. As a result, we used emoji in varies ways. Namely, we calculated the number of
occurrences of emoji in a given document. In the other case, we used emoji as sentiment
analysis features to distinguishing between male and female. However, using emoji as
a feature caused to collapse our results thus we decided to ignore them.</p>
          <p>Contracted Wordforms We use is based on the discrepancies in spelling for words
that allow contracted forms, e.g.,I will (I’LL), are not (aren’t). People typically favor
one of the alternatives, and thus we use forms based on contracted apostrophes as
discriminative features for detecting the gender of each author.</p>
          <p>Quotation Marks Some authors may prefer either single or double quotation marks.
We use the difference between the number of single and double quotes in a given
document to see which group(male, female) prefer to use single or double quotation.</p>
          <p>Sentence Length we noticed that some authors prefer to write long sentences where
they use more conjunction in their text whereas some of them use short sentences as a
result we consider length as a feature also we calculate the number of conjunctions in a
given document and treat them as a feature.</p>
          <p>Negations Another feature we use is based on the negation form e.g.,
impossible(not possible) to identifying the similarity of authors. We calculated the number of
negations for each given document and added them to other features but we didn’t get
any notable result.
3.5</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Final System</title>
        <p>We submitted our final run, a linear SVM system for type identification(human and
bots) which uses TF-IDF and in case of human we use ensemble system for gender
identification(male and female) which uses TF-IDF , 4-gram with a linear SVM system,
and Doc2Vec with a LogisticRegression system. This process visualized in the figure 1.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experimental Results</title>
      <p>In Table 3, the performance of three models for gender identification wich described
in section 3 are presented. It is clear that the ensemble of all three models is the best
model in average.</p>
      <p>Language</p>
      <p>EN
SP</p>
      <p>TF-IDF</p>
      <p>Furthermore, we present the detailed results of the author profiling on development
dataset of PAN 2019 in Table 4. As you can see, the average score obtained by this
approach for English is 0.8330 and for Spanish is 0.7358 .</p>
      <p>Models
Type Model Gender Model</p>
      <p>TP Test Size TF-IDF+N-gram+Doc2Vec
In this paper, we proposed an algorithm for Author Profiling task in PAN 2019. We
present our supervised approach, which uses a TF-IDF representation of the documents
to distinguish between human and bots. Whereas, for detecting gender we present our
ensemble approach which use a TF-IDF, N-gram, and Doc2Vec as feature extractions
which makes predictions using an ensemble of diverse models including LinearSVC and
Logistic Regression. Next, we uses dynamically determined parameters from an ad-hoc
grid search approach to find the optimal values. Our evaluation shows that our approach
is very capable of distinguishing between human and bot. However, identifying gender
needs further work. The proposed algorithm implemented in Python and published on
GitHub2.</p>
      <sec id="sec-4-1">
        <title>2 https://github.com/HamedBabaei/PAN2019_bots_gender_profiling</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dwyer</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Medvedeva</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rawee</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haagsma</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nissim</surname>
          </string-name>
          , M.:
          <string-name>
            <surname>N-GrAM</surname>
          </string-name>
          :
          <article-title>New Groningen Author-profiling Model-Notebook for PAN at CLEF 2017</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Mandl</surname>
          </string-name>
          , T. (eds.)
          <article-title>CLEF 2017 Evaluation Labs</article-title>
          and Workshop - Working Notes Papers,
          <volume>11</volume>
          -
          <fpage>14</fpage>
          September, Dublin, Ireland.
          <source>CEUR-WS.org (Sep</source>
          <year>2017</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-1866/
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loper</surname>
          </string-name>
          , E.:
          <article-title>Natural language processing with Python: analyzing text with the natural language toolkit. "</article-title>
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          ,
          <source>Inc."</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Burger</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henderson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zarrella</surname>
          </string-name>
          , G.:
          <article-title>Discriminating gender on twitter</article-title>
          .
          <source>In: Proceedings of the Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <fpage>1301</fpage>
          -
          <lpage>1309</lpage>
          . EMNLP '
          <volume>11</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2011</year>
          ), http://dl.acm.org/citation.cfm?id=
          <volume>2145432</volume>
          .
          <fpage>2145568</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <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>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.Y.</given-names>
            ,
            <surname>Soulier</surname>
          </string-name>
          ,
          <string-name>
            <surname>L</surname>
          </string-name>
          . (eds.)
          <article-title>CLEF 2018 Evaluation Labs</article-title>
          and Workshop - Working Notes Papers,
          <volume>10</volume>
          -
          <fpage>14</fpage>
          September, Avignon, France.
          <source>CEUR-WS.org (Sep</source>
          <year>2018</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2125</volume>
          /
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of sentences and documents</article-title>
          . In: ICML (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Markov</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gómez-Adorno</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Posadas-Durán</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sidorov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>A.F.</given-names>
          </string-name>
          :
          <article-title>Author profiling with doc2vec neural network-based document embeddings</article-title>
          .
          <source>In: MICAI</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <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="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pardo</surname>
            ,
            <given-names>F.M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tschuggnall</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Overview of pan'17 - author identification, author profiling, and author obfuscation</article-title>
          .
          <source>In: CLEF</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <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="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Rangel</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Koppel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Stamatatos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Inches</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          :
          <article-title>Overview of the Author Profiling Task at PAN 2013</article-title>
          . In: Forner,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Tufis</surname>
          </string-name>
          ,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (eds.)
          <article-title>CLEF 2013 Evaluation Labs</article-title>
          and Workshop - Working Notes Papers,
          <volume>23</volume>
          -
          <fpage>26</fpage>
          September, Valencia, Spain.
          <source>CEUR-WS.org (Sep</source>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Rangel</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Verhoeven</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Daelemans</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          :
          <article-title>Overview of the 4th Author Profiling Task at PAN 2016: Cross-Genre Evaluations</article-title>
          . In: Balog,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Cappellato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Macdonald</surname>
          </string-name>
          , C. (eds.)
          <article-title>CLEF 2016 Evaluation Labs</article-title>
          and Workshop - Working Notes Papers,
          <fpage>5</fpage>
          -
          <lpage>8</lpage>
          September, Évora, Portugal.
          <source>CEUR-WS.org (Sep</source>
          <year>2016</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1609</volume>
          /16090750.pdf
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. Rˇehu˚rˇek,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Sojka</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          :
          <article-title>Software Framework for Topic Modelling with Large Corpora</article-title>
          .
          <source>In: Proceedings of the LREC 2010 Workshop on New Challenges for NLP Frameworks</source>
          . pp.
          <fpage>45</fpage>
          -
          <lpage>50</lpage>
          . ELRA, Valletta, Malta (May
          <year>2010</year>
          ), http://is.muni.cz/publication/884893/en
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Rodrigo Ribeiro</surname>
            <given-names>Oliveira</given-names>
          </string-name>
          , R.d.:
          <article-title>Using Character n-grams and Style Features for Gender and Language Variety Classification-Notebook for PAN at CLEF 2017</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Mandl</surname>
          </string-name>
          , T. (eds.)
          <article-title>CLEF 2017 Evaluation Labs</article-title>
          and Workshop - Working Notes Papers,
          <volume>11</volume>
          -
          <fpage>14</fpage>
          September, Dublin, Ireland.
          <source>CEUR-WS.org (Sep</source>
          <year>2017</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-1866/
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Salton</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGill</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          :
          <article-title>Introduction to modern information retrieval (</article-title>
          <year>1986</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>