<!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>A Twitter BERT Approach for Ofensive Language Detection in Marathi</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tanmay Chavan</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shantanu Patankar</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aditya Kane</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Omkar Gokhale</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Raviraj Joshi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Institute of Technology Madras</institution>
          ,
          <addr-line>Chennai</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>L3Cube</institution>
          ,
          <addr-line>Pune</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Pune Institute of Computer Technology</institution>
          ,
          <addr-line>Pune</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <fpage>9</fpage>
      <lpage>13</lpage>
      <abstract>
        <p>Automated ofensive language detection is essential in combating the spread of hate speech, particularly in social media. This paper describes our contribution to the HASOC 2022 Shared Task on Ofensive Language Identification in Marathi (Subtask-3A), which handles this crucial task of ofensive speech detection in the Marathi Language. In this task, we have to classify a tweet as ofensive or non-ofensive. We evaluate diferent mono-lingual and multi-lingual BERT models on this classification task, focusing on BERT models pre-trained with social media datasets. We compare the performance of MuRIL, MahaTweetBERT, MahaTweetBERT-Hateful, and MahaBERT on HASOC 2022 and a combination of HASOC 2021 and HASOC 2022 Marathi datasets. The MahaTweetBERT, a BERT model, pre-trained on Marathi tweets when fine-tuned on the combined dataset (HASOC 2021 + HASOC 2022), outperforms all models with an F1 score of 95.88 on the HASOC 2022 test set.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Transformers</kwd>
        <kwd>Hate speech detection</kwd>
        <kwd>Marathi BERT</kwd>
        <kwd>Marathi Tweet BERT</kwd>
        <kwd>HASOC 2022</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        we focus on Marathi Twitter BERT models and show their superior performance. We evaluate
the performance of MuRIL, MahaTweetBERT, MahaTweetBERT-Hateful [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and MahaBERT
on HASOC 2022 and a combination of HASOC 2021 and HASOC 2022 datasets. We provide a
detailed analysis of the performance of various mono-lingual and multi-lingual models on the
two datasets and reflect on the shortcomings of the models.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Since the advent of social media, detecting ofensive language has become an imperative task.
Earlier works like Chen et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] used a lexical analysis approach to detect hate speech. Later
works like Kumar et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] present a more traditional machine learning-based approach for hate
speech detection using feature engineering and models like support vector machines. Aroyehun
and Gelbukh [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] uses word embeddings from word2vec, Glove, SSWE, and fastText and uses
seven deep learning models, including CNNs, LSTMs, and Bi-LSTMs to detect hate speech from
Facebook posts. The introduction of the attention layer and transformers in Vaswani et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
has led to the emergence of various transformer architectures like BERT [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. These transformers
can be fine-tuned on downstream tasks like hate speech to yield exceptional results. There has
been some research studying the efect of contextual or domain-specific pre-training. HateBERT
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], and FBERT [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] are BERT models pre-trained on specially curated hate speech data. Both
models obtain better results than merely fine-tuning vanilla BERT on a target hate speech
dataset.
      </p>
      <p>
        While much work is available in high-resource languages like English or German,
ofensive language detection in low-resource languages is relatively less explored. Social media
apps’ measures to reduce ofensive language are generally limited to high-resource languages.
Velankar et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and Gaikwad et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] demonstrate several challenges and limitations
faced while performing ofensive language detection in Marathi. These limitations warrant
a more in-depth study in this particular domain. Multilingual models like MuRIL[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] have
been known to perform well on hate speech datasets. However some recent works [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] in
Marathi show that Monolingual models like MahaBERT[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] achieve better results than their
multilingual counterparts. A much larger corpus consisting of 25000 distinct tweets named
L3Cube-MahaHate for hate speech identification for Marathi was proposed in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. In our
approach, we fine-tune MuRIL, MahaTweetBERT, MahaTweetBERT-Hateful, and MahaBERT on
a combination of HASOC 2022 [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], HASOC 2021 [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], and HASOC 2020 data. Both of which
are ofensive language detection datasets in Marathi.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset</title>
      <p>3.1. HASOC 2022
We fine-tune our models on two sets of data. The first dataset consists of the HASOC 2022
training data. The second dataset is a combination of HASOC 2021 and HASOC 2022 data.
The HASOC 2022 dataset consists of text from social media. The data points are labeled as
ofensive and not ofensive. We use 70% of the training data to train the model and 30% of the
data for validation. The data consists of 3096 data points. Out of these, 2034 are ofensive, and
1062 are non-ofensive.</p>
      <p>Offensive and Non-offensive</p>
      <p>Offensive</p>
      <p>Non-offensive
3000
2000
1000
0</p>
      <p>HASOC 2021(3,096)</p>
      <p>HASOC 2021 + HASOC 2022 (4,242)
3.2. HASOC 2021 + HASOC 2022
The HASOC 2021 dataset consists of text obtained from Twitter. The tweets are categorized as
ofensive and non-ofensive. There is a total of 1874 tweets in the dataset. Of these, 1205 are
ofensive, and 669 are non-ofensive. We combine this with the HASOC 2022 data and use the
combined dataset for fine-tuning.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments</title>
      <p>We experiment with several models in the course of our experiments. We choose to use
