<!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>UNEDBiasTeam at IberLEF 2021's EXIST Task: Detecting Sexism Using Bias Techniques</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Francisco-Javier Rodrigo-Gines</string-name>
          <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>Detecting and tackling sexist messages in social media is important for encouraging better behaviours in our society as well as to contribute to e ective equality between men and women. In this paper we present our participation in the sEXism Identi cation in Social neTworks (EXIST) task at IberLEF'2021 [1]. Our approach to solve the task is based on considering the sexism as a subset of bias. Our work consisted in transferring lexical features commonly associated with bias, and analyzing how well they serve to detect sexism in social networks. The results show that these types of features do not have much statistical correlation with these types of short sexist messages.</p>
      </abstract>
      <kwd-group>
        <kwd>Natural Language Processing</kwd>
        <kwd>Sexism detection</kwd>
        <kwd>Bias detection</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        The emergence of social networks in recent years has allowed people from di
erent countries and cultural backgrounds to communicate with each other freely
using the same communication channels. This fact, which is a positive
consequence of web technologies, also carries a series of disadvantages. The
disinhibition generated by anonymity makes users feel free to say things that they would
never say in person, including hateful and sexist messages [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>For this reason, creating systems capable of automatically detecting sexist
messages on social networks is very important for encouraging better behaviors
in society and ght against discrimination and inequality. It is also important
to analyze and detect sexism as it is presented in this task, identifying not only
hateful messages, but also messages that discredit the feminist movement, that
deny equality between men and women, or that present women as objects.</p>
      <p>On the other hand, the study and interpretation of bias is a wide research
eld and it has been studied from many di erent perspectives. The bias in a
text is not only found in words choice, but also in what information is omitted
and what is commissioned, in what labels are placed on the entities that appear
in the text, and it may even be present in who read the text according to its
socio-cultural context. In this work, we focus on studying bias from a lexical
point of view.</p>
      <p>According to the Oxford English Dictionary, sexism may be understood
dened as any type of prejudice, stereotype or discrimination, generally against
women, that is carried out on the basis of sex. If we compare this de nition with
the de nition of bias (inclination or prejudice for or against a person or group,
especially in a way considered unfair) we will realize that sexism is a subset of
it. Our approach is based on transferring features commonly used in the task of
bias and propaganda detection, and studying the applicability of these features
with the detection of sexist messages published in social media.</p>
      <p>In our approach, we study how well these extracted characteristics model
sexism. To do this, we add them to several classic machine learning models based
on TF-IDF, and a bidirectional Long Short-Term Memory (Bi-LSTM) model
with a word-embeddings layer. The results obtained show that the correlation
between the lexical characteristics extracted, and the class of the text (binary or
multiclass) is minimal, resulting in very little or inexistant improvements in the
learning step performance. The limitations encountered are discussed in Section
4.</p>
      <p>The rest of this paper is structured as follows. In Section 2, we explain the
data used in our system and the pre-processing done. Section 3 presents the
details of the proposed systems. In Section 4 we present and analyze the results
obtained in our experiments and in the EXIST competition. Finally, the paper
concludes in Section 5 with conclusions and future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Data and Task description</title>
      <p>
        The sEXism Identi cation in Social neTworks (EXIST) task consits on
automatically identi ng sexism content on social networks such as Twitter and Gab.com.
The aim of this task is to detect sexism content in a broad sense, from explicit
and o ensive misogyny to other subtle expressions that involve implicit sexist
expressions and behaviours [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>The task is divided into two sub-tasks. The rst sub-task is a binary
classi cation in which the system have to classify the given text as \sexist" (it is
sexist itself, describes a sexist situation or criticizes a sexist behaviour) or
\nonsexist". The second sub-task aims to classify the text, once a message is classi ed
as sexist, according to any of the following type of sexism:
{ Ideological and inequality: the message discredits the feminist movement,
rejects inequality between men and women, or presents men as victims of
gender-based oppression.
{ Stereotyping and dominance: the message expresses false ideas about
women that suggest they are more suitable to ful ll certain roles, or
inappropriate for certain tasks, or claims that men are somehow superior to
women.
{ Objecti cation: the message presents women as objects apart from their
dignity and personal aspects, or assumes or describes certain physical
qualities that women must have in order to ful ll traditional gender roles.
{ Sexual violence: the message includes or describes sexual suggestions,
requests for sexual favors or harassment of a sexual nature.
{ Misogyny non-sexual violence: the message expresses hatred and
violence towards women.</p>
      <p>The dataset provided contains 11,345 instances of text in both English and
Spanish. The texts were extracted from the social networks Twitter (tweets) and
Gab (gabs). The training set contains 6,977 tweets while the test set contains
3,386 tweets and 982 gabs. The distribution between both languages has been
balanced.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Using bias techniques to detect sexism</title>
      <p>In this section we present the system pipeline, which consist in a text
preprocessing step, feature engineering, and describe a learning step using both
traditional ML techniques and novel deep learning approaches.
3.1</p>
      <p>Data pre-processing
To assist the feature extraction step, and the TF-IDF computation, the following
pre-processing has been applied to the text:
1. Converting the text to lowercase.
2. Removing punctuation and digits.
3. Removing hashtags and mentions.
4. Tokenizing the text.
5. Removing stop-words. The NLTK library has been used to obtain the
stopwords in both English and Spanish.
6. Lemmatization. The Stanza library has been used, both for English and
Spanish texts.</p>
      <p>For the Bi-LSTM with a word embedding layer model developed, this
preprocessing is not applied, only the text has been converted to lowercase
3.2</p>
      <p>
        Feature engineering
For both languages, a custom lexicon of biased words is used. We have used
the lexicon of sexist words used in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] for texts in Spanish. For English texts
we have replicated the method described in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]: (1) we have selected ve seed
words for hateful speech toward women (slut, whore, bitch, oozy, tramp) from
the Hatebase.org website, (2) we have used the GloVe word embeddings trained
with tweets to alleviate data sparseness, and generate more terms, and (3) we
have removed repeating terms, resulting in a lexicon of 48 terms.
      </p>
      <p>
        Also, we have included Hurtlex [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], a multilingual lexicon of o ensive,
aggressive, and hateful words. The words are divided into the following 17 subsets: PS
(negative stereotypes ethnic slurs), RCI (locations and demonyms), PA
(professions and occupations), DDF (physical disabilities and diversity), DDP
(cognitive disabilities and diversity), DMC (moral and behavioural defects), IS (words
related to social and economic disadvantage), OR (plants), AN (animals), ASM
(male genitalia), ASF (female genitalia), PR (words related to prostitution), OM
(words related to homosexuality), QAS (with potential negative connotations),
CDS (derogatory words), RE (felonies and words related to crime and immoral
behaviour), SVP (words related to the seven deadly sins of the Christian
tradition). We aim to know how these categories interact with the sexism categories
given for the second sub-task. We provide a more detailed analysis in Section 4.
      </p>
      <p>Finally, other features related to the text context have been extracted (i.e. the
count of mentions and hashtags for each tweet/gab), along with the sentiment
and the PoS tagging. In Table 1 we describe every feature extracted:</p>
      <sec id="sec-3-1">
        <title>Feature Sentiment</title>
      </sec>
      <sec id="sec-3-2">
        <title>PoS Tagging</title>
        <p>Number of men- [0, n]
tions
Number of hash- [0, n]
tags
Biased words [0, n]</p>
      </sec>
      <sec id="sec-3-3">
        <title>Biased words dis- [0, n] tance Hurtlex occur- [0, n] rences</title>
        <p>Report verbs</p>
      </sec>
      <sec id="sec-3-4">
        <title>Implicative verbs boolean</title>
      </sec>
      <sec id="sec-3-5">
        <title>Assertive verbs</title>
      </sec>
      <sec id="sec-3-6">
        <title>Factive verbs</title>
      </sec>
      <sec id="sec-3-7">
        <title>Positive words Negative words boolean</title>
      </sec>
      <sec id="sec-3-8">
        <title>Weak subjective boolean words Strong subjective boolean words</title>
        <p>Hedge words
boolean
3.3</p>
        <p>Learning step</p>
      </sec>
      <sec id="sec-3-9">
        <title>True if the given text contains at least one word from the negative words list [10].</title>
      </sec>
      <sec id="sec-3-10">
        <title>True if the given text contains at least one word</title>
        <p>
          from the weak subjective words list [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-11">
        <title>True if the given text contains at least one word</title>
        <p>
          from the strong subjective words list [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-12">
        <title>True if the given text contains at least one word</title>
        <p>
          from the hedge words list [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>
          We have developed both traditional methods using TF-IDF features and deep
learning based methods using word embeddings. In the following subsections we
describe the classi cation systems in detail:
Traditional Machine Learning methods. We have opted for some classical
ML classi ers such as Logistic Regression (LR), and Support Vector Machine
(SVM), using the skLearn library, since they are widely used for this type of task
[
          <xref ref-type="bibr" rid="ref13">13</xref>
          ], [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. We have developed models based on TF-IDF attributes, based only
on the bias features extracted, and models based on TF-IDF attributes (both
with unigrams and unigrams + bigrams) along with the features extracted. No
hyper-parameter tuning has been carried out, skLearn default values has been
used.
        </p>
        <p>
          Bidirectional Long Short-Term Memory (Bi-LSTM). We have
experimented with some Deep Neural Network approaches such as Bi-LSTM that has
been succcesfully used for NLP classi cation before [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. With Bi-LSTMs
we aim to capture long range dependencies in texts [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>We have developed a Bi-LSTM model whose rst layer performs word
embeddings. After this rst layer, we add a dropout layer (0.3 dropout rate) and
a fully-connected output layer with one neuron per predicted class. The Adam
optimizer is used along with binary cross entropy as loss function for task 1, or
categorical loss function for task 2. Besides, 10 epochs were executed for training
the models for task 1, and 50 epochs for task 2.</p>
        <p>Also, another model with a parallel Dense layer for the bias features extracted
has been implemented. This model has been designed as showed in Fig. 1.</p>
        <p>The word embeddings used in the embedding layers are the following:
{ GloVe Twitter 27B: 2B tweets, 27B tokens, 1.2M vocab, uncased, 200
dimensions vectors.
{ GloVe SBWC (Spanish Billion Word Corpus): 0.85M vocab, uncased, 300
dimensions vectors.
{ FastText SUC (Spanish Unannotated Corpora): 3B tokens, uncased, 300
dimensions vectors.
Embeddings layer</p>
        <p>Dropout
Bi-LSTM</p>
        <p>Bias features Input</p>
        <p>Dense
Concatenate</p>
        <p>Dense</p>
        <p>Output</p>
        <p>The models that have generated the runs sent to the organizers and that are
analyzed in the following section have been trained with the GloVe Twitter 27B
embedding for English, and the FastText SUC embedding for Spanish.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results and Discussion</title>
      <p>In this section we show the results obtained for both tasks and we do an analysis
of them.
4.1</p>
      <p>O</p>
      <p>cial results
A total of 72 runs were submitted for task 1, our approaches were ranked 44th
for the Bi-LSTM model with a word embedding layer, 51st for the Bi-LSTM
model with a word embedding layer with bias features, and 65th for the Logistic
Regression model with only bias features.</p>
      <p>Our results are summarized and compared with the best systems and the
baseline system in the following table:</p>
      <sec id="sec-4-1">
        <title>Bi-LSTM - embeddings layer + bias</title>
        <sec id="sec-4-1-1">
          <title>Baseline SVM TF-IDF</title>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>LR with bias features</title>
        <sec id="sec-4-2-1">
          <title>Majority Class</title>
          <p>A total of 63 runs were submitted for task 2, our approaches were ranked
37th for the Bi-LSTM model with a word embeddings layer and bias features,
39st for the Bi-LSTM model with a word embeddings layer, and 57th for the
Logistic Regression model with only bias features.</p>
          <p>Our results are summarized and compared with the best systems and the
baseline system in the following table:</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>Bi-LSTM - embeddings layer + bias</title>
      </sec>
      <sec id="sec-4-4">
        <title>Bi-LSTM - embeddings layer</title>
        <sec id="sec-4-4-1">
          <title>Baseline SVM TF-IDF</title>
        </sec>
      </sec>
      <sec id="sec-4-5">
        <title>LR with bias features</title>
        <p>Majority Class
1
2
3
44
51
52
65
66
1
2
3
37
39
51
57
62</p>
        <p>As we can see in both cases, the incorporation of bias features is not
statistically signi cant for the improvement or deterioration of the models. Furthermore,
the Logistic Regression method with only bias features performs worse than the
baseline method, and just above selecting the majority class for each prediction
in both tasks.
4.2</p>
        <p>Extended results
In this subsection we show the results obtained for systems that were not sent
to the competition. We also analyze the di erence in classi cation performance
according to the language of the texts. All these results have been obtained in
the test set.</p>
        <p>If we look at the results, in both cases the models that incorporate bias
features perform equally or slightly better than their analogues without these
characteristics, while for the results in Spanish, the models that incorporate the
bias features worsen signi cantly. We believe this may be due to the fact that
in the process of translating the lexicons from English to Spanish, we have lost
some relevant information.
4.3</p>
        <p>Discussion
The results obtained show that the correlation between the bias characteristics
extracted, and the class of the text (binary or multiclass) do not behave
signi cantly better than other models not using such characteristics. We believe
that the use of these features is limited by the di erence between the language
for which these lexicons were created and the language being analyzed (formal
vs. informal / slang), having to literally translate the lexicons from English to
Spanish, and the appearance of unintended bias.</p>
        <p>Furthermore, as expected, the models based on deep learning techniques
perform better than both of the classic ML models implemented (LR and SVM).
This improvement is most clearly seen in subtask 2 (multiclass classi cation).</p>
        <p>Sexism does not only have to be latent in hateful messages, this is seen
in the categories described by the organizers for task 2. In fact, if we look at
the following Pearson correlation matrix, we will realize that all the features
extracted from Hurtlex have a higher correlation with the label sexual-violence
to a greater extent. It is logical since Hurtlex is a lexicon of o ensive, aggressive
and/or hateful words; and this label is the one that has the most relationship
with this type of words. If we look at the subsets of Hurtlex that most correlate
with this category are: AN (animals), ASM and ASF (male and female genitalia),
OM (words related to homosexuality), and PR (words related to prostitution).</p>
        <p>
          Furthermore, we believe that our models are heavily a ected by unintended
bias. This problem leads the models to associate unreasonably high sexist scores
to a non-sexist text only because it contains certain terms, called identity terms
[
          <xref ref-type="bibr" rid="ref17">17</xref>
          ], [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. By categorizing texts that include this type of identity terms, which
in our case are aggressive and hateful terms, as a sexist message we generate a
large number of false positives.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions and Future work</title>
      <p>In this paper, we present the systems we have developed as part of our
participation in the EXIST competition. Speci cally, we have participated in both
sub-tasks proposed. In order to solve these tasks, we have implemented classical
Machine Learning models and novel Deep Learning methods such as a Bi-LSTM,
incorporating lexical features from bias detection and o ensive lexicons.</p>
      <p>We have found that adding bias features to any model do not make it behave
signi cantly better than the same models not using those features. These small
performance improvements are canceled in the classi cation of Spanish texts
due to the loss of information produced by translating the bias lexicons with an
automatic translation system.</p>
      <p>Our next steps will focus on exploring more features from others lexicons
related to bias understanding (misinformation, hoaxes, propaganda), and study
how to translate better the current English lexicons to Spanish. Also, we aim to
investigate di erent bias mitigation strategies.</p>
      <p>Acknowledgements. This work was supported by the Spanish Ministry of
Science and Innovation under Project Misinformation and Miscommunication in
Social Media (PGC2018-096212-B-C32).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <article-title>IberLEF 2021 proceedings can be tentatively referred to as: Manuel Montes</article-title>
          , Paolo Rosso, Julio Gonzalo, Ezra Aragon, Rodrigo Agerri,
          <string-name>
            <surname>Miguel Angel</surname>
          </string-name>
          Alvarez-Carmona, Elena Alvarez Mellado, Jorge
          <string-name>
            <surname>Carrillo-de-Albornoz</surname>
          </string-name>
          , Luis Chiruzzo, Larissa Freitas, Helena Gomez Adorno, Yoan Gutierrez,
          <source>Salud Mar a Jimenez Zafra</source>
          , Salvador Lima,
          <string-name>
            <surname>Flor Miriam</surname>
          </string-name>
          Plaza-de-Arco and Mariona Taule (eds.):
          <source>Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ),
          <source>CEUR Workshop Proceedings</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Wright</surname>
          </string-name>
          , Michelle F.:
          <article-title>The relationship between young adults' beliefs about anonymity and subsequent cyber aggression</article-title>
          . Cyberpsychology, Behavior, and Social Networking,
          <volume>858</volume>
          {
          <fpage>862</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <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>
          , Laura Plaza, Julio Gonzalo, Paolo Rosso, Miriam Comet,
          <string-name>
            <given-names>Trinidad</given-names>
            <surname>Donoso</surname>
          </string-name>
          .
          <source>Overview of EXIST</source>
          <year>2021</year>
          :
          <article-title>sEXism Identi cation in Social neTworks</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          , vol
          <volume>67</volume>
          , septiembre
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hube</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Fetahu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Detecting biased statements in wikipedia</article-title>
          .
          <source>In Companion Proceedings of the Web Conference</source>
          ,
          <volume>1779</volume>
          {
          <fpage>1786</fpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Marta</given-names>
            <surname>Recasens</surname>
          </string-name>
          ,
          <article-title>Cristian Danescu-Niculescu-Mizil, and Dan Jurafsky: Linguistic Models for Analyzing and Detecting Biased Language</article-title>
          . ACL,
          <volume>1650</volume>
          {
          <fpage>1659</fpage>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Plaza-Del-Arco</surname>
            ,
            <given-names>F. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molina-Gonzalez</surname>
            ,
            <given-names>M. D.</given-names>
          </string-name>
          ,
          <article-title>Uren~a-</article-title>
          <string-name>
            <surname>Lopez</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          , and Mart nValdivia, M. T.:
          <article-title>Detecting misogyny and xenophobia in Spanish tweets using language technologies</article-title>
          .
          <source>ACM Transactions on Internet Technology (TOIT)</source>
          ,
          <volume>20</volume>
          (
          <issue>2</issue>
          ),
          <volume>1</volume>
          {
          <fpage>19</fpage>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Bassignana</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Patti</surname>
          </string-name>
          , V.:
          <article-title>Hurtlex: A multilingual lexicon of words to hurt</article-title>
          .
          <source>In 5th Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2018</year>
          ), Vol.
          <volume>2253</volume>
          ,
          <issue>1</issue>
          {
          <issue>6</issue>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Lauri</given-names>
            <surname>Karttunen</surname>
          </string-name>
          :
          <article-title>Implicative verbs</article-title>
          .
          <source>Language</source>
          (
          <year>1971</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Joan</surname>
            <given-names>B Hooper</given-names>
          </string-name>
          :
          <article-title>On assertive predicates</article-title>
          . Indiana University Linguistics Club (
          <year>1974</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Bing</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Minqing Hu, and Junsheng Cheng:
          <article-title>Opinion observer: analyzing and comparing opinions on the web</article-title>
          .
          <source>In Proceedings of the 14th international conference on World Wide Web</source>
          ,
          <volume>342</volume>
          {
          <fpage>351</fpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <article-title>Ellen Rilo and Janyce Wiebe: Learning extraction patterns for subjective expressions</article-title>
          .
          <source>In Proceedings of the 2003 conference on Empirical methods in natural language processing. Association for Computational Linguistics</source>
          ,
          <volume>105</volume>
          {
          <fpage>112</fpage>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. Ken Hyland: Metadiscourse. Wiley Online Library (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Fares</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Fares</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Oepen</surname>
          </string-name>
          , and E. Velldal:
          <article-title>Word vectors, reuse, and replicability: Towards a community repository of large-text resources</article-title>
          ,
          <source>In Proc. NoDaLiDa/WS</source>
          ,
          <volume>271</volume>
          {
          <fpage>276</fpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. H.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Chiroma</surname>
          </string-name>
          , and E. Haig:
          <article-title>Identi cation and classi cation of misogynous tweets using multi-classi er fusion, I In Proc</article-title>
          .
          <source>IberEval</source>
          ,
          <volume>268</volume>
          {
          <fpage>273</fpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. E. Shushkevich and
          <string-name>
            <given-names>J.</given-names>
            <surname>Cardi</surname>
          </string-name>
          :
          <article-title>Classifying misogynistic tweets using a blended model: The AMI shared task in IBEREVAL 2018</article-title>
          ,
          <source>In Proc. IberEval</source>
          ,
          <volume>255</volume>
          {
          <fpage>259</fpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Rodr guez-Sanchez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carrillo-de-Albornoz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Plaza</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Automatic Classication of Sexism in Social Networks: An Empirical Study on Twitter Data</article-title>
          .
          <source>IEEE Access</source>
          ,
          <volume>8</volume>
          , 219563{
          <fpage>219576</fpage>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Nozza</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volpetti</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Fersini</surname>
          </string-name>
          , E.:
          <article-title>Unintended bias in misogyny detection</article-title>
          .
          <source>In IEEE/WIC/ACM International Conference on Web Intelligence</source>
          ,
          <volume>149</volume>
          {
          <fpage>155</fpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. Garrido-Mun~oz, I.,
          <string-name>
            <surname>Montejo-Raez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mart</surname>
            nez-Santiago,
            <given-names>F.</given-names>
          </string-name>
          ,
          <article-title>and Uren~a-</article-title>
          <string-name>
            <surname>Lopez</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          :
          <article-title>A Survey on Bias in Deep NLP</article-title>
          .
          <source>Applied Sciences</source>
          ,
          <volume>3184</volume>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>