<!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>
      <journal-title-group>
        <journal-title>Toronto, Canada</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.18653/V1/2023.SEMEVAL-1.21</article-id>
      <title-group>
        <article-title>RoBEXedda: Sexism Detection in Tweets</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Giacomo Aru</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicola Emmolo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Simone Marzeddu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrea Piras</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jacopo Rafi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lucia C. Passaro</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Pisa (Università di Pisa)</institution>
          ,
          <addr-line>Largo Bruno Pontecorvo 3, 56127 Pisa PI</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>1</volume>
      <fpage>3</fpage>
      <lpage>14</lpage>
      <abstract>
        <p>Sexism remains a pervasive issue, significantly hindering women's progress in various aspects of life. This paper focuses on online misogyny, where women face high levels of abuse and threats. The “EXIST 2024” challenge aims to detect and classify sexist content on social media. In particular, in this paper, we address the “Sexism Categorization in Tweets” task, which involves identifying sexist tweets and categorizing them into predefined categories. A dataset comprising over 10,000 tweets in English and Spanish was exploited to train Transformerbased systems with “Binary Relevance” and “Classifier Chain” architectures. This report presents an analysis of the performance of our three candidate models in relation to the EXIST 2024 challenge. It includes a detailed examination of the results obtained and a comparison with the oficial ranking of the challenge. As team “Medusa”, we achieved second place in the competition, with three runs submitted in the soft-soft ranking. The models runs, designated “RoBEXedda”, attained the fourth, fifth, and sixth positions in the “Task 3 Soft-Soft ALL” ranking.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Sexism Characterization</kwd>
        <kwd>EXIST 2024</kwd>
        <kwd>CLEF 2024</kwd>
        <kwd>Transformer</kwd>
        <kwd>Binary Relevance</kwd>
        <kwd>Classifier Chain</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Nowadays sexism, characterized by discrimination against women, has become a pervasive issue,
