<!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>Sexism Identi cation in Social Networks using a Multi-Task Learning System</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Flor Miriam Plaza-del-Arco</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M. Dolores Molina-Gonzalez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>L. Alfonso Uren~a-Lopez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M. Teresa Mart n-Valdivia</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Advanced Studies Center in ICT (CEATIC) Universidad de Jaen</institution>
          ,
          <addr-line>Campus Las Lagunillas, 23071, Jaen</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the participation of SINAI-TL team at sEXism Identi cation in Social neTworks shared task at IberLEF 2021. In order to accomplish the task, we follow a Multi-Task Learning approach where multiple tasks related to sexism identi cation are learned in parallel while using a shared representation. Speci cally, we test the performance of the combination of di erent tasks related to sentiment analysis and o ensive language detection. Our team ranked second in subtask 1 and third in subtask 2, achieving 78% and 56.67% of accuracy, respectively, among the participants.</p>
      </abstract>
      <kwd-group>
        <kwd>Multi-Task Learning</kwd>
        <kwd>BERT</kwd>
        <kwd>Sentiment Analysis</kwd>
        <kwd>O ensive Language</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Sexism is any discrimination against people on the basis of sex (or, as it is
currently expressed, on the basis of gender). Sexism against women is a cultural
component, historically widespread, whose principle is the supremacy of men
over women in di erent areas of life, such as in the workplace, politics, society,
the family and even in advertising.</p>
      <p>We nd sexism in daily conversation, in the disregard for opinions expressed
by women, in statements loaded with discriminatory ideology, even embedded
in hundreds of sayings and xed expressions. This discrimination against women
in society is still deeply rooted in communication, both oral and written, and
it is increasingly reproduced on the Internet. Detecting online sexism may be
di cult, as it may be expressed in very di erent forms, but it is necessary in
order to design new equality policies, as well as to encourage better behaviour
in society.</p>
      <p>
        Many academic events and shared tasks took place in the last years related to
misogyny identi cation [
        <xref ref-type="bibr" rid="ref10">11, 10</xref>
        ] or related to Hate Speech (HS) detection against
immigrants and women (HatEval) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Few works have presented sexism detection
and, in particular, they addressed sexism as the detection of hate speech against
women. But sexism comprises any form of oppression or prejudice against women
and therefore may be hostile (as in the case of misogyny) or subtle. Thus, sexism
includes misogyny but is not limited to it [17].
      </p>
      <p>In this paper, we present the system we developed as part of our participation
for the sEXism Identi cation in Social neTworks shared task [17] at IberLEF
2021 [15] in both subtasks. The rst subtask consists of classifying whether or
not a given text (tweet or gab) is sexist (i.e., it is sexist itself, describes a sexist
situation or criticizes a sexist behaviour). Once a message has been classi ed as
sexist, the second subtask aims to categorize the message according to the ve
type of sexism (ideological and inequality, stereotyping and dominance,
objectication, sexual violence, and misogyny and non-sexual violence).</p>
      <p>In order to accomplish the EXIST shared task, we propose a Multi-Task
Learning system (MTL) that leverages a ective and o ensive knowledge to
detect sexism, using a well-known Transformer-based model.</p>
      <p>The rest of the paper is structured as follows. In Section 2 we describe the
data used in our experiments. In Section 3, we present the proposed system
for addressing the task. In Section 4 and 5, we describe the experiment setup
and results, respectively. Finally, the conclusion and future work is presented in
Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Corpora</title>
      <p>To run our experiments, we used the English and Spanish datasets provided by
the organizers of the sEXism Identi cation in Social neTworks (EXIST) shared
task [17] at IberLEF 2021 [15]. The EXIST dataset incorporates any type of
sexist expression or related phenomena, including descriptive or reported
assertions where the sexist message is a report or a description of a sexist behaviour.
Popular expressions and terms, such as terms used in previous approaches to
the state of the art, both in English and Spanish, used to undervalue the role
of women have been extracted from various Twitter accounts, and analysed and
ltered by two gender experts, Trinidad Donoso and Miriam Comet [19]. The
nal set contains more than 200 expressions that can be used in gendered
contexts. Using the nal set of sexism terms (94 seeds for Spanish and 91 seeds
for English), tweets were extracted in both languages (over 800,000 tweets were
downloaded). As a result, the collected dataset has 4,500 tweets per language
for the training set and 2,000 tweets per language for the test set. Final labels of
tweets were selected according to the majority vote between ve crowdsourcing
annotators, who followed the guidelines developed by Trinidad and Miriam, but
tweets with 3 to 2 votes were manually reviewed by two people with more than
two years of experience analyzing sexist content in social networks. Final EXIST
dataset consists of 6,977 tweets for training and 3,386 tweets for testing.</p>
      <p>
        Moreover, we used in our experiments other corpora corresponding to tasks
