<!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>Overview of the HASOC Subtrack at FIRE 2022: Ofensive Language Identification in Marathi</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tharindu Ranasinghe</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kai North</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Damith Premasiri</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marcos Zampieri</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>George Mason University</institution>
          ,
          <country country="US">United States</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Wolverhampton</institution>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The widespread of ofensive content online has become a reason for great concern in recent years, motivating researchers to develop robust systems capable of identifying such content automatically. With the goal of carrying out a fair evaluation of these systems, several international competitions have been organized, providing the community with important benchmark data and evaluation methods for various languages. Organized since 2019, the HASOC (Hate Speech and Ofensive Content Identification) shared task is one of these initiatives. In its fourth iteration, HASOC 2022 included three subtracks for English, Hindi, and Marathi. In this paper, we report the results of the HASOC 2022 Marathi subtrack which provided participants with a dataset containing data from Twitter manually annotated using the popular OLID taxonomy. The Marathi track featured three additional subtracks, each corresponding to one level of the taxonomy: Task A - ofensive content identification (ofensive vs. non-ofensive); Task B - categorization of ofensive types (targeted vs. untargeted), and Task C - ofensive target identification (individual vs. group vs. others). Overall, 59 runs were submitted by 10 teams. The best systems obtained an F1 of 0.9745 for Subtrack 3A, an F1 of 0.9207 for Subtrack 3B, and F1 of 0.9607 for Subtrack 3C. The best performing algorithms were a mixture of traditional and deep learning approaches.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;ofensive language</kwd>
        <kwd>hate speech</kwd>
        <kwd>text categorization</kwd>
        <kwd>Marathi</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Social media is the main source of information, current events, and public opinion for many
