<!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>HateMonitors: Language Agnostic Abuse Detection in Social Media</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Institute of Technology</institution>
          ,
          <addr-line>Kharagpur, West Bengal</addr-line>
          ,
          <country country="IN">India -</country>
          <addr-line>721302</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Reducing hateful and o ensive content in online social media pose a dual problem for the moderators. On the one hand, rigid censorship on social media cannot be imposed. On the other, the free ow of such content cannot be allowed. Hence, we require e cient abusive language detection system to detect such harmful content in social media. In this paper, we present our machine learning model, HateMonitor, developed for Hate Speech and O ensive Content Identi cation in Indo-European Languages (HASOC) [20], a shared task at FIRE 2019. We have used Gradient Boosting model, along with BERT and LASER embeddings, to make the system language agnostic. Our model came at First position for the German sub-task A. We have also made our model public 1.</p>
      </abstract>
      <kwd-group>
        <kwd>Hate speech O ensive language embeddings BERT embeddings Classi cation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>In social media, abusive language denotes a text which contains any form of
unacceptable language in a post or a comment. Abusive language can be divided
into hate speech, o ensive language and profanity. Hate speech is a derogatory
comment that hurts an entire group in terms of ethnicity, race or gender.
Offensive language is similar to derogatory comment, but it is targeted towards
an individual. Profanity refers to any use of unacceptable language without a
speci c target. While profanity is the least threatening, hate speech has the most
detrimental e ect on the society.</p>
      <p>Social media moderators are having a hard time in combating the rampant
spread of hate speech2 as it is closely related to the other forms of abusive
language. The evolution of new slangs and multilingualism, further adding to
the complexity.
1 https://github.com/punyajoy/HateMonitors-HASOC
2 https://tinyurl.com/y6tgv865</p>
      <p>Copyright c 2019 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0). FIRE 2019, 12-15
December 2019, Kolkata, India.</p>
      <p>
        Recently, there has been a sharp rise in hate speech related incidents in India,
the lynchings being the clear indication [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Arun et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] suggests that hate
speech in India is very complicated as people are not directly spreading hate
but are spreading misinformation against a particular community. Hence, it has
become imperative to study hate speech in Indian language.
      </p>
      <p>For the rst time, a shared task on abusive content detection has been
released for Hindi language at HASOC 2019. This will fuel the hate speech and
o ensive language research for Indian languages. The inclusion of datasets for
English and German language will give a performance comparison for detection
of abusive content in high and low resource language.</p>
      <p>In this paper, we focus on the detection of multilingual hate speech detection
that are written in Hindi, English, and German and describe our submission
(HateMonitors) for HASOC at FIRE 2019 competition. Our system
concatenates two types of sentence embeddings to represent each tweet and use machine
learning models for classi cation.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related works</title>
      <p>
        Analyzing abusive language in social media is a daunting task. Waseem et al. [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]
