<!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>Unified and Multilingual Author Profiling for Detecting Haters</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ipek Baris Schlicht</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Angel Felipe Magnossão de Paula</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universitat Politècnica de València</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <abstract>
        <p>This paper presents a unified user profiling framework to identify hate speech spreaders by processing their tweets regardless of the language. The framework encodes the tweets with sentence transformers and applies an attention mechanism to select important tweets for learning user profiles. Furthermore, the attention layer helps to explain why a user is a hate speech spreader by producing attention weights at both token and post level. Our proposed model outperformed the state-of-the-art multilingual transformer models.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Hate speech detection</kwd>
        <kwd>User profiling</kwd>
        <kwd>Explainability</kwd>
        <kwd>Deep Learning</kwd>
        <kwd>Sentence Transformers</kwd>
        <kwd>Multilingual</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Hate speech is a type of online harm that expresses hostility toward individuals and social
groups based on race, beliefs, sexual orientation, etc. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Hateful content is disseminated
faster and reaches wider users than non-hateful contents through social media [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. This
dissemination could trigger prejudices and violence. As a recent example of this, during
the COVID-19 pandemic, people of Chinese origin sufered from discrimination and hate
crimes [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. Policymakers and social media companies work hard on mitigating hate speech
and the other types of abusive language [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] while keeping balance of freedom of expression. AI
systems are encouraged for easing the process and understanding the rationales behind hate
speech dissemination [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ].
      </p>
      <p>
        In natural language processing, hate speech has been widely studied in social media (e.g [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ])
or as a task of news comment moderation (e.g [
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ]). However, majority of the prior studies
formulates the problem as a text classification [
        <xref ref-type="bibr" rid="ref13 ref7">13, 7</xref>
        ] that determines whether an individual
post is hate speech. This year, PAN 2021 organization [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] proposed to explore the task as an
author profiling problem [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. In this case, the objective is to identify possible hate speech
spreaders on Twitter as an initial efort towards preventing hate speech from being propagated
among online users [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        In a similar shared task on profiling fake news spreaders [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], many approaches rely on
appending tweets to one text for each user (e.g [
        <xref ref-type="bibr" rid="ref17 ref18 ref19">17, 18, 19</xref>
        ]) to encode the inputs. However, this
approach could be problematic if not all the tweets shared by hate speech spreaders convey
hatred messages, and a human moderator needs a detailed justification to ban users or delete
related tweets. Furthermore, the global issues such as COVID-19 attract heated discussions from
the users worldwide, thus there is a need for supporting multi-language systems to moderate
those discussions. With these motivations, we propose a unified framework which is scalable to
other languages and explains why a user receives a certain label based on the language used in
her tweets by using token level and post level attention mechanisms [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], as shown in Figure 1.
Our model outperformed multilingual DistillBERT [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] models. The source code is publicly
available1.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Methodology</title>
      <p>Our proposed framework is shown in Figure 1. The input of the framework is a author profile
that posts n number tweets. Each post is encoded with a Sentence Transformer, and then the
encoded tweets pass through an attention layer. Finally, the output of the attention layer is fed
into a classification layer which decides whether the author is a hate speech spreader or not.
We give more details of each component in the subsequent sections.</p>
      <sec id="sec-2-1">
        <title>2.1. Post Encodings</title>
        <p>
          We encode the tweets with a Sentence-BERT (SBERT) [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ], a modified BERT [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] network and
consists of Siamese and Triplet network structures. SBERTs are computationally more efective
than BERT models and could provide semantically more meaningful sentence representations.
Like BERT models, SBERTs also have variations [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] that are publicly available. Since we have
a limited resource to train our framework, and aim to use a language model that learns the
1https://github.com/isspek/Cross-Lingual-Cyberbullying
usages of social language, we prefer the pre-trained SBERT that is trained on Quora corpus in
50 languages, and its knowledge is distilled [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. The SBERT produces outputs with 768 hidden
layers. We set the maximum length of the post as 32, and apply zero padding on any texts
shorter than 32 tokens. The sentence embeddings are obtained by mean pooling operation on
the last hidden of the outputs.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Post-Level Attention Layer</title>
        <p>We employ an attention layer in order to learn importance scores for determining author profile
vectors. First, the pooled tweets (Hp) are projected by feeding them to a linear layer which
produces a hidden representation of the author profile ( Hap) as shown in Equation 1. Next, a
softmax layer is applied to get the similarity between the post and author profile ( Hap). Lastly
the similarity scores are multiplied with the author profile to obtain the attended author profile
(), as seen in Equation 2.</p>
        <p>=   + 
 =  ( *  )
(1)
(2)</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Classification Layer</title>
        <p>The classification layer consists of two linear layers. The output of the first layer is activated
with the tanh function to learn the non-linearity in the features. The second layer outputs the
probabilities for each class. The input of the classification layer is the attended user profile
followed by a dropout layer which prevents the over-fitting. We use a cross entropy loss function
for the outputs of the classification layer and an Adam optimizer with a weight decay. During
training, the weights of the models are optimized by minimizing the loss, and the batches
contain mixed English and Spanish samples.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Experiments</title>
      <sec id="sec-3-1">
        <title>3.1. Dataset</title>
        <p>
          PAN Profiling Hate Speech Spreader Task [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] contains a dataset in English and Spanish, whose
samples were collected from Twitter. The total number of the profiles are 200 for each language,
and each profile is composed of a feed of 200 tweets. The class distribution of the dataset is
highly balanced. We observe a significant diference between the length of tweets by hate speech
spreaders and normal profiles in the Spanish set. The statistics of the dataset are summarized in
Table 1.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Preprocessing</title>
        <p>The organizers have already cleaned the samples in the dataset. For example, certain patterns
have been replaced with special tags. We extend the vocabulary of the models’ tokenizers with
these tags as follows:
• #URL# is replaced with [URL]
• #HASHTAG# is replaced with [HASHTAG]
• #USER# is replaced with [USER]
• RT is replaced with [RT]</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Baselines and Ablation Models</title>
        <p>
          We compare the performance of our model with a set of baselines and an ablation model as
follows:
• DistillBERT [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]: We use one of its version that is multilingual and cased sensitive. First
each tweets of an author is joined to obtain one text. Then the joined texts for each users
are fine-tuned with the DistillBERT by keeping their maximum length as 500 tokens.
• DistillBERT*: We additionally add [POSTSTART] and [POSTEND] tags, which indicate
the start and the end of the tweets, to the vocabulary of the extended DistillBERT tokenizer.
• SBERT-Mean: is an ablation model that replaces the attention layer with a mean pooling
layer which computes the mean values of the tweets’ hidden representations.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Training Settings</title>
        <p>We train the models by applying 5-Fold Cross Validation2, with the epochs of 5, learning rate as
1e-5, batch size as 2. We use the GPU of the Google Colab3 as an environment for training the
models. We use a fixed random seed of 1234 to ensure reproducible results. The oficial results
are obtained by a TIRA machine [26].</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results and Discussion</title>
      <p>We report the F1-Macro, F1-Weighted, accuracy, precision, and recall for each model. Table 2
presents the results of the 5-fold cross validation training. SBERT-Attn, the model that we
propose, outperformed the other models in all metrics. When we compare SBERT-Mean and
SBERT-Attn, we see that standard deviations of the SBERT-Attn are lower than the ablation
2We experiment also 10-Fold, but the models show worse performance in the test set.</p>
      <p>3https://colab.research.google.com/
model. This result indicates that the attention layer enables more generalized feature
representations. It also shows that the tweets by the hate speech spreader are not necessarily hatred
tweets and vice versa for the non haters. For this reason, the DistillBERT models that joins the
all tweets by the user to one underperformed.</p>
      <p>For the submission to the PAN shared task, we leverage the 5-fold trained models to obtain
the predictions on oficial test set. The final predictions are the majority class. Table 3 shows
cross validation results for the English samples and the Spanish samples, and the oficial results
of the PAN shared task where the accuracy is the evaluation metric. Our model obtained a
result with similar range in cross-validation. The performance of the English set is worse than
the Spanish one. Cultural bias or the topical diference could be reasons for the performance.
We leave the detailed analysis of these issues as future work.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Visualizations</title>
      <p>Our framework can provide explanations with tweet-level and token-level attention, as shown
in Figure 2. The token-level attentions are the average of the attentions in the last layer of the
SBERT and they are obtained through the self-attention mechanism. The tweet-level attentions
are obtained with the attention layer, which is connected to the classification layer. The examples
in the figure are the most hatred examples from the authors that are analysed. In the English
example, the model pays attention to feminism. In the Spanish example, vice presidencia is the
important entity.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In this paper, we presented a unified framework for monitoring hate speech spreaders in
multilingualism. The framework leverages multilingual SBERT representations to encode texts
regardless of the language and uses an attention mechanism to determine the importance of
the tweets by the author in the task. Our methods outperformed multilingual DistillBERT and
SBERT that apply mean pooling on the tweets.</p>
      <p>
        In the future, we plan to evaluate the method on the related user profiling tasks such as
profiling fake news spreaders [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and investigate advanced method (e.g [27]) for efectively
transferring knowledge across the languages.
[26] M. Potthast, T. Gollub, M. Wiegmann, B. Stein, TIRA Integrated Research Architecture,
in: N. Ferro, C. Peters (Eds.), Information Retrieval Evaluation in a Changing World, The
Information Retrieval Series, Springer, Berlin Heidelberg New York, 2019. doi:10.1007/
978-3-030-22948-1\_5.
[27] J. Pfeifer, A. Rücklé, C. Poth, A. Kamath, I. Vulić, S. Ruder, K. Cho, I. Gurevych, Adapterhub:
A framework for adapting transformers, in: Proceedings of the 2020 Conference on
Empirical Methods in Natural Language Processing: System Demonstrations, 2020, pp.
46–54.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>L. W. Levy</surname>
          </string-name>
          , Encyclopedia of the American Constitution, New York: Macmillan; London: Collier Macmillan,
          <year>1986</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B.</given-names>
            <surname>Mathew</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Dutt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mukherjee</surname>
          </string-name>
          ,
          <article-title>Spread of hate speech in online social media</article-title>
          , in: WebSci, ACM,
          <year>2019</year>
          , pp.
          <fpage>173</fpage>
          -
          <lpage>182</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Ziems</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Soni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Racism is a virus: Anti-asian hate and counterhate in social media during the COVID-19 crisis</article-title>
          , CoRR abs/
          <year>2005</year>
          .12423 (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Luu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Madrisotti</surname>
          </string-name>
          , '
          <article-title>i'm more afraid of racism than of the virus!': racism awareness and resistance among chinese migrants and their descendants in france during the covid-19 pandemic</article-title>
          ,
          <source>European Societies</source>
          <volume>23</volume>
          (
          <year>2021</year>
          )
          <fpage>S721</fpage>
          -
          <lpage>S742</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <article-title>Discrimination and social exclusion in the outbreak of covid-</article-title>
          19,
          <source>International Journal of Environmental Research and Public Health</source>
          <volume>17</volume>
          (
          <year>2020</year>
          )
          <fpage>2933</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Nayak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Dent</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bhatawdekar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Sarwar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hardalov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Dinkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zlatkova</surname>
          </string-name>
          , G. Bouchard,
          <string-name>
            <surname>I. Augenstein</surname>
          </string-name>
          ,
          <article-title>Detecting abusive language on online platforms: A critical analysis</article-title>
          ,
          <source>CoRR abs/2103</source>
          .00153 (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wiegand</surname>
          </string-name>
          ,
          <article-title>A survey on hate speech detection using natural language processing</article-title>
          ,
          <source>in: Proceedings of the fifth international workshop on natural language processing for social media</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>P.</given-names>
            <surname>Fortuna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Nunes</surname>
          </string-name>
          ,
          <article-title>A survey on automatic detection of hate speech in text</article-title>
          ,
          <source>ACM Comput. Surv</source>
          .
          <volume>51</volume>
          (
          <year>2018</year>
          )
          <volume>85</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>85</lpage>
          :
          <fpage>30</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>V.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Fersini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nozza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M. R.</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          , Semeval
          <article-title>-2019 task 5: Multilingual detection of hate speech against immigrants and women in twitter, in: SemEval@NAACL-HLT, Association for Computational Linguistics</article-title>
          ,
          <year>2019</year>
          , pp.
          <fpage>54</fpage>
          -
          <lpage>63</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>F.</given-names>
            <surname>Poletto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          ,
          <article-title>Resources and benchmark corpora for hate speech detection: a systematic review, Language Resources and Evaluation (</article-title>
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>47</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Korencic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Baris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Fernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Leuschel</surname>
          </string-name>
          , E. Salido,
          <article-title>To block or not to block: Experiments with machine learning for news comment moderation</article-title>
          ,
          <source>in: Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation, Association for Computational Linguistics</source>
          , Online,
          <year>2021</year>
          , pp.
          <fpage>127</fpage>
          -
          <lpage>133</lpage>
          . URL: https://www. aclweb.org/anthology/2021.hackashop-
          <volume>1</volume>
          .
          <fpage>18</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>R.</given-names>
            <surname>Shekhar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pranjic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pollak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pelicon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Purver</surname>
          </string-name>
          ,
          <article-title>Automating news comment moderation with limited resources: Benchmarking in croatian and estonian, The Journal for Language Technology and Computational Linguistics (JLCL), Special Issue on Ofensive Language (</article-title>
          <year>2020</year>
          )
          <fpage>49</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>MacAvaney</surname>
          </string-name>
          , H.
          <string-name>
            <surname>-R. Yao</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Russell</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Goharian</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Frieder</surname>
          </string-name>
          ,
          <article-title>Hate speech detection: Challenges and solutions</article-title>
          ,
          <source>PloS one 14</source>
          (
          <year>2019</year>
          )
          <article-title>e0221152</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J.</given-names>
            <surname>Bevendorf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chulvi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L. D. L. P.</given-names>
            <surname>Sarracén</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kestemont</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Manjavacas</surname>
          </string-name>
          , I. Markov,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mayerl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Rangel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Stamatatos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wiegmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wolska</surname>
          </string-name>
          , , E. Zangerle, Overview of PAN 2021:
          <article-title>Authorship Verification,Profiling Hate Speech Spreaders on Twitter,and Style Change Detection</article-title>
          ,
          <source>in: 12th International Conference of the CLEF Association (CLEF</source>
          <year>2021</year>
          ), Springer,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>F.</given-names>
            <surname>Rangel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L. D. L. P.</given-names>
            <surname>Sarracén</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chulvi</surname>
          </string-name>
          , E. Fersini,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <source>Profiling Hate Speech Spreaders on Twitter Task at PAN</source>
          <year>2021</year>
          ,
          <article-title>in: CLEF 2021 Labs and Workshops, Notebook Papers, CEUR-WS</article-title>
          .org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>F. M. R.</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Giachanou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ghanem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <article-title>Overview of the 8th author profiling task at PAN 2020: Profiling fake news spreaders on twitter</article-title>
          ,
          <source>in: CLEF 2020 Labs and Workshops</source>
          , Notebook Papers, volume
          <volume>2696</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>I.</given-names>
            <surname>Vogel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Meghana</surname>
          </string-name>
          ,
          <article-title>Fake news spreader detection on twitter using character n-grams, in: CLEF 2020 Labs and Workshops</article-title>
          , Notebook Papers,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>J.</given-names>
            <surname>Buda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bolonyai</surname>
          </string-name>
          ,
          <article-title>An ensemble model using n-grams and statistical features to identify fake news spreaders on twitter</article-title>
          ,
          <source>in: CLEF 2020 Labs and Workshops</source>
          , Notebook Papers,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pizarro</surname>
          </string-name>
          ,
          <article-title>Using n-grams to detect fake news spreaders on twitter</article-title>
          ,
          <source>in: CLEF 2020 Labs and Workshops</source>
          , Notebook Papers, volume
          <volume>2696</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kaiser</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          ,
          <article-title>Attention is all you need</article-title>
          ,
          <source>in: NIPS</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>5998</fpage>
          -
          <lpage>6008</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>V.</given-names>
            <surname>Sanh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Debut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chaumond</surname>
          </string-name>
          , T. Wolf,
          <article-title>Distilbert, a distilled version of BERT: smaller, faster, cheaper and lighter</article-title>
          , CoRR abs/
          <year>1910</year>
          .01108 (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          ,
          <article-title>Sentence-bert: Sentence embeddings using siamese bert-networks, in: EMNLP/IJCNLP (1), Association for Computational Linguistics</article-title>
          ,
          <year>2019</year>
          , pp.
          <fpage>3980</fpage>
          -
          <lpage>3990</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          ,
          <article-title>BERT: pre-training of deep bidirectional transformers for language understanding, in: NAACL-HLT (1), Association for Computational Linguistics</article-title>
          ,
          <year>2019</year>
          , pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>T.</given-names>
            <surname>Wolf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chaumond</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Debut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sanh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Delangue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cistac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Funtowicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Davison</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shleifer</surname>
          </string-name>
          , et al.,
          <article-title>Transformers: State-of-the-art natural language processing</article-title>
          ,
          <source>in: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>38</fpage>
          -
          <lpage>45</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          ,
          <article-title>Making monolingual sentence embeddings multilingual using knowledge distillation</article-title>
          ,
          <source>in: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>