<!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>Combining Transformer-Based Models with Traditional Machine Learning Approaches for Sexism Identi cation in Social Networks at EXIST 2021</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ezequiel Lopez-Lopez</string-name>
          <email>ezequiel.lopez@invi.uned.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jorge Carrillo-de-Albornoz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laura Plaza</string-name>
          <email>lplazag@lsi.uned.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>NLP &amp; IR Group, UNED</institution>
          ,
          <addr-line>28040 Madrid</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Sexism in social networks has been increasingly present since their adoption among the connected population, partially due to the disinhibition of individuals when expressing their opinions in social networks and the lack of regulation nor control. Sexism permeates many layers of our society such as media, education or the work environment, and involves many aspects of our society such as gender equality, social respect, gender discrimantion, human rights, etc. In order to ght against this phenomenon, the rst step is detecting it properly and in all its varieties. For that purpose, we present our candidate systems for participation in the EXIST challenge (task 1) at IberLEF 2021 for sexism identi cation. We explore an approach based on the use of pre-trained transformers, such as BERT and roBERTa, in similar tasks and compare them to traditional Machine Learning approaches, such as SVM, Logistic Regression, SGD-based classi er and XGBoost. We achieve our best results of F1=72.4% for the multi-language binary classi cation task for our system combining transformer-based and traditional models with a majority vote mechanism, positioned #32 in the challenge's ranking, with a F1 di erence of 6% against the best result.</p>
      </abstract>
      <kwd-group>
        <kwd>EXIST</kwd>
        <kwd>sexism detection</kwd>
        <kwd>natural language processing</kwd>
        <kwd>social networks</kwd>
        <kwd>transformers</kwd>
        <kwd>IberLEF</kwd>
        <kwd>BERT</kwd>
        <kwd>roBERTa</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Sexism [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] is de ned as the prejudice or discrimination based on sex or gender,