BERTbased models as they have shown promising results for text classification. Pre-training these
models on large datasets has proven to yield outstanding results on downstream classification
tasks in the same language. We describe our methods below.</p>
      <sec id="sec-4-1">
        <title>4.1. Data Preprocessing</title>
        <p>We preprocessed the data to obtain better results on the classification task. Although the dataset
was significantly clean, we performed cleaning operations to ensure the ideal conditions of the
data. The provided dataset had redacted username mentions in the tweets and replaced them
with the placeholder text ’@USER’ to protect the identity of the original author of the tweets.
We chose to remove the placeholder texts. Our preprocessing methods also cleaned any newline
hashtags, URLs, empty parentheses, and newline characters.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Model training</title>
        <p>
          We use the HuggingFace [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] framework for using the models. All the tweets were tokenized
by the tokenizer specified by the model before being used by the model. The tokenized text
was used by the model backbone. The model’s output was then processed through a fully
connected feed-forward network layer. We finally used softmax. The models used in this work
are described below.
        </p>
        <p>
          • MuRIL is a BERT-based model pre-trained on a large multilingual dataset encompassing
several Indian languages.
• MahaTweetBERT 1 [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] is a BERT-based model pre-trained on a large monolingual
dataset containing tweets written in the Marathi language.
• MahaTweetBERT-Hateful 2 is a model which is trained exclusively on hateful Marathi
tweets.
• MahaBERT 3 [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] is a BERT model pre-trained on a large Marathi dataset containing
725 million tokens.
        </p>
        <p>All of these models are freely available on HuggingFace.</p>
        <p>We have used two datasets for training our models. We used the HASOC 2022 dataset and
another combined dataset containing samples from the HASOC 2022 dataset and the HASOC
2021 dataset. We performed a split on the HASOC 2022 training dataset to obtain the validation
dataset. We recorded the results of our experiments, presented in Table 2. We used the metric
of macro F1 score as implemented in the scikit-learn module to remain in line with the oficial
metric. We can see that the MahaTweetBERT model seems to perform very well on both
datasets.</p>
        <p>We have used the AdamW optimizer with a learning rate of 1e-5 and batch size of 32. We
trained the models for 25 epochs. The hyperparameter values and number of epochs remain
the same across all the models to maintain consistency between diferent results.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>We hereby present our results for the HASOC 2022 shared task. We report macro-F1 scores
to get a clear idea of the performance of models. Our results on the validation split of the
1MahaTweetBERT link: https://huggingface.co/l3cube-pune/marathi-tweets-bert
2MahaTweetBERT-Hateful link: https://huggingface.co/l3cube-pune/marathi-tweets-bert-hateful
3MahaBERT link: https://huggingface.co/l3cube-pune/marathi-bert-v2
HASOC-22 dataset are presented in Table 2. Moreover, our final submissions to the competition
with their scores on the test split are shown in Table 3.</p>
      <p>We make some key observations from the results. We also spot some interesting patterns
that might help in future work.</p>
      <p>1. Combined HASOC dataset performs considerably better than only HASOC-22
