<!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>Alejandro Mosquera at DETOXIS 2021:</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>ro Mosqu</string-name>
          <email>alejandro.mosquera@broadcom.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Broadcom Corporation</institution>
          ,
          <addr-line>1320 Ridder Park Drive San Jose, 95131 California</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents the system submitted to the DETOXIS 2021 challenge for detecting toxicity in Spanish social media texts. The chosen approach relies on an ensemble of di erent neural network architectures including thread and topic features as side information. For sub-task 1, we have also applied machine translation in order to reuse linguistic resources from other languages such as English. Our best submission scored 0.569 F1 in the test set, ranking 6th out of 31 competing teams.</p>
      </abstract>
      <kwd-group>
        <kwd>Toxicity detection • Spanish • Social Media • Machine translation • Text Normalization • Deep learning • Capsule networks</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>News websites allow million of users to share and discuss their opinions publicly
in near real-time every day. Such large reach and constantly increasing user base
present challenges for content moderation teams, which not only need to ght
a liate and cyber-crime operators but also less traditional forms of messaging
abuse such as the spread of hate, propaganda and fake news.</p>
      <p>
        While social media platforms are under increasingly pressure to swiftly deal
with the spread of toxic content, the use of over-aggressive ltering models and
the under-representation of certain user groups in the training data can also have
negative consequences if false positives happen at large scale [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
      </p>
      <p>
        Because of the aforementioned reasons, the automatic detection of toxic
language in social media has received growing attention from the NLP research
community in the last few years, which is also re ected in the number of public
evaluations and resources recently focused on this area: e.g. HASOC [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] for hate
speech and aggressive content, TRAC [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] for identifying aggression, HatEval [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
for detecting hate speech against women and immigrants, O ensEval-2019 [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]
and O ensEval-2020 [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], both for identifying and categorizing o ensive
language.
      </p>
      <p>
        This paper evaluates our participation in the shared task DETOXIS [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] of
IberLEF-2021 for the subtask 1: Toxicity detection of Spanish comments posted
in response to news articles related to immigration, using an ensemble of neural
networks. The rest of the document is organised as follows: In section 2, related
work is reviewed. In Section 3 we describe our system and approach. In Section
4 we evaluate the obtained results. Finally, in Section 5 we draw our conclusions
and outline potential future work.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Best performing approaches for toxicity detection follow the recent advances in
neural networks for NLP: Liu et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and Zhu et al. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] leveraged bidirectional
transformers by ne-tuning BERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] embeddings. Earlier architectures such as
convolutional neural networks (CNN) and bidirectional LSTMs (bi-LSTMs) can
also obtain strong results [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] when paired with pre-trained embeddings such as
FastText [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], GloVe [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] or word2vec [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Finally, combining di erent models
and features helps reducing bias and variance, examples are voting ensembles
[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] and stacked generalization [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>System</title>
    </sec>
    <sec id="sec-4">
      <title>Description</title>
      <p>Since the rst sub-task was only focused on determining if a comment is either
toxic or not, we have treated it as a binary classi cation problem.
3.1</p>
      <sec id="sec-4-1">
        <title>Pre-processing</title>
        <p>
          Social media texts usually contain informal lexical variants and out-of-vocabulary
words which can be di cult to understand not only for humans but also for
NLP tools and applications [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. For this reason, we have applied a text
normalization lter in order to reduce out-of-vocabulary words (OOV) by using a
lexical normalization dictionary which is recursively combined with shortening
and lengthening rules [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
3.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Data Augmentation</title>
        <p>
          Data augmentation is a popular technique that can increase the volume and
diversity of the training data for many applications including NLP [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. While
we have only used the NewsCom-TOX dataset provided by the organization for
training purposes, in order to reuse publicly available pre-trained resources for
the English language we have also generated a parallel dataset in English by
using the Google Translate API.
3.3
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>Models</title>
        <p>
          The list of models that our system comprises of is as follows:
{ capsule es Neural network with a capsule network architecture [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] using
        </p>
        <p>
          SBWC [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] i25 GloVe Spanish embeddings.
{ capsule en Neural network with a capsule network architecture using GloVe
840B-300d English embeddings.
{ detox orig Detoxify original [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], a pre-trained BERT model that detects
toxicity in English texts.
{ detox unb Detoxify unbiased, a pre-trained RoBERTa [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] model that
recognizes toxicity in English texts and minimizes unintended biases with
respect to mentions of identities.
{ detox multi Detoxify multilingual, a pre-trained XLM [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] model that
detects toxicity in English texts.
{ detox multi es Detoxify multilingual, a pre-trained XLM model that
detects toxicity in Spanish texts.
{ spacylr Logistic regression model trained using Spacy [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] Spanish
embeddings.
3.4
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>Side Information</title>
        <p>In addition to the actual comments, non-textual metadata was made available as
part of the training dataset such as topic, thread id, comment id and reply to.
These were used in order to engineer extra features for the stacking model as
side information:
{ topic words max The maximum word-wise toxicity score in a comment
after averaging all the capsule es model probabilities of the individual words
across the training data by topic.
{ topic words avg The average word-wise toxicity score in a comment after
averaging all the capsule es model probabilities of the individual words across
the training data by topic.
{ avg group tox The average toxicity score determined by the capsule es
model for all the comments with the same thread id.</p>
        <p>Since there was no topic information in the test dataset, we have considered it as
a separate topic when computing the features above. Although inaccurate (the
test data had comments from the same set of topics as train) it did not impact
negatively in the nal results.
3.5</p>
      </sec>
      <sec id="sec-4-5">
        <title>Stacking Model</title>
        <p>
          Due the relatively small amount of training data in the NewsCom-TOX corpus
(less than 4000 samples, only 1147 positive) we went for an stacked generalization
strategy, where the soft probabilities calculated from several models are used
as features with the original labels against the stacking model. This not only
reduces the computing resources needed in order to tune hyperparameters and
perform cross-validation, but can also achieve competitive results even with just
pre-trained models [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>Our stacking model was logistic regression with a custom threshold of 0.32,
which was determined via cross-validation. The latter was required because of
the class imbalance and the unusual evaluation metric used in this sub-task
(F1 of the toxicity class rather than micro or macro averages) which favours
aggressive models towards the positive class.</p>
        <p>The most important features by considering the regression coe cients can
be seen at Figure 1. From there we can determine that capsule networks and
avg group tox are the strongest features for detecting the toxic and non-toxic
class respectively.
Our toxicity detection system obtained promising results as shown in Table 1:
It ranked 6th/31, with a di erence in F1 of only 0.077 when compared against
the winning system. It is also worth mentioning that only 16 systems (out of
31) achieved better F1 score than the AllToxic benchmark, which highlights the
di culty of this sub-task for the chosen evaluation metric.</p>
        <p>System F1 Toxic Model F1 Toxic Model F1 Toxic
SINAI (best) 0.6461 capsule es 0.5040 capsule es 0.5168
Alejandro Mosquera 0.5691 capsule en 0.4872 capsule en 0.5299
AllToxic 0.4231 spacylr 0.4833 spacylr 0.5156
RandomClassi er 0.3760 detox unb 0.4117 detox unb 0.4671
ChainBOW 0.3746 detox multi 0.4053 detox multi 0.4430
BOWClassi er 0.1837 detox multi es 0.3887 detox multi es 0.4209
detox orig 0.3542 detox orig 0.4237</p>
        <p>Alejandro Mosquera 0.5813</p>
        <p>With regards to our individual models, we can observe that they are weaker,
only 3 out of 7 would beat the AllToxic baseline, and exhibit higher variance
between train and test scores than the nal stacking ensemble. However, a
postworkshop analysis showed that removing the weakest models would have not
improved the nal score.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>In this paper we describe the system for detecting toxicity in Spanish social
media texts engineered for DETOXIS 2021 sub-task 1. Since the amount of training
data was relatively small, di erent strategies were applied in order to overcome
this limitation, such as performing data augmentation through machine
translation and leveraging pre-trained models using larger toxicity datasets. Our best
submission was a logistic regression ensemble using neural network predictions
and side information features extracted from thread and topic metadata.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fersini</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nozza</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pardo</surname>
            ,
            <given-names>F.M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanguinetti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Semeval-2019 task 5: Multilingual detection of hate speech against immigrants and women in twitter</article-title>
          .
          <source>In: Proceedings of the 13th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>54</volume>
          {
          <issue>63</issue>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bojanowski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grave</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Enriching word vectors with subword information</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          <volume>5</volume>
          ,
          <issue>135</issue>
          {
          <fpage>146</fpage>
          (
          <year>2017</year>
          ), https://www:aclweb:org/anthology/Q17-1010
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cardellino</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Spanish Billion Words Corpus and Embeddings (August</article-title>
          <year>2019</year>
          ), https://crscardellino:github:io/SBWCE/
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>CONNEAU</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lample</surname>
          </string-name>
          , G.:
          <article-title>Cross-lingual language model pretraining</article-title>
          . In: Wallach,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Larochelle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Beygelzimer</surname>
          </string-name>
          , A.,
          <string-name>
            <surname>d'</surname>
            Alche-Buc,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garnett</surname>
            ,
            <given-names>R</given-names>
          </string-name>
          . (eds.)
          <source>Advances in Neural Information Processing Systems</source>
          . vol.
          <volume>32</volume>
          . Curran Associates, Inc. (
          <year>2019</year>
          ), https://proceedings:neurips:cc/paper/2019/file/ c04c19c2c2474dbf5f7ac4372c5b9af1-Paper:pdf
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Bert: Pre-training of deep bidirectional transformers for language understanding (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Hanu</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Unitary</surname>
            <given-names>team</given-names>
          </string-name>
          : Detoxify. Github. https://github.com/unitaryai/detoxify (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Honnibal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montani</surname>
            , I., Van Landeghem,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boyd</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>spaCy: Industrial-strength Natural Language Processing in Python (</article-title>
          <year>2020</year>
          ). https://doi.org/10.5281/zenodo.1212303, https://doi:org/10:5281/ zenodo:1212303
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reganti</surname>
            ,
            <given-names>A.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhatia</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maheshwari</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Aggression-annotated Corpus of Hindi-English Code-mixed Data</article-title>
          . In: chair),
          <string-name>
            <given-names>N.C.C.</given-names>
            ,
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Cieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Goggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Hasida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Isahara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Mazo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Piperidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Tokunaga</surname>
          </string-name>
          , T. (eds.)
          <source>Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC</source>
          <year>2018</year>
          ).
          <article-title>European Language Resources Association (ELRA), Miyazaki</article-title>
          ,
          <source>Japan (May 7-12</source>
          ,
          <year>2018</year>
          2018)
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dong</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>A diverse data augmentation strategy for low-resource neural machine translation</article-title>
          .
          <source>Information</source>
          <volume>11</volume>
          (
          <issue>5</issue>
          ) (
          <year>2020</year>
          ). https://doi.org/10.3390/info11050255, https://www:mdpi:com/2078-2489/11/5/ 255
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>NULI at SemEval-2019 task 6: Transfer learning for o ensive language detection using bidirectional transformers</article-title>
          .
          <source>In: Proceedings of the 13th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>87</volume>
          {
          <fpage>91</fpage>
          . Association for Computational Linguistics, Minneapolis, Minnesota, USA (Jun
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>S19</fpage>
          -2011, https://www:aclweb:org/ anthology/S19-2011
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ott</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Roberta: A robustly optimized bert pretraining approach (</article-title>
          <year>2019</year>
          ), http://arxiv:org/abs/1907:11692,
          <string-name>
            <surname>cite</surname>
            <given-names>arxiv</given-names>
          </string-name>
          :
          <year>1907</year>
          .11692
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mahata</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Zhang, H.,
          <string-name>
            <surname>Uppal</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>R.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shahid</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehnaz</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anand</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          : MIDAS at SemEval
          <article-title>-2019 task 6: Identifying o ensive posts and targeted o ense from twitter</article-title>
          .
          <source>In: Proceedings of the 13th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>683</volume>
          {
          <fpage>690</fpage>
          . Association for Computational Linguistics, Minneapolis, Minnesota, USA (Jun
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>S19</fpage>
          -2122, https://www:aclweb:org/anthology/S19-2122
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Malmasi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zampieri</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Challenges in Discriminating Profanity from Hate Speech</article-title>
          .
          <source>Journal of Experimental &amp; Theoretical Arti cial Intelligence</source>
          <volume>30</volume>
          ,
          <issue>1</issue>
          {
          <fpage>16</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Mandl</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Modha</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Majumder</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dave</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mandlia</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Overview of the hasoc track at re 2019: Hate speech and o ensive content identi cation in indo-european languages</article-title>
          .
          <source>In: Proceedings of the 11th Forum for Information Retrieval Evaluation</source>
          . pp.
          <volume>14</volume>
          {
          <issue>17</issue>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In: Proceedings of the 26th International Conference on Neural Information Processing Systems - Volume</source>
          <volume>2</volume>
          . p.
          <volume>3111</volume>
          {
          <fpage>3119</fpage>
          . NIPS'
          <volume>13</volume>
          , Curran Associates Inc.,
          <string-name>
            <surname>Red</surname>
            <given-names>Hook</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mosquera</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          : Amsqr at SemEval-2020 task 12:
          <article-title>O ensive language detection using neural networks and anti-adversarial features</article-title>
          .
          <source>In: Proceedings of the Fourteenth Workshop on Semantic Evaluation</source>
          . pp.
          <year>1898</year>
          {
          <year>1905</year>
          .
          <article-title>International Committee for Computational Linguistics</article-title>
          ,
          <source>Barcelona (online) (Dec</source>
          <year>2020</year>
          ), https: //www:aclweb:org/anthology/2020:semeval-
          <volume>1</volume>
          :
          <fpage>250</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Mosquera</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lloret</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moreda</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Towards facilitating the accessibility of web 2.0 texts through text normalisation</article-title>
          .
          <source>In: Proceedings of the LREC Workshop: Natural Language Processing for Improvign Textual Accessibility (NLP4ITA)</source>
          . pp.
          <volume>9</volume>
          {
          <issue>14</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Mosquera</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moreda</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>The use of metrics for measuring informality levels in web 2.0 texts</article-title>
          .
          <source>In: Proceedings of the 8th Brazilian Symposium in Information and Human Language Technology</source>
          (
          <year>2011</year>
          ), https://www:aclweb:org/anthology/W11- 4523
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Pennington</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          : Glove:
          <article-title>Global vectors for word representation</article-title>
          .
          <source>In: Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          . pp.
          <volume>1532</volume>
          {
          <fpage>1543</fpage>
          . Association for Computational Linguistics, Doha, Qatar (Oct
          <year>2014</year>
          ). https://doi.org/10.3115/v1/
          <fpage>D14</fpage>
          -1162, https://www:aclweb:org/anthology/D14-1162
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Sabour</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frosst</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          , G.E.:
          <article-title>Dynamic routing between capsules</article-title>
          .
          <source>In: Proceedings of the 31st International Conference on Neural Information Processing Systems</source>
          . p.
          <volume>3859</volume>
          {
          <fpage>3869</fpage>
          . NIPS'
          <volume>17</volume>
          , Curran Associates Inc.,
          <string-name>
            <surname>Red</surname>
            <given-names>Hook</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Seganti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sobol</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orlova</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staniszewski</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krumholc</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koziel</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>NLPR@SRPOL at SemEval-2019 task 6 and task 5: Linguistically enhanced deep learning o ensive sentence classi er</article-title>
          .
          <source>In: Proceedings of the 13th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>712</volume>
          {
          <fpage>721</fpage>
          . Association for Computational Linguistics, Minneapolis, Minnesota, USA (Jun
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>S19</fpage>
          -2126, https://www:aclweb:org/ anthology/S19-2126
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Taule</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ariza</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nofre</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amigo</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the detoxis task at iberlef-2021: Detection of toxicity in comments in spanish</article-title>
          .
          <source>In: Procesamiento del Lenguaje Natural</source>
          , Vol.
          <volume>67</volume>
          (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Vincent</surname>
          </string-name>
          , J.:
          <article-title>Youtube brings back more human moderators after ai systems overcensor</article-title>
          (Sep
          <year>2020</year>
          ), Online:https://web:archive:org/web/20210515080450/ https://www:theverge:com/
          <year>2020</year>
          /9/21/21448916/youtube-automatedmoderation
          <article-title>-ai-machine-learning-increased-errors-takedowns</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Zampieri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malmasi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosenthal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farra</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
          </string-name>
          , R.: SemEval
          <article-title>-2019 Task 6: Identifying and Categorizing O ensive Language in Social Media (O ensEval)</article-title>
          .
          <source>In: Proceedings of The 13th International Workshop on Semantic Evaluation (SemEval)</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Zampieri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosenthal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Atanasova</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karadzhov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mubarak</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Derczynski</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pitenis</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Coltekin, c.: SemEval-2020
          <source>Task</source>
          <volume>12</volume>
          :
          <string-name>
            <surname>Multilingual O ensive Language</surname>
          </string-name>
          <article-title>Identi cation in Social Media (O ensEval 2020)</article-title>
          .
          <source>In: Proceedings of SemEval</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tian</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Kubler, S.:
          <article-title>UM-IU@LING at SemEval-2019 task 6: Identifying o ensive tweets using BERT and SVMs</article-title>
          .
          <source>In: Proceedings of the 13th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>788</volume>
          {
          <fpage>795</fpage>
          . Association for Computational Linguistics, Minneapolis, Minnesota, USA (Jun
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>S19</fpage>
          -2138, https://www:aclweb:org/ anthology/S19-2138
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>