categorizes abusive language into two sub-classes { hate speech and o ensive
language. In their analysis of abusive language, Classifying abusive language into
these two subtypes is more challenging due to the correlation between o ensive
language and hate speech [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Nobata et al. [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] uses prede ned language
element and embeddings to train a regression model. With the introduction of
better classi cation models [
        <xref ref-type="bibr" rid="ref23 ref29">23, 29</xref>
        ] and newer features [
        <xref ref-type="bibr" rid="ref1 ref10 ref30">1, 10, 30</xref>
        ], the research in
hate and o ensive speech detection has gained momentum.
      </p>
      <p>
        Silva et al. [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] performed a large scale study to understand the target of
such hate speech on two social media platforms: Twitter and Whisper. These
target could be the Refugees and Immigrants [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], Jews [
        <xref ref-type="bibr" rid="ref14 ref7">7, 14</xref>
        ] and Muslims [
        <xref ref-type="bibr" rid="ref32 ref4">4,
32</xref>
        ]. People could become the target of hate speech based on Nationality [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
sex [
        <xref ref-type="bibr" rid="ref26 ref5">5, 26</xref>
        ], and gender [
        <xref ref-type="bibr" rid="ref16 ref24">24, 16</xref>
        ] as well. Public expressions of hate speech a ects
the devaluation of minority members [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], the exclusion of minorities from the
society [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], and tend to di use through the network at a faster rate [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <p>
        One of the key issues with the current state of the hate and o ensive language
research is that the majority of the research is dedicated to the English language
on [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Few researchers have tried to solve the problem of abusive language in
other languages [
        <xref ref-type="bibr" rid="ref25 ref27">25, 27</xref>
        ], but the works are mostly monolingual. Any online social
media platform contains people of di erent ethnicity, which results in the spread
of information in multiple languages. Hence, a robust classi er is needed, which
can deal with abusive language in the multilingual domain. Several shared tasks
like HASOC [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], HaSpeeDe [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], GermEval [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ], AMI [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], HatEval [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] have
focused on detection of abusive text in multiple languages recently.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Dataset and Task description</title>
      <p>The dataset at HASOC 2019 were given in three languages: Hindi, English, and
German. Dataset in Hindi and English had three subtasks each, while German
had only two subtasks. We participated in all the tasks provided by the organisers
and decided to develop a single model that would be language agnostic. We used
the same model architecture for all the three languages.
3.1</p>
      <sec id="sec-3-1">
        <title>Datasets</title>
        <p>We present the statistics for HASOC dataset in Table 1. From the table, we can
observe that the dataset for the German language is highly unbalanced, English
and Hindi are more or less balanced for sub-task A. For sub-task B German
dataset is balanced but others are unbalanced. For sub-task C both the datasets
are highly unbalanced.
Sub-task A consists of building a binary classi cation model which can predict
if a given piece of text is hateful and o ensive (HOF) or not (NOT). A data
point is annotated as HOF if it contains any form of non-acceptable language
such as hate speech, aggression, profanity. Each of the three languages had this
subtask.</p>
        <p>Sub-task B consists of building a multi-class classi cation model which can
predict the three di erent classes in the data points annotated as HOF: Hate
speech (HATE), O ensive language (OFFN), and Profane (PRFN). Again all
three languages have this sub-task.</p>
        <p>Sub-task C consists of building a binary classi cation model which can predict
the type of o ense: Targeted (TIN) and Untargeted (UNT). Sub-task C was not
conducted for the German dataset.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>System Description</title>
      <p>In this section, we will explain the details about our system, which comprises
of two sub-parts- feature generation and model selection. Figure 1 shows the
architecture of our system.
4.1</p>
      <sec id="sec-4-1">
        <title>Feature Generation</title>
        <p>Preprocessing: We preprocess the tweets before performing the feature
extraction. The following steps were followed:
{ We remove all the URLs.
{ Convert text to lowercase. This step was not applied to the Hindi language
since Devanagari script does not have lowercase and uppercase characters.
{ We did not normalize the mentions in the text as they could potentially
reveal important information for the embeddings encoders.
{ Any numerical gure was normalized to a string `number'.</p>
        <p>We did not remove any punctuation and stop-words since the context of the
sentence might get lost in such a process. Since we are using sentence embedding,
it is essential to keep the context of the sentence intact.</p>
        <p>Feature vectors: The preprocessed posts are then used to generate features for
the classi er. For our model, we decided to generate two types of feature vector:
BERT Embeddings and LASER Embeddings. For each post, we generate the
BERT and LASER Embedding, which are then concatenated and fed as input
to the nal classi er.</p>
        <p>
          Multilingual BERT embeddings: Bidirectional Encoder Representations
from Transformers(BERT) [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] has played a key role in the advancement of
natural language processing domain (NLP). BERT is a language model which
is trained to predict the masked words in a sentence. To generate the sentence
embedding for a post, we take the mean of the last 11 layers (out of 12) to get
a sentence vector with length of 768.
        </p>
        <p>
          LASER embeddings: Researchers at Facebook released a language
agnostic sentence embeddings representations (LASER) [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], where the model jointly
learns on 93 languages. The model takes the sentence as input and produces a
vector representation of length 1024. The model is able to handle code mixing
as well [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ].
        </p>
        <p>We use the BERT-base-multilingual-cased which has 104 languages, 12-layer,
768hidden, 12-heads and 110M parameters</p>
        <p>Labels</p>
        <p>Sentences
LASER
sentence
embedding
1024 X 1</p>
        <p>Pre-processing module</p>
        <p>Concatenate</p>
        <p>LGBM</p>
        <p>Multilingual BERT
sentence
embedding
768 X 1</p>
        <p>
          We pass the preprocessed sentences through each of these embedding
models and got two separate sentence representation. Further, we concatenate the
embeddings into one single feature vector of length 1792, which is then passed
to the nal classi cation model.
The amount of data in each category was insu cient to train a deep learning
model. Building such deep models would lead to over tting. So, we resorted to
using simpler models such as SVM and Gradient boosted trees. Gradient boosted
trees [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] are often the choice for systems where features are pre-extracted from
the raw data. In the category of gradient boosted trees, Light Gradient Boosting
Machine (LGBM) [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] is considered one of the most e cient in terms of memory
footprint. Moreover, it has been part of winning solutions of many competition
. Hence, we used LGBM as model for the downstream tasks in this competition.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>The performance of our models across di erent languages for sub-task A are
shown in table 2. Our model got the rst position in the German sub-task
with a macro F1 score of 0.62. The results of sub-task B and sub-task C is
shown in table 3 and 4 respectively.</p>
      <p>https://tinyurl.com/yxmuwzla
https://tinyurl.com/y2g8nuuo
In the results of subtask A, models are mainly a ected by imbalance of the
dataset. The training dataset of Hindi dataset was more balanced than English
or German dataset. Hence, the results were around 0.78. As the dataset in
German language was highly imbalanced, the results drops to 0.62. In subtask
B, the highest F1 score reached was by the profane class for each language in
table 3. The model got confused between OFFN, HATE and PRFN labels which
suggests that these models are not able to capture the context in the sentence.
The subtask C was again a case of imbalanced dataset as targeted(TIN) label
gets the highest F1 score in table 4.
7</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>In this shared task, we experimented with zero-shot transfer learning on abusive
text detection with pre-trained BERT and LASER sentence embeddings. We
use an LGBM model to train the embeddings to perform downstream task. Our
model for German language got the rst position. The results provided a strong
baseline for further research in multilingual hate speech. We have also made the
models public for use by other researchers.</p>
      <p>https://github.com/punyajoy/HateMonitors-HASOC</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alorainy</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burnap</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The enemy among us: Detecting hate speech with threats based'othering'language embeddings</article-title>
          . arXiv preprint arXiv:
          <year>1801</year>
          .
          <volume>07495</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Artetxe</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwenk</surname>
          </string-name>
          , H.:
          <article-title>Massively multilingual sentence embeddings for zero-shot cross-lingual transfer and beyond</article-title>
          . CoRR abs/
          <year>1812</year>
          .10464 (
          <year>2018</year>
          ), http://arxiv.org/abs/
          <year>1812</year>
          .10464
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Arun</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>On whatsapp, rumours, and lynchings</article-title>
          .
          <source>Economic &amp; Political Weekly</source>
          <volume>54</volume>
          (
          <issue>6</issue>
          ),
          <volume>30</volume>
          {
          <fpage>35</fpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Awan</surname>
            ,
            <given-names>I.:</given-names>
          </string-name>
          <article-title>Islamophobia on social media: A qualitative analysis of the facebook's walls of hate</article-title>
          .
          <source>International Journal of Cyber Criminology</source>
          <volume>10</volume>
          (
          <issue>1</issue>
          ) (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bartlett</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Norrie</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rumpel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wibberley</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Misogyny on twitter</article-title>
          .
          <source>Demos</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fersini</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nozza</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pardo</surname>
            ,
            <given-names>F.M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanguinetti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Semeval-2019 task 5: Multilingual detection of hate speech against immigrants and women in twitter</article-title>
          .
          <source>In: Proceedings of the 13th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>54</volume>
          {
          <issue>63</issue>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Bilewicz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Winiewski</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kofta</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wojcik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Harmful ideas, the structure and consequences of anti-s emitic beliefs in p oland</article-title>
          .
          <source>Political Psychology</source>
          <volume>34</volume>
          (
          <issue>6</issue>
          ),
          <volume>821</volume>
          {
          <fpage>839</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Felice</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poletto</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanguinetti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maurizio</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Overview of the evalita 2018 hate speech detection task</article-title>
          .
          <source>In: EVALITA 2018-Sixth Evaluation Campaign of Natural Language Processing and Speech Tools for Italian</source>
          . vol.
          <volume>2263</volume>
          , pp.
          <volume>1</volume>
          {
          <issue>9</issue>
          .
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guestrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Xgboost: A scalable tree boosting system</article-title>
          .
          <source>CoRR abs/1603</source>
          .02754 (
          <year>2016</year>
          ), http://arxiv.org/abs/1603.02754
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Davidson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warmsley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weber</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Automated hate speech detection and the problem of o ensive language</article-title>
          .
          <source>arXiv preprint arXiv:1703.04009</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>BERT: pre-training of deep bidirectional transformers for language understanding</article-title>
          . CoRR abs/
          <year>1810</year>
          .04805 (
          <year>2018</year>
          ), http://arxiv.org/abs/
          <year>1810</year>
          .04805
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Erjavec</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovacic</surname>
            ,
            <given-names>M.P.</given-names>
          </string-name>
          :
          <article-title>\you don't understand, this is a new war!" analysis of hate speech in news web sites' comments</article-title>
          .
          <source>Mass Communication and Society</source>
          <volume>15</volume>
          (
          <issue>6</issue>
          ),
          <volume>899</volume>
          {
          <fpage>920</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Fersini</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nozza</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the evalita 2018 task on automatic misogyny identi cation (ami)</article-title>
          . In: EVALITA@
          <string-name>
            <surname>CLiC-it</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Finkelstein</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zannettou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bradlyn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blackburn</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A quantitative approach to understanding online antisemitism</article-title>
          . arXiv preprint arXiv:
          <year>1809</year>
          .
          <volume>01644</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Fortuna</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nunes</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A survey on automatic detection of hate speech in text</article-title>
          .
          <source>ACM Computing Surveys (CSUR) 51(4)</source>
          ,
          <volume>85</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Gatehouse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wood</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Briggs</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pickles</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lawson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Troubling vulnerability: Designing with lgbt young people's ambivalence towards hate crime reporting</article-title>
          .
          <source>In: Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems</source>
          . p.
          <fpage>109</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Greenberg</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pyszczynski</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The e ect of an overheard ethnic slur on evaluations of the target: How to spread a social disease</article-title>
          .
          <source>Journal of Experimental Social Psychology</source>
          <volume>21</volume>
          (
          <issue>1</issue>
          ),
          <volume>61</volume>
          {
          <fpage>72</fpage>
          (
          <year>1985</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Ke</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meng</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finley</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>W.J.</given-names>
          </string-name>
          , Ma,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            ,
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.M.:</surname>
          </string-name>
          <article-title>Lightgbm: A highly e cient gradient boosting decision tree</article-title>
          .
          <source>In: NIPS</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Mathew</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dutt</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mukherjee</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Spread of hate speech in online social media</article-title>
          .
          <source>In: Proceedings of the 10th ACM Conference on Web Science</source>
          . pp.
          <volume>173</volume>
          {
          <fpage>182</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Modha</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mandl</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Majumder</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Overview of the HASOC track at FIRE 2019: Hate Speech and O ensive Content Identi cation in Indo-European Languages</article-title>
          . In:
          <article-title>Proceedings of the 11th annual meeting of the Forum for Information Retrieval Evaluation (December</article-title>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Mullen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rice</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          :
          <article-title>Ethnophaulisms and exclusion: The behavioral consequences of cognitive representation of ethnic immigrant groups</article-title>
          .
          <source>Personality and Social Psychology Bulletin</source>
          <volume>29</volume>
          (
          <issue>8</issue>
          ),
          <volume>1056</volume>
          {
          <fpage>1067</fpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Nobata</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tetreault</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Thomas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehdad</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Abusive language detection in online user content</article-title>
          .
          <source>In: Proceedings of the 25th international conference on world wide web</source>
          . pp.
          <volume>145</volume>
          {
          <fpage>153</fpage>
          .
          <string-name>
            <surname>International World Wide Web Conferences Steering Committee</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Qian</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , ElSherief,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Belding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Wang</surname>
          </string-name>
          , W.Y.:
          <article-title>Hierarchical cvae for ne-grained hate speech classi cation</article-title>
          .
          <source>In: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <volume>3550</volume>
          {
          <issue>3559</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Reddy</surname>
          </string-name>
          , V.:
          <article-title>Perverts and sodomites: Homophobia as hate speech in africa</article-title>
          .
          <source>Southern African Linguistics and Applied Language Studies</source>
          <volume>20</volume>
          (
          <issue>3</issue>
          ),
          <volume>163</volume>
          {
          <fpage>175</fpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Ross</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rist</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Carbonell, G.,
          <string-name>
            <surname>Cabrera</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kurowsky</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wojatzki</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Measuring the reliability of hate speech annotations: The case of the european refugee crisis</article-title>
          .
          <source>arXiv preprint arXiv:1701.08118</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Saha</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mathew</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mukherjee</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Hateminers: Detecting hate speech against women</article-title>
          . arXiv preprint arXiv:
          <year>1812</year>
          .
          <volume>06700</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Sanguinetti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poletto</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stranisci</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>An italian twitter corpus of hate speech against immigrants</article-title>
          .
          <source>In: Proceedings of the Eleventh International Conference on Language Resources</source>
          and
          <string-name>
            <surname>Evaluation (LREC-2018)</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mondal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Correa</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benevenuto</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weber</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Analyzing the targets of hate in online social media</article-title>
          .
          <source>In: ICWSM</source>
          . pp.
          <volume>687</volume>
          {
          <issue>690</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Stammbach</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zahraei</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stadnikova</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klakow</surname>
            ,
            <given-names>D.:</given-names>
          </string-name>
          <article-title>O ensive language detection with neural networks for germeval task 2018</article-title>
          .
          <source>In: 14th Conference on Natural Language Processing KONVENS</source>
          <year>2018</year>
          . p.
          <volume>58</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Unsvag</surname>
            ,
            <given-names>E.F.</given-names>
          </string-name>
          , Gamback,
          <string-name>
            <surname>B.</surname>
          </string-name>
          :
          <article-title>The e ects of user features on twitter hate speech detection</article-title>
          .
          <source>In: Proceedings of the 2nd Workshop on Abusive Language Online (ALW2)</source>
          . pp.
          <volume>75</volume>
          {
          <issue>85</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Verma</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Code-switching: Hindi-english</article-title>
          .
          <source>Lingua</source>
          <volume>38</volume>
          (
          <issue>2</issue>
          ),
          <volume>153</volume>
          {
          <fpage>165</fpage>
          (
          <year>1976</year>
          ). https://doi.org/https://doi.org/10.1016/
          <fpage>0024</fpage>
          -
          <lpage>3841</lpage>
          (
          <issue>76</issue>
          )
          <fpage>90077</fpage>
          -
          <lpage>2</lpage>
          , http://www.sciencedirect.com/science/article/pii/0024384176900772
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Vidgen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yasseri</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Detecting weak and strong islamophobic hate speech on social media</article-title>
          . arXiv preprint arXiv:
          <year>1812</year>
          .
          <volume>10400</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Waseem</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davidson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warmsley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weber</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Understanding abuse: A typology of abusive language detection subtasks</article-title>
          .
          <source>arXiv preprint arXiv:1705.09899</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Wiegand</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Siegel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruppenhofer</surname>
          </string-name>
          , J.:
          <article-title>Overview of the germeval 2018 shared task on the identi cation of o ensive language (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>