<!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>An Analysis of Transformer-based Models for Code-mixed Conversational Hate-speech Identification</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Neeraj Kumar Singh</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Utpal Garain</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Statistical Institute</institution>
          ,
          <addr-line>ISI, Kolkata</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The current surge in social media usage has resulted in the widespread availability of harmful and hateful content. Such inflammatory content identification in social media is a crucial NLP problem. Recent research has repeatedly demonstrated that context-level semantics matter more than word-level semantics for assessing the existence of hate content. This paper investigates many state-of-the-art transformer-based models for hate content detection in code-mixed datasets. We emphasize transformerbased models since they capture context-level semantics. In particular, we concentrate on Google-MuRIL, XLM-Roberta-base, and Indic-BERT. Additionally, we have experimented with an ensemble of the three mentioned models. Based on substantial empirical evidence, we observe that Google-MuRIL emerges as the top model with macro F1-scores of 0.708 and 0.445 for HASOC shared tasks 1 and 2, placing us 1 and 6ℎ on the overall leaderboard standings respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Hinglish</kwd>
        <kwd>BERT</kwd>
        <kwd>Codemixed Language</kwd>
        <kwd>HateSpeech</kwd>
        <kwd>Ofensive Tweets</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The dificulty of constructing local languages in universal key inputs has led to a recent
trend in code-mixed data as well. The several alternative interpretations of the Hinglish
words in various contextual settings make automated categorization challenging in the
case of code-mix Indic languages like Hinglish, where Hindi is expressed in romanized
English. When we deal with conversational speaking in the Hinglish language, it also gets
very challenging. When identifying hate speech, the conversation’s context is absolutely
essential. Whether one agrees or disagrees with the previous comment or the prevailing
philosophy in the discourse, it is possible to develop hatred for a certain target group,
as shown in Figure 1. If the context of the parent tweet is taken into consideration, it is
possible to determine whether a conversational thread contains hate or inflammatory material,
even though it is not always obvious from a single comment or a reply to a comment that it does.</p>
      <p>
        Earlier, in HASOC 2020[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], a dataset was launched for the identification of hate speech in
Dravidian-CodeMix Tanglish and Manglish (Tamil and Malayalam written using the Roman
script), and in HASOC 2021 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], to detect hate speech in conversational code-mixed Hinglish,
a new dataset was launched (Hindi language written using the Roman script instead of the
Devanagari script). This time, HASOC [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] has added three projects as a continuation of the
prior work. Task 1 is available for Hinglish and German and focuses on identifying hate speech
and ofensive language. Task 1 involves classifying conversational codemix tweets into two
categories: hateful and ofensive (HOF) and non-hateful and ofensive (NOT). The second aim is
to categorise conversational hate speech in the code-mixed language Hinglish into multiple
classes. Task 3 focuses on the identification of hate speech and abusive language in Marathi. We
participated only in Task 1 and Task 2, Identification of Conversational Hate-Speech in
CodeMixed Languages (ICHCL). In this study, we show our transformer-based BERT model-based
system. The code for this shared task is available at https://github.com/neeraj1909/HASOC-2022.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Conversational hate speech detection in the codemix dataset is a challenging task. A majority
of work has been done using the various transformer-based pre-trained models for the first time
at HASOC 2021 [
        <xref ref-type="bibr" rid="ref2 ref4 ref5 ref6">2, 4, 5, 6</xref>
        ]. The transformer-based pre-trained architecture of BERT [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] is used
