<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Forum for Information Retrieval Evaluation, December</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>“Feature Selection” with Pretrained-BERT for Hate Speech and Offensive Content Identification in English and Hindi Languages</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Surya Agustian</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Reski Saputra</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aidil Fadhilah</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>UIN Sultan Syarif Kasim</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jl. H.R. Soeberantas km</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Panam</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pekanbaru</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Indonesia</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <fpage>3</fpage>
      <lpage>17</lpage>
      <abstract>
        <p>The intensive use of social media has led people to express non-formal spoken language, in interactions with others on the internet through text posts. Often, people spill out their annoyance without concern about the use of hate speech, profanity, and abusive language, when is meant to attack and even oppress someone. HASOC 2021 is a shared task that aims to identify hate and abusive content in tweets. In this event, we proposed BERT (and FastText) based transfer learning approach to solve this classification problem. The results obtained by our team UINSUSKA, for English task 1A and 1B, and Hindi task 1A are in the rank 8, 5 and 12 respectively. As for the Hindi task 1B, due to time constraints, our team could not have enough time to develop experiments with BERT, and was ranked 18th for the result using FastText.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Hate speech</kwd>
        <kwd>abusive content</kwd>
        <kwd>profane words</kwd>
        <kwd>BERT</kwd>
        <kwd>FastText</kwd>
        <kwd>transfer learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The differences of personal preference in political, religious, gender, social, cultural and economic
