<!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>
      <journal-title-group>
        <journal-title>CLEF</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>KU-CST at the Profiling Fake News spreaders Shared Task</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Centre for Language Technology (CST) Department of Nordic Studies and Linguistics University of Copenhagen / Københavns Universitet 2300 Copenhagen</institution>
          ,
          <country country="DK">Denmark</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>22</volume>
      <fpage>22</fpage>
      <lpage>25</lpage>
      <abstract>
        <p>In this document we present our approach for profiling fake news spreaders. The model relies on semantic features, part-of-speech tag related features and other simple features. We have reached an accuracy of 0:697 and 0:810 for English and Spanish, respectively, on validation data. Test accuracies using these same models reach 0:690 and 0:725 for English and Spanish data. We believe that this is a simple and robust model that could potentially be used as a baseline for this task.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In this paper, we present our method for the Shared Task on profiling fake news
spreaders [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The method that we present here is a relatively simple model that could be
seen as a simple baseline that relies on semantics, word classes and some other simple
features. All the code is available at this repository.1
      </p>
      <p>We expect that the topics (or meaning) that a fake news spreader covers will differ
from the ones that other users cover. Besides, we expect that the used part-of-speech
(POS) tags will be good predictors, as this is a common source for author profiling. We
also included the average tweet length in characters and also the uppercase/lowercase
letter ratio, with the expectation to capture fake news spreaders.</p>
      <p>This document is structured as follows. First, we mention the resources that we have
employed. Then, we give more information about how the representation of each user
is built. We continue mentioning the classifiers that we have tested. Finally, we discuss
the results and provide some insights for possible future directions.</p>
    </sec>
    <sec id="sec-2">
      <title>Resources</title>
      <p>
        We have trained our models on the data published by the organizers of the Shared Task
on Profiling Fake News Spreaders2 [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. This data set contains a tweet feed of 100
tweets of 300 different users. 150 out of 300 users are fake news spreaders.
      </p>
      <p>In order to build the required user representations, we employed a number of
resources that are presented below.</p>
      <p>
        Currently, semantic representations are built using word embeddings, for which we
employed a collection trained on Twitter [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The authors of these embeddings include
representations for several languages3, and English and Spanish are among them.
      </p>
      <p>
        For the part-of-speech (POS) tagger, we decided to build our own POS tagger, as
commonly used POS taggers may not work so well with the language from Twitter
because of shortened words, specific slang, and so on. We built a Hidden Markov Model
POS tagger [
        <xref ref-type="bibr" rid="ref10 ref2">2,10</xref>
        ] trained on Twitter data [
        <xref ref-type="bibr" rid="ref14 ref3">3,14</xref>
        ].4;5
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Representation of each user</title>
      <p>Following the expectations mentioned at the beginning of the article, we assume that
using the average word embedding representation from all words that a user has
written, we get an approximation of the semantic content that they published. Hence, we
represent a user as an average embedding (200 dimensions). We also include the
standard deviation of each dimension. We do not do any further lemmatization, stemming
or preprocessing to the tweets.</p>
      <p>We include a bag-of-pos, which encodes the frequency of each part-of-speech, but
we normalize it by dividing with the most frequent part-of-speech frequency, and hence,
all numbers are at the range 0 : : : 1. While in the English version this bag contains 53
different tags, the Spanish tagger can capture 18 different tags.</p>
      <p>We then add some commonly used simple features, such as, the average length of
tweets in characters, and also the ratio of uppercase letters. We calculate this last number
by just counting the uppercase letters and dividing them by the sum of the uppercase
and lowercase letters.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Classifiers</title>
      <p>
        We decided to use two linear classifiers, especially Logistic Regression and Linear
SVM, as they can be trained very fast, and they give a good insight of how a set of
features work. We further decided to include a non-linear model, such as the Multilayer
Perceptron and the Random Forest, because of its popularity in text classification tasks.
The MLP classifier was trained with three hidden layers of size 50. All other classifiers
were trained using the default parameters from the Scikit-learn package [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <sec id="sec-4-1">
        <title>2 https://zenodo.org/record/3692319 3 https://www.spinningbytes.com/resources/wordembeddings/ 4 https://gate.ac.uk/wiki/twitter-postagger.html 5 https://www.clarin.si/repository/xmlui/handle/11356/1078</title>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results on development and test data</title>
      <p>In the table below we can see the results of the different classifiers. We validated the
models using Stratified K-Fold Cross-Validation with K = 5.</p>
      <sec id="sec-5-1">
        <title>Classifier</title>
      </sec>
      <sec id="sec-5-2">
        <title>Most frequent</title>
        <p>Logistic Regression
Linear SVM
Multilayer Perceptron
Random Forest</p>
      </sec>
      <sec id="sec-5-3">
        <title>Accuracy</title>
        <p>English Spanish
0:500 0:500
0:677 0:720
0:503 0:550
0:677 0:703
0.697 0.810</p>
        <p>Considering these results, we decided to use the Random Forest model as our
final model for testing. We got a test accuracy of 0:690 for English data and 0:725 for
Spanish.</p>
        <p>Further experiments
We further experimented including grammatical errors. We included information about
misspellings by using the Python package pyspellchecker6 to detect whether there
are misspelled words, and afterwards, we control which letter becomes which letter.
Therefore, if the alphabet has 27 letters, we create a vector of 272 numbers and we
save how often each variation happens. The goal of this representation was to capture
systematic errors that a user may make, hoping that this would be representative.</p>
        <p>The results of this experiment can be seen below, using the same classifiers as
before, and also validated under the same conditions (Stratified K-Fold Cross-Validation
with K = 5).</p>
      </sec>
      <sec id="sec-5-4">
        <title>Classifier</title>
      </sec>
      <sec id="sec-5-5">
        <title>Logistic Regression Linear SVM Multilayer Perceptron Random Forest</title>
      </sec>
      <sec id="sec-5-6">
        <title>Accuracy</title>
        <p>English Spanish
0:577 0:720
0:570 0:677
0:600 0:693
0.720 0.773</p>
        <p>Unfortunately, these last test was done out of competition time, and therefore, we
could not test this models performance on test data.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Discussion and Future work</title>
      <p>In this paper, we presented a model that could potentially be used for capturing fake
news spreaders. Considering average accuracy, our model ranked 31st out of 66
participants in the competition. The ranking also includes five different baselines: A model</p>
      <sec id="sec-6-1">
        <title>6 https://pypi.org/project/pyspellchecker/</title>
        <p>
          that was used for language variety identification [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], an SVM trained on character
n-grams, a Neural Network trained on word n-grams, an emotion based model
(Emotionally Infused Network) [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], an LSTM-based implementation and a random classifier.
Our model performs better than the last three baselines, but it is still worse than [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]
and the character-based SVM.
        </p>
        <p>In the box plot below, we illustrate how our model performs compared to the other
participants. Note that outliers such as authors that have not participated in specific
language configurations, have been discarded.</p>
        <p>The presented model is relatively simple and efficient, but we believe that results
can still be improved. We mention here some possible future directions.</p>
        <p>As the character-based SVM model performs better than our model, we believe that
adding character-aware representations can boost our performance. This could be done
either using character n-grams or using a character-based Recurrent Neural Network to
build representations.</p>
        <p>
          Apart from that, we have not done any preprocessing in this work. Considering
the language use on Twitter [
          <xref ref-type="bibr" rid="ref1 ref6">1,6</xref>
          ], we believe that having a normalization step could
improve our results. We could also perform lemmatization or stemming. By doing this,
the number of retrieved embeddings would be expected to be much higher.
        </p>
        <p>
          In the current work, we trained a very simple Hidden Markov Model for POS
tagging. This model may fall short because of the high number of misspellings in
social media language. This effect could be reduced by training a POS tagger using a
character-level tagger, such as a BiLSTM+CRF model [
          <xref ref-type="bibr" rid="ref7 ref8">7,8</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>The author would like to acknowledge all participants from the course Language
Processing 2 (spring semester on 2019/2020) at the M.S. program in IT &amp; Cognition at the
University of Copenhagen, as the majority of the ideas presented here flourished in the
discussions during class.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alegria</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aranberri</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Comas</surname>
            ,
            <given-names>P.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fresno</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gamallo</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Padró</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , San Vicente, I.,
          <string-name>
            <surname>Turmo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zubiaga</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Tweetnorm: a benchmark for lexical normalization of spanish tweets</article-title>
          .
          <source>Language resources and evaluation 49(4)</source>
          ,
          <fpage>883</fpage>
          -
          <lpage>905</lpage>
          (
          <year>2015</year>
          )
        </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>Derczynski</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bontcheva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Twitter part-of-speech tagging for all: Overcoming sparse and noisy data</article-title>
          .
          <source>In: Proceedings of the International Conference on Recent Advances in Natural Language Processing. Association for Computational Linguistics</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Deriu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lucchi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Luca</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Severyn</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Müller</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cieliebak</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hofmann</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jaggi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Leveraging large amounts of weakly supervised data for multi-language sentiment classification</article-title>
          .
          <source>In: Proceedings of the 26th international conference on world wide web</source>
          . pp.
          <fpage>1045</fpage>
          -
          <lpage>1052</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>An Emotional Analysis of False Information in Social Media and News Articles</article-title>
          .
          <source>ACM Transactions on Internet Technology (TOIT) 20(2)</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>18</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
          </string-name>
          , N.:
          <article-title>Tweet normalization: A knowledge based approach</article-title>
          .
          <source>In: 2017 International Conference on Infocom Technologies and Unmanned Systems (Trends and Future Directions)(ICTUS)</source>
          . pp.
          <fpage>157</fpage>
          -
          <lpage>162</lpage>
          . IEEE (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Lample</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ballesteros</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subramanian</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kawakami</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dyer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Neural architectures for named entity recognition</article-title>
          .
          <source>In: Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          . pp.
          <fpage>260</fpage>
          -
          <lpage>270</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ling</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dyer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Black</surname>
            ,
            <given-names>A.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trancoso</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fermandez</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amir</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marujo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luís</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Finding function in form: Compositional character models for open vocabulary word representation</article-title>
          .
          <source>In: Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <fpage>1520</fpage>
          -
          <lpage>1530</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <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="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Rabiner</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Juang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>An introduction to hidden markov models</article-title>
          .
          <source>ieee assp magazine 3(1)</source>
          ,
          <fpage>4</fpage>
          -
          <lpage>16</lpage>
          (
          <year>1986</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>Franco-Salvador</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>A Low Dimensionality Representation for Language Variety Identification</article-title>
          .
          <source>In: International Conference on Intelligent Text Processing and Computational Linguistics</source>
          . pp.
          <fpage>156</fpage>
          -
          <lpage>169</lpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the 8th Author Profiling Task at PAN 2020: Profiling Fake News Spreaders on Twitter</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickhoff</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Névéol</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.)
          <article-title>CLEF 2020 Labs and Workshops, Notebook Papers</article-title>
          .
          <source>CEUR Workshop Proceedings (Sep</source>
          <year>2020</year>
          ),
          <article-title>CEUR-WS</article-title>
          .org
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Profiling fake news spreaders on twitter</article-title>
          (
          <year>Feb 2020</year>
          ), https://doi.org/10.5281/zenodo.3692319
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Rei</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mladenic</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krek</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A multilingual social media linguistic corpus</article-title>
          .
          <source>In: Proceedings of the 4th Conference on CMC and Social Media Corpora for the Humanities</source>
          , Ljubljana, Slovenia (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>