especially against women and girls. It is manifested in many aspects of daily
life such as education, work or media and constitutes a source of inequality,
verbal and physical aggression, discrimination and other toxic behaviors. The
high rate of use of Internet and social networks in the last decade has increased
the presence of sexism in society, due to the visibility of the publications, the
connectivity of communities online and the dis-inhibition e ect [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. E orts to
control and regulate [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] these and other toxic behaviors like hate-speech have
been made lately, but it is still an ongoing process and new approaches and
technologies are needed.
      </p>
      <p>
        One of the extreme form of sexism is misogyny, the hatred of women. Societies
with high levels of misogyny present high rates of domestic violence, rape and
commodi cation of women and their bodies, and they are seen as property or
second-class citizens [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Although, not every form of sexism is misogynistic
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. We may nd numerous subtle behaviors that establish stereotypes and roles
about men and women, which are not easy to detect even for humans.
      </p>
      <p>The automatic identi cation of sexism in a broad sense may help to create,
design and promote the evolution of new equality policies, as well as encourage
more adequate behaviors in our society.</p>
      <p>The aim of our work is to develop a multi-language binary classi cation
system for sexism in the context of our participation in the EXIST 2021 challenge
(task 1). In the scope of the challenge, participants are asked to classify tweets
and gabs (in English and Spanish languages) as sexist or non-sexist. For such
purpose, we have designed several binary classi cation systems, combining
stateof-the-art transformer-based models with traditional ones for both languages,
Spanish and English, and benchmarked them to select the best candidates for
our participation in the challenge. We found our best performing system
(referred as Task1 MessGroupELL 3, ranked as #32 in the challenge results) to be
our proposal of majority vote of two traditional models and a transformer-based
model. These results, compared to the obtained with only traditional approaches
or only transformer-based approaches, showed that di erent features are being
complementary captured by di erent systems, and that using pre-trained
transformers models ne-tuned only with the EXIST dataset do not achieve
considerable improvements compared to traditional Machine Learning approaches.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Resources</title>
      <p>Our proposal is focused on addressing the task separately by language. This is
based on the fact that the state-of-the-art of techniques and available resources
and datasets for this matter are quite di erent for English and Spanish. Our
assumption is that we could achieve good performance results if we attempt to
use these elements from the state-of-the-art separately. Additionally, we also
consider that sexism could have strong language-dependent (and culture-dependent)
characteristics that might be undermined considering a single multi-language
approach and better explored separately.</p>
      <p>Our purpose is to explore a data-driven approach more than a feature-driven
one. In this direction, we attempt to use existing related datasets to support
and enrich our systems, alongside with pre-trained transformers that can be
trained further in our task, but than can already give us an initial advantage.
The comparison of performances between traditional methods and transformers
is especially interesting within our goals. We assume that our approaches can
be further extended and improved combining our proposal with a feature-driven
one, due to the speci c linguistic characteristics of sexist language.</p>
      <p>For both languages, we have considered a set of common traditional Machine
Learning models based on tf-idf characteristics for benchmarking purposes.
2.1</p>
      <sec id="sec-2-1">
        <title>English Language</title>
        <p>
          For the case of the English subset, we explore pre-trained transformers in other
tasks and datasets. We have considered the following pre-trained transformer
models to train in our task:
1. BERT [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]: pre-trained in a dataset consisting of 11,038 unpublished books
and English Wikipedia. We consider this model as neutral one, to compare
to our other more speci cally trained models.
2. Twitter-roBERTa-base: roBERTa-base model trained on 58M tweets,
described and evaluated in [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. Due to the di erences between language in
Twitter and more traditional sources such as Wikipedia, we consider this
model the best starting point to train in our task.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>3. Twitter-roBERTa-base for Hate Speech Detection [3]: based on the</title>
        <p>
          previous roBERTa model and ne-tuned for hate speech with the TweetEval
benchmark [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>4. Twitter-roBERTa-base for O ensive Language Identi cation [13]:</title>
        <p>
          based on the previous roBERTa model and ne-tuned for o ensive language
with the TweetEval benchmark [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>The models (3) and (4) correspond to two di erent tasks (Hate-Speech
Detection and O ensive-Language Identi cation) that we consider interesting and
potentially relevant for the detection of sexism or, at least, some aspects of it.
As mentioned, sexism is not found as a single uni ed behavior, but as a wide
range of behaviors that might include from a subtle joke to a very aggressive
comment.</p>
        <p>We regard sexism as partially containing both aspects, hate-speech and o
ensivelanguage characteristics, and that the previous training of these models could
add a cross-task knowledge to our training. Alternatively, we might expect that
both pre-trained models are downstream models of the original model (2) and
could limit the performance of a new training, compared to the use of model (2)
instead.
2.2</p>
      </sec>
      <sec id="sec-2-4">
        <title>Spanish Language</title>
        <p>
          For Spanish language, we combine our available training data from the EXIST
Task in Spanish, with the MeTwo dataset presented in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. This dataset has been
developed under the same theoretical framework for sexism and uses a similar
class scheme: sexist, non-sexist, dubious, from which we ignore the third one.
In order to preserve the original proportions of our two class in the original
EXIST training dataset, we add a balanced extraction of MeTwo (1152 sexist
and 1152 non-sexist instances). Our reference model for Spanish is BETO [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] a
cased BERT-based model, pre-trained in a large Spanish corpus.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Combining Transformer based models with traditional</title>
    </sec>
    <sec id="sec-4">
      <title>Machine Learning approaches</title>
      <p>3.1</p>
      <sec id="sec-4-1">
        <title>Preprocessing</title>
        <p>
          The texts are processed for both languages in the same manner, using the spaCy
[
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] tooling, ltering stop-words and punctuation, with tokenization and
lemmatization in lower-case and replacing numbers, currencies, urls, emails and
mentions (Twitter) by the keys NUMBER, CURRENCY, URL, EMAIL and
MENTION, since we consider these as relevant features for our purpose.
3.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>EXIST dataset</title>
        <p>
          We have split the EXIST [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] training dataset by language and created the
extended Spanish dataset:
{ English - non-sexist : 1800 instances, sexist : 1636 instances.
{ Spanish - non-sexist : 1800 instances, sexist : 1741 instances.
{ Spanish extended (EXIST + MeTwo) - non-sexist : 2952 instances, sexist :
2893 instances.
        </p>
        <p>The training and validation sub-datasets have been extracted from the
original non-extended datasets, using the holdout method with an 80%-20% split
for training and validation, randomly selected and preserving the original class
proportions. In the case of Spanish extended dataset, the MeTwo instances have
been added only to the training dataset for comparability purposes.
3.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Baselines</title>
        <p>
          We consider a Support Vector Machine (SVM) implementation as baseline and
complementary traditional Machine Learning models for benchmarking
purposes, all using TF-IDF features. These models include Logistic Regression
(LogReg), XGBoost [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] and Stochastic Gradient Descent (SGD) based classi er [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]
modi ed with a Huber-Loss function, more tolerant to outliers.
3.4
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>Transformer-based systems.</title>
        <p>We have used our training datasets to ne-tune the pre-trained models
mentioned in Section 2.1 for English and in Section 2.2 for Spanish. We have
performed the training on GPU, with a con guration of 10 train epochs at learning
rate 2 10 5, cross-entropy loss function and early stopping at 5 epochs, to
prevent over tting.
3.5</p>
      </sec>
      <sec id="sec-4-5">
        <title>Candidate systems for EXIST 2021 (task 1): binary classi cation of sexism</title>
        <p>English Language. Considering the results presented in Table 1 for English
language on the validation dataset, we can observe that transformer-based
approaches perform at least 2% better than traditional approaches in
macroaverage and up to 5% better comparing the best two performances of
transformerbased (Roberta) and traditional models (SGD or XGBoost). For the class sexist,
the di erence is ever more pronounced, with almost 10% improvement in some
cases.
R</p>
        <p>P</p>
        <p>R</p>
        <p>P</p>
        <p>R</p>
        <p>P</p>
        <p>It is noticeable that the pre-trained models on other tasks such as
hatespeech and o ensive-language don't provide us a clear advantage against the
original Roberta. Although the results are quite similar and comparable, it seems
plausible that we decrease generalizability using both cross-tasks approaches in
the current con guration. This might be due to the heterogeneous composition of
the EXIST dataset regarding the di erent forms of sexism (misogyny, o
ensivelanguage, subtle sexism, etc.) that are not necessarily mutually inclusive.</p>
        <p>Regarding the performance of traditional models, we can observe their di
culties to identify correctly the sexist class, compared to the non-sexist against
the performance of transformer-based models.</p>
        <p>Based on these results, we select Roberta as our one of our candidates for
English language for its higher values in almost every aspect, compared to the
other candidates.</p>
        <p>Nevertheless, the good performance of traditional models to detect the
nonsexist class and the risk of over tting while performing ne-tuning in our
transformerbased models, make us consider a combination of both approaches (Roberta and
traditional models) using a majority vote mechanism as a good candidate to
submit, due to its potential better generalizing capabilities. We can observe that, in
macro-average, this approach does not achieve better results than other options,
but it o ers a considerable well-balanced trade-o for both classes in precision
and recall.</p>
        <p>Spanish Language Reviewing the performance obtained for Spanish Language
in Table 2 on the validation dataset, we can observe that the BERT-based
approaches provide more positive overall results compared to traditional
approaches. However, the baseline SVM provides the best F1 and recall for the
non-sexist class in exchange for very poor results on F1 and recall for the sexist
class. It seems obvious that our best candidates for the task are the BERT-based
options. Speci cally, we choose the (+MeTwo) BERT approach, since the overall
results are better and the per-class trade-o s precision/recall are more balanced
than in the original BERT approach. In addition, the inclusion of the MeTwo
instances in the training can improve the generalizability of our system.</p>
        <p>R</p>
        <p>P</p>
        <p>R</p>
        <p>P</p>
        <p>R</p>
        <p>P</p>
      </sec>
      <sec id="sec-4-6">
        <title>Final system combination for test set</title>
        <p>For the prediction of the EXIST's test dataset, we have split the instances by
language, preprocessed them with their respective language-dependent
preprocessing steps and evaluated them through the selected systems.</p>
        <p>As speci ed by the challenge's organizers, we can submit three runs of our
candidate systems on the test dataset. Our strategy to select the candidate
con gurations consists on using the best Spanish candidate and di erent options
for English to observe how the contributions of one or another candidate impact
the performance. The selected con gurations are described in Table 3.</p>
        <p>We evaluate our run #1 as our transfomer-based approach representative,
with the best candidates from both languages. Secondly, we evaluate #2 as a
baseline approach, combining one of the best results from the traditional models,
XGBoost, prioritizing a balanced precision/recall trade-o for the sexist class.
Finally, we combine our best transformer approach with the two best traditional
approaches (SGD and XGBoost) through a majority vote, expected to provide
a good balance for the non-sexist and capture information not captured by the
transformer approach.
The results of the evaluation are shown in Table 4 and present, as expected,
the best candidate to be #3 (the majority vote between the best transformer
approach and traditional approaches), indicating di erent and complementary
feature learning capabilities. The least performing candidate is, as expected,
the traditional approach #2, o ering similar but slightly less optimal results
than those obtained in the validation dataset. And nally, our intermediate
results comes from #1 the combination of our best performing approaches for
both languages. As anticipated, the use of our transformers alone in our current
con guration has been proven not to be completely e ective on its own.
We have presented as candidates for the challenge three systems, described in
Table 3, representing a baseline system (run #1), a pure transformer-based
system (run #2) and a voted traditional/transformer-based system (run #3) which
have resulted in F 1 = :7237 for the best performing case (position #32 in the
challenge's ranking): our run #3, i.e, the majority vote of two traditional models
(XGBoost and SGD) and a transformer-based model (Roberta pre-trained on
English tweets). Comparing to the best result in the challenge F 1 = :7802, we
observe a di erence of 6% (only 3% for English language), which we consider a
very positive outcome. On the other hand, our performance in Spanish language
has been shown relatively low compared to the best result in the challenge (8%
lower).</p>
        <p>With a very similar performance but slightly lower, we nd our run #1
(transformer-based) in the next position of the ranking with F 1 = :7225. This
1% di erence in F1-performance relies on a more balanced precision/recall
tradeo for the English language examples, showing that the majority vote helps to
capture more relevant cases without losing much precision.</p>
        <p>Finally, our lowest performing system, run #2 (#39 of the ranking) has
shown acceptable results considering its position in the ranking, and regarding
that we have used it as a baseline for English language and the same con guration
for Spanish language to evaluate di erences between our other two candidates.
These results are fundamentally based on the Spanish language performance,
and show that it has performed considerably well compared to other candidates
in the ranking.</p>
        <p>In every case, we have presented a transformer-based model for the
Spanish language, since our experiments have shown a noticeable di erence between
this approach and traditional models (Table 2, especially for the sexist class, in
which traditional approaches present signi cantly poorer results. For that
matter, it is worth noticing that the use of the existing dataset MeTwo for sexism
identi cation for Spanish language has been proven to be an improvement in the
performance of every approach for the Spanish language (Table 2).</p>
        <p>
          However, we observe a gap between English and Spanish languages
performances for our best result compared to the challenge's top result, that might be
due to the fact that we have ne-tuned a BERT model pre-trained in Spanish
texts [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], but not specialized in social media as it is our pre-trained model for
the English language. We expect that that similar voting mechanism approaches
can be followed for the Spanish case, since the non-sexist class seems to be better
detected by traditional approaches.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>
        In this work, we have explored the capabilities of the use of mono-lingual
pretrained transformers as a basis for training a binary classi cation task on sexism,
in the scope of our participation in the EXIST (task 1) challenge of IberLEF [18].
We have explored di erent state-of-the-art options for both English and Spanish
languages, separately, allowing us to test di erent modular con gurations for the
task. Di erent pre-trained transformers have been tested, contrasting the
performance of those trained in di erent, but related, tasks to our current task. This
has been shown not to be as well-performing as base pre-trained transformers
such as Twitter-roBERTa-base [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. At the same time, those transformers
pretrained on Twitter corpora have shown as better performers than those trained
in traditional or wide-range corpora like the base BERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] transformer model.
      </p>
      <p>The results of the evaluation have shown that even well-performing
transformers models can be complemented by traditional approaches, in this case,
through a simple majority vote. In this case, the traditional approaches can
achieve in overall a better recall regarding the secondary class (non-sexist ),
whereas transformer-based approaches achieve better precision for the same
class.</p>
      <p>The presented proposal and methodology have been proven to be adequate
to produce generalizable systems for this task, considering the similarity
between performance seen in the training/validation work ow and performance on
evaluation, with di erences for F1 of 4% for English and 1% for Spanish.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work was supported by the Spanish Ministry of Science and Innovation
under Project Misinformation and Miscommunication in Social Media
(PGC2018096212-B-C32).
18. Manuel Montes, Paolo Rosso, Julio Gonzalo, Ezra Aragon, Rodrigo Agerri, Miguel
Angel Alvarez-Carmona, Elena Alvarez Mellado, Jorge Carrillo-de-Albornoz, Luis
Chiruzzo, Larissa Freitas, Helena Gomez Adorno, Yoan Gutierrez, Salud Mar a
Jimenez Zafra, Salvador Lima, Flor Miriam Plaza-de-Arco and Mariona Taule (eds.):
Proceedings of the Iberian Languages Evaluation Forum (IberLEF 2021), CEUR
Workshop Proceedings, 2021.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Maria</given-names>
            <surname>Anzovino</surname>
          </string-name>
          , Elisabetta Fersini, and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>Automatic identi cation and classi cation of misogynistic language on twitter</article-title>
          .
          <source>In International Conference on Applications of Natural Language to Information Systems</source>
          , pages
          <fpage>57</fpage>
          {
          <fpage>64</fpage>
          . Springer,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Francesco</given-names>
            <surname>Barbieri</surname>
          </string-name>
          , Jose Camacho-Collados,
          <article-title>Leonardo Neves, and Luis EspinosaAnke</article-title>
          . Tweeteval:
          <article-title>Uni ed benchmark and comparative evaluation for tweet classi - cation</article-title>
          . arXiv preprint arXiv:
          <year>2010</year>
          .12421,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Valerio</given-names>
            <surname>Basile</surname>
          </string-name>
          , Cristina Bosco, Elisabetta Fersini, Debora Nozza, Viviana Patti, Francisco Manuel Rangel Pardo, Paolo Rosso, and Manuela Sanguinetti.
          <article-title>SemEval2019 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>
          , pages
          <volume>54</volume>
          {
          <fpage>63</fpage>
          ,
          <string-name>
            <surname>Minneapolis</surname>
          </string-name>
          , Minnesota, USA,
          <year>2019</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. Jose Can~ete, Gabriel Chaperon, Rodrigo Fuentes,
          <string-name>
            <surname>Jou-Hui</surname>
            <given-names>Ho</given-names>
          </string-name>
          , Hojin Kang, and
          <string-name>
            <given-names>Jorge</given-names>
            <surname>Perez</surname>
          </string-name>
          .
          <article-title>Spanish pre-trained bert model and evaluation data</article-title>
          .
          <source>In PML4DC at ICLR</source>
          <year>2020</year>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Tianqi</given-names>
            <surname>Chen</surname>
          </string-name>
          , Tong He,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Benesty</surname>
          </string-name>
          , Vadim Khotilovich, Yuan Tang,
          <string-name>
            <given-names>Hyunsu</given-names>
            <surname>Cho</surname>
          </string-name>
          , et al.
          <article-title>Xgboost: extreme gradient boosting</article-title>
          .
          <source>R package version 0</source>
          .4-
          <issue>2</issue>
          ,
          <issue>1</issue>
          (
          <issue>4</issue>
          ),
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Kristina</given-names>
            <surname>Toutanova</surname>
          </string-name>
          .
          <article-title>BERT: pretraining of deep bidirectional transformers for language understanding</article-title>
          .
          <source>CoRR</source>
          , abs/
          <year>1810</year>
          .04805,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Simona</given-names>
            <surname>Frenda</surname>
          </string-name>
          , Bilal Ghanem, Manuel Montes-y
          <string-name>
            <surname>Gomez</surname>
            , and
            <given-names>Paolo</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>Online hate speech against women: Automatic identi cation of misogyny and sexism on twitter</article-title>
          .
          <source>Journal of Intelligent &amp; Fuzzy Systems</source>
          ,
          <volume>36</volume>
          (
          <issue>5</issue>
          ):
          <volume>4743</volume>
          {
          <fpage>4752</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Dave</given-names>
            <surname>Gershgorn</surname>
          </string-name>
          and
          <string-name>
            <given-names>Mike</given-names>
            <surname>Murphy</surname>
          </string-name>
          .
          <article-title>Facebook is hiring more people to moderate content than twitter has at its entire company</article-title>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Francisco</given-names>
            <surname>Rodr</surname>
          </string-name>
          guez-Sanchez,
          <string-name>
            <given-names>Jorge</given-names>
            <surname>Carrillo-de Albornoz</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Laura</given-names>
            <surname>Plaza</surname>
          </string-name>
          .
          <article-title>Automatic classi cation of sexism in social networks: An empirical study on twitter data</article-title>
          .
          <source>IEEE Access</source>
          ,
          <volume>8</volume>
          :
          <fpage>219563</fpage>
          {
          <fpage>219576</fpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Francisco Rodr guez-Sanchez, Jorge Carrillo de Albornoz, Laura Plaza, Julio Gonzalo, Paolo Rosso, Miriam Comet, and
          <string-name>
            <given-names>Trinidad</given-names>
            <surname>Donoso</surname>
          </string-name>
          .
          <article-title>Overview of exist 2021: sexism identi cation in social networks</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          ,
          <volume>67</volume>
          (
          <issue>0</issue>
          ),
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Zeerak</given-names>
            <surname>Waseem</surname>
          </string-name>
          .
          <article-title>Are you a racist or am i seeing things? annotator in uence on hate speech detection on twitter</article-title>
          .
          <source>In Proceedings of the rst workshop on NLP and computational social science</source>
          , pages
          <volume>138</volume>
          {
          <fpage>142</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Michelle F Wright</surname>
          </string-name>
          ,
          <string-name>
            <surname>Bridgette D Harper</surname>
            , and
            <given-names>Sebastian</given-names>
          </string-name>
          <string-name>
            <surname>Wachs</surname>
          </string-name>
          .
          <article-title>The associations between cyberbullying and callous-unemotional traits among adolescents: The moderating e ect of online disinhibition</article-title>
          .
          <source>Personality and Individual Di erences</source>
          ,
          <volume>140</volume>
          :
          <fpage>41</fpage>
          {
          <fpage>45</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Marcos</surname>
            <given-names>Zampieri</given-names>
          </string-name>
          , Shervin Malmasi, Preslav Nakov, Sara Rosenthal, Noura Farra, and
          <string-name>
            <given-names>Ritesh</given-names>
            <surname>Kumar</surname>
          </string-name>
          . 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</source>
          , pages
          <volume>75</volume>
          {
          <fpage>86</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>Tong</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <article-title>Solving large scale linear prediction problems using stochastic gradient descent algorithms</article-title>
          .
          <source>In Proceedings of the twenty- rst international conference on Machine learning, page 116</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. Jose Can~ete.
          <source>Compilation of Large Spanish Unannotated Corpora</source>
          , https://doi.org/10.5281/zenodo.3247731,
          <string-name>
            <surname>May</surname>
          </string-name>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Matthew</surname>
            <given-names>Honnibal</given-names>
          </string-name>
          , Ines Montani, So e Van Landeghem,
          <string-name>
            <given-names>and Adriane</given-names>
            <surname>Boyd</surname>
          </string-name>
          . spaCy:
          <string-name>
            <surname>Industrial-strength Natural</surname>
          </string-name>
          Language Processing in Python,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Masequesmay</surname>
          </string-name>
          , Gina.
          <article-title>"Sexism"</article-title>
          .
          <source>In Encyclopedia Britannica. 28 May</source>
          .
          <year>2020</year>
          , https://www.britannica.com/topic/sexism. Accessed 3
          <string-name>
            <surname>June</surname>
          </string-name>
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>