individuals [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Users typically spend on average 2 hours per day on social media platforms,
such as Twitter, Facebook, and Instagram [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The impact social media has on an individual’s
perception of the world, as well as their mental well-being, is substantial [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Social media often
contains hateful and ofensive content, including but not limited to pejorative language [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ],
cyber-bullying [
        <xref ref-type="bibr" rid="ref5 ref6 ref7">5, 6, 7</xref>
        ], online extremism [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], and racism [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ]. Such content has been shown
to cause anxiety or depression [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], incite self-harm [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], or violence towards others [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        With governments realizing the impact social media has on public health and opinion, social
media companies have invested in ways to cope with hateful and ofensive content [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ].
To achieve this, they are interested in the development of machine learning (ML) models
to automatically detect such content on their social media platforms. These models have
traditionally consisted of Naive Bayes (NB) [
        <xref ref-type="bibr" rid="ref14 ref15 ref9">14, 15, 9</xref>
        ], support vector machines (SVMs) [
        <xref ref-type="bibr" rid="ref16 ref17 ref18 ref19">16, 17,
18, 19</xref>
        ], and random forests (RFs) [
        <xref ref-type="bibr" rid="ref16 ref20">16, 20</xref>
        ] while, more recently, neural networks [
        <xref ref-type="bibr" rid="ref21 ref22 ref23 ref24">21, 22, 23, 24</xref>
        ],
and transformer-based models [
        <xref ref-type="bibr" rid="ref23 ref25 ref26 ref27">23, 25, 26, 27</xref>
        ] have been applied to this problem.
      </p>
      <p>
        As evidenced by recent international competitions on this topic [
        <xref ref-type="bibr" rid="ref28 ref29 ref30 ref31 ref32 ref33 ref34">28, 29, 30, 31, 32, 33, 34</xref>
        ],
a known challenge in detecting ofensive and hateful content is the intrinsic subjectivity of
such phenomena. In highly multilingual countries, such as India, this task becomes even
more challenging. India has 22 oficial languages, many of which do not have large annotated
datasets that can be used for the training and evaluation of hate speech and ofensive language
identification models. Marathi is an example of such an under-resourced language, especially
when in comparison to high-resourced languages, such as Hindi or English [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ].
      </p>
      <p>
        This paper presents the results of Subtrack 3 at HASOC-2022 [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]: Ofensive Language
Identification in Marathi. HASOC-2022 challenged participating teams with the development of
state-of-the-art hate speech and ofensive language identification models. Subtrack 3 at
HASOC2022 aimed to encourage the development of such models for Marathi and thus encourage more
research into the future development of models for under-resourced languages.
      </p>
      <p>This paper is structured as follows. Section 2 introduces previous hate speech and ofensive
language shared-tasks. Section 3 introduces Subtrack 3. Section 4 describes the data used for this
subtrack. Section 5 lists the approaches adopted by each participating team. Section 6 provides
each teams’ performance. Section 7 gives a conclusion on what is the current state-of-the-art
for identifying hate speech and ofensive language in Marathi and makes predictions regarding
the direction of future research.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>Numerous shared-tasks have been organized with the goal of providing benchmarks for the
automatic identification of hateful and ofensive content. These shared-tasks have consisted of
difering forms classification, being either binary, multi-class, or multi-label classification, and
contained difering subtracks aimed at predicting the type or target of the ofensive content as
well as dealing with ofensive content in languages other than English.</p>
      <sec id="sec-2-1">
        <title>2.1. Related Tasks</title>
        <p>
          TRAC 2018-2022 The first Trolling, Aggression and Cyberbullying (TRAC-2018) workshop
hosted at COLING [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ], challenged participating teams to create multi-class classifiers for
predicting which of three levels of aggression is depicted by a Facebook comment: overt
aggression, covert aggression, or nonaggression. Their dataset consisted of randomly sampled
English and Hindi Facebook comments. Several issues were reported to the organizers regarding
dataset quality: 1). some instances contained code-mixing between English and Hindi, and 2).
some instances were considered incorrectly labelled due to their subjectivity. The second TRAC
workshop (TRAC-2020) hosted at LREC [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ], introduced a new language, Bengali, as well as
a new domain, Youtube comments, to resolve the previous issues in data quality. TRAC-2020
also provided a new subtrack in the form of binary classification of gender: gendered (GEN)
or non-gendered (NGEN) instances. The third TRAC workshop (TRAC-2022) [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ] expanded
this subtrack further to include the recognition of other types of ofensive content, including
racial bias, religious intolerance, and casteist bias, as well as the identification of the discursive
role of a given instance in relation to a previous comment. It also introduced a new domain,
“COVID-19 related conversation” [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ]. Performances on TRAC-2018 varied with neural networks
performing on par with other approaches, such as SVMs and RFs [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ]. TRAC-2020 and 2022,
however, saw transformer-based models achieve the best performances [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ]; teams that used
an ensemble of transformers performed exceptionally well in comparison to other approaches.
HatEval 2019 Task 5 at SemEval-2019: Multilingual Detection of Hate Speech Against
Immigrants and Women in Twitter (HatEval) [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], contained two subtracks . Subtrack A was
a binary classification task. It saw English or Spanish tweets be classified into hatespeech
or non-hatespeech instances. Subtrack B was evaluated as a multi-label classification task
which required the identified instances of hatespeech to be further grouped in regards to their
“aggressive attitude and the target harassed” [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ]. The organizers suggested that participating
teams divide this task into two binary classifications tasks, whereby each instance’s target is
classified as being aggressive or non-aggressive, and its attitude is classified as being either a
targeted message (individual) or a hateful message in general (generic). The first and second
top performing models for Subtrack A were both SVMs having outperformed neural networks
and other approaches. Performances on Subtrack B were noticeably worst than Subtrack A. The
organizers contributed this to its multi-labelled nature.
        </p>
        <p>
          OfensEval 2019-2020 Task 6 at SemEval-2019: Identifying and Categorizing Ofensive
Language in Social Media (OfensEval-2019) [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ], presented three subtracks to participating
teams ranging for binary to multi-class classification on the Ofensive Language Identification
Dataset (OLID) consisting of English tweets. Subtrack A saw the binary classification of tweets
with non-ofensive and ofensive labels. Subtrack B and C was concerned with identifying
the target of the ofensive tweet. Subtrack B was the binary classification of instances into
either targeted or untargeted insults, whereas Subtrack C was the multi-class classification
of instances into three labels concerned with the target type: “individual, group, or other”
[
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. Task 12 at SemEval-2020: Multilingual Ofensive Language Identification in Social Media
(OfensEval-2020) [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ] was an extension of the previous shared-task. It included the same
subtracks as SemEval-2019, but presented additional tracks and data in Arabic, Danish, English,
Greek, and Turkish. Both shared-tasks saw transformer-based models achieve the best results,
such as BERT, RoBERTa, and mBERT. The multilingual nature of OfensEval-2020 also allowed
for cross-lingual transfer learning, which was adopted by the highest performing systems.
2.2. HASOC
HASOC 2019-2020 The Hate Speech and Ofensive Content Identification in Indo-European
Languages track (HASOC-2019) at FIRE [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ], held three subtracks. Data was collected from
Twitter and Facebook in Hindi, German, and English. Subtrack A was a binary classification
task to distinguish between hateful and non-hateful instances. Subtracks B and C were more
ifne-grained classification tasks to identify the type (hate speech, ofensive, and profanity)
and target (targeted or untargeted) of each instance respectively. HASOC-2020 [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ] saw the
removal of Subtrack C and the creation of a new dataset with the aim of minizing bias in the
data collection process. This was achieved through the adoption of a more randomized sampling
technique that minimizied the selection of types of hate-speech known to the dataset’s creators
[
          <xref ref-type="bibr" rid="ref32">32</xref>
          ]. Neural networks achieved the best performances at HASOC-2019, with an LSTM model
achieving the highest performance for English [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. BERT-based models become more popular
at HASOC-2020 and achieved the best performance for German. However, LSTM-based models
again reported the best results for Hind and English. Overall performances were considered to
be worst for HASOC-2020 than they were for HASOC-2019 [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ]. Organizers’ reported this as
being due to the more realistic sampling technique used in HASOC-2020.
        </p>
        <p>
          Marathi at HASOC-2021 HASOC-2021 [
          <xref ref-type="bibr" rid="ref38">38</xref>
          ] included the same two subtracks as
HASOC2020 for English and Hindi, but was the first to apply these subtracks to Marathi. The data used
for Marathi was extracted from the MOLD dataset [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ]. The MOLD dataset consists of 2,547
hateful and non-hateful tweets extracted from Twitter’s API. Its hateful tweets were obtained
by searching for keywords “related to politics, entertainment, and sports along with the hashtag
#Marathi” [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ]. All instances were then labelled by six Marathi speakers. The best performing
models for Marathi used cross-lingual transfer learning [
          <xref ref-type="bibr" rid="ref39">39</xref>
          ]. Nene et al. [
          <xref ref-type="bibr" rid="ref39">39</xref>
          ] trained an XLM-R
model on pre-existing data in Hindi from HASOC 2019. They then used the returned model’s
updated weights and softmax activation layer to initialize the weights of a new XLM-R model
on the provided Marathi dataset. The second best performing model adopted a similar approach.
Glazkova et al. [
          <xref ref-type="bibr" rid="ref40">40</xref>
          ] fine-tuned the monolingual LaBSE and multilingual XLM-R models on
Marathi and Hindi data and discovered than the multilingual XLM-R model achieved the best
results. The other top-10 performing models submitted to HASOC-2021’s Marathi subtrack
included feature engineering approaches using word and character level n-grams [
          <xref ref-type="bibr" rid="ref41 ref42">41, 42</xref>
          ], an
LSTM model [
          <xref ref-type="bibr" rid="ref43">43</xref>
          ], as well as other transformer-based models, such as mBERT and DistilmBERT
[
          <xref ref-type="bibr" rid="ref44">44</xref>
          ]. However, these models failed to achieve performances on par with those models fine-tuned
on both Hindi and Marathi data.
3. HASOC-2022
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>3.1. Subtrack 3: Ofensive Language Identification in Marathi</title>
        <p>HASOC-2022 hosted three subtracks with subtracks 1 and 2 dealing with binary and
multiclass classification of German and the code-mixed language, Hinglish, respectively. Subtrack 3
focused on the automatic identification of ofensive language in Marathi. Subtrack 3 was further
divided into three additional subtracks.</p>
        <p>• Subtrack 3A: A binary classification task classifying posts into two classes: ofensive
(OFF), and non-ofensive (NOT).
• Subtrack 3B: A binary classification task identifying whether a post is either targeted
(TIN) or untargeted (UNT).
• Subtrack 3C: A more fine-grained classification task, whereby the previously identified</p>
        <p>TIN posts were further classified into individual (IND), group (GRP), or other (OTH).</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4. Data</title>
      <p>
        The data used for Subtrack 3 consisted of extracts taken from MOLD 2.0 [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ]. MOLD 2.0 is an
expansion of the original MOLD dataset (v1.0) [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]. It contains 3,600 tweets with an additional
1053 instances on top of the original instances provided by MOLD (v1.0) [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]. All instances were
annotated using the popular OLID taxonomy [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ] with additional information being provided
in regards to the target (level B) and target type (level C) of the ofensive or non-ofensive tweet.
The annotation was carried out by three native speakers of Marathi with an inter-annotator
agreement of 0.79 Cohen’s kappa across all instances.
      </p>
      <p>The MOLD 2.0 dataset was split into an 80/20 split between train and test sets, respectively.
An unequal number of ofensive (1067) and non-ofensive (2034) instances were provided to the
participating teams resulting in the label distribution shown in Table 1.</p>
      <p>A
OFF
OFF
OFF
OFF
NOT
All</p>
      <p>B
TIN
TIN
TIN
UNT
—</p>
      <p>C
IND
OTH
GRP
—
—</p>
      <p>Training</p>
      <p>Test</p>
      <p>Total</p>
    </sec>
    <sec id="sec-4">
      <title>5. Approaches</title>
      <sec id="sec-4-1">
        <title>5.1. Traditional</title>
        <p>
          In total, 8 out of the 10 participating teams submitted system reports for Subtrack 3. 10 teams
took part in Subtrack 3A, 7 in Subtrack 3B, and 6 in Subtrack 3C. System descriptions are
provided below.
ssncse_nlp Vani and Bharathi [
          <xref ref-type="bibr" rid="ref47">47</xref>
          ] used Scikit-learn’s CountVectorizer function [
          <xref ref-type="bibr" rid="ref48">48</xref>
          ] to
generate vectors of term/token counts. They fed these vectors as features into four types of traditional
classifier: RF, SVM, logistic regressor, and a KNN classifier. They discovered that their RF model
achieved the greatest performance and submitted this model for all three subtracks.
satlab Bestgen [
          <xref ref-type="bibr" rid="ref49">49</xref>
          ] submitted a simplified version of their previous model used for
HASOC2021 [
          <xref ref-type="bibr" rid="ref38">38</xref>
          ]. They trained a logistic regressor taken from the LIBLinear package [
          <xref ref-type="bibr" rid="ref50">50</xref>
          ] on several
character-level n-gram features. These features consisted of n-gram length, sentence position,
and BM25 frequency. All n-grams with a frequency of less than two and over five characters
in length were not considered. Feature scores were normalized per L2 regularization, and
parameter optimization was conducted using four-fold cross validation over several random
grid searches. This model was submitted to all three subtracks.
ml_ai_iiitranchi Kumari and Singh [
          <xref ref-type="bibr" rid="ref51">51</xref>
          ] experimented with a logisitic regressor, SVM, and
RF. They lemmatized each instance and trained their models on token frequencies obtained
using Scikit-learn’s TF-IDF-Vectorizer function [
          <xref ref-type="bibr" rid="ref48">48</xref>
          ]. Their logistic regressor surpassed the
performances of the other three models for Subtrack 3A, whereas their SVM achieved the best
performance for subtracks 3B and 3C. They submitted their best performing models to each of
the subtracks, respectively.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>5.2. Deep Learning</title>
        <p>
          optimize_prime Chavan et al. [
          <xref ref-type="bibr" rid="ref52">52</xref>
          ] compared the performances of various BERT-based
models taken from HuggingFace that have been pre-trained on Marathi data [
          <xref ref-type="bibr" rid="ref45">45</xref>
          ]: MuRIL [
          <xref ref-type="bibr" rid="ref53">53</xref>
          ],
MahaTweetBERT [
          <xref ref-type="bibr" rid="ref54">54</xref>
          ], MahaTweetBERT-Hateful [
          <xref ref-type="bibr" rid="ref54">54</xref>
          ], and MahaBERT [
          <xref ref-type="bibr" rid="ref55">55</xref>
          ]. They cleaned each
instance provided by the shared-task of placeholder texts, such as “@USER”, and removed hastags,
URLs, empty parentheses and new lines. Each instance was then automatically encoded and
then fed into each model. The AdamW optimizer was used during training with a learning rate
of 1e-5 and batch size of 32. The training was conducted over 25 epochs. The MahaTweetBERT
[
          <xref ref-type="bibr" rid="ref54">54</xref>
          ] outperformed all of models when trained on a combination of instances from HASOC-2021
[
          <xref ref-type="bibr" rid="ref38">38</xref>
          ] and HASOC-2022 [
          <xref ref-type="bibr" rid="ref36">36</xref>
          ]. This model was only submitted for Subtrack 3A.
hate-busters Ripoll et al. [56] treated Subtrack 3 as a multi-class classification problem instead
of a multi-label or several binary classification tasks, and attempted to predict all possible labels
at once (as shown in Table 1). They applied five and ten-fold cross validation by splitting the
training and test sets into n independent sets and trained an ensemble of n separate models. The
ifnal output label was derived from plurality voting. They tested two diferent types of model:
InfoXLM [57] and L3Cube [
          <xref ref-type="bibr" rid="ref55">55</xref>
          ]. The former being trained on cross-lingual representations of 100
languages, whereas the later being trained solely on Hindi and Marathi data. The more
languagespecific L3Cube model achieved the greatest performance in their ensemble architecture. This
ensemble was submitted for all three subtracks.
sakshi_hasoc Kalra et al. [58] fine-tuned mBERT [ 59], DistilmBERT [60], and MuRIL [
          <xref ref-type="bibr" rid="ref53">53</xref>
          ]
on a resampled version of the provided training set to compensate for the imbalance between
ofensive and non-ofensive instances. They oversampled the training set by including duplicates
of ofensive instances that made for a 0.5 ratio between the two labels. They achieved this using
the RandomOverSampler function in the imblearn library [61]. MuRIL was found to achieve
the best performance when trained over 4 epochs and set to a learning rate of 1e-4 and a batch
size of 4. They submitted this model to Subtrack 3A.
irlab@iitbhu Chanda et al. [62] removed usernames, punctuation, URLS, and emojis. They
then concatenated the tweet, its comments, and responses and fed these concatenated instances
into Fast.ai [63], being an of-the-shelf deep learning package. They submitted their Fast.ai
model to all three subtracks.
citk_isi Ghosh et al. [64] compared the performance of mBERT [59] and MahaBERT [
          <xref ref-type="bibr" rid="ref55">55</xref>
          ]
with the latter being pre-trained on the L3 Cube-MahaCorpus. Each model was trained with a
learning rate of 1e-5 and a batch size of 5 over 5 epochs. MahaBERT was found to outperform
mBERT and was submitted for all three subtracks.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>6. Results</title>
      <p>Team performances are displayed within tables 2 to 4 and are discussed throughout the following
section.</p>
      <p>
        Team ssncse_nlp [
        <xref ref-type="bibr" rid="ref47">47</xref>
        ] achieved the highest F1 of 0.974 for Subtrack 3A. Their RF model
surpassed the performance of several transformer-based models, optimize_prime [
        <xref ref-type="bibr" rid="ref52">52</xref>
        ] and
hate-busters [56], that came 2nd and 3rd place respectively. Other traditional approaches
also performed on par with deep learning approaches for this subtrack, with the logistic
regressors submitted by satlab [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ] and ml_ai_iiitranchi [
        <xref ref-type="bibr" rid="ref51">51</xref>
        ] achieving similar performances
to the transformer-based models provided by irlab@iitbhu [62] and citk_isi [64]. The size of
the provided dataset is a possible explanation. Deep learning approaches were likely unable
to infer useful feature representations that are able to diferentiate between ofensive and
non-ofensive instances, given that the provided dataset only contains 1067 ofensive and
2034 non-ofensive tweets. The submitted traditional approaches, on the other hand, were all
engineered with features, such as token frequency or character-level n-grams, that have been
proven to be useful for hate speech and ofensive language identification [
        <xref ref-type="bibr" rid="ref30 ref32 ref38">30, 32, 38</xref>
        ]. Those
deep learning approaches that did perform well, namely optimize_prime [
        <xref ref-type="bibr" rid="ref52">52</xref>
        ] and sakshi_hasoc
[58], also increased the amount of available training data by using augmented datasets. These
augmented datasets included data from HASOC-2021 [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ] or oversampled instances [58] that
likely increased their models’ ability to infer distinguishing features.
      </p>
      <p>
        Team hate-busters [56] came 1st place with an F1 of 0.921 for Subtrack 3B, closely followed
by satlab [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ] having achieved an F1 of 0.915. Team hate-busters was the only team that treated
all three subtracks as one multi-class classification problem and that adopted an ensemble
architecture. Their ensemble of L3Cude models in particular may be responsible for their
high performance, as their final target output labels were generated by averaging those of
multiple transformers trained on 10-folds. This is further supported by the performance of the
non-ensemble-based deep learning approaches submitted by irlab@iitbhu [62] and citk_isi [64],
with the latter team’s submission also being pre-trained on L3Cude data. These teams scored
drastically worst F1s of 0.5354 and 0.3073 respectively. However, the character-level n-gram
features used by satlab appeared to have performed equally as well as hate-busters’s ensemble.
The use of such features as n-gram length, sentence position, and BM25 frequency, were likely
able to identify character combinations or words, including pronouns, that are useful for the
identification of targeted instances [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ]. In addition, it appears that satlab did not remove meta
data, such as “@USER”, that would likewise have been beneficial; many of the other submissions
removed such data during their pre-processing [
        <xref ref-type="bibr" rid="ref52">52, 62</xref>
        ].
      </p>
      <p>
        The 1st, 2nd, and 3rd leading teams of Subtrack 3C all used traditional approaches. The
logistic regressor of satlab [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ] came first place with F1 of 0.9607, whilst the RF and SVM of
ssncse_nlp [
        <xref ref-type="bibr" rid="ref47">47</xref>
        ] and ml_ai_iiitranchi [
        <xref ref-type="bibr" rid="ref51">51</xref>
        ], came 2nd and 3rd place with F1s of 0.7929 and 0.7423
respectively. The deep learning approaches submitted to this subtrack all achieved inferior
performances with the ensemble submitted by hate-busters [56] attaining the best F1 of 0.7255
and the non-ensemble-based models submitted by irlab@iitbhu [62] and citk_isi [64] getting
noticeably worst F1s of 0.2891 and 0.2064 respectively. Traditional approaches were therefore
superior for Subtrack 3C. A highly likely explanation for this is once again the size of the
provided dataset. Subtrack 3C was a multi-class classification task, whereby models had to
diferentiate between three types of target for each instance: individual (IND), group (GRP),
or other (OTH). However, only 503 instances with an individual target, 157 instances with a
group target, and 80 instances with a target marked as other, were provided to the participating
teams (Table 1). A recommended approach for dealing with such small sample sizes is to apply
cross-lingual transfer learning for transformer-based models, such as training transformers on
large datasets in Hindi and applying said models to Marathi, as shown by the winning system
of HASOC-2021 [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ].
      </p>
    </sec>
    <sec id="sec-6">
      <title>7. Conclusion and Future Work</title>
      <p>
        This paper has described Subtrack 3 of HASOC-2022: Ofensive Language Identification in
Marathi. Subtrack 3 consisted of three additional subtracks for Marathi concerned with first
distinguishing between hateful and non-hateful tweets, and then identifying whether a tweet
had a target as well as its target type. In total, 10 teams submitted systems to this task and
those that submitted system reports have been described in Section 5. Team performances have
been listed and discussed in Section 6. In general, traditional approaches achieved the best
performances, especially for Subtrack 3C. A RF (ssncse_nlp) came 1st, 3rd, and 2nd place for
subtracks 3A, 3B and 3C respectively [
        <xref ref-type="bibr" rid="ref47">47</xref>
        ], and a logistic regressor trained on n-gram features
(satlab) came 2nd place for Subtrack 3B and 1st place for Subtrack 3C [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ]. Deep learning
approaches performed less well. However, those that that utilized an augmented dataset
(optimize_prime and sakshi_hasoc) [
        <xref ref-type="bibr" rid="ref52">52, 58</xref>
        ], or that had an ensemble architecture (hate-busters)
[56] outperformed those that used a singular pre-trained deep learning model (irlab@iitbhu
and citk_isi) [62, 64]. We believe this to be due to the small size of the provided dataset.
      </p>
      <p>Marathi continues to be an under-resourced language for many NLP-related tasks. Subtrack
3 aimed to encourage the development of ML models that were capable of performing well,
regardless of having a limited amount of available data. The results of Subtrack 3 indicate
that traditional approaches can still be efective when given a small training set. Nevertheless,
ensemble architectures and cross-lingual transfer learning would likely surpass the performance
of traditional approaches if said training sets were supplemented with additional instances in
Marathi or Hindi. We suspect these to become common approaches within future iterations of
this shared-task.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments References</title>
      <p>We would like to thank the teams referenced in this report for participating in the competition.
We further thank the organizers of the other HASOC tracks for their support.</p>
      <p>BERT Language Models, and Resources, in: Proceedings of the WILDRE-6, 2022.
[56] M. L. Ripoll, F. Hussan, J. Attieh, G. Collell, A. Bouchekif, Multi-Lingual Contextual Hate</p>
      <p>Speech Detection Using Transformer-Based Ensembles, in: Proceedings of FIRE, 2022.
[57] Z. Chi, L. Dong, F. Wei, N. Yang, S. Singhal, W. Wang, X. Song, X.-L. Mao, H. Huang,
M. Zhou, InfoXLM: An Information-Theoretic Framework for Cross-Lingual Language
Model Pre-Training, in: Proceedings of NAACL, 2021.
[58] S. Kalra, K. Maheshwari, S. Goel, Y. Sharma, Hate Speech Detection for Marathi Language</p>
      <p>Using Transformer Based BERT Variants, in: Proceedings of FIRE, 2022.
[59] J. Devlin, M.-W. Chang, K. Lee, K. Toutanova, BERT: Pre-training of Deep Bidirectional</p>
      <p>Transformers for Language Understanding, in: Proceedings of NAACL, 2019.
[60] V. Sanh, L. Debut, J. Chaumond, T. Wolf, DistilBERT, A Distilled Version of BERT: Smaller,</p>
      <p>Faster, Cheaper and Lighter, arXiv (2019).
[61] G. Lemaître, F. Nogueira, C. K. Aridas, Imbalanced-learn: A Python Toolbox to Tackle the
Curse of Imbalanced Datasets in Machine Learning, Journal of Machine Learning Research
18 (2017) 1–5.
[62] S. Chanda, S. D. Sheth, S. Pal, Coarse and Fine-Grained Conversational Hate Speech and
Ofensive Content Identification in Code-Mixed Languages using Fine-Tuned Multilingual
Embedding, in: Proceedings of FIRE, 2022.
[63] J. Howard, S. Gugger, Fastai: A Layered API for Deep Learning, Information 11 (2020) 108.
[64] K. Ghosh, A. Senapati, U. Garain, Baseline BERT models for Conversational Hate Speech
Detection in Code-mixed Hinglish - German utilizing Data Augmentation and Ofensive
Language Identification in Marathi, in: Proceedings of FIRE, 2022.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Karlsen</surname>
          </string-name>
          , T. Aalberg,
          <article-title>Social Media and Trust in News: An Experimental Study of the Efect of Facebook on News Story Credibility, Digital Journalism 0 (</article-title>
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>K. E.</given-names>
            <surname>Riehm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. A.</given-names>
            <surname>Feder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. N.</given-names>
            <surname>Tormohlen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. M.</given-names>
            <surname>Crum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Young</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. Green</surname>
            ,
            <given-names>L. R.</given-names>
          </string-name>
          <string-name>
            <surname>Pacek</surname>
            ,
            <given-names>L. N.</given-names>
          </string-name>
          <string-name>
            <surname>La</surname>
            <given-names>Flair</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mojtabai</surname>
          </string-name>
          ,
          <article-title>Associations Between Time Spent Using Social Media and Internalizing and Externalizing Problems Among US Youth, JAMA Psychiatry 76 (</article-title>
          <year>2019</year>
          )
          <fpage>1266</fpage>
          -
          <lpage>1273</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Bannink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Broeren</surname>
          </string-name>
          ,
          <string-name>
            <surname>P. M. van de Looij-Jansen</surname>
          </string-name>
          , F. G. de Waart, H. Raat,
          <article-title>Cyber and Traditional Bullying Victimization as a Risk Factor for Mental Health Problems and Suicidal Ideation in Adolescents, PLoS One 9 (</article-title>
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>L. P.</given-names>
            <surname>Dinu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.-B.</given-names>
            <surname>Iordache</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Uban</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <article-title>A Computational Exploration of Pejorative Language in Social Media</article-title>
          ,
          <source>in: Proceedings of EMNLP</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>H.</given-names>
            <surname>Rosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Pereira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ribeiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. C.</given-names>
            <surname>Ferreira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Carvalho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Oliveira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Coheur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Paulino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. V.</given-names>
            <surname>Simão</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Trancoso</surname>
          </string-name>
          , Automatic Cyberbullying Detection:
          <string-name>
            <given-names>A Systematic</given-names>
            <surname>Review</surname>
          </string-name>
          ,
          <source>Computers in Human Behavior</source>
          <volume>93</volume>
          (
          <year>2019</year>
          )
          <fpage>333</fpage>
          -
          <lpage>345</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Chelmis</surname>
          </string-name>
          , D.-S. Zois, Cyberbullying Ends Here:
          <article-title>Towards Robust Detection of Cyberbullying in Social Media</article-title>
          ,
          <source>in: Proceedings of WWW</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Shetty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. N.</given-names>
            <surname>Chaithali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Shetty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Varsha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Puthran</surname>
          </string-name>
          ,
          <string-name>
            <surname>Cyber-Bullying Detection</surname>
          </string-name>
          :
          <article-title>A Comparative Analysis of Twitter Data</article-title>
          , in: N. N. Chiplunkar, T. Fukao (Eds.),
          <source>Advances in Artificial Intelligence and Data Engineering</source>
          , Springer Singapore, Singapore,
          <year>2021</year>
          , pp.
          <fpage>841</fpage>
          -
          <lpage>855</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Aldera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Emam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Al-Qurishi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Alrubaian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Alothaim</surname>
          </string-name>
          ,
          <article-title>Online extremism detection in textual content: A systematic literature review</article-title>
          ,
          <source>IEEE Access 9</source>
          (
          <year>2021</year>
          )
          <fpage>42384</fpage>
          -
          <lpage>42396</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>I.</given-names>
            <surname>Kwok</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          , Locate the Hate:
          <article-title>Detecting Tweets against Blacks</article-title>
          ,
          <source>in: Proceedings of AAAI</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tulkens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Hilte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Lodewyckx</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Verhoeven</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Daelemans</surname>
          </string-name>
          ,
          <article-title>A Dictionary-based Approach to Racism Detection in Dutch Social Media</article-title>
          ,
          <source>in: Proceedings of TA-COS</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>John</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Glendenning</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Marchant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Montgomery</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Stewart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wood</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lloyd</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hawton</surname>
          </string-name>
          , Self-Harm,
          <article-title>Suicidal Behaviours, and Cyberbullying in Children and Young People: Systematic Review</article-title>
          ,
          <source>Journal of Medical Internet Research</source>
          <volume>20</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M. L.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Burnap</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Javed</surname>
          </string-name>
          , H. Liu,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ozalp</surname>
          </string-name>
          ,
          <article-title>Hate in the Machine: Anti-Black and Anti-Muslim Social Media Posts as Predictors of Ofline Racially and Religiously Aggravated Crime</article-title>
          ,
          <source>The British Journal of Criminology</source>
          <volume>60</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Akins</surname>
          </string-name>
          ,
          <article-title>Facebook's Oversight Board Overrules 4 Hate Speech</article-title>
          , Misinformation Takedowns,
          <source>SNL Kagan Media and Communications Report</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K.</given-names>
            <surname>Dinakar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Reichart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lieberman</surname>
          </string-name>
          ,
          <article-title>Modeling the Detection of Textual Cyberbullying</article-title>
          ,
          <source>in: Proceedings of ICWSM</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <article-title>Detecting Ofensive Language in Social Media to Protect Adolescent Online Safety</article-title>
          ,
          <source>in: Proceedings of ASE</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Salminen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Almerekhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Milenkovic</surname>
          </string-name>
          , S.-g. Jung,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jisun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kwak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. J.</given-names>
            <surname>Jansen</surname>
          </string-name>
          , Anatomy of Online Hate:
          <article-title>Developing a Taxonomy and Machine Learning Models for Identifying and Classifying Hate in Online News Media</article-title>
          ,
          <source>in: Proceedings of ICWSM</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>J.-M. Xu</surname>
            ,
            <given-names>K.-S.</given-names>
          </string-name>
          <string-name>
            <surname>Jun</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Bellmore</surname>
          </string-name>
          ,
          <article-title>Learning from Bullying Traces in Social Media</article-title>
          ,
          <source>in: Proceedings of NAACL</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>M.</given-names>
            <surname>Dadvar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Trieschnigg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ordelman</surname>
          </string-name>
          , F. de Jong,
          <article-title>Improving Cyberbullying Detection with User Context</article-title>
          ,
          <source>in: Proceedings of ECIR</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>C.</given-names>
            <surname>Nobata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tetreault</surname>
          </string-name>
          , A. Thomas,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Mehdad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <article-title>Abusive Language Detection in Online User Content</article-title>
          ,
          <source>in: Proceedings of WWW</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>K.</given-names>
            <surname>Nugroho</surname>
          </string-name>
          , E. Noersasongko, Purwanto, Muljono,
          <string-name>
            <given-names>A. Z.</given-names>
            <surname>Fanani</surname>
          </string-name>
          , Afandy,
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Basuki</surname>
          </string-name>
          ,
          <article-title>Improving Random Forest Method to Detect Hatespeech and Ofensive Word</article-title>
          ,
          <source>in: Proceedings of ICOIACT</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>B.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          , YNU_Wb at HASOC 2019:
          <article-title>Ordered Neurons LSTM with Attention for Identifying Hate Speech and Ofensive Language</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Bashar</surname>
          </string-name>
          , R. Nayak, QutNocturnal at HASOC 2019:
          <article-title>CNN for Hate Speech and Ofensive Content Identification in Hindi Language</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>P.</given-names>
            <surname>Saha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mathew</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Mukherjee,
          <article-title>HateMonitors: Language Agnostic Abuse Detection in Social Media</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>H.</given-names>
            <surname>Hettiarachchi</surname>
          </string-name>
          , T. Ranasinghe,
          <article-title>Emoji Powered Capsule Network to Detect Type and Target of Ofensive Posts in Social Media</article-title>
          ,
          <source>in: Proceedings of RANLP</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Lahiri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Ojha</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Bansal, ComMA at HASOC 2020:
          <article-title>Exploring Multilingual Joint Training across diferent Classification Tasks</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>T.</given-names>
            <surname>Ranasinghe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hettiarachchi</surname>
          </string-name>
          , BRUMS at HASOC 2019:
          <article-title>Deep Learning Models for Multilingual Hate Speech and Ofensive Language Identification</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>D.</given-names>
            <surname>Sarkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ranasinghe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ororbia</surname>
          </string-name>
          ,
          <article-title>fBERT: A Neural Transformer for Identifying Ofensive Content</article-title>
          ,
          <source>in: Proceedings of EMNLP Findings</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Ojha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          , Benchmarking Aggression Identification in Social Media,
          <source>in: Proceedings of TRAC</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Farra</surname>
          </string-name>
          , R. Kumar, SemEval
          <article-title>-2019 Task 6: Identifying and Categorizing Ofensive Language in Social Media (OfensEval)</article-title>
          ,
          <source>in: Proceedings of SemEval</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <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>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dave</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mandlia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <article-title>Overview of the HASOC Track at FIRE 2019: Hate Speech and Ofensive Content Identification in Indo-European languages</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>V.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Fersini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nozza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M. R.</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          , Semeval
          <article-title>-2019 Task 5: Multilingual Detection of Hate Speech against Immigrants and Women in Twitter</article-title>
          ,
          <source>in: Proceedings of SemEval</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <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: Proceedings of FIRE</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Atanasova</surname>
          </string-name>
          , G. Karadzhov,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mubarak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Derczynski</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z</surname>
          </string-name>
          . Pitenis, c. Çöltekin, SemEval-2020
          <source>Task</source>
          <volume>12</volume>
          :
          <article-title>Multilingual Ofensive Language Identification in Social Media (OfensEval 2020)</article-title>
          , in: Proceedings of SemEval,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Ojha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          , Evaluating Aggression Identification in Social Media,
          <source>in: Proceedings of TRAC</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gaikwad</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>
          ,
          <string-name>
            <given-names>C. M.</given-names>
            <surname>Homan</surname>
          </string-name>
          ,
          <article-title>Cross-lingual Ofensive Language Identification for Low Resource Languages: The Case of Marathi</article-title>
          ,
          <source>in: Proceedings of RANLP</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>S.</given-names>
            <surname>Satapara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <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>H.</given-names>
            <surname>Madhu</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>
          , K. North,
          <string-name>
            <given-names>D.</given-names>
            <surname>Premasiri</surname>
          </string-name>
          ,
          <article-title>Overview of the HASOC Subtrack at FIRE 2022: Hate Speech and Ofensive Content Identification in English and Indo-Aryan Languages</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Ojha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          , D. Kadar (Eds.),
          <source>Proceedings of the Third Workshop on Threat, Aggression and Cyberbullying (TRAC</source>
          <year>2022</year>
          ),
          <article-title>Association for Computational Linguistics</article-title>
          , Gyeongju, Republic of Korea,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <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>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nene</surname>
          </string-name>
          , K. North, T. Ranasinghe,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <article-title>Transformer Models for Ofensive Language Identification in Marathi</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>A.</given-names>
            <surname>Glazkova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kadantsev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Glazkov</surname>
          </string-name>
          ,
          <article-title>Fine-tuning of Pre-trained Transformers for Hate, Ofensive, and Profane Content Detection in English and Marathi</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bestgem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A</given-names>
            <surname>Simple</surname>
          </string-name>
          Language
          <article-title>-agnostic yet Very Strong Baseline System for Hate Speech and Ofensive Content Identification</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>Y.</given-names>
            <surname>HaCohen-Kerner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Uzan</surname>
          </string-name>
          , Detecting Ofensive Language in English, Hindi, and
          <article-title>Marathi using Classical Supervised Machine Learning Methods and Word/Char N-grams</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>A.</given-names>
            <surname>Velankar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Patil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Salunke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <article-title>Hate and Ofensive Speech Detection in Hindi and Marathi</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bhatia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. S.</given-names>
            <surname>Bhotia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ramesh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Shridhar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Laumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dash</surname>
          </string-name>
          , One to Rule Them All:
          <article-title>Towards Joint Indic Language Hate Speech Detection</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ranasinghe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chaudhari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gaikwad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Krishna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Nene</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Paygude</surname>
          </string-name>
          ,
          <article-title>Predicting the Type and Target of Ofensive Social Media Posts in Marathi</article-title>
          ,
          <source>Social Network Analysis and Mining</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <fpage>77</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Farra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Predicting the Type and Target of Ofensive Posts in Social Media</article-title>
          ,
          <source>in: Proceedings of NAACL</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>D.</given-names>
            <surname>Vani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Bharathi</surname>
          </string-name>
          ,
          <article-title>Hate Speech and Ofensive Content Identification in Multiple Languages using Machine Learning Algorithms</article-title>
          , in: Proceedings of FIRE,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>F.</given-names>
            <surname>Pedregosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Varoquaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gramfort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Michel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Thirion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Grisel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Blondel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Prettenhofer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Weiss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dubourg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Vanderplas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Passos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cournapeau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Brucher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Perrot</surname>
          </string-name>
          , E. Duchesnay,
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          ,
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bestgen</surname>
          </string-name>
          ,
          <article-title>Confirming the Efectiveness of a Simple Language-Agnostic yet Very Strong System for Hate Speech and Ofensive Content Identification</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [50]
          <string-name>
            <surname>R.-E. Fan</surname>
            ,
            <given-names>K.-W.</given-names>
          </string-name>
          <string-name>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-J. Hsieh</surname>
            ,
            <given-names>X.-R.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-J. Lin</surname>
          </string-name>
          ,
          <article-title>Liblinear: A library for large linear classification</article-title>
          ,
          <source>Journal of Machine Learning Research</source>
          <volume>9</volume>
          (
          <year>2008</year>
          )
          <fpage>1871</fpage>
          -
          <lpage>1874</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          [51]
          <string-name>
            <given-names>K.</given-names>
            <surname>Kumari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Machine Learning Approach for Hate Speech and Ofensive Content Identification in English and Indo Aryan Code-Mixed Languages</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          [52]
          <string-name>
            <given-names>T.</given-names>
            <surname>Chavan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Patankar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kane1</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Gokhale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Twitter</given-names>
            <surname>BERT</surname>
          </string-name>
          <article-title>Approach for Ofensive Language Detection in Marathi</article-title>
          ,
          <source>in: Proceedings of FIRE</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          [53]
          <string-name>
            <given-names>S.</given-names>
            <surname>Khanuja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Bansal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mehtani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Khosla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Gopalan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. K.</given-names>
            <surname>Margam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Aggarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. T.</given-names>
            <surname>Nagipogu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dave</surname>
          </string-name>
          , et al.,
          <article-title>Muril: Multilingual Representations for Indian languages</article-title>
          , arXiv (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          [54]
          <string-name>
            <given-names>S.</given-names>
            <surname>Patankar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Gokhale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chavan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Joshi</surname>
          </string-name>
          , Spread Love Not Hate:
          <article-title>Undermining the Importance of Hateful Pre-training for Hate Speech Detection</article-title>
          , arXiv (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>R.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <article-title>L3Cube-MahaCorpus and</article-title>
          <string-name>
            <surname>MahaBERT: Marathi Monolingual</surname>
            <given-names>Corpus</given-names>
          </string-name>
          , Marathi
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>