by [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], more specifically mBERT [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and XLM-Roberta [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. An ensemble model of the three
Transformer based architectures Indic-BERT [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Multilingual BERT [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], and XLM-Roberta
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is used by [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. For feature extraction, [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] used TF-IDF, Word2Vec, Emo2Vec, and Hashtag
vector. An ensemble of Random Forest, Multilayer Perceptron, and Gradient Boosting is used
for the classification task. Transformer-based XLM-Roberta [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] model for the classification task
is used by [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Works like[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] used codemix data augmentation using WordNet. They tried
several diferent models, like Logistic Regression(LR) with word-level TF-IDF, Convolutional
Neural Network(CNN) with word-level TF-IDF, and finetuned BERT pre-trained model. FastText
library is used by [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] for the identification of hate speech. An ensemble of three diferent
Transformer based models Ernie2.0 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], Twitter Roberta Base Ofensive[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], and HateBERT[19]
is used by [20].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset</title>
      <p>Datasets[21] have been sampled from Twitter. To lessen the impact of bias, organisers have
selected contentious stories on several subjects that are likely to feature hateful, ofensive, and
profane posts. The controversial stories are as follows:
• Temple-Mosque Controversy
• Covid Controversy
• Common Civil Code
• Hinduphobia
• Namaz on public place
• Farmer Protest
• Historical Hindu Muslim
• Islamophobia
• Russian-Ukrainian conflict etc.</p>
      <sec id="sec-3-1">
        <title>3.1. Task-1: Finding Hate-Ofensive Content in Conversational</title>
      </sec>
      <sec id="sec-3-2">
        <title>Hinglish-German Code-Mixed Languages</title>
        <p>Task 1’s major goal is the coarse-grained binary classification of conversational hate speech
and ofensive language, primarily for Hinglish and German. HOF denotes a tweet, comment, or
reply that promotes or involves hate speech or other rude or obscene languages, as opposed to
a tweet, comment, or reply that is free of any harmful, vulgar, or hateful language. The dataset
statistics for Hinglish and German for binary classification are shown in Table 1.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.2. Task 2: Classifying Conversational Hate Speech in Hinglish Code-Mixed</title>
      </sec>
      <sec id="sec-3-4">
        <title>Languages</title>
        <p>For task 2 (multi-class classification), the HOF class is classified into three sub-classes: Standalone
Hate (SHOF), Contextual Hate (CHOF), and Non-Hate (NONE). It’s not always possible to tell
from a single comment or reply to a comment whether or not a conversational thread contains
hate-ofensive information. It is simple to identify by providing the parent tweet’s context.
As seen in Figure 1, the response is positive, but only insofar as it expresses hatred for the
person who posted the original tweet in the remark. It validates the venom that was written
in the comment. It is therefore also hate speech. Table 2 contains the dataset statistics for the
conversational code-mixed data for multi-class classification.</p>
      </sec>
      <sec id="sec-3-5">
        <title>3.3. Data Preprocessing</title>
        <p>We flatten each interaction into a separate parent-comment-reply chain before feeding the data
into our model. We concatenate the tweets and add a "[SEP]" token to each tweet, comment,
and reply to help users distinguish one from the next. Every instance has a final label applied
to it that corresponds to the last comment in the discussion chain. Except for the comma (,),
full-stop (.), bar (|), and question mark (? ), we removed all punctuation from the tweets. By
eliminating URLs, mentions, and new-line characters, we clean up the data. We replaced the
emojis with their CLDR short names. For multi-class classification, the target class’s frequency
is highly imbalanced. For our model to take into account this issue, we have assigned diferent
weights to each class by dividing the frequency of each class by the size of the dataset and
subtracting this result from one.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <p>Three diferent transformer model types were used in our studies; they are explained below:
• XLM-Roberta: A masked language model built on transformers and pre-trained on 100
languages. On numerous cross-lingual benchmarks, it produced cutting-edge performance.</p>
      <p>Facebook AI published this model in 2019.
• Indic-BERT: a pre-trained ALBERT model that has been trained on a sizable dataset
of 12 Indic languages, including Assamese, Bengali, English, Gujarati, Hindi, Kannada,
Malayalam, Marathi, Oriya, Punjabi, Tamil, and Telugu. There are roughly 9 billion tokens
in the multilingual corpus.
• Google MuRIL[22]: In 2020, Google released it. It is a multi-lingual BERT for Indic
languages. MuRIL-BERT was pre-trained in 17 Indic languages, including English, Assamese,
Bengali, Gujarati, Hindi, Kannada, Kashmiri, Malayalam, Marathi, Nepali, Oriya, Punjabi,
Sanskrit, Sindhi, Tamil, Telugu, and Urdu.</p>
      <sec id="sec-4-1">
        <title>4.1. Binary Classification</title>
        <p>Using binary cross-entropy loss, we improved BERT transformers and trained our linear
classifier layer on top of them. Each BERT model had a dropout layer on top of which added a
fully connected linear layer. The representation of the CLS token served as the input to this
fully connected layer.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Multi-class Classification</title>
        <p>In this task, the target class’s frequency is highly imbalanced. To deal with this class-imbalance
issue, we have used the weights for each class. We have assigned diferent weights to each
class by dividing the frequency of each class by the size of the dataset and subtracting it from one.</p>
        <p>The ensemble of the three models together has also been put to the test. For our purposes,
we decided to combine the output of the three models using the majority voting process. There
are two ways to perform a majority voting system:
• Hard Voting Ensemble: In this instance, the model chooses the prediction class with
the most votes out of all of the fine-tuned transformer models.
• Soft Voting Ensemble: The model in this case sums the class probabilities from all of the
ifne-tuned transformer models and selects the class with the highest sum of probabilities.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Tuning Parameters</title>
        <p>We utilised a batch size of 64 and a maximum sequence length of 512 for all models. We
employed early halting on the validation loss with patience of 10 epochs to obtain the optimised
learnable parameters. A 2e-5 initial learning rate Adam optimizer was employed.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>We divided the training data into three groups for evaluation purposes: a train set, a validation
set, and a test set, with a ratio of 80:10:10. We track the top model using validation loss at each
epoch. Using the Google-MuRIL BERT, we are achieving the best results in binary code-mixed
categorization. In the case of binary classification, we have found that the Google-MuRIL
model’s macro F1-score is 5–6% higher than the XLM–Roberta–Base model. We utilised various
random seeds to test our models and found that their performance was largely the same.</p>
      <sec id="sec-5-1">
        <title>5.1. Results for Training Data</title>
        <p>For the binary classification problem, Table 3 compares the results of Google-MuRIL,
XLMRoberta-base, Indic-BERT, and an ensemble of these three models. Table 4 displays the
classification outcomes for multi-class categorization.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Results for Test Data</title>
        <p>In accordance with the findings from the validation data (in section 5.1), we adjusted the model’s
hyperparameters for the entire training set of data. We turned in the five runs for tasks 1 and 2</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>that were shared. We may deduce from the leaderboard that Google-MuRIL is the best model
for both shared tasks, as indicated in Table 5.</p>
      <p>We have compared the outcomes for various transformer-based BERT architectures in this
research. In both tasks, we found that Google-MuRIL outperforms all alternative
transformerbased systems. It has also been seen that changing the random seed does not change the model
performance. We have also observed that the performance of all three BERT models is better
than the ensemble model. So, some of the actions will be to speculate on the reason behind
them.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Acknowledgement</title>
      <p>This research is funded by the Science and Engineering Research Board (SERB), Dept. of Science
and Technology (DST), Govt. of India through Grant File No. SPR/2020/000495.
(2020).
[19] T. Caselli, V. Basile, J. Mitrović, M. Granitzer, Hatebert: Retraining bert for abusive language
detection in english, arXiv preprint arXiv:2010.12472 (2020).
[20] B. Chinagundi, M. Singh, T. Ghosal, P. S. Rana, G. S. Kohli, Classification of hate, ofensive
and profane content from tweets using an ensemble of deep contextualized and domain
specific representations (2021).
[21] S. Modha, T. Mandl, P. Majumder, S. Satapara, T. Patel, H. Madhu, Overview of the
HASOC Subtrack at FIRE 2022: Identification of Conversational Hate-Speech in
HindiEnglish Code-Mixed and German Language , in: Working Notes of FIRE 2022 - Forum for
Information Retrieval Evaluation, CEUR, 2022.
[22] S. Khanuja, D. Bansal, S. Mehtani, S. Khosla, A. Dey, B. Gopalan, D. K. Margam, P. Aggarwal,
R. T. Nagipogu, S. Dave, et al., Muril: Multilingual representations for indian languages,
arXiv preprint arXiv:2103.10730 (2021).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Kumar</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Overview of the hasoc track at fire 2020: Hate speech and ofensive language identification in tamil, malayalam, hindi, english and german</article-title>
          ,
          <source>in: Forum for information retrieval evaluation</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>29</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Madhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Satapara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ranasinghe</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Zampieri, Overview of the hasoc subtrack at fire 2021: Hate speech and ofensive content identification in english and indo-aryan languages and conversational hate speech (</article-title>
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>3</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Satapara</surname>
          </string-name>
          , Shrey and Majumder, Prasenjit and Mandl, Thomas and Modha, Sandip and Madhu, Hiren and Ranasinghe, Tharindu and Zampieri, Marcos and North, Kai and Premasiri, Damith,
          <source>Overview of the HASOC Subtrack at FIRE</source>
          <year>2022</year>
          :
          <article-title>Hate Speech and Ofensive Content Identification in English and Indo-Aryan Languages</article-title>
          , in: FIRE 2022:
          <article-title>Forum for Information Retrieval Evaluation, Virtual Event</article-title>
          ,
          <fpage>9th</fpage>
          -13th
          <source>December</source>
          <year>2022</year>
          , ACM,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F. M. P.</given-names>
            <surname>del Arco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Halat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Padó</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Klinger</surname>
          </string-name>
          <article-title>, Multi-task learning with sentiment, emotion, and target detection to recognize hate speech and ofensive language (</article-title>
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ujjwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Das</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <article-title>Fine-tuning pre-trained transformer based model for hate speech and ofensive content identification in english, indo-aryan and code-mixed (english-hindi) languages, in: Forum for Information Retrieval Evaluation (Working Notes)(FIRE), CEUR-WS</article-title>
          . org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Rajalakshmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Srivarshan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Mattins</surname>
          </string-name>
          , E. Kaarthik,
          <string-name>
            <given-names>P.</given-names>
            <surname>Seshadri</surname>
          </string-name>
          ,
          <article-title>Conversational hateofensive detection in code-mixed hindi-english tweets (</article-title>
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>J. D. M.-W. C. Kenton</surname>
            ,
            <given-names>L. K.</given-names>
          </string-name>
          <string-name>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          ,
          <source>in: Proceedings of naacL-HLT</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sarkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Saha</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. Das</surname>
          </string-name>
          ,
          <article-title>Exploring transformer based models to identify hate speech and ofensive content in english and indo-aryan languages</article-title>
          ,
          <source>arXiv preprint arXiv:2111.13974</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Conneau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Khandelwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Chaudhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Wenzek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Guzmán</surname>
          </string-name>
          , E. Grave,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          ,
          <article-title>Unsupervised cross-lingual representation learning at scale</article-title>
          , arXiv preprint arXiv:
          <year>1911</year>
          .
          <volume>02116</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kakwani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kunchukuttan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Golla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Gokul</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bhattacharyya</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Khapra</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Kumar</surname>
          </string-name>
          , Indicnlpsuite:
          <article-title>Monolingual corpora, evaluation benchmarks and pre-trained multilingual language models for indian languages</article-title>
          ,
          <source>in: Findings of the Association for Computational Linguistics: EMNLP</source>
          <year>2020</year>
          ,
          <year>2020</year>
          , pp.
          <fpage>4948</fpage>
          -
          <lpage>4961</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</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>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Z. M.</given-names>
            <surname>Farooqi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. R.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <article-title>Leveraging transformers for hate speech detection in conversational code-mixed tweets</article-title>
          ,
          <source>arXiv preprint arXiv:2112.09986</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Anusha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <article-title>An ensemble model for hate speech and ofensive content identification in indo-european languages, in: Forum for Information Retrieval Evaluation (Working Notes)(FIRE), CEUR-WS</article-title>
          . org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kadam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Goel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Kalra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Subramanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Reddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kodali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Arjun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Shrivastava</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kumaraguru</surname>
          </string-name>
          , Battling hateful content in
          <source>indic languages hasoc '21</source>
          , arXiv preprint arXiv:
          <volume>2110</volume>
          .12780 (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Jahan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Oussalah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Islam</surname>
          </string-name>
          ,
          <article-title>Ofensive language identification using hindienglish code-mixed tweets, and code-mixed data augmentation, in: Forum for Information Retrieval Evaluation (Working Notes)(FIRE), CEUR-WS</article-title>
          . org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>N. P.</given-names>
            <surname>Motlogelwa</surname>
          </string-name>
          , E. Thuma,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mudongo</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.</surname>
          </string-name>
          Leburu-Dingalo, G. Mosweunyane,
          <article-title>Leveraging text generated from emojis for hate speech and ofensive content identification, in: Forum for Information Retrieval Evaluation (Working Notes)(FIRE), CEUR-WS</article-title>
          . org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          , Ernie
          <volume>2</volume>
          .
          <article-title>0: A continual pretraining framework for language understanding</article-title>
          ,
          <source>in: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          , volume
          <volume>34</volume>
          ,
          <year>2020</year>
          , pp.
          <fpage>8968</fpage>
          -
          <lpage>8975</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>F.</given-names>
            <surname>Barbieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Neves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Espinosa-Anke</surname>
          </string-name>
          ,
          <article-title>Tweeteval: Unified benchmark and comparative evaluation for tweet classification</article-title>
          , arXiv preprint arXiv:
          <year>2010</year>
          .12421
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>