dataset: We see that the combined dataset, HASOC-22, and HASOC-21, when used
to train the models, outperforms the performance obtained when trained only on the
HASOC-22 dataset. Although expected, this result shows that the language models have
not reached their saturation point and can be scaled even further to larger data corpora.
2. MahaTweetBERT outperforms other models: MahaTweetBERT is a model pre-trained
on a large corpus of Marathi tweets. We observe that this model outperforms all other
models in terms of Macro F1. We speculate this is because the downstream dataset,
the HASOC-22 dataset, has a high correlation with the pre-training dataset, which is
comprised of Marathi Tweets. This shows the importance of domain-specific pre-training
in NLProc.
3. Both models have the same incorrect examples: The model trained on the combined
dataset and the one trained only on the HASOC-22 dataset incorrectly predict the same
set of examples. The model trained on the smaller dataset has other incorrectly predicted
examples.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In this paper, we evaluate the performance of various models on the HASOC 2022 and a
combined version of the HASOC 2021 and 2022 datasets to observe the ability of our models
to detect hate speech in Marathi. We fine-tune models like MuRIL, MahaTweetBERT, and a
domain-specific model, MahaTweetBERT-Hateful, pre-trained on 1 million hateful data samples
on both datasets. Our experiments show that the models fine-tuned on the combined dataset
perform significantly better. The MahaTweetBERT, pre-trained on 40 million Marathi tweets,
outperforms all the other models. We observe that models fine-tuned on both datasets fail to
classify some common sentences correctly. In the future, we would like to investigate the reason
for this phenomenon.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>This work was done under the L3Cube Pune mentorship program. We would like to express
our gratitude towards our mentors at L3Cube for their continuous support and encouragement.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wiegand</surname>
          </string-name>
          ,
          <article-title>A survey on hate speech detection using natural language processing</article-title>
          ,
          <source>in: Proceedings of the Fifth International Workshop on Natural Language Processing for Social Media</source>
          , Association for Computational Linguistics, Valencia, Spain,
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . URL: https://aclanthology.org/W17-1101. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>W17</fpage>
          -1101.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Naslund</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bondre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Torous</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. A.</given-names>
            <surname>Aschbrenner</surname>
          </string-name>
          ,
          <article-title>Social media and mental health: benefits, risks, and opportunities for research and practice</article-title>
          ,
          <source>Journal of technology in behavioral science 5</source>
          (
          <year>2020</year>
          )
          <fpage>245</fpage>
          -
          <lpage>257</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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>
          , in: FIRE 2022:
          <article-title>Forum for Information Retrieval Evaluation, Virtual Event</article-title>
          ,
          <fpage>9th</fpage>
          -13th
          <source>December</source>
          <year>2022</year>
          , ACM,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>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>
          ,
          <article-title>Spread love not hate: Undermining the importance of hateful pre-training for hate speech detection</article-title>
          ,
          <source>arXiv preprint arXiv:2210.04267</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <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: 2012 International Conference on Privacy, Security, Risk and Trust and 2012 International Confernece on Social Computing, IEEE</source>
          ,
          <year>2012</year>
          , pp.
          <fpage>71</fpage>
          -
          <lpage>80</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <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>
          ,
          <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>
          ,
          <year>2018</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S. T.</given-names>
            <surname>Aroyehun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Aggression detection in social media: Using deep neural networks, data augmentation, and pseudo labeling</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Trolling, Aggression and Cyberbullying (TRAC-2018)</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>90</fpage>
          -
          <lpage>97</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          , Ł. Kaiser,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          ,
          <article-title>Attention is all you need</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>30</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mitrović</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Granitzer</surname>
          </string-name>
          , Hatebert:
          <article-title>Retraining bert for abusive language detection in english</article-title>
          , arXiv preprint arXiv:
          <year>2010</year>
          .
          <volume>12472</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <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>arXiv preprint arXiv:2109.05074</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <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>R.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <article-title>A review of challenges in machine learning based automated hate speech detection</article-title>
          ,
          <source>arXiv preprint arXiv:2209.05294</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S. 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.</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 the International Conference on Recent Advances in Natural Language Processing (RANLP</source>
          <year>2021</year>
          ), INCOMA Ltd.,
          <string-name>
            <surname>Held</surname>
            <given-names>Online</given-names>
          </string-name>
          ,
          <year>2021</year>
          , pp.
          <fpage>437</fpage>
          -
          <lpage>443</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          . ranlp-
          <volume>1</volume>
          .
          <fpage>50</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <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>
          ,
          <source>arXiv preprint arXiv:2103.10730</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <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>R.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <article-title>Mono vs multilingual bert for hate speech detection and text classification: A case study in marathi</article-title>
          ,
          <source>arXiv preprint arXiv:2204.08669</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>R.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <article-title>L3Cube-MahaCorpus and MahaBERT: Marathi monolingual corpus, Marathi BERT language models, and resources</article-title>
          ,
          <source>in: Proceedings of the WILDRE-6 Workshop within the 13th Language Resources and Evaluation Conference</source>
          , European Language Resources Association, Marseille, France,
          <year>2022</year>
          , pp.
          <fpage>97</fpage>
          -
          <lpage>101</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          .wildre-
          <volume>1</volume>
          .
          <fpage>17</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>H.</given-names>
            <surname>Patil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Velankar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <article-title>L3cube-mahahate: A tweet-based marathi hate speech detection dataset and bert models</article-title>
          ,
          <source>in: Proceedings of the Third Workshop on Threat, Aggression and Cyberbullying (TRAC</source>
          <year>2022</year>
          ),
          <year>2022</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>T.</given-names>
            <surname>Ranasinghe</surname>
          </string-name>
          , K. North,
          <string-name>
            <given-names>D.</given-names>
            <surname>Premasiri</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Zampieri, Overview of the HASOC subtrack at FIRE 2022: Ofensive Language Identification in Marathi</article-title>
          , in: Working Notes of FIRE 2022 -
          <article-title>Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <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>H.</given-names>
            <surname>Madhu</surname>
          </string-name>
          ,
          <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>J.</given-names>
            <surname>Schäfer</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>D.</given-names>
            <surname>Nandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Jaiswal</surname>
          </string-name>
          ,
          <article-title>Overview of the HASOC subtrack at FIRE 2021: Hate Speech and Ofensive Content Identification in English and Indo-Aryan Languages</article-title>
          , in: Working Notes of FIRE 2021 -
          <article-title>Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>T.</given-names>
            <surname>Wolf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Debut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sanh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chaumond</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Delangue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cistac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Rault</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Louf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Funtowicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Davison</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shleifer</surname>
          </string-name>
          , P. von Platen, C. Ma,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jernite</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Plu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. Le</given-names>
            <surname>Scao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gugger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Drame</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Lhoest</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rush</surname>
          </string-name>
          , Transformers:
          <article-title>State-of-the-art natural language processing</article-title>
          ,
          <source>in: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>38</fpage>
          -
          <lpage>45</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .emnlp-demos.6. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .emnlp-demos.
          <volume>6</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>