backgrounds, often become the source of contention on social media. Abusive and hateful expressions
could be made in attacking the interlocutor on social media like Twitter, Facebook, YouTube comments
and Instagram. Bullying in a group can also occur against certain person, which is sometime harmful
to the person being attacked, so that he/she becomes stressed and depressed, and in some cases lead to
suicide [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Hate speech, abusive language, profane words, and verbal violence that attack ethnicity, nation,
religion, race, or gender are the main factors that are very damaging in social life [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. They are the cause
of hostility to severe bullying on social media [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Therefore, these harmful messages must be
minimized, filtered and even blocked from social media posts.
      </p>
      <p>
        Detection of hate speech contents, profane words, and abusive languages in social media has
attracted the interest of many researchers around the world in recent years [
        <xref ref-type="bibr" rid="ref2 ref3 ref4 ref5 ref6">2, 3, 4, 5, 6</xref>
        ]. Various studies
and shared tasks show significant progress in English and other languages which have similar language
structures [
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7, 8, 9</xref>
        ] in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        Some of the most promising detection methods are language models using word embeddings that
can recognize word contexts, such as word2vec [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], Glove [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], and FastText [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. In recent years,
language models that have been previously trained on a very large corpus [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], have shown effective
results for various NLP tasks, such as question answering, machine translation, automatic
summarization, text classification and so on [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. There are several pre-trained language models such
as Universal Language Model Tine-Tuning (ULMFiT) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], Embeddings from Language Models
(ELMo) [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], OpenAI Generative Pre-trained Transformer (GPT) [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], and Google BERT [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        With transfer learning, the deep learning model can be used and modified for different NLP tasks
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. This transfer learning can produce a good result without requiring a training on a large corpus for
the new tasks. It often works well by using a small dataset, depends on the task we handle [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
      </p>
      <p>
        There are numbers of studies which utilized the pre-trained language model for classification tasks.
Among the models that have been studied, BERT and its variants have been reported to produce
stateof-the-art performance [
        <xref ref-type="bibr" rid="ref10 ref17 ref18 ref4">4, 10, 17, 18</xref>
        ] to be applied on various languages around the globe [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21, 22</xref>
        ].
For this event, we developed a method implementing transfer learning with BERT [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and use of
FastText language model [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] for classification/detection [23] of hate speech and offensive content
(HASOC) in English and Hindi.
      </p>
      <p>The next section of this paper describes the classification task in HASOC 2021, the available data
provide by organizer, and then followed by the method we developed to solve it. In the fourth section,
the results obtained and analysis are discussed. The last section is the conclusion of this study regarding
the results among other participants in HASOC 2021.</p>
    </sec>
    <sec id="sec-2">
      <title>2. HASOC Task Description</title>
      <p>HASOC 2021 offers two types of classification tasks. The first is hate, offensive, and profane content
identification in English, Hindi and Marathi tweets. While the second task is to identify hate and
offensive content in tweet conversations in mixed language (English and Hindi). In this event, we only
focus on task 1, which is further divided into 2 subtasks [24] specifically as follows.
Subtask 1A: Identifying hate, offensive and profane content from the posts.</p>
      <p>Sub-task A is to identify hate speech and offensive language in English, Hindi, and Marathi tweets.
It is a coarse-grained binary classification which classify tweets into two classes, namely: Hate and
Offensive (HOF) and Non-Hate and offensive (NOT).</p>
      <p>Subtask 1B: Discrimination between hate, profane and offensive posts</p>
      <p>The goal of this sub-task is a fine-grained identification in English, and Hindi tweets. If the tweets
are classified as HOF from the sub-task A, then further classification is conducted to determine if
the tweets fall into one of these three categories:
• (HATE) Hate speech: The posts under this class contain hate speech content.
• (OFFN) Offensive: The posts under this class contain offensive content.
• (PRFN) Profane: These posts contain profane words.
566
213
654
3161
234
148
465
2116</p>
      <p>The data available for each sub-task is as shown in Table 1. In developing our system, we also
considered using 2020 datasets and utilize them as training and validation data. We combine 2020 and
2021 train-set for training, and using 2020 test-set as validation data to obtain a model which perform
the best.</p>
    </sec>
    <sec id="sec-3">
      <title>3. System Method</title>
      <p>
        We developed two types of classification system based on word embedding, namely BERT [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and
FastText [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The reason behind BERT is that this model has been widely reported to provide
stateof-the-art results in various NLP tasks. Since we don't understand the basics of Hindi at all, the FastText
model was also developed based on the assumption, that Hindi has some different Language structures
from English. For example, like German or Arabic, there are so many phrases (tokens) constructed on
several words which are glued altogether without the use of a space as a separator.
      </p>
      <p>In processing the tweet texts, we perform several stages of text preprocessing as follows:
1. Case folding: normalize all tweet texts into lower case
2. Mention handling: transform all mentions into token “@USER”
3. Hyperlink removal: remove all hyperlinks in tweets
4. Emoticon conversion: transform some selected popular emoticons into their text descriptions2
5. Punctuation removal: remove all punctuation and special characters in texts
6. Number removal: remove all numbers in texts
3.1.</p>
    </sec>
    <sec id="sec-4">
      <title>BERT-based method</title>
      <p>The architecture of the BERT-based method is shown in Figure 1 for binary classification (Task 1A)
and Figure 2 for multi-label classification (Task 1B) as adapted from [25]. We use pre-trained English
language model namely BERT-base-uncased [26] with a maximum length (N) of input tweet is 150.
While for Hindi we use the pre-trained RoBERTa-hindi-guj-san3, which was trained on Wikipedia
articles in Hindi, Sanskrit and Gujarati.</p>
      <p>Before becoming an input sequence in the BERT block as seen in Figure 1 and 2, the text is
preprocessed according to the experiment scenario. Then, the output of the BERT is fed to neural
network, with the number of input nodes is corresponding to the dimensions of the BERT, which is
768. The sigmoid activation function is applied to produce output in binary classification. As for Task
1B, the outputs of 4 neurons with a sigmoid activation function in each, are converted back into a single
class with 4 labels option, i.e., HATE, PRFN, OFFN, and NONE.</p>
      <p>The optimizer used for learning is Adam, with the lost function used is L1-norm regularization.
Since combination variations of the text preprocessing act as the feature selection for BERT input, the
best model is chosen if it has the highest classification accuracy on validation dataset.
2 https://unicode.org/emoji/charts/full-emoji-list.html#1f4aa
3 https://huggingface.co/surajp/RoBERTa-hindi-guj-san
3.2.</p>
    </sec>
    <sec id="sec-5">
      <title>FastText-based method</title>
      <p>
        An alternative model developed for this task is also based on deep learning, namely FastText [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
It is combined with conventional machine learning: KNN, Logistic Regression and Random Forrest.
The classification process for tasks 1A and 1B is carried out in 2 phases, namely the phase of
constructing the language model, and the phase of classification.
      </p>
      <p>In phase 1, a separate training process is carried out to generate 128-dimensional word embeddings
from sentences in the corpus. Each word should at least have 3 occurrences. Training on English and
Hindi with 1000 iterations and window size of 4 is performed to produce FastText word embeddings.
The corpus used in these trainings are merged of the 2020 and 2021 HASOC train datasets. The rationale
is that the word vector produced should be better than using the 2021 dataset alone, in regards of the
size of corpus source. For Hindi, we specifically implement stopword removal, which the stoplist is
collected from github4. Because the language model is trained within this condition, we also remove
stopwords in tweet inputs during classification. Since we utilize Google Colab5 for all task
computations, we did not use a FastText pre-trained model due to resource usage limitation.</p>
      <p>The phase 2 is the classification process, which is actually carried out by a conventional machine
learning method. It takes input from the FastText language model. A sentence embedding is generated
by the vectorizer block, by calculating the resultant norm of the vector of tweet words. For training the
ML module, we use the 2021 train-set, or the merge of 2020 and 2021 train-set. As for validation, we
use the 2020 testing dataset. The experimental diagram for this FastText-based method can be found in
Figure 3.</p>
    </sec>
    <sec id="sec-6">
      <title>Experiment Setup</title>
      <p>To get the models of both methods and both tasks that have the best performance, we conducted
experiment with scenario, i.e.:
1. The use of mention handling: retain all the mentions or transform into “@USER”
2. The use of Emoticon conversion: transform into word definition text or leave it removed by
punctuation removal
3. The use of train-set: 2021 only, or the merge of 2020 and 2021 dataset.
4. The use of stopword removal (for FastText in Hindi only)
5. Variation of machine learning methods in FastText-based system.
4 https://github.com/stopwords-iso/stopwords-hi
5 https://colab.research.google.com</p>
    </sec>
    <sec id="sec-7">
      <title>4. Results 4.1.</title>
    </sec>
    <sec id="sec-8">
      <title>Ranked Results</title>
      <p>From our submission to the HASOC platform, in general the BERT-based best model has better
performance than the FastText-based method. For English task 1A and 1B and Hindi task 1A, we
submitted the BERT-based classification results, while for Hindi task 1B, we did not have enough time
to complete the BERT training process. Therefore, we only submitted the best model of FastText with
Logistic Regression classifier. As for Marathi language, we didn't have time to do experiment at all.
The system performance along with our team's ranking can be seen in Table 2 below.</p>
      <p>From the results obtained, we suspect that the lower performances in the Hindi dataset are caused
by the drastic imbalance between the portion of NOT (3161) and HOF (1433) label. Moreover, using
the entire dataset in training for Hindi task 1B will cause the classification result get worse. It is because
the inequality between the NONE label is very large against the HATE, PRFN, OFFN labels, which is
around 5.5:1, 14.8:1, and 4.8:1 respectively. We predict that a balancing scheme of training data should
be carried out before performing the training process, especially for HINDI Task 1B.</p>
      <p>For English, there is also a large discrepancy between the amount of NOT (1342) and HOF(2501)
labels. This condition is inversely proportional to Hindi, where the portion of the NOT label is about
twice as larger than HOF label. The balancing process should also benefit the training process in regards
to improve the classification results, specifically in English task 1B, where the imbalance between the
portions of the targeting labels are quite significant, which is around 1:2 between the small amount
labels (HATE, OFFN) and the large amount labels (PRFN, NONE).</p>
      <p>In terms of the language models, the pre-trained BERT have better text representation (in word
vectors) compared to FastText. This is because the training process uses a very large corpus and larger
word embeddings size (768). While FastText in this study only uses the HASOC dataset for training,
with dimension is set to 128.
4.2.</p>
    </sec>
    <sec id="sec-9">
      <title>Other Runs</title>
      <p>As each team is given 5 runs for each sub task, we also submitted other results based on Naïve Bayes
for English task, which is multinomial Naïve bayes with word count vectorizer. In order to seek for the
best model, we did some experiments with variation on the word cases (cased or uncased), stopword
and punctuation (use or remove), choosing to use or leave as it is. We also considered the length of
tokens, which are words (space separated tokens) with minimum 2 characters. We didn’t explore Naïve
Bayes on Hindi because we do not have any knowledge about words in Hindi, is it similar with English
(space separated) or not.</p>
      <p>Table 3 shows unranked runs in our team submission compared to the closest ranks of other teams.
These includes Bert-based and FastText-based with certain “feature selection” scenarios. Previously,
best model on validation data (test 2020) has been explored on each method with its ‘feature variations’.</p>
      <p>For English Task 1A, we did further ‘feature selection’ from the BERT+NN v1 method (Run1,
ranked 8), by transforming emoji into text description, and replacing mentioned users in tweet by
‘@USER’. Other settings in BERT+NN v1 are remained untouched, e.g. capital letters are changed into
lowercases, all hyperlinks and punctuations are removed, and only use train 2021 dataset for training.
We notice that replacing emoticon into words can reduce the detection accuracy for BERT-based
method, as for this work, the F1 score is only 0.7876 (Run4). FastText+KNN and Multinomial NB were
submitted as Run2 and Run3 respectively, with F1 scores are 0.7395 and 0.6634.</p>
      <p>As FastText+KNN has lower F1 score than Multinomial NB in Task 1A, for English Task 1B we
left FastText unexplored. While BERT+NN method for English Task 1B was still in training process,
we develop Multinomial NB with one-versus-all scheme to solve multiclass classification. The result
using merged train 2020 and 2021 dataset (v2) is lower than using train 2021 dataset only (v1), but not
significant.</p>
      <p>For Hindi, we only explore word embedding based method as the input features for machine learning
block. Our runs in Hindi Task 1A show that BERT-based embedding has higher result than
FastTextbased with some ML combinations (i.e., logistic regression, random forest and K-Nearest Neighbor)
significantly. For FastText, we only train the small size of tweet data to produce word embeddings. We
curious if using pre-trained FastText in Hindi could yield competitive results with BERT-based.</p>
      <p>In our experiments, combination of FastText with LR, RF and KNN yield F1 score of 0.6914,
0.6668, and 0.6455 respectively, lower than BERT+NN which is 0.7555. While for Task 1B, we only
submit FastText based method in two runs. Both runs use the same methods, only differ in using
stopword removal in Run2 (v2), which is lower but not significant.</p>
    </sec>
    <sec id="sec-10">
      <title>5. Conclusion References</title>
      <p>This paper explains the description of the systems participating in hate speech and offensive content
identification (HASOC) 2021. In general, the results obtained using BERT-based transfer learning have
a good robustness when implemented in different languages, English and Hindi. With the same
architecture, and almost the same text preprocessing as feature selection, the BERT-based method for
binary classification (task 1A) produces good F1 scores, i.e., 0.8024 and 0.7555 for English and Hindi
respectively. As for the multi-label classification, the F1 score obtained for English task 1B is also quite
good, i.e., 0.6417, with gap about 0.2 from rank #1. The developed method based on BERT, are ranked
8 of 56 and 5 of 37 for English task 1A and 1B respectively, and got rank 12 of 34 for Hindi task 1A.
[22] I.A. Farha, W. Magdy (2021). Benchmarking Transformer-based Language Models for Arabic
Sentiment and Sarcasm Detection, In: The Sixth Arabic Natural Language Processing Workshop,
Kyiv, Ukraine (Virtual), April 19, 2021.
[23] A. Joulin, E. Grave, P. Bojanowski, T. Mikolov (2016). Bag of Tricks for Efficient Text</p>
      <p>Classification, arXiv:1607.01759
[24] T. Mandl, S. Modha, G. K. Shahi, H. Madhu, S. Satapara, P. Majumder, J. Schäfer, T. Ranasinghe,
M. Zampieri, D. Nandini, A. K. Jaiswal, Overview of the HASOC subtrack at FIRE2021: Hate
Speech and Offensive Content Identification in English and Indo-Aryan Languages, in: Working
Notes of FIRE 2021 - Forum for Information Retrieval Evaluation,CEUR, 2021.
URL:http://ceurws.org/.
[25] H.M. Zahera (2019). Fine-tuned BERT Model for Multi-Label Tweets Classification, In: The 28th</p>
      <p>Text REtrieval Conference (TREC) 2019
[26] J. Devlin, M-W. Chang, K. Lee, K. Toutanova (2018). BERT: Pre-training of Deep Bidirectional
Transformers for Language Understanding, arXiv:1810.04805</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>D.</given-names>
            <surname>Luxton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. D.</given-names>
            <surname>June</surname>
          </string-name>
          , &amp;
          <string-name>
            <surname>J. M. Fairall</surname>
          </string-name>
          , (
          <year>2012</year>
          ).
          <article-title>Social media and suicide: a public health perspective</article-title>
          .
          <source>American journal of public health</source>
          ,
          <volume>102</volume>
          <issue>Suppl 2</issue>
          ,
          <fpage>S195</fpage>
          -
          <lpage>S200</lpage>
          . doi:
          <volume>10</volume>
          .2105/AJPH.
          <year>2011</year>
          .300608
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <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>
          (
          <year>2021</year>
          ).
          <article-title>Detecting Abusive Language on Online Platforms: A Critical Analysis</article-title>
          ,
          <source>arXiv:2103.00153</source>
          ,
          <year>2021</year>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          , AK. Ojha,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Benchmarking Aggression Identification in Social Media</article-title>
          .
          <source>In: Proceedings of the First Workshop on Trolling, Aggression and Cyberbullying (TRAC-2018)</source>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2018</year>
          . p.
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <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>
            <given-names>G.K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.K.</given-names>
            <surname>Jaiswal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          , J.
          <string-name>
            <surname>Schäfer</surname>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Overview of the HASOC track at FIRE 2020: Hate Speech and Offensive Content Identification in Indo-European Languages</article-title>
          , arXiv:
          <fpage>2108</fpage>
          .05927v1,
          <year>2021</year>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <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>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Overview of the HASOC Subtrack at FIRE 2021: Hate Speech and Offensive Content Identification in English and Indo-Aryan Languages and Conversational Hate Speech</article-title>
          , In: FIRE 2021:
          <article-title>Forum for Information Retrieval Evaluation, Virtual Event</article-title>
          ,
          <fpage>13th</fpage>
          -17th
          <source>December</source>
          <year>2021</year>
          ,
          <article-title>ACM 2021</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <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>R.</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Manuel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          , (
          <year>2019</year>
          ).
          <article-title>SemEval-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter</article-title>
          , in Basile et al (
          <year>2019</year>
          ),
          <source>In: The 13th International Workshop on Semantic Evaluation, Association for Computational Linguistics</source>
          <year>2019</year>
          , doi:10.18653/v1/
          <fpage>S19</fpage>
          -2007
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Fortuna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Nunes</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>A Survey on Automatic Detection of Hate Speech in Text</article-title>
          .
          <source>ACM Computing Surveys</source>
          <year>2018</year>
          ;
          <volume>51</volume>
          (
          <issue>4</issue>
          ):
          <volume>85</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>85</lpage>
          :
          <fpage>30</fpage>
          . doi:
          <volume>10</volume>
          .1145/3232676
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Davidson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Warmsley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.W.</given-names>
            <surname>Macy</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Weber</surname>
          </string-name>
          (
          <year>2017</year>
          ).
          <source>Automated Hate Speech Detection and the Problem of Offensive Language. In: The International AAAI Conference on Web and Social Media ICWSM 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Zimmerman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Kruschwitz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Fox</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Improving Hate Speech Detection with Deep Learning Ensembles</article-title>
          .
          <source>In: Language Resources and Evaluation Conference</source>
          (LREC)
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>MacAvaney</surname>
          </string-name>
          ,
          <string-name>
            <surname>H-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>
          (
          <year>2019</year>
          ).
          <article-title>Hate speech detection: Challenges and solutions</article-title>
          .
          <source>PLoS ONE</source>
          <volume>14</volume>
          (
          <article-title>8): e0221152</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.0221152
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado,
          <string-name>
            <given-names>J</given-names>
            .
            <surname>Dean</surname>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Efficient Estimation of Word Representations in Vector Space</article-title>
          , arXiv:
          <fpage>1301</fpage>
          .
          <fpage>3781</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pennington</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Manning</surname>
          </string-name>
          (
          <year>2014</year>
          ).
          <source>GloVe: Global Vectors for Word Representation In: The 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP) ACL</source>
          <year>2014</year>
          . doi:
          <volume>10</volume>
          .3115/v1/
          <fpage>D14</fpage>
          -1162
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bojanowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Grave</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Joulin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Enriching Word Vectors with Subword Information</article-title>
          , arXiv:
          <fpage>1607</fpage>
          .
          <fpage>04606</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mozafari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Farahbakhsh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Crespi</surname>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>A BERT-Based Transfer Learning Approach for Hate Speech Detection in Online Social Media</article-title>
          .
          <source>Studies in Computational Intelligence</source>
          ,
          <volume>881</volume>
          SCI,
          <fpage>928</fpage>
          -
          <lpage>940</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -36687-2_
          <fpage>77</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.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>
          , (
          <year>2019</year>
          ).
          <article-title>BERT: Pre-training of deep bidirectional transformers for language understanding</article-title>
          . In:
          <article-title>The North American Chapter of the Association XIV for Computational Linguistics: Human language Technologies (NAACL-HLT)</article-title>
          <year>2019</year>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Howard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ruder</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Universal Language Model Fine-tuning for Text Classification</article-title>
          , arXiv:
          <year>1801</year>
          .06146
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.E.</given-names>
            <surname>Peters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Neumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Iyyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gardner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Clark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Deep contextualized word representations</article-title>
          . arXiv:
          <year>1802</year>
          .05365
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Narasimhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Salimans</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Improving language understanding by generative pre-training, Technical report</article-title>
          , OpenAI
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>R.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jia</surname>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>A Survey of Sentiment Analysis Based on Transfer Learning, Advanced Optical Imaging for Extreme Environments Vol 7 Special Section</article-title>
          ,
          <source>IEEE Access</source>
          <year>2019</year>
          . doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2019</year>
          .2925059
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>E.</given-names>
            <surname>Bataa</surname>
          </string-name>
          , J.
          <string-name>
            <surname>Wu</surname>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>An Investigation of Transfer Learning-Based Sentiment Analysis in Japanese, In: The 57th Annual Meeting of the Association for Computational Linguistics</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2019</year>
          , Italy,
          <source>July 28 - August 2</source>
          ,
          <fpage>2019</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>B.</given-names>
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Schweter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Moller</surname>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>German's Next Language Model</article-title>
          ,
          <source>In: The 28th International Conference on Computational Linguistics</source>
          , Barcelona, Spain (Online),
          <source>December 8- 13</source>
          ,
          <year>2020</year>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>