<!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>Twitter Bots and Gender Detection using Tf-idf</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>The University of Iowa</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <abstract>
        <p>As the amount of unstructured data increases, value (and the number) of models that can infer information from this data also increases. This paper presents another such model that can perform bots and gender detection on Twitter using just the tweets from the respective Twitter user. We show that a simple frequency based approach with a machine learning algorithm i.e., SVM can achieve high accuracy if the preprocessing is done right. In English language. our model detects bots with an accuracy of 91% and gender with an accuracy of 82%. Main strength of this model is its simplicity along-with the ease with which it can be used with other languages.</p>
      </abstract>
      <kwd-group>
        <kwd>author profiling</kwd>
        <kwd>bots detection</kwd>
        <kwd>gender detection</kwd>
        <kwd>Twitter</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>We have seen a major shape shift in internet over the past two decades and all this has
happened due to the advent of digital social media. Number of social media websites
have risen a lot over time. Owing to which, it is now being said that the most valued
commodity has changed from oil to data1. This data in its crude form, like oil, isn’t of
much benefit due to which researchers are constantly looking for ways to structurize
this data.</p>
      <p>
        One of the most researched online platform is Twitter2. Twitter mostly deals with
the unstructured textual data which can be used to extract many characteristics of its
author like gender, age, identity [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] etc. PAN 3 organizes many tasks targetting the
identification of these characteristics [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref7">11,12,7,10</xref>
        ]. For example, in PAN 2018 [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
participants were asked to identify the gender of Twitter users from their tweets. In PAN
2019 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], the organizers have added one additional step on top of the previous challenge
of gender detection i.e., bots detection.
      </p>
      <p>
        In this paper, we use the ideas of gender detection from [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and apply them to bots
detection to solve the task of bots and gender detection [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>This paper from here on is organized as follows. Section 2 explains the existing
related work. Section 3 talks about the data provided for the task. Section 4 discusses the
model we used to solve this challenge. Section 5 discusses the results of our approach
and then in the end we discuss our conclusion in Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Bots and gender detection task [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] in this year’s PAN consists of two components. The
first one is bots detection and the second one is gender detection. In this section we look
at the previous work done in both tasks.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Bots Detection</title>
        <p>Over time, bots detection has been done using both machine learning algorithms with
hand crafted features and with deep learning on different online platforms.</p>
        <p>
          A. Hall et al. [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] used some basic features with machine learning models to detect
bots on Wikipedia . Specifically they used ensemble models like random forest classifier
and gradient boosting classifier on behavioural features like time difference between
edits made, time spent on the website etc. This method was able to detect bots with a
precision of 0.88.
        </p>
        <p>
          Sneha et al. [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] used contextual LSTMs on Twitter data to perform both account
level bots detection (with accuracy up to 100%) and tweet level bots detection (with
accuracy up to 90%). Tweets used in this system are preprocessed by steps like replacing
hashtags, URLs, user mentions with some static token, changing all tokens to lower case
etc.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Gender Detection</title>
        <p>
          Gender detection from unstructured data whether it be images, metadata or text, is one
of the most researched topic. It has been studied previously in PAN [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] as well.
Researchers have tried to solve this challenge using both machine and deep learning based
approaches.
        </p>
        <p>
          Daneshvar et al. [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] extract features from preprocessed tweet text and then applies
SVMs to detect the gender of a given tweet. Their model achieved an accuracy of 82%
on English language.
        </p>
        <p>
          Erhan et al. [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] use character embeddings with attention based Convolutional
Neural Networks (CNNs) to detect gender from tweet text without any preprocessing. This
model achieved accuracy of 70%.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Dataset</title>
      <p>
        Training data for Twitter bots and gender detection task [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] in PAN 2019 consists of
tweets from different Twitter users. This dataset was made available for two languages
i.e., English (en) and Spanish (es).
The model used to perform bots and gender detection is inspired by [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] with a difference
that our approach is more focused on text pre-processing and less focused on feature
engineering and model selection. Figure 1 shows the pipeline of our approach. We used
this same pipeline to do bots and gender detection for each respective language.
Given tweets from a particular user, we apply the following sequence of preprocessing
steps.
1. Tokenization: In this step, we tokenize the given tweet using TweetTokenizer4
provided by NLTK library. During tokenization we change all alphabets to lower
case and restrict all character sequences of length greater than 3 to the length of
3. Restricting the character sequence size helps us remove the redundant tokens.
For example, people usually write the word ‘yay’ as ‘yaaaaayyyy’ with variable
repetitions in character ‘a’ and ‘y’.
2. URL remover: In this step, we replace all the urls found in the tweet with the token
‘&lt;URLURL&gt;’. A token is considered as a URL if it starts with either ‘https://’ or
‘http://’.
      </p>
      <sec id="sec-3-1">
        <title>4 https://www.nltk.org/api/nltk.tokenize.html</title>
        <p>Twitter User</p>
        <p>Preprocessing</p>
        <p>Merge Tweets</p>
        <p>Calculate
Features</p>
        <p>Perform 
Classification
3. User mention remover: In this step, we replace all the user mentions found in the
tweet with the token ‘&lt;UsernameMention&gt;’. A token is considered as a username
mention if it starts with ‘@’.
4. Hashtag remover: In this step, we replace all the hastags found in the tweet with
the token ‘&lt;HashtagMention&gt;’. A token is considered as a hashtag if it starts with
‘#’.
4.2</p>
        <sec id="sec-3-1-1">
          <title>Merge Tweets</title>
          <p>Current dataset is completely balanced with every Twitter user having 100 tweets but in
real world our intuition is that the amount of tweets posted by a human and a bot will
be different . So, in order to capture that, after applying all the preprocessing steps on
the tweets by a user, we combine them using the token ‘&lt;LineFeed&gt;’ to represent the
number of tweets posted by that particular user.</p>
          <p>Once all the tweets are combined, we put the token ‘&lt;EndOfTweet&gt;’ in the end.
In the current dataset and experimental setup, there is no advantage of adding
‘&lt;EndOfTweet&gt;’, but this can be useful when we are considering tweet chunks based on the
time intervals in which they were posted.
4.3</p>
        </sec>
        <sec id="sec-3-1-2">
          <title>Calculate Features</title>
          <p>After preprocessing and merging tweets together, we use Term Frequency-Inverse
Document Frequency (Tf-idf) to encode them. Tf-idf will assign more weight to tokens
appearing frequently in tweets by one user, as compared to the tweets by other users
in the same class. This will help in identifying unique words used by different users
belonging to same class.</p>
          <p>
            We didn’t try to go for a more refined feature representation like [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ] as the focus of
our approach is mainly preprocessing.
          </p>
          <p>We used scikit-learn5 to first calculate the counts for each token using
CountVectorizer and then calculate Tf-idf using TfidfVectorizer.
4.4</p>
        </sec>
        <sec id="sec-3-1-3">
          <title>Classification</title>
          <p>After creating tweet encodings for all users, we feed them to a machine learning
classifier. For this purpose we use LinearSVM6.</p>
          <p>For each language, we trained two binary classifiers. One was used to detect whether
a given Twitter user was bot or human. The other was used to detect whether the given
Twitter user was male or female.</p>
          <p>In the submitted version of our model, if the first classifier predicts the Twitter user
to be human, we pass it onto the second classifier to predict the gender.</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>5 https://scikit-learn.org/stable/ 6 https://scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html</title>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>To evaluate our approach before submission, we create our own train-test split with
80% training data and 20% test data. This train-test split is stratified i.e., it has equal
representation of each class in both train and test set. This is done for both languages
independently.</p>
      <p>English language has 3296 users (divided equally among bots and humans) in its
train set and 824 in its test set for bots v humans experiment. For male v female
experiment, train set has 1648 users and test set has 412 users.</p>
      <p>
        On the other hand, Spanish language has 2400 users (divided equally among bots
and humans) in its train set and 600 in its test set for bots v humans experiment. For
male v female experiment, train set has 1200 users and test set has 300 users.
As evident from Table 2, the results after training respective models on 80% data
were pretty good as compared to the random chance level i.e., 50%. This was also
shown in the results when our model was tested against the official test sets provided
by PAN 2019 [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] using the TIRA platform [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
6
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>We use the frequency based features from tf-idf along with SVMs to solve the bots
and gender detection task in PAN 2019. The main component of this method is the
preprocessing of data. High accuracies achieved in both tasks show the importance of
preprocessing even when the features used are trivial.</p>
      <p>This approach detects bots with an accuracy of 91% in English language and achieves
an accuracy of 92% for the same in Spanish language. This shows how easy and
effective it is to use this approach across different languages as compared to some other
models which use pre-trained language word embeddings.</p>
      <p>SVM used to solve this challenge show a good performance but we believe that
ensemble models in this case could have done better.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <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="ref2">
        <mixed-citation>
          2.
          <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>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2125</volume>
          /paper_213.pdf
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <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>
          <year>2018</year>
          ), https://dl.acm.org/citation.cfm?id=
          <fpage>3274333</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Kudugunta</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferrara</surname>
          </string-name>
          , E.:
          <article-title>Deep Neural Networks for Bot Detection</article-title>
          .
          <source>Information Sciences</source>
          <volume>467</volume>
          ,
          <fpage>312</fpage>
          -
          <lpage>322</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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>
          ,
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Multimodal Author Profiling for Twitter</article-title>
          . In:
          <article-title>Notebook for PAN at CLEF 2018</article-title>
          .
          <article-title>CEUR-WS.org (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Celli</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</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>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Overview of the 3rd Author Profiling Task at PAN 2015</article-title>
          .
          <article-title>In: CLEF 2015 Evaluation Labs</article-title>
          and Workshop Working Notes Papers (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franco-Salvador</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>A low dimensionality representation forÂa˘language variety identification</article-title>
          . In: Gelbukh,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (ed.)
          <source>Computational Linguistics and Intelligent Text Processing</source>
          . pp.
          <fpage>156</fpage>
          -
          <lpage>169</lpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2018</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>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chugur</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trenkmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verhoeven</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Overview of the 2nd Author Profiling Task at PAN 2014</article-title>
          .
          <article-title>In: CLEF 2014 Evaluation Labs</article-title>
          and Workshop Working Notes Papers, Sheffield, UK,
          <year>2014</year>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            , P., y Gómez,
            <given-names>M.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. CEUR-WS.org (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verhoeven</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Overview of the 4th Author Profiling Task at PAN 2016: Cross-Genre Evaluations</article-title>
          .
          <source>In: Working Notes Papers of the CLEF</source>
          <year>2016</year>
          <article-title>Evaluation Labs</article-title>
          . CEUR Workshop Proceedings/Balog, Krisztian [edit.]; et al. (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Sezerer</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polatbilek</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sevgili</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tekir</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Gender Prediction From Tweets With Convolutional Neural Networks</article-title>
          .
          <source>In: Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          )
          <article-title>(</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>