that could be related to sexism identi cation from Twitter including polarity
classi cation (InterTASS), emotion classi cation (EmoEvent) HS identi cation
(HatEval), and aggressiveness detection (MEX-A3T). The datasets are described
below:
{ International TASS Corpus (InterTASS) was released in 2017 [14] with
Spanish tweets and updated in 2018 with texts written in three di erent
variants of Spanish from Spain, Costa Rica and Peru [13]. In 2019, InterTASS
was enlarged with new texts written in two new Spanish variants: Uruguayan
and Mexican [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and nally, it was completed with Chilean-Spanish Tweets
in 2020 [12]. The corpus released in 2019 is the one used in this paper. Each
tweet was annotated by at least three annotators with its level of polarity,
which could be labeled as positive, negative, neutral and none.
{ EmoEvent [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] is a multilingual emotion dataset based on events that took
place in April 2019. It focuses on tweets in the areas of entertainment,
catastrophes, politics, global commemoration and global strikes. For the creation
of the corpus, the authors collected Spanish and English tweets from the
Twitter platform. Then, each tweet was labeled with one of seven emotions,
six Ekman's basic emotions plus the \neutral or other emotions" label.
Focusing on the Spanish language, a total of 8,409 were labeled by three
Amazon Mechanical Turkers.
{ HatEval [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], the HS dataset used in this paper, was provided by the
organizers in SemEval 2019 Task 5. The task consisted in detecting hateful content
in Twitter posts, against two targets: women and immigrants. For the
creation of the corpus, the data was collected using a di erent time frame. The
majority of tweets against women were derived from an earlier collection
made in the context of two earlier challenges on misogynistic speech
identication, whose collection phase began on July 2017 and ended on November
2017 [
        <xref ref-type="bibr" rid="ref10">11, 10</xref>
        ]. The remaining tweets were collected from July to September
2018. The dataset contains tweets composed of an identi er, the text of the
tweet and the mark of HS, which is 0 if the text is not hateful and 1 if the
text is hateful speech against women or immigrants.
{ MEX-A3T [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. It was provided by the organizers in IberEval 2018:
Authorship and aggressiveness analysis in Mexican Spanish tweets [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. They built
a corpus of tweets to detect aggressiveness from Mexican accounts collected
from August to November of 2017. They selected a set of terms that served
as seeds for extracting the tweets. They used both words classi ed as vulgar
and non-colloquial in the Dictionary of Mexicanisms . The hashtags were
related to sexism, homophobia, politics and discrimination. They used Mexico
City as the center and extracted all tweets that were within a radius of 500
km. Finally, the collected tweets were labeled by two people. The dataset
contains tweets composed of an identi er, the text of the tweet, and the mark
of aggressiveness, being 0 if the tweet is not-aggressive and 1 if the tweet is
aggressive.
      </p>
    </sec>
    <sec id="sec-3">
      <title>System overview</title>
      <p>In this section, we describe the systems developed for the sEXism Identi cation
in Social neTworks shared task at IberLEF 2021.</p>
      <p>We propose a Multi-Task Learning (MTL) system using the well-known
Transformer-based model BERT which has been proven to be very successful
in many natural language processing tasks. In the MTL model we integrate
knowledge from di erent tasks related to sexism identi cation.</p>
      <p>
        In the MTL scenario, the goal is to learn multiple tasks simultaneously
instead of learning them separately in order to improve performance on each task
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. These tasks are usually related, although they may have di erent data or
features. By sharing representations across related tasks, we can allow our model
to better generalize to our original task. In this study, we used tasks related
to the target task sexism identi cation. These tasks include o ensive language
detection, polarity classi cation, and emotion classi cation, sharing the same
data source: Twitter. The reason for incorporating polarity and emotion
information to detect sexism is that these tasks are usually emotional and expresses
a negative emotion and polarity towards the recipient.
      </p>
      <p>
        To develop the MTL system, we follow the most widely used technique to
MTL in neural networks introduced by [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], the hard parameter sharing approach.
It consists of a single encoder that is shared and updated between all tasks, while
keeping a few task-speci c layers to specialize in each task [18].
      </p>
      <p>
        The general architecture of the MTL model is shown in Figure 1. The shared
layers are based on BERT [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Following [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], in the rst step, all the inputs
are converted to WordPieces [20], two additional tokens are added at the start
([CLS]) and end ([SEP]) of the input sequence, respectively. In the shared layers,
the BERT model rst converts the input sequence to a sequence of embedding
vectors. This semantic representation is shared across all tasks. Then, on top
of the shared BERT layers, the task-speci c output heads are created for each
task, and task heads are attached to a common sentence encoder. Finally, the
layers are ne-tuned according to the given set of downstream tasks.
4
4.1
      </p>
    </sec>
    <sec id="sec-4">
      <title>Experimental setup</title>
      <p>
        Dataset preprocessing
We perform a Twitter-speci c data cleaning before including the texts in the
models. The following practices to prepare the text for deep learning experiments
have been carried out using the ekphrasis module [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]:
{ URLs, emails, users' mentions, percentages, monetary amounts, time and
date expressions, and phone numbers are normalized.
{ Hashtags are unpacked and split to their constituent words.
{ Elongated words and repeated characters in words are annotated and
reduced.
{ Emojis are converted to their alias.
All the models were implemented using PyTorch, a high-performance deep
learning library [16] based on the Torch library. The experiments were run on a single
Tesla-V100 32 GB GPU with 192 GB of RAM.
      </p>
      <p>During the evaluation phase, we train the model on the training and
validation sets, then we evaluate it on the test set provided by the organizers.</p>
      <p>Regarding our participation, we submitted three runs using the proposed
MTL-based system. The details of the modules and the di erences of the three
settings we presented are described below.</p>
      <p>{ Run 1. In this setting, our goal is to leverage sentiment analysis to aid in
the classi cation of sexism texts. Our assumption is that sexism texts are
associated with a negative polarity, then the knowledge share can help to
detect easily sexism texts. To this end, we train the MTL model at the same
time on the polarity classi cation and the sexism identi cation tasks. For the
rst task, we use the InterTASS dataset. Finally, we obtain the evaluation
on the sexism corpora test set.
{ Run 2. In this setting, our goal is to leverage emotion analysis to aid in the
classi cation of sexism texts. Our assumption is that negative emotions such
as anger, fear, sadness and disgust could be related to sexism texts while
positive emotions are not. For the rst task, we use the EmoEvent dataset.</p>
      <p>Finally, we obtain the evaluation on the sexism corpora test set.
{ Run 3. In this setting, we train the model on the o ensive language
identication and the sexism identi cation tasks. Our assumption is that sexism
identi cation is associated with o ensive language and sometimes with hate
speech, then the knowledge share during training among these tasks can
bene t to the task of sexism identi cation. For the rst task, we use two
datasets (HatEval and MEX-A3T). Finally, we obtain the evaluation on the
sexism corpora test set.</p>
      <p>
        As the EXIST dataset is composed of English and Spanish texts, while
training the MTL system we use two models based on BERT, the BERT base model
(cased) trained on English texts and the BETO model [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] trained on Spanish
texts. For the rst substask (sexism identi cation) we employ the following
hyperparameters: learning rate as 4e-05, batch size as 8, dropout probability as
0.01, the optimization algorithm Adamw, and maximum epoch as 2, while for
the second subtask (sexism categorization) the batch size was set to 16 and the
number of epochs to 3.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>In this section we present the results obtained by the di erent runs we have
explored in both subtasks of the competition. In order to evaluate them we use the
o cial competition metrics for subtask 1 and subtask 2, accuracy and
macroaverage F-measure, respectively. Besides, other measures employed in classi
cation tasks including Precision (P) and Recall (R) are computed.</p>
      <p>The results of our participation in the EXIST task during the evaluation
phase are shown in Table 1 (subtask 1) and Table 3 (subtask 2). In particular,
we list the performance of the three runs submitted using the MTL model along
with the combination of di erent tasks as explained in Section 4.2.</p>
      <p>If we analyze the results of our 3 runs in subtask 1 and 2, the best result is
achieved by the combination of sexism identi cation and polarity classi cation
tasks, following by run 2, which combines sexism identi cation and o ensive
language detection. In subtask 2, it is well noticeable that the run 3
(emotion classi cation along sexism identi cation) signi cantly decreases compared
to subtask 1. A possible reason could be that subtask 2 aims to classify 5 di
erent categories that are not signi cantly associated with emotions, whereas the
transfer knowledge of polarity classi cation and detection of o ensive language
helps to identify the di erent categories.</p>
      <p>Finally, our results in the competition for both subtasks among the
participants (Table 2 and Table 4) show the success of our proposed model achieving
the second place in the ranking for the rst subtask and the third place for
the second subtask. The representations computed by the encoder embed the
a ective knowledge allows the MTL model to identify sexism more accurately
by leveraging the a ective nature of the instance.
This paper presents the participation of the SINAI-TL research group at
sEXism Identi cation in Social neTworks shared task at IberLEF 2021. Our proposal
explores how transferred knowledge from tasks related to sexism identi cation
(polarity classi cation, emotion classi cation and o ensive language detection)
may help in a text classi cation task like EXIST. Experiments conducted show
the e cacy of our proposed approach in achieving convincing performance in
both subtasks. In particular, polarity classi cation help the MTL model to
classify sexism more accurately by leveraging on the a ective knowledge. Finally, as
future work we plan to develop a complex model that incorporates other related
tasks, such as irony or sarcasm detection, that could be bene cial for sexism
identi cation.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgement</title>
      <p>This work has been partially supported by a grant from European Regional
Development Fund (FEDER), LIVING-LANG project [RTI2018-094653-B-C21],
and Ministry of Science, Innovation and Universities (scholarship
[FPI-PRE2019089310]) from the Spanish Government.
11. Fersini, E., Rosso, P., Anzovino, M.: Overview of the task on automatic misogyny
identi cation at ibereval 2018. In: Rosso, P., Gonzalo, J., Mart nez, R., Montalvo,
S., de Albornoz, J.C. (eds.) Proceedings of the Third Workshop on Evaluation
of Human Language Technologies for Iberian Languages (IberEval 2018). CEUR
Workshop Proceedings, vol. 2150, pp. 214{228. CEUR-WS.org (2018)
12. Garc a-Vega, M., D az-Galiano, M.C., Garc a-Cumbreras, M.A., Plaza-del-Arco,
F.M., Montejo-Raez, A., Jimenez-Zafra, S.M., Mart nez-Camara, E., et al.:
Overview of TASS 2020: Introducing emotion detection. In: Proceedings of the
Iberian Languages Evaluation Forum (IberLEF 2020) co-located with 36th
Conference of the Spanish Society for Natural Language Processing (SEPLN 2020),
Malaga, Spain, September 23th, 2020. CEUR Workshop Proceedings, vol. 2664,
pp. 163{170. CEUR-WS.org (2020)
13. Mart nez-Camara, E., Almeida-Cruz, Y., D az-Galiano, M.C., Estevez-Velarde, S.,
Garc a-Cumbreras, M.A., Garc a-Vega, M., Gutierrez, Y., Montejo-Raez, A.,
Montoyo, A., Mun~oz, R., Piad-Mor s, A., Villena-Roman, J.: Overview of TASS 2018:
Opinions, health and emotions. In: Proceedings of TASS 2018: Workshop on
Semantic Analysis at SEPLN, TASS@SEPLN 2018. CEUR Workshop Proceedings,
vol. 2172, pp. 13{27. CEUR-WS.org (2018)
14. Mart nez-Camara, E., D az-Galiano, M.C., Garc a-Cumbreras, M.A., Garc a-Vega,
M., Villena-Roman, J.: Overview of TASS 2017. Proceedings of TASS pp. 13{21
(2017)
15. Montes, M., Rosso, P., Gonzalo, J., Aragon, E., Agerri, R., Alvarez Carmona,
M., Alvarez Mellado, E., Carrillo-de Albornoz, J., Chiruzzo, L., Freitas, L.,
Gomez Adorno, H., Gutierrez, Y., Jimenez-Zafra, S.M., Lima, S., Plaza-del-Arco,
F.M., Taule, M. (eds.): Proceedings of the Iberian Languages Evaluation Forum
(IberLEF 2021) (2021)
16. Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen,
T., Lin, Z., Gimelshein, N., Antiga, L., et al.: Pytorch: An imperative style,
highperformance deep learning library. In: Advances in neural information processing
systems. pp. 8026{8037 (2019)
17. Rodr guez-Sanchez, F., de Albornoz, J.C., Plaza, L., Gonzalo, J., Rosso, P., Comet,
M., Donoso, T.: Overview of exist 2021: sexism identi cation in social networks.</p>
      <p>Procesamiento del Lenguaje Natural 67(0) (2021)
18. Ruder, S.: Neural transfer learning for natural language processing. Ph.D. thesis,</p>
      <p>NUI Galway (2019)
19. Vazquez, T.D., Catalan, A.R.: Violencias de genero en entornos virtuales. Ediciones</p>
      <p>Octaedro (2018)
20. Wu, Y., Schuster, M., Chen, Z., Le, Q.V., Norouzi, M., Macherey, W., Krikun,
M., Cao, Y., Gao, Q., Macherey, K., et al.: Google's neural machine
translation system: Bridging the gap between human and machine translation. CoRR
abs/1609.08144 (2016)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alvarez-Carmona</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guzman-Falcon</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-</surname>
            y-Gomez,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <article-title>Villasen~or-</article-title>
          <string-name>
            <surname>Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reyes-Meza</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rico-Sulayes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Overview of MEXA3T at ibereval 2018: Authorship and aggressiveness analysis in mexican spanish tweets</article-title>
          .
          <source>In: Proceedings of the Third Workshop on Evaluation of Human Language Technologies for Iberian Languages (IberEval</source>
          <year>2018</year>
          )
          <article-title>co-located with 34th Conference of the Spanish Society for Natural Language Processing (SEPLN</article-title>
          <year>2018</year>
          ), Sevilla, Spain,
          <year>September 18th</year>
          ,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2150</volume>
          , pp.
          <volume>74</volume>
          {
          <fpage>96</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Aragon</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jarqu</surname>
            n-Vasquez,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-</surname>
            y-Gomez,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <article-title>Villasen~or-</article-title>
          <string-name>
            <surname>Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomez-Adorno</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Posadas-Duran</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bel-Enguix</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Overview of MEX-A3T at IberLEF 2020: Fake News and Aggressiveness Analysis in Mexican Spanish</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2020</year>
          )
          <article-title>co-located with 36th Conference of the Spanish Society for Natural Language Processing (SEPLN</article-title>
          <year>2020</year>
          ), Malaga, Spain,
          <year>September 23th</year>
          ,
          <year>2020</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2664</volume>
          , pp.
          <volume>222</volume>
          {
          <fpage>235</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Plaza-del Arco</surname>
            ,
            <given-names>F.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strapparava</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uren</surname>
            <given-names>~</given-names>
          </string-name>
          <article-title>a-</article-title>
          <string-name>
            <surname>Lopez</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mart</surname>
            n-Valdivia,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>EmoEvent: A multilingual emotion corpus based on di erent events</article-title>
          .
          <source>In: Proceedings of the 12th Language Resources and Evaluation Conference</source>
          . pp.
          <volume>1492</volume>
          {
          <fpage>1498</fpage>
          .
          <string-name>
            <surname>European Language Resources Association</surname>
          </string-name>
          , Marseille, France (May
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <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>
            <given-names>Rangel</given-names>
            <surname>Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.M.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sanguinetti</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.:</surname>
          </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>
          {
          <fpage>63</fpage>
          . Association for Computational Linguistics, Minneapolis, Minnesota, USA (Jun
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>S19</fpage>
          -2007
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Baziotis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pelekis</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doulkeridis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          : Datastories at semeval
          <article-title>-2017 task 4: Deep lstm with attention for message-level and topic-based sentiment analysis</article-title>
          .
          <source>In: Proceedings of the 11th International Workshop on Semantic Evaluation (SemEval2017)</source>
          . pp.
          <volume>747</volume>
          {
          <fpage>754</fpage>
          . Association for Computational Linguistics, Vancouver, Canada (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Caruana</surname>
          </string-name>
          , R.:
          <article-title>Multitask learning</article-title>
          .
          <source>Machine learning 28(1)</source>
          ,
          <volume>41</volume>
          {
          <fpage>75</fpage>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Can~ete, J.,
          <string-name>
            <surname>Chaperon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuentes</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ho</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez</surname>
          </string-name>
          , J.:
          <article-title>Spanish pretrained bert model and evaluation data</article-title>
          .
          <source>In: PML4DC at ICLR</source>
          <year>2020</year>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>D</given-names>
            <surname>az-Galiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.C.</given-names>
            ,
            <surname>Garc</surname>
          </string-name>
          a-Vega,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Casasola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Chiruzzo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Garc</surname>
          </string-name>
          <string-name>
            <surname>aCumbreras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.A.</given-names>
            ,
            <surname>Mart</surname>
          </string-name>
          nez-Camara,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Moctezuma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Montejo-Raez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Sobrevilla-Cabezudo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.A.</given-names>
            ,
            <surname>Sadit-Tellez</surname>
          </string-name>
          ,
          <string-name>
            <surname>E.</surname>
          </string-name>
          , et al.:
          <source>Overview of TASS</source>
          <year>2019</year>
          :
          <article-title>One More Further for the Global Spanish Sentiment Analysis Corpus</article-title>
          . In: IberLEF@ SEPLN. pp.
          <volume>550</volume>
          {
          <issue>560</issue>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the evalita 2018 task on automatic misogyny identi cation (ami)</article-title>
          .
          <source>EVALITA Evaluation of NLP and Speech Tools for Italian</source>
          <volume>12</volume>
          ,
          <issue>59</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>