creating substantial obstacles for women in numerous aspects of their lives, including work, family
life, and personal development. This discrimination acts as a significant barrier to their progress [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
This paper focuses on the growing concern of online misogyny. Research indicates that the online
environment has long been challenging for women, as they experience higher levels of bullying, abuse,
hateful language, and threats compared to men [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        EXIST [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ] is a series of scientific events and shared tasks that aim to capture sexism in a broad
sense, from explicit misogyny to other subtle expressions that involve implicit sexist behaviours [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
In fact, many facets of a woman’s life may be the focus of sexist attitudes, including domestic and
parenting roles, career opportunities, sexual image, and life expectations, to name a few. In EXIST
2024, the fourth edition of the sEXism Identification in Social neTworks challenge at CLEF 2024 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], the
proposed tasks were focused on detecting and classifying sexist textual messages and image memes.
      </p>
      <p>
        Overall, the shared task comprises 5 diferent sub-tasks. Among them, we focus solely on the third
one, “Sexism Categorization in Tweets” [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In this task, each tweet must be categorized into one or
more of the six categories spanning from ideological inequality to sexual violence.
      </p>
      <p>
        The Sub-task dataset, consisting of more than 10,000 tweets in English and Spanish, was used to train
neural networks based on the Transformer architecture [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. To face the task, we exploited two diferent
architectures: “Binary Relevance”[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which treats each label separately, and “Classifier Chain”[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], which
links classifiers to improve predictions. The rationale behind this choice is twofold. On the one hand,
Binary Relevance allows for a straightforward approach to multi-label classification by handling each
label as an independent binary classification problem. This simplicity can lead to eficient computation
and ease of implementation, making it suitable for scenarios where labels are largely uncorrelated.
      </p>
      <p>On the other hand, the Classifier Chain method may enhance predictive performance by
considering label dependencies. By sequentially linking classifiers, each subsequent classifier in the chain
incorporates the predictions of previous classifiers as additional features. This approach captures the
interdependencies among labels, which can significantly improve prediction accuracy, especially in
datasets where labels exhibit strong correlations.</p>
      <p>
        As for the model, we decided to start from the XML-RoBERTa models family [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], with the aim of
leveraging its robust pre-training on a diverse range of languages and textual contexts. Our decision to
use XML-RoBERTa, and not larger models[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], was influenced by constraints in terms of computational
power. Larger models, while potentially ofering higher accuracy and better performance due to
their increased capacity and deeper architectures, require significantly more computational resources
for training and inference. This includes the need for more powerful hardware, increased memory,
and longer training times, which were beyond the scope of our available resources. By choosing
XML-RoBERTa, we aimed to balance model complexity and resource eficiency. We named our model
family RoBEXedda, which is derived from RoBERta, adding “EX” for EXIST, and “edda” which is a
sufix in the Sardinian language meaning “tiny”. The model selection process in the development
of RoBEXedda models involved an initial search for the optimal pretrained transformer from the
XML-RoBERTa family and identifying other hyperparameters, guiding the research using Bayesian
optimisation [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>The remainder of the paper is as follows: Section 2 presents previous works on the topic. in Section
3 are outlined the goals of our task. Section 4 explains the dataset’s structure and the preprocessing
techniques employed during the development process. Section 5 reports on the baselines taken into
account during development. Section 6 summarises the computational resources employed during
the production process. Section 7 presents an in-depth analysis of our system, highlighting the
stateof-the-art approaches considered in the processes of training and model selection. The results of the
development are discussed in Section 8. Finally, Section 9 is left for the conclusion and future expansions
of our work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Sexism, defined as prejudice or discrimination based on gender, is a pervasive issue amplified by online
platforms. Researchers have made significant progress in developing automated systems for sexism
detection. These systems employ various techniques, ranging from rule-based approaches to advanced
machine learning. Notably, recent work and competitions have begun exploring visual and multimodal
aspects of sexism detection as well. Since the very first edition of the EXIST challenge[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], several
methods have been proposed to face the task. For instance, the authors of [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] propose a system
leveraging both multilingual and monolingual BERT models, translating data, and implementing ensemble
strategies for the identification and classification of sexism in English and Spanish. Similarly, [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
employs a multi-task learning approach that addresses distinct tasks from a unified representation, aiming
to enhance model performance by leveraging information derived from diferent tasks. Another notable
approach by [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] combines the final four hidden states of XLM-RoBERTa with a TextCNN equipped
with three kernels. This integration is designed to improve sexism detection, further incorporating
abusive word lexicons to demonstrate enhanced efectiveness compared to the use of the transformer’s
ifnal layer.
      </p>
      <p>
        In the EXIST2022 challenge, the second place team [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] based their system on an ensemble of five
diferent models for Spanish (XLM-R, RoBERTa, and three BERT models) and another five models for
English (XLM-R, RoBERTa, BERT, hateBERT, and ALBERT). They also translated all English tweets
to Spanish and vice versa, additionally masking randomly selected tokens to augment the data. The
third-place team’s system [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] combined linguistic features with state-of-the-art transformers using
ensemble techniques, their most efective model being a weighted ensemble of transformers. The team
that achieved first place in the EXIST2023 competition [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] employed mBERT and XLM-RoBERTa
along with ensemble techniques, further solidifying that transformers remain the optimal approach for
this task. Our work, contextualizes within the state of the art by utilizing both Binary Relevance and
Classifier Chain architectures alongside the XML-RoBERTa model family with the aim of balancing
computational eficiency and robust performance.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Objectives</title>
      <p>As previously stated, certain aspects of a woman’s life may be the focus of sexist attitudes, and the
ability to automatically identify which of these aspects of women are being more frequently attacked in
social networks will facilitate the development of policies to combat sexism. This study aims to classify
tweets identified as sexist according to the type of sexism involved. This is a multi-label classification
task. In this manner, each tweet identified by the system as sexist is to be assigned one or more of the
following categories:
• Ideological and Inequality: the text discredits the feminist movement, rejects inequality
between men and women, or presents men as victims of gender-based oppression;
• Stereotyping and Dominance: the text expresses false ideas about women that suggest they
are more suitable to fulfil certain roles (mother, wife, family caregiver, faithful, tender, loving,
submissive, etc.), or inappropriate for certain tasks (driving, hard work, etc.), or claims that men
are somehow superior to women;
• Objectification : the text presents women as objects apart from their dignity and personal aspects
or assumes or describes certain physical qualities that women must have to fulfil traditional
gender roles (compliance with beauty standards, hypersexualization of female attributes, women’s
bodies at the disposal of men, etc.);
• Sexual Violence: the text includes or describes sexual suggestions, requests for sexual favours
or harassment of a sexual nature (rape or sexual assault);
• Misogyny and Non-Sexual Violence: the text expresses hatred and violence towards women,
diferent to that with sexual connotations.</p>
      <p>The objective of this task is to classify tweets, both in English and Spanish, according to whether
they contain sexist expressions or behaviours. Initially, the classification should identify whether a
given tweet contains sexist content, and subsequently, the category of sexism present in the tweets.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Dataset</title>
      <p>The EXIST 2024 Tweets Dataset comprises over 10,000 labelled tweets. In particular, the challenge
presents a standard splitting of the dataset into three subsets: a training set comprising 6,920 tweets,
a development set comprising 1,038 tweets, and a test set comprising 2,076 tweets. The entirety of
the dataset is bilingual, with a ratio of 0.9 to 1 between English and Spanish tweets (3,749 and 4,209
respectively). This ratio was estimated from the training and development datasets. The aforementioned
splitting has been disregarded during the development phase, in favour of an alternative internal
splitting to maintain an internal test set. The dataset entries have been shufled, keeping 80% of the size
for our internal development set (training and validation sets), while reserving the remaining 20% for
our internal test set.</p>
      <p>Each tweet in the dataset is represented as a JSON object containing various attributes. These
attributes include a unique identifier for the tweet, the language of the text, and the text of the tweet
itself. Additionally, metadata about the annotators is provided, including the number of annotators, and
their unique identifiers, gender, age group, ethnicity, level of education, and country of residence. The
dataset also includes sets of labels for the three tasks about sexism in tweets.</p>
      <p>The EXIST 2024 dataset was annotated by collecting the opinions of various annotators regarding
the presence and, if any, nature of sexism in the provided tweets. Six annotators voted on each tweet,
selecting one or more of six categories, with the restriction that selecting “NO” precludes selecting any
other category. An “UNKNOWN” label is used when an annotator does not provide a label, but this is
not a class to be predicted.</p>
      <p>The dataset provided for the challenge features both soft and hard gold labels. The soft labels indicate
the proportion of annotators who selected each category as shown in 1, reflecting the multi-label nature
of the problem. Therefore, the sum of the “NO” label and the highest value among other labels cannot
exceed one.</p>
      <p>Gold hard labels are derived from soft labels using a probability threshold. If a category is chosen by
more than one annotator, it becomes a hard label. Tweets without a category that exceeds the threshold
are excluded from the evaluation.</p>
      <p>(a) Annotators agreement on gold soft label values</p>
      <p>(b) Gold hard labels distribution</p>
      <p>The first step of preprocessing involved the removal of “irrelevant” features for our
approach to the task (“labels_task2”, “labels_task1”, “labels_task3”, “annotators”, “number_annotators”,
“gender_annotators”, “age_annotators”, “ethnicities_annotators”, “study_levels_annotators”,
“countries_annotators”). The features in question represent supplementary metadata that is not strictly
necessary nor present when addressing standard cases of classification approaches. In our view,
building a model that relied on these features would have resulted in the creation of a highly customised
system, making it challenging to extend to general cases of online sexism identification in the absence
of datasets annotated in a manner compatible with the one provided in this instance.</p>
      <sec id="sec-4-1">
        <title>English tweet:</title>
      </sec>
      <sec id="sec-4-2">
        <title>Source tweet:</title>
      </sec>
      <sec id="sec-4-3">
        <title>Processed:</title>
      </sec>
      <sec id="sec-4-4">
        <title>Spanish tweet:</title>
      </sec>
      <sec id="sec-4-5">
        <title>Source tweet:</title>
      </sec>
      <sec id="sec-4-6">
        <title>Processed:</title>
        <p>Training the model on features related to the personal characteristics of the annotators would also
have introduced new biases into the system, making it more likely to produce predictions driven by
elements such as the ethnicity and gender of the annotators, with potentially discriminatory implications.</p>
        <p>
          Building on [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ], we implemented a preprocessing pipeline to improve the classification performance.
Specifically, we applied language-agnostic functions to remove all URLs, user tags, numbers and dates,
useless spaces and inverted exclamation/question marks at the beginning of Spanish phrases, as well
as any syntagmas that did not contain relevant information for categorising the tweet. All instances
of multiple exclamation marks, multiple question marks and mixed question and exclamation marks
were identified and reformatted to reduce the variability introduced by the alternation and repetition of
these two characters, which are often unevenly distributed. We identified and reduced all repetitions of
punctuation and letters, including extended words, to just 2 repetitions so that they retained a diferent
meaning from the single occurrence of the same character, while also ensuring that all repetitions were
consistent. The final issue we addressed was the omission of a space between the period at the end of a
sentence and the following word. This syntactic error was a common occurrence in the dataset.
        </p>
        <p>Figure 2 illustrates two exemplary tweets in English and Spanish, respectively. These tweets
demonstrate the processing of the source tweet and its appearance following the decoding of the tokenization.</p>
      </sec>
      <sec id="sec-4-7">
        <title>Tweet Processing Example</title>
        <p>@user5 Wow!!! https://example.com insaneee I can’t evennn believe it???!!!
Wow !! insanee I can’t evenn believe it ?!</p>
      </sec>
      <sec id="sec-4-8">
        <title>Processed and decoded from the tokenizer:</title>
        <p>&lt;s&gt; Wow!! insanee I can’t evenn believe it?!&lt;/s&gt;
@usuario3 ¡Mira esto!!! https://ejemplo.com ¿¿¿Qué??? ¡¡Es increíble!!
Mira esto !! Qué ?? Es increíble !!</p>
      </sec>
      <sec id="sec-4-9">
        <title>Processed and decoded from the tokenizer:</title>
        <p>&lt;s&gt; Mira esto!! Qué?? Es increíble!!&lt;/s&gt;</p>
        <p>After preprocessing, we created a new split of the labelled dataset by randomly shufling its entries,
keeping 80% of the size for our internal development set (training and validation sets), while reserving
the remaining 20% for our internal test set.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Baseline models</title>
      <p>In addition to the dataset, we were provided with a baseline for each task. This served as an initial
reference point for comparing the performance of various models. This approach enabled us to evaluate
how well or poorly a model performed in comparison to an unsophisticated or simple system. In our
case, considering only the third task, we had two baselines: one for the majority class and one for the
minority class.</p>
      <p>The majority class baseline is a non-informative system where all instances are labelled with the
majority class, while the minority class is a non-informative system where all instances are classified as
the minority class. The term “non-informative” is used to describe a system or model that does not
utilise any significant information or features of the data to make predictions. Instead, it simply assigns
all instances to a particular class, regardless of the actual data.</p>
      <p>The majority class is the “NO” class (Figure 3a), and the minority class is the “SEXUAL-VIOLENCE”
class (Figure 3b).
1 {
2
3
4
5
6
7
8
9
10
11
12 }
}
"test_case": "EXIST2024",
"id": "100001",
"value": {
"IDEOLOGICAL-INEQUALITY": 0.0,
"STEREOTYPING-DOMINANCE": 0.0,
"MISOGYNY-NON-SEXUAL-VIOLENCE": 0.0,
"SEXUAL-VIOLENCE": 0.0,
"OBJECTIFICATION": 0.0,
"NO": 1.0</p>
    </sec>
    <sec id="sec-6">
      <title>6. Resources employed</title>
      <p>
        The development of RoBEXedda models was constrained by a limited number of resources, as the
shared machine assigned to us by the University of Pisa was also exploited by other students at the
same time. The machine was equipped with a NVIDIA V100 with 32 GB of memory. Alternatively,
Google Colab with the free plan was employed. An important mention goes to the Weight &amp; Biases [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]
library, adopted for model selection. This permitted the training of distinct configurations in parallel
across multiple machines, with all results and plots being recorded directly on the library’s website.
This was achieved through the Sweep paradigm.
      </p>
    </sec>
    <sec id="sec-7">
      <title>7. Proposed methodology</title>
      <p>
        A fundamental stage in developing RoBEXedda involved searching for cutting-edge approaches that
ift well with our objectives. In addition to the techniques mentioned above that are used in the
preprocessing phase of the data, the use of AdamW [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] as an optimiser, and the implementation of
two distinct architectures based on the principles of Classifier Chain [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] and Binary Relevance [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ],
respectively, deserves a more in-depth mention. These techniques have been combined with original
insights and approaches identified by our team. Both state-of-the-art approaches and integrations of
original techniques are discussed in this chapter.
      </p>
      <sec id="sec-7-1">
        <title>7.1. Architectures</title>
        <p>
          The architectures that we evaluated difered in the classification head that was placed on top of the
pretrained transformer. To address the multilingual nature of the task while respecting our computation
constraints, we focused our model selection on pretrained models from the XML-RoBERTa family [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
Our pipeline included, after the preprocessing phase, a tweet tokenization phase. After studying the
dataset, we decided to set the length of the transformer input at 128 tokens, as this was found to be the
optimal length for the average and maximum length of the tokenized tweets shown in Figure 4.
        </p>
        <p>Two main architectural archetypes, Classifier Chain and Binary Relevance, were considered during
the model selection phase. We aimed to study the performance of the two architectures in tackling
the task analysed. Among the three model proposals submitted by our team, two of them were indeed
selected by us as the best Classifier Chain model and the best Binary Relevance model according to the
validation metrics considered during model selection.</p>
        <sec id="sec-7-1-1">
          <title>7.1.1. Binary Relevance Architecture</title>
          <p>
            The first architecture is based on the concept of Binary Relevance (BR) [
            <xref ref-type="bibr" rid="ref24">24</xref>
            ], a very simple technique,
often used as a baseline in multi-label classification problems. BR is a problem decomposition technique
that assumes that each label is independent of the others and can therefore be treated separately.
Furthermore, BR is a computationally eficient technique, making it a practical choice for our context.
          </p>
          <p>The BR-based architecture consists of two fully connected hidden feedforward layers with GELU
activation function, placed on top of the pretrained transformer, receiving as input the contextual
embedding of the classification token produced by it. The output of the transformer does not go
through the internal pooling or classification layer of the transformer but is taken from the last block
of multi-head bidirectional attention. The head ends with a linear classification layer, followed by the
application of a sigmoidal function to the 6 computed outputs to obtain the 6 diferent probabilities,
one for each class. This approach is illustrated in Figure 5.</p>
        </sec>
        <sec id="sec-7-1-2">
          <title>7.1.2. Classifier Chain Architecture</title>
          <p>
            In Classifier Chain architectures, classifiers are chained together in a directed structure so that
predictions from individual labels become features for other classifiers. Such methods are known in the
literature for their flexibility and efectiveness, achieving state-of-the-art performance on many datasets
and multi-label evaluation metrics [
            <xref ref-type="bibr" rid="ref23">23</xref>
            ].
          </p>
          <p>As discussed in the previous chapter, the soft labels that our model should predict do not represent
a probability distribution on mutually exclusive classes (since several soft labels can be predicted
simultaneously), with the exception of the label “NO”, the only one whose value has a relationship with
the values of the others.</p>
          <p>In particular, the target values represent the proportion of annotators who have chosen a set of
labels to associate with each specific tweet. In the case of the “NO” class, it is not possible to select this
label in conjunction with any of the remaining five labels. However, multiple categories of sexism can
be selected without any restrictions. The sum of the “NO” label and the maximum value among the
remaining labels cannot exceed one. This intuition led to the development of an original architectural
idea, which consists of using a Classifier Chain model that can use its prediction of the “NO” label as a
feature for predicting the remaining labels.</p>
          <p>The proposed Classifier Chain architecture comprises two modules, both of which constitute the
multi-label classifier head, situated at the top of the pretrained transformer. Both modules receive
contextual embeddings produced by the transformer following the processing of an observed tweet.</p>
          <p>The first module comprises three fully connected feedforward layers, with GELU activation functions
in the hidden neurons and a sigmoid activation function in the output layer. The objective of this
module is to output the prediction of the value of the “NO” label associated with the input tweet.</p>
          <p>The second module is analogous to the first in structure and its objective is to predict the values of
the remaining five soft labels. In light of the success of Classifier Chain architectures, we hypothesised
that the prediction produced by the first module could be used as input to the second module, thereby
serving as a feature in the prediction of the remaining five soft labels. A noteworthy design choice is
that the prediction of the “NO” label is given as input to the second module at a higher level of the
architecture (the second hidden layer rather than the first). The rationale behind this decision is that
the prediction of the first classifier (the first module) can more efectively represent a high-level feature
of the subsequent classifier, at a higher level of abstraction, than the contextual embedding returned by
the transformer.</p>
          <p>During the training phase, the second module was trained using the teacher forcing technique, where
the input from the previous classifier in the chain was replaced by the corresponding gold label. Figure
6 shows the design of the approach.</p>
        </sec>
      </sec>
      <sec id="sec-7-2">
        <title>7.2. Training</title>
        <p>The pretrained model is employed in conjunction with the classification heads, which were based on
Classifier Chain and Binary Relevance architectures respectively described in sections 7.1.2 and 7.1.1.
The training parameters include learning rate, dropout, optimiser, hidden layer size, batch size and
epochs, which are optimised during model selection. One of the state-of-the-art techniques explored in
the training process is the AdamW optimiser.</p>
        <p>
          AdamW (Adaptive Moment Estimation with Weight Decay) is an optimisation algorithm that
combines the properties of Adam with a weight decay mechanism. Adam is known to adapt individual
learning rates for each parameter using estimates of the first and second moments of the gradients.
AdamW difers from Adam for the weight decay that is applied separately from the updating of the
gradients. This approach allows more precise control of the weight decay and avoids unwanted
interference between the learning rate and the weight decay itself, which complicates the optimal choice
of these hyperparameters and improves convergence eficiency. This facilitates the choice of learning
parameters and leads to more eficient convergence. Studies have shown that AdamW tends to produce
models with a greater capacity for generalisation than Adam [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ].
        </p>
        <p>
          This finding was confirmed during our preliminary exploration phase. Indeed, we observed that
AdamW performed better than Adam, so we decided to directly employ it. In addition, we noticed that
also compared to Stochastic Gradient Descent (SGD), it significantly reduces the time needed to find an
efective combination of hyperparameters, allowing for more eficient and faster tuning [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ].
        </p>
        <p>To train our models, we employed the Binary Cross-Entropy (BCE) loss, which also served as the
primary validation metric. In addition to the BCE loss, we evaluated our models using other validation
metrics described below to ensure a comprehensive assessment of performance.</p>
        <p>
          In particular, we exploited the PyEvALL (The Python library to Evaluate ALL) framework [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] that
ofers several assessment metrics including F1 score, ICM (Information Contrast Measure) [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], and a
soft version of ICM (ICM-Soft). All of these additional metrics were observed during the model selection
process. The sole criterion for the selection was the validation metric (BCE), except for one of the three
candidate models, which was selected based on the ICM-Soft.
        </p>
        <p>The ICM-Soft criterion represents an extension of ICM, a measure that has been demonstrated to be
analytically superior to cases where categories have a hierarchical structure and items may belong to
more than one category. However, in contrast to its standard counterpart, the ICM-Soft accepts both
soft system outputs and soft ground truth assignments.</p>
      </sec>
      <sec id="sec-7-3">
        <title>7.3. Model Selection</title>
        <p>The initial phase of model selection involved an analysis designed to gain a first understanding of the
influence of hyperparameters on model performance. To facilitate this process, we employed the W&amp;B
(Weights &amp; Biases) library (wandb) to train distinct configurations of parameters in parallel across
multiple machines, with all results and plots being recorded directly on the library’s website. The
utilisation of the sweeps and agents features enables the automation of hyperparameter search by
defining a search space and strategy and running the experiments according to this configuration.</p>
        <p>
          The objective was to minimise the validation loss. To achieve this objective, a preliminary random
search [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] was conducted, during which several pretrained models from the XML-RoBERTa family
were tested. The optimal choice was identified as “sdadas/xlm-roberta-large-twitter” [29].
        </p>
        <p>The initial search was followed by a Bayesian search. The fixed parameters for the model are the
Batch Size fixed at 64, the maximum number of Epochs set to 15 (with early-stopping, patience 2),
AdamW as the optimizer, and the pretrained model “sdadas/xlm-roberta-large-twitter”.</p>
        <p>Table 1 shows the ranges of the other hyperparameters that were explored during the Bayesian
search.</p>
        <p>To prevent overfitting, during Bayesian search we employed early stopping. This ensured that the
model did not continue to train beyond the point where its performance on the validation set started to
degrade. After this fine-grade search, we can see the top 10 runs in Figure 7.</p>
        <p>From this graph, which highlights the top 10 runs found during model selection, we can understand
that both types of classifiers (Binary Relevance and Classifier Chain) can achieve competitive results.
Dropout tend to be slightly more efective between 0.2 and 0.4, indicating that minimal regularisation
is preferable. The results indicate that smaller hidden layer sizes (equal to or less than 512) are more
common among the best runs. Furthermore, smaller learning rates are associated with a lower minimum
validation loss, which highlights the importance of precise fine-tuning of the learning rate to improve
model convergence. In any case, the most crucial hyperparameters were identified as the values of
the hidden layer size and the learning rate. By operating within the range of interest, adjusting these
parameters to more specific values led to changes in the results. The hidden layer size was identified as
the most influential factor in the search for optimal models, exhibiting a strong negative correlation
(lower values perform better) with respect to the minimum validation loss. The learning rate also
showed significant importance, with a moderate negative correlation. In contrast, the value related
to dropout did not have a significant impact, as it showed minimal importance and a low positive
correlation.</p>
        <p>The model selection process led to the identification of the most promising hyperparameter
configurations. From these, three RoBEXedda models were selected for submission to the challenge (a maximum
of three candidates per team were allowed). These models have been selected by us for specific features
and are identified as “Best BR”, “Best Chain”, and “Best ICM-Soft”. Best BR and Best Chain represent
respectively the Binary Relevance model and the Classifier Chain model that obtained the best BCE
loss on the validation set. Best ICM-Soft is the model chosen for obtaining the best ICM-Soft on the
validation set (also featuring the Binary Relevance architecture).</p>
        <p>All three RoBEXedda models share the parameters of maximum number of ‘epochs’ (15), ‘batch size’
(64), and ‘early stopping patience’ (2). The “Best ICM-Soft” model was trained with ‘learning rate’ of
3.6936026e-5, ‘training epochs’ of 4, ‘dropout’ percentage of 0.4, and ‘hidden layer size’ of 512. The “Best
Chain” model was trained with ‘learning rate’ of 1e-5, ‘training epochs’ of 7, ‘dropout’ percentage of</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>8. Results</title>
      <p>Following the selection of the models, an internal assessment was conducted to evaluate the system
performance. This section will discuss both the internal assessment phase and the scores achieved by
our models in the EXIST 2024 challenge.</p>
      <sec id="sec-8-1">
        <title>8.1. Internal Assessment</title>
        <p>Following the retraining on both the training and validation sets, the three RoBEXedda models identified
in model selection phase were evaluated on an internal test set. Tables 4 - 5 show the results of the
internal test set, averaged over five diferent weight initialisations.</p>
      </sec>
      <sec id="sec-8-2">
        <title>8.2. Challenge Results</title>
        <p>After the final assessment, the RoBEXedda models were retrained on the entire dataset, and subsequently
employed to generate the predictions on the oficial blind test set, submitted for our participation in
the challenge (Task 3 Soft-Soft). Table 6 shows the results of our approaches compared to the oficial
baselines described in Section 5 and the gold labels.</p>
        <p>In the Task 3 Soft-Soft competition, our models achieved the 4th, 5th, and 6th position in the global
ranking, ranking our team (Medusa), just behind the “NYCU-NLP” team (Task Winner), whose three
models took the 1st, 2nd and 3rd positions in the ranking. In particular, the Best ICM-Soft model achieved
the 4th position, the Best Chain model achieved the 5th position, and the Best Binary Relevance model
achieved the 6th position.</p>
        <p>A first observation is that, although the outcomes are essentially comparable, all RoBEXedda models
demonstrate a slight advantage in English with respect to Spanish. This can be attributed to the
composition of the training data for the pretrained model, which comprised 50.9% English tweets and
14.4% Spanish tweets [30]. A second consideration is that the use of a Classifier Chain did not result
in enhanced eficacy compared to the Binary Relevance approach. One potential explanation for this
ifnding is that the Binary Relevance architecture is more efective in representing dependencies between
the labels in the analysed task.</p>
        <p>In the final ranking, the Best ICMSoft model emerged as the most efective between our choices. It is
noteworthy that it was the sole model selected based on the ICM Soft measure, which is not always
synchronised with the BCE loss.</p>
        <p>This emphasises the significance of considering alternative evaluation metrics when selecting models.
Exploring model selection based on this measure could prove to be an intriguing avenue for future
research.</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>9. Conclusion and future directions</title>
      <p>Participation in the EXIST 2024 challenge aimed at categorising sexist content in tweets has provided
valuable insights into the detection and classification of online misogyny. Utilising a robust dataset
of over 10,000 tweets in both English and Spanish, we developed and evaluated three distinct neural
network models based on Binary Relevance and Classifier Chain architectures. The results demonstrate
the potential of advanced machine learning techniques in addressing the pervasive issue of online
sexism and underscore the importance of continued research and development in this critical area.</p>
      <p>Although the results obtained are far from perfect, we believe that our analyses have nevertheless
led to interesting insights. One of them is the fact that good results in the task of classifying sexist
behaviour in social networks can be achieved with limited resources. Indeed, as mentioned above, the
development of RoBEXeddA was carried out in particularly narrow time slots within the EXIST 2024
time window, distributed on a few shared machines.</p>
      <p>The lack of computational resources is not the sole point of improvement in our process. Indeed,
the project is open to numerous possible future developments. It would be of interest to undertake
a model selection process that could screen larger pretrained transformer models. Among potential
future additions to our project, it might be worthwhile to test other state-of-the-art techniques, such as
data augmentation and Ensemble Learning, which were not included in the challenge preparation in
favour of producing an eficient system in the shortest possible time.</p>
      <p>An additional intriguing attempt would be to conduct a separate pre-training of the classifier head,
preceding the entire fine-tuning of the model. This is because, following our tests, training the random
initialised head required a much higher learning rate than what was allowed in the model’s finetuning.
Therefore, we could have obtained more stable training curves and encouraged the learning of an initial
representation of the dataset’s features.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L.</given-names>
            <surname>Plaza</surname>
          </string-name>
          , J. C. de Albornoz,
          <string-name>
            <given-names>R.</given-names>
            <surname>Morante</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Amigó</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Spina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <article-title>Overview of EXIST 2023 - learning with disagreement for sexism identification and characterization (extended overview)</article-title>
          , in: M.
          <string-name>
            <surname>Aliannejadi</surname>
            , G. Faggioli,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ferro</surname>
          </string-name>
          , M. Vlachos (Eds.),
          <source>Working Notes of the Conference and Labs of the Evaluation Forum (CLEF</source>
          <year>2023</year>
          ), Thessaloniki, Greece,
          <source>September 18th to 21st</source>
          ,
          <year>2023</year>
          , volume
          <volume>3497</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>813</fpage>
          -
          <lpage>854</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3497</volume>
          /paper-070.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Bartlett</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Norrie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rumpel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wibberley</surname>
          </string-name>
          , Misogyny on twitter (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Plaza</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. C. de Albornoz</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Ruiz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Maeso</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Chulvi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Amigó</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Morante</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Spina</surname>
          </string-name>
          ,
          <article-title>Overview of exist 2024 - learning with disagreement for sexism identification and characterization in social networks and memes, in: Experimental IR Meets Multilinguality, Multimodality, and Interaction</article-title>
          .
          <source>Proceedings of the Fifteenth International Conference of the CLEF Association (CLEF</source>
          <year>2024</year>
          ),
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>L.</given-names>
            <surname>Plaza</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. C. de Albornoz</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Ruiz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Maeso</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Chulvi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Amigó</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Morante</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Spina</surname>
          </string-name>
          ,
          <article-title>Overview of exist 2024 - learning with disagreement for sexism identification and characterization in social networks and memes (extended overview)</article-title>
          , in: G. Faggioli,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuščáková</surname>
          </string-name>
          , A. G. S. de Herrera (Eds.),
          <source>Working Notes of CLEF 2024- Conference and Labs of the Evaluation Forum</source>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>L.</given-names>
            <surname>Plaza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Carrillo-de-Albornoz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Amigó</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Morante</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Spina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chulvi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Maeso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <surname>EXIST</surname>
          </string-name>
          <year>2024</year>
          :
          <article-title>sexism identification in social networks and memes</article-title>
          , in: N.
          <string-name>
            <surname>Goharian</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Tonellotto</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Lipani</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
          </string-name>
          , I. Ounis (Eds.),
          <source>Advances in Information Retrieval - 46th European Conference on Information Retrieval</source>
          ,
          <string-name>
            <surname>ECIR</surname>
          </string-name>
          <year>2024</year>
          , Glasgow, UK, March
          <volume>24</volume>
          -28,
          <year>2024</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>V</given-names>
          </string-name>
          , volume
          <volume>14612</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2024</year>
          , pp.
          <fpage>498</fpage>
          -
          <lpage>504</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -56069-9_
          <fpage>68</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -56069-9\_
          <fpage>68</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <article-title>Clef 2024 conference and labs of the evaluation forum</article-title>
          ,
          <year>2024</year>
          . https://clef2024.clef-initiative.eu/ index.php.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kaiser</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          ,
          <article-title>Attention is all you need</article-title>
          , in: I. Guyon, U. von Luxburg, S. Bengio,
          <string-name>
            <given-names>H. M.</given-names>
            <surname>Wallach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fergus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. V. N.</given-names>
            <surname>Vishwanathan</surname>
          </string-name>
          , R. Garnett (Eds.),
          <source>Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Systems 2017, December 4-9</source>
          ,
          <year>2017</year>
          , Long Beach, CA, USA,
          <year>2017</year>
          , pp.
          <fpage>5998</fpage>
          -
          <lpage>6008</lpage>
          . URL: https://proceedings.neurips.cc/paper/2017/hash/ 3f5ee243547dee91fbd053c1c4a845aa-Abstract.html.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Geng</surname>
          </string-name>
          ,
          <article-title>Binary relevance for multi-label learning: an overview</article-title>
          ,
          <source>Frontiers Comput. Sci</source>
          .
          <volume>12</volume>
          (
          <year>2018</year>
          )
          <fpage>191</fpage>
          -
          <lpage>202</lpage>
          . URL: https://doi.org/10.1007/s11704-017-7031-7. doi:
          <volume>10</volume>
          .1007/ S11704-017-7031-7.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Read</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Pfahringer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Holmes</surname>
          </string-name>
          , E. Frank,
          <article-title>Classifier chains for multi-label classification</article-title>
          ,
          <source>Mach. Learn</source>
          .
          <volume>85</volume>
          (
          <year>2011</year>
          )
          <fpage>333</fpage>
          -
          <lpage>359</lpage>
          . URL: https://doi.org/10.1007/s10994-011-5256-5. doi:
          <volume>10</volume>
          .1007/ S10994-011-5256-5.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Conneau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Khandelwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Chaudhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Wenzek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Guzmán</surname>
          </string-name>
          , E. Grave,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          ,
          <article-title>Unsupervised cross-lingual representation learning at scale</article-title>
          , in: D.
          <string-name>
            <surname>Jurafsky</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Chai</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Schluter</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          <string-name>
            <surname>Tetreault</surname>
          </string-name>
          (Eds.),
          <source>Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, ACL 2020, Online, July</source>
          <volume>5</volume>
          -
          <issue>10</issue>
          ,
          <year>2020</year>
          , Association for Computational Linguistics,
          <year>2020</year>
          , pp.
          <fpage>8440</fpage>
          -
          <lpage>8451</lpage>
          . URL: https://doi.org/10.18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>747</volume>
          . doi:
          <volume>10</volume>
          .18653/V1/
          <year>2020</year>
          .ACL-MAIN.
          <year>747</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Minaee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Nikzad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chenaghlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Amatriain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <article-title>Large language models: A survey</article-title>
          ,
          <source>CoRR abs/2402</source>
          .06196 (
          <year>2024</year>
          ). URL: https://doi.org/10.48550/arXiv.2402.06196. doi:
          <volume>10</volume>
          .48550/ARXIV.2402.06196. arXiv:
          <volume>2402</volume>
          .
          <fpage>06196</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>B.</given-names>
            <surname>Shahriari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Swersky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. P.</given-names>
            <surname>Adams</surname>
          </string-name>
          , N. de Freitas,
          <article-title>Taking the human out of the loop: A review of bayesian optimization</article-title>
          ,
          <source>Proc. IEEE</source>
          <volume>104</volume>
          (
          <year>2016</year>
          )
          <fpage>148</fpage>
          -
          <lpage>175</lpage>
          . URL: https://doi.org/10.1109/ JPROC.
          <year>2015</year>
          .
          <volume>2494218</volume>
          . doi:
          <volume>10</volume>
          .1109/JPROC.
          <year>2015</year>
          .
          <volume>2494218</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalo</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Montes-y-</article-title>
          <string-name>
            <surname>Gómez</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          ,
          <article-title>Iberlef 2021 overview: Natural language processing for iberian languages</article-title>
          , in: M.
          <string-name>
            <surname>Montes</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>M. E.</given-names>
          </string-name>
          <string-name>
            <surname>Aragón</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Agerri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Á. ÁlvarezCarmona</surname>
            , E. Á. Mellado,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Carrillo-de-Albornoz</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Chiruzzo</surname>
            , L. A. de Freitas,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Gómez-Adorno</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Gutiérrez</surname>
            ,
            <given-names>S. M. J.</given-names>
          </string-name>
          <string-name>
            <surname>Zafra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Lima</surname>
            ,
            <given-names>F. M. P.</given-names>
          </string-name>
          <string-name>
            <surname>del Arco</surname>
          </string-name>
          , M. Taulé (Eds.),
          <source>Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          )
          <article-title>co-located with the Conference of the Spanish Society for Natural Language Processing (SEPLN 2021), XXXVII International Conference of the Spanish Society for Natural Language Processing</article-title>
          .,
          <string-name>
            <surname>Málaga</surname>
          </string-name>
          , Spain, September,
          <year>2021</year>
          , volume
          <volume>2943</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2943</volume>
          / Overview_iberLEF_
          <year>2021</year>
          .pdf.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>A. F. M. de Paula</surname>
          </string-name>
          , R. F. da
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>I. B.</given-names>
          </string-name>
          <string-name>
            <surname>Schlicht</surname>
          </string-name>
          ,
          <article-title>Sexism prediction in spanish and english tweets using monolingual and multilingual BERT and ensemble models</article-title>
          , in: M.
          <string-name>
            <surname>Montes</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>M. E.</given-names>
          </string-name>
          <string-name>
            <surname>Aragón</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Agerri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>Álvarez-Carmona</surname>
            ,
            <given-names>E. Á.</given-names>
          </string-name>
          <string-name>
            <surname>Mellado</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Carrillo-de-Albornoz</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Chiruzzo</surname>
            , L. A. de Freitas,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Gómez-Adorno</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Gutiérrez</surname>
            ,
            <given-names>S. M. J.</given-names>
          </string-name>
          <string-name>
            <surname>Zafra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Lima</surname>
            ,
            <given-names>F. M. P.</given-names>
          </string-name>
          <string-name>
            <surname>del Arco</surname>
          </string-name>
          , M. Taulé (Eds.),
          <source>Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          )
          <article-title>co-located with the Conference of the Spanish Society for Natural Language Processing (SEPLN 2021), XXXVII International Conference of the Spanish Society for Natural Language Processing</article-title>
          .,
          <string-name>
            <surname>Málaga</surname>
          </string-name>
          , Spain, September,
          <year>2021</year>
          , volume
          <volume>2943</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>356</fpage>
          -
          <lpage>373</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2943</volume>
          /exist_paper2.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>F. M. P. del Arco</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. D.</surname>
            Molina-González,
            <given-names>L. A. U.</given-names>
          </string-name>
          <string-name>
            <surname>López</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. T.</surname>
          </string-name>
          Martín-Valdivia,
          <article-title>Sexism identification in social networks using a multi-task learning system</article-title>
          , in: M.
          <string-name>
            <surname>Montes</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>M. E.</given-names>
          </string-name>
          <string-name>
            <surname>Aragón</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Agerri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>Álvarez-Carmona</surname>
            ,
            <given-names>E. Á.</given-names>
          </string-name>
          <string-name>
            <surname>Mellado</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Carrillo-de-Albornoz</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Chiruzzo</surname>
            , L. A. de Freitas,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Gómez-Adorno</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Gutiérrez</surname>
            ,
            <given-names>S. M. J.</given-names>
          </string-name>
          <string-name>
            <surname>Zafra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Lima</surname>
            ,
            <given-names>F. M. P.</given-names>
          </string-name>
          <string-name>
            <surname>del Arco</surname>
          </string-name>
          , M. Taulé (Eds.),
          <source>Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          )
          <article-title>co-located with the Conference of the Spanish Society for Natural Language Processing (SEPLN 2021), XXXVII International Conference of the Spanish Society for Natural Language Processing</article-title>
          .,
          <string-name>
            <surname>Málaga</surname>
          </string-name>
          , Spain, September,
          <year>2021</year>
          , volume
          <volume>2943</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>491</fpage>
          -
          <lpage>499</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2943</volume>
          /exist_paper16.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <article-title>QMUL-SDS at EXIST: leveraging pre-trained semantics and lexical features for multilingual sexism detection in social networks</article-title>
          , in: M.
          <string-name>
            <surname>Montes</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>M. E.</given-names>
          </string-name>
          <string-name>
            <surname>Aragón</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Agerri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>Álvarez-Carmona</surname>
            ,
            <given-names>E. Á.</given-names>
          </string-name>
          <string-name>
            <surname>Mellado</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Carrillo-de-Albornoz</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Chiruzzo</surname>
            , L. A. de Freitas,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Gómez-Adorno</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Gutiérrez</surname>
            ,
            <given-names>S. M. J.</given-names>
          </string-name>
          <string-name>
            <surname>Zafra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Lima</surname>
            ,
            <given-names>F. M. P.</given-names>
          </string-name>
          <string-name>
            <surname>del Arco</surname>
          </string-name>
          , M. Taulé (Eds.),
          <source>Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          )
          <article-title>co-located with the Conference of the Spanish Society for Natural Language Processing (SEPLN 2021), XXXVII International Conference of the Spanish Society for Natural Language Processing</article-title>
          .,
          <string-name>
            <surname>Málaga</surname>
          </string-name>
          , Spain, September,
          <year>2021</year>
          , volume
          <volume>2943</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>469</fpage>
          -
          <lpage>483</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2943</volume>
          /exist_paper14.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>V.</given-names>
            <surname>Ahuir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>González</surname>
          </string-name>
          , L. Hurtado,
          <article-title>Enhancing sexism identification and categorization in low-data situations</article-title>
          , in: M.
          <article-title>Montes-y-</article-title>
          <string-name>
            <surname>Gómez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Casavantes</surname>
            ,
            <given-names>M. Á.</given-names>
          </string-name>
          <string-name>
            <surname>Á. Carmona</surname>
            , G. BelEnguix,
            <given-names>H. J.</given-names>
          </string-name>
          <string-name>
            <surname>Escalante</surname>
          </string-name>
          , L. A.
          <string-name>
            <surname>de Freitas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Miranda-Escalada</surname>
            ,
            <given-names>F. J.</given-names>
          </string-name>
          <string-name>
            <surname>Rodríguez-Sanchez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rosá</surname>
            ,
            <given-names>M. A. S.</given-names>
          </string-name>
          <string-name>
            <surname>Cabezudo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Taulé</surname>
          </string-name>
          , R. Valencia-García (Eds.),
          <source>Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2022</year>
          )
          <article-title>co-located with the Conference of the Spanish Society for Natural Language Processing (SEPLN</article-title>
          <year>2022</year>
          ),
          <string-name>
            <given-names>A</given-names>
            <surname>Coruña</surname>
          </string-name>
          , Spain,
          <year>September 20</year>
          ,
          <year>2022</year>
          , volume
          <volume>3202</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2022</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3202</volume>
          /exist-paper5.
          <fpage>pdf</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>García-Díaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M. J.</given-names>
            <surname>Zafra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. C.</given-names>
            <surname>Palacios</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Valencia-García</surname>
          </string-name>
          , Umuteam at EXIST 2022:
          <article-title>Knowledge integration and ensemble learning for multilingual sexism identification and categorization using linguistic features and transformers</article-title>
          , in: M.
          <article-title>Montes-y-</article-title>
          <string-name>
            <surname>Gómez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Casavantes</surname>
            ,
            <given-names>M. Á.</given-names>
          </string-name>
          <string-name>
            <surname>Á. Carmona</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Bel-Enguix</surname>
            ,
            <given-names>H. J.</given-names>
          </string-name>
          <string-name>
            <surname>Escalante</surname>
          </string-name>
          , L. A.
          <string-name>
            <surname>de Freitas</surname>
            , A. MirandaEscalada,
            <given-names>F. J.</given-names>
          </string-name>
          <string-name>
            <surname>Rodríguez-Sanchez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rosá</surname>
            ,
            <given-names>M. A. S.</given-names>
          </string-name>
          <string-name>
            <surname>Cabezudo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Taulé</surname>
          </string-name>
          , R. Valencia-García (Eds.),
          <source>Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2022</year>
          )
          <article-title>co-located with the Conference of the Spanish Society for Natural Language Processing (SEPLN</article-title>
          <year>2022</year>
          ),
          <string-name>
            <given-names>A</given-names>
            <surname>Coruña</surname>
          </string-name>
          , Spain,
          <year>September 20</year>
          ,
          <year>2022</year>
          , volume
          <volume>3202</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2022</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3202</volume>
          /exist-paper14.
          <fpage>pdf</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>A. F. M. de Paula</surname>
            , G. Rizzi,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Fersini</surname>
          </string-name>
          , D. Spina,
          <article-title>AI-UPV at EXIST 2023 - sexism characterization using large language models under the learning with disagreements regime</article-title>
          ,
          <source>CoRR abs/2307</source>
          .03385 (
          <year>2023</year>
          ). URL: https://doi.org/10.48550/arXiv.2307.03385. doi:
          <volume>10</volume>
          .48550/ARXIV. 2307.03385. arXiv:
          <volume>2307</volume>
          .
          <fpage>03385</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>D.</given-names>
            <surname>Efrosynidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Symeonidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Arampatzis</surname>
          </string-name>
          ,
          <article-title>A comparison of pre-processing techniques for twitter sentiment analysis</article-title>
          , in: J.
          <string-name>
            <surname>Kamps</surname>
            , G. Tsakonas,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Manolopoulos</surname>
            ,
            <given-names>L. S.</given-names>
          </string-name>
          <string-name>
            <surname>Iliadis</surname>
          </string-name>
          , I. Karydis (Eds.),
          <source>Research and Advanced Technology for Digital Libraries - 21st International Conference on Theory and Practice of Digital Libraries, TPDL</source>
          <year>2017</year>
          , Thessaloniki, Greece,
          <source>September 18-21</source>
          ,
          <year>2017</year>
          , Proceedings, volume
          <volume>10450</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2017</year>
          , pp.
          <fpage>394</fpage>
          -
          <lpage>406</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -67008-9_
          <fpage>31</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -67008-9\_
          <fpage>31</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>L.</given-names>
            <surname>Biewald</surname>
          </string-name>
          ,
          <article-title>Experiment tracking with weights and biases, 2020</article-title>
          . URL: https://www.wandb.com/, software available from wandb.
          <source>com.</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Toward understanding why adam converges faster than SGD for transformers</article-title>
          ,
          <source>CoRR abs/2306</source>
          .00204 (
          <year>2023</year>
          ). URL: https://doi.org/10.48550/arXiv.2306.00204. doi:
          <volume>10</volume>
          .48550/ARXIV. 2306.00204. arXiv:
          <volume>2306</volume>
          .
          <fpage>00204</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>J.</given-names>
            <surname>Read</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Pfahringer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Holmes</surname>
          </string-name>
          , E. Frank,
          <article-title>Classifier chains: A review and perspectives</article-title>
          ,
          <source>J. Artif. Intell. Res</source>
          .
          <volume>70</volume>
          (
          <year>2021</year>
          )
          <fpage>683</fpage>
          -
          <lpage>718</lpage>
          . URL: https://doi.org/10.1613/jair.1.12376. doi:
          <volume>10</volume>
          .1613/JAIR.1. 12376.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>O.</given-names>
            <surname>Luaces</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Díez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Barranquero</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. J.</given-names>
            <surname>del Coz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bahamonde</surname>
          </string-name>
          ,
          <article-title>Binary relevance eficacy for multilabel classification</article-title>
          ,
          <source>Prog. Artif. Intell</source>
          .
          <volume>1</volume>
          (
          <year>2012</year>
          )
          <fpage>303</fpage>
          -
          <lpage>313</lpage>
          . URL: https://doi.org/10.1007/ s13748-012-0030-x. doi:
          <volume>10</volume>
          .1007/S13748-012-0030-X.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>I.</given-names>
            <surname>Loshchilov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Hutter</surname>
          </string-name>
          ,
          <article-title>Decoupled weight decay regularization</article-title>
          ,
          <source>in: 7th International Conference on Learning Representations, ICLR</source>
          <year>2019</year>
          ,
          <article-title>New Orleans</article-title>
          , LA, USA, May 6-
          <issue>9</issue>
          ,
          <year>2019</year>
          , OpenReview.net,
          <year>2019</year>
          . URL: https://openreview.net/forum?id=
          <fpage>Bkg6RiCqY7</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Pyevall</surname>
          </string-name>
          ,
          <year>2024</year>
          . https://github.com/UNEDLENAR/PyEvALL.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>E.</given-names>
            <surname>Amigó</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. D.</given-names>
            <surname>Delgado</surname>
          </string-name>
          ,
          <article-title>Evaluating extreme hierarchical multi-label classification</article-title>
          , in: S. Muresan,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Villavicencio (Eds.),
          <source>Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <source>ACL</source>
          <year>2022</year>
          , Dublin, Ireland, May
          <volume>22</volume>
          -27,
          <year>2022</year>
          , Association for Computational Linguistics,
          <year>2022</year>
          , pp.
          <fpage>5809</fpage>
          -
          <lpage>5819</lpage>
          . URL: https://doi.org/10.18653/v1/
          <year>2022</year>
          .
          <article-title>acl-long</article-title>
          .
          <volume>399</volume>
          . doi:
          <volume>10</volume>
          .18653/V1/
          <year>2022</year>
          .
          <article-title>ACL-LONG</article-title>
          .
          <year>399</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>J.</given-names>
            <surname>Bergstra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <article-title>Random search for hyper-parameter optimization</article-title>
          ,
          <source>J. Mach. Learn. Res</source>
          .
          <volume>13</volume>
          (
          <year>2012</year>
          )
          <fpage>281</fpage>
          -
          <lpage>305</lpage>
          . URL: https://dl.acm.org/doi/10.5555/2503308.2188395. doi:
          <volume>10</volume>
          .5555/2503308.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>