<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Better Together: LLM and Neural Classification Transformers to Detect Sexism</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Judith Tavarez-Rodríguez</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fernando Sánchez-Vega</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alejandro Rosales-Pérez</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adrián Pastor López-Monroy</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Consejo Nacional de Ciencia y Tecnología (CONACYT)</institution>
          ,
          <addr-line>Av. Insurgentes Sur 1582, Col. Crédito Constructor, 03940, CDMX</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Mathematics Research Center (CIMAT)</institution>
          ,
          <addr-line>Jalisco S/N Valenciana, 36023, Guanajuato, Guanajuato</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Mathematics Research Center (CIMAT)</institution>
          ,
          <addr-line>Monterrey, Av. Alianza Centro 502, Apodaca, 66628, Nuevo León</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <abstract>
        <p>In this paper the approaches of the CIMAT-CS-NLP team for Task 1 (hard and soft settings) and Task 2 (hard setting) of the EXIST 2024 evaluation forum are presented. Task 1 consists in identifying instances of sexism in tweets (binary classification), while Task 2 is focused on determining the source intention in the sexist tweets (direct, reported and judgemental). The proposed methods for both tasks are based on unifying the knowledge of two diferent systems: zero-shot classification by using Large Language Models (LLMs) through a prompting refinement process, and supervised fine-tuning multilingual Transformers for classification. Results from both systems are combined by means of various techniques to determine the most efective approach. This methodology aims to leverage the strengths and robustness of diferent multilingual architectures to enhance classification results. The experimental results indicate that this approach is an efective method for sexism detection and categorization. Our best submitted system for sexism detection achieved third place in the hard-hard evaluation for all tweets, third place for tweets in Spanish and fourth place for tweets in English, with an F1 (positive class) of 0.7899, 0.8148 and 0.7576 respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;LLMs</kwd>
        <kwd>Transformers</kwd>
        <kwd>Online Sexism</kwd>
        <kwd>Prompt Refinement</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Sexism on social media has become a widespread problem, reflecting and perpetuating social prejudices
within digital discourse [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The prevalence of gender-based discrimination on various online platforms
highlights the urgency of having efective detection and mitigation strategies. The EXIST 2024 evaluation
forum [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ] (http://nlp.uned.es/exist2024/) at CLEF is a campaign aimed at combating sexism and
has been promoting research in its identification and categorization on social networks since 2021.
The methods recently reported in EXIST for detecting online sexism primarily involve fine-tuning
transformer-type models for classification, such as BERT [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and integrating them with task-specific
features [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. However, it’s worth noting that generative LLMs have recently emerged as powerful tools
for language generation and understanding. Such procedures have not been extensively explored and
evaluated in the EXIST test dataset until now. Particularly, prompt engineering is a process that involves
designing, testing, and iteratively refining prompts to guide the model’s responses more efectively. By
carefully crafting prompts, the model’s ability to understand context and generate relevant outputs can
be significantly enhanced [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Even though works such as [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] have highlighted the benefits of prompting LLMs over the quantity of
labeled data points for supervised fine-tuning, the core concept of our work is not just comparing, but
rather leveraging the complementary knowledge encoded in supervised fine-tuned transformer models
and in zero-shot settings with larger LLMs. By combining these diverse linguistic representations, the
aim is to harness the collective intelligence encoded in the models to achieve more accurate sexism
detection and categorization in social media text.
      </p>
      <p>In this paper, traditional fine-tuning methods for transformer-based models were evaluated. Moreover,
a prompt engineering process was conducted, during which sexism detection improved as the prompts
were refined. We tested various unification strategies to combine the outputs from prompt engineering
and classical fine-tuning. Our results show that a voting strategy, incorporating responses from seven
diferent systems, was the most efective technique for sexism detection. Notably, four of these seven
systems were developed through the prompt refining process. Our investigation suggests that integrating
insights from multiple expert systems enhances the detection of sexism in social media.
Our main contributions are:
1. Diferent strategies for unification of experts have been evaluated and its been shown that some of
them improved the results of classical supervised fine-tuning transformer models for classification.
2. It has been found that combining LLMs with Transformer-based classifiers can enhance the
consensus in determining whether a tweet exhibits sexist content.
3. We have refined a prompt for zero-shot sexism detection which can be a starting point to devise
other techniques such as few-shot, in-context learning, among others.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Fine-tuning transformers for classification has been a strategy employed since the first edition of the
EXIST evaluation forum [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. It has been approached in several ways, including as monolingual and
multilingual ensembles [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], ensembles of ensembles [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], and by finding optimal hyperparameters
for over 30 pre-trained transformers available in HuggingFace [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This suggests that fine-tuning
transformers for classification serves as a promising starting point for addressing sexism identification
and categorization.
      </p>
      <p>
        In the previous edition of the evaluation forum, EXIST 2023 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], some teams [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ] used GPT-2 [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
and GPT-NeoX [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] models, with the latter achieving first place in the hard setting for tasks 1 and 2.
Thus, it is promising to explore diferent and more recent LLMs and techniques for sexism identification
and categorization tasks. For example, the authors in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] conducted experiments on the EXIST 2021
and 2022 datasets, comparing techniques such as fine-tuning transformers for classification, zero-shot
learning, and few-shot learning on T5 and Llama models. They evaluated the Spanish and English
datasets separately, and their results demonstrated a favorable outcome for supervised fine-tuning on
BERT models.
      </p>
      <p>
        In other related domains, such as hate speech, authors in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] compare zero-shot classification using
T5 and Llama models with a fine-tuned multilingual BERT (mBERT) model on the HatEval dataset
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], which consists on detecting hate speech against immigrants and women in Spanish and English
tweets. Their results were favorable for zero-shot classification in English tweets, but for Spanish tweets,
supervised learning yielded the best results. Similar experiments and results are shown in [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
In this work, more than comparing results from zero-shot classification and supervised fine-tuning, we
aim at combining these two diferent approaches for leveraging the knowledge of several expert models
for improving sexism detection in the EXIST 2024 dataset. Moreover, to the best of our knowledge,
prompt refinement has never been done before for zero-shot sexism identification in the EXIST dataset,
using the instructions provided in the annotations guideline [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>The systems that we developed for sexism identification have three general components:
• Zero-shot classification through LLMs and prompts
• Supervised fine-tuning of transformers for classification
• Unification of the knowledge from both methods.</p>
      <p>Results from zero-shot classification using LLMs and various fine-tuning approaches applied to
transformer models for classification have been obtained and analyzed. The aim is to discern the most
efective method for unifying the insights from these diverse expertise sources. For this purpose, we
seek to optimize the integration of knowledge extracted from the specialized capabilities of each model
variant.</p>
      <p>In the subsequent, systems for Task 1 hard setting are describe. For the systems of Task 1 with soft
setting and Task 2 hard setting, see further details in section 3.3.</p>
      <sec id="sec-3-1">
        <title>3.1. LLMs and Multilingual Transformers for Classification</title>
        <p>
          LLMs. For the responses generated from LLMs, the Gemini API [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] was used through the
googlegenerativeai python package. The model used was gemini-1.0-pro with safety settings indicating that
no response should be blocked [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. Subsequently, a prompt engineering processed was devised for
performing classification under a zero-shot setting. The process consisted in defining a prompt that
allows us to extract a response for the classification task with a regex expression. The prompt was
refined until responses of three diferent prompts were obtained.
        </p>
        <p>simple_prompt: "Respond YES or NO. Is the following tweet sexist? Tweet: ".</p>
        <p>Then, this prompt was refined using instructions from the annotations guidelines provided in the
EXIST 2024 files. As a result, a second prompt was obtained.</p>
        <p>class_definitions_prompt: "Given the following tweet, classify it as either YES or NO according to
the instructions provided:\n\n**Instructions:**\n\n* **NO:** The tweet does not prejudice,
underestimate, or discriminate against women.\n* **YES:** The tweet is sexist itself, describes a sexist situation,
or criticizes sexist behavior.\n\n**Tweet:** ".</p>
        <p>
          The third prompt was obtained from the second one when asking to ChatGPT [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] to improve it.
The resulting prompt was the following:
class_definitions_refined_prompt: "**Instructions for Classification:**\n- **YES**: Classify the
tweet as YES if it exhibits sexism directly, describes a sexist scenario, or criticizes sexist
behavior.\n**NO**: Classify the tweet as NO if it does not show prejudice against, undermine, or discriminate
against women.\n\n**Tweet**: "
        </p>
        <p>
          Responses of a fourth prompt were obtained as well. This prompt is aimed to probably complement
the responses generated from the three previous prompts, asking to the LLM to simulate the role of an
expert in sexism. Incorporating a simulated profile of an expert in sexism into the language model is
proposed as a method to potentially enhance the zero-shot classification [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ].
        </p>
        <p>profiled_simple_prompt: "You are an expert in sexism and you know how to analyze texts from
social media. Tell me if the tweet exhibits sexism directly, describes a sexist scenario, or criticizes sexist
behavior. Just answer YES or NO.\n**Tweet:** "</p>
        <p>
          All tweets from train, dev and test partitions were classified with the LLM and the four diferent
prompts. They were all asked in English although the tweets were in English and Spanish. Responses
generated were cleaned for keeping only the YES or NO classification answer. Tweets that generated a
blocked response in the Gemini API, were classified as sexist, due to the nature of the blocking (safety
settings were modified to avoid such blockages, but policy of the API is to block the response for
harmful content [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]).
        </p>
        <p>
          Multilingual Transformers for Classification . According to evaluations in previous EXIST labs
[
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], fine-tuning multilingual transformer models for classification, such as XLM-RoBERTa [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ], mBERT
[
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] and Twitter-XLM-Roberta [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], has lead to good performance in the sexism identification task.
For this reason, fine-tuning of these three models was performed. The obtained classification results
provided a baseline for comparison with the evaluations from last year’s EXIST lab.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Experts Unification</title>
        <p>Results from seven diferent types of evaluations (simple_prompt, class_definitions_prompt,
class_definitions_refined_prompt, profiled_simple_prompt, variations of fine-tuned XLM-RoBERTa,
variations of fine-tuned (FT) mBERT and variations of fine-tuned Twitter-XLM-R) were obtained. To
integrate the knowledge extracted from each variation of the models, three strategies were taken into
account:
• Creation of new input for fine-tuning
• Proportion of votes
• Best prompt response or best fine-tuned model</p>
        <p>These strategies were the ones submitted for evaluations in the test set, for Task 1 Hard setting.
They consisted in the following:</p>
        <p>Creation of new input (Resp_aware_in) for fine-tuning. This strategy involved concatenating
the tweet with the responses of the LLM generated using various prompts from the refinement process
(e.g., Resp_aware_in = Tweet + "YES" + "NO" + "YES"). These new inputs were then passed through a
ifne-tuning process of a transformer model for classification (see Figure 1).</p>
        <p>
          Proportion of votes. To emulate the “Learning with Disagreement“[
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] paradigm present in
the dataset annotations, this approach considers all the responses from the seven types of systems,
taking into account the proportion of YES and NO answers. A threshold of 0.5 was used to decide
whether a tweet was classified as sexist or not. Seven systems were considered to avoid ties (see Figure 2).
        </p>
        <p>Best prompt response or best fine-tuned model . This approach involved creating an ensemble of
the best response generated by the LLM and prompts, along with the best fine-tuned transformer for
classification. The ensemble was based on a logical OR operation with the binary predictions for Task 1
(see Figure 3).</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Soft Setting &amp; Source Intention</title>
        <p>The previously explained strategies were primarily developed for the hard evaluation in Task 1.
For the soft evaluation, a slight modification was made to the proportion of votes strategy. Instead
of considering the results of all seven evaluations (simple_prompt, class_definitions_prompt,
class_definitions_refined_prompt, profiled_simple_prompt, XLM-RoBERTa, mBERT, and
Twitter-XLMR), one of the systems (a diferent one for each submission) was excluded to only consider the responses
of six "experts". This adjustment aimed to emulate the fact that the EXIST 2024 dataset has six diferent
annotations for each tweet.</p>
        <p>For Task 2, which involves classification at a finer level (the intention of the author), we employed
the strategy of creating new input for fine-tuning with models in cascade. Initially, the response of a
ifne-tuned model for classification in Task 1 was used to identify sexist tweets. Subsequently, a second
model was fine-tuned for classification into the three classes of the source intention task: DIRECT,
REPORTED, and JUDGEMENTAL.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Data Pre-processing and Settings</title>
      <p>
        The tweets from the train, dev, and test partitions of the EXIST 2024 dataset were pre-processed using
the pysentimiento python library [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. This involved replacing user mentions and URLs with special
tokens, and handling emojis and hashtags. For the hard evaluations, instances where ties occurred in
the annotations between sexist and non-sexist labels were identified. In these cases, no golden hard
labels were available in the dataset. Therefore, these instances were removed from the training and
evaluations for the development set.
      </p>
      <p>
        The Gemini API was used with the default settings, except for the safety settings, which were modified
to ensure that no harmful content would be blocked. If any blocking still occurs, the tweet is classified
as sexist due to the nature of the API’s blocking policies [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
      </p>
      <p>
        For all the fine-tuning classification experiments, the parameters set were: seed = 68, learning rate =
1 − 5, batch size = 8, number of epochs = 5, and maximum input length = 250 (to cover all the tweets
and the concatenation of the prompt responses). The optimizer used was AdamW, and the loss function
was Cross Entropy. The models used in the experiments were Twitter-XLM-RoBERTa-base,
XLMRoBERTa-large, and BERT-base-multilingual-uncased, all of which are available in the HuggingFace
model repository [
        <xref ref-type="bibr" rid="ref28 ref29 ref30">28, 29, 30</xref>
        ]. All models were trained on a NVIDIA Titan RTX GPU, using PyTorch
and the transformers library.
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Experimental Results</title>
      <p>In the following subsections, the results of the experiments of classification with the diferent systems
described before are presented. The best evaluation metrics reported in the tables are shown in bold,
while the second best are shown underlined. A hard-hard evaluation and a soft-soft evaluation were
performed, depending on the experimental setup. The hard evaluation was used for experiments
that provided hard category outputs, while the soft evaluation was applied to those that provided
probabilistic outputs for each category.</p>
      <p>
        The oficial metric for the hard-hard evaluation is the ICM (Information Contrast Measure) metric [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ].
A normalized version of ICM (ICM Norm) is also reported, as well as F1 of positive class for Task 1 and
Macro F1 for Task 2. For the soft-soft evaluation, a modification of the ICM metric, ICM-Soft [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], is used.
A normalized version of ICM-Soft (ICM-Soft Norm) is also reported, as well as Cross Entropy (CE).
      </p>
      <sec id="sec-5-1">
        <title>5.1. Results on Dev Partition</title>
        <p>The results obtained by our systems for the dev partition are shown in this section. The dev set
corresponds to the one provided in the EXIST 2024 dataset. The distribution in this set can be observed
in Table 1. A tie is declared when half of the annotators classified the tweet as sexist and the other half
as non-sexist.</p>
        <p>Zero-shot Prompts. For Task 1 Hard setting, the results of the zero-shot classification from LLM and
prompts is shown in Table 2. These experiments were aimed to evaluate the performance of the LLM for
sexism detection, according to the diferent provided prompts. The prompt that resulted of the refinement
with ChatGPT is the one with the best performance in the table. It is interesting to notice that the prompt
refinement process (simple_prompt, class_definitions_prompt, class_definitions_refined_prompt) is
reflected in the evaluation metrics, since they are improving as the simple_prompt is refined. In this
way, class_definitions_refined_prompt is chosen as the best LLM response for the strategy mentioned
in Section 3.2.</p>
        <p>
          LLM Responses Aware Modeling. On the other hand, we compared fine-tuning a transformer for
classification using the tweet as input, to fine-tuning with the tweet combined with responses from the
prompts and the Gemini API. This was aimed to discern whether this form of unification of models could
perform better than fine-tuning without modifications of inputs. Results are shown in Table 3. The
experiments with Resp_aware_in (Tweet + prompt responses), performed better than its counterparts,
except for the Twitter-XLM-R model, which is the best performing in the table. Nevertheless, in [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ] is
observed that the performance of variations of this model for hard labels in the EXIST test set could be
improved. For this reason, we decided to choose the second best performing in ICM metric in Table 3,
which is the Resp_aware_in + XLM-R model, as "the best" fine-tuned model.
        </p>
        <p>Unification of Experts. For the rest of the unifying strategies, results are shown in Table
4. The unifying strategy that lead to the best result is the ensemble of best LLM response or best
ifne-tuned model . This strategy consisted in taking the ensemble of the response generated with
class_definitions_refined_prompt and the response generated with the Resp_aware_in + FT XLM-R,
with a logical OR operation in the binary predictions. This result was unexpected because this
strategy only unifies two systems, while the proportion of votes strategy unifies knowledge of seven
systems and was expected to be more robust. The proportion of votes considered the responses
of the four prompts outlined in Table 2 and the three Resp_aware_in + FT models in Table 3. The
purpose of these experiments is to explore unification strategies that do not require more
computational resources and that can leverage the knowledge already generated in the previous experiments.</p>
        <p>Soft task: Leave one expert out in the unification. For Task 1 Soft setting, the proportion of
votes strategy was modified to consider only the proportion of YES and NO answers from six systems.
This was aimed for trying to emulate the number of annotations present in the EXIST 2024 dataset.
In this way, if the classification of the diferent systems were accurate, the distribution of sexism
identification could be estimated more precisely. The predictions considered were the ones generated
by the responses of prompts (Table 2) and the Resp_aware_in + FT models (Table 3). The best result in
ICM (Table 5) was achieved by the system that left out responses from simple_prompt, which is the
prompt with less context or instructions.</p>
        <p>CE</p>
        <p>For Task 2 Hard setting, results of the experiments carried out are in Table 6. The tested models were
variations of cascades of fine-tuned transformers for classification. The first model decided whether the
tweet was sexist or not. Then, for the tweets classified as sexist, the second model decided the source
intention between three classes (DIRECT, JUDGEMENTAL and REPORTED). For the first model, the
Resp_aware_in + FT XLM-R was used for all the experiments because its metrics showed consistency
in terms of ranking in Table 3. For the second model, diferent systems were considered and consisted
in the ones listed in Table 6, which are fine-tuned transformers for classification with the tweets as
input and with the modified Resp_aware_in set. The purpose of these experiments is to combine the
techniques employed earlier and to evaluate their performance in a multiclass hierarchical classification
setting. It can be noticed that, again, the Resp_aware_in models performed better than its counterparts
in most of the metrics, which could lead to hypothesize that the fine-tuning process is, in fact, learning
from the diferent responses of the prompts.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Results on Test</title>
        <p>The test EXIST 2024 dataset consists of 2,076 tweets, divided into 1,098 from Spanish and 978 from
English. Results of our submissions in the EXIST 2024 evaluation are shown in Tables 7, 8 and 9. The
majority of our systems ranked in the top ten of all the evaluations. The best submitted system consists
in the proportion of votes strategy, which ranked third for Task 1 Hard evaluation. It is worth to notice
that the ranking order achieved in the dev set is not preserved in the test set. Even more, the submission
with the best metrics in the dev set (ensemble of class_definitions_refined_prompt or Resp_aware_in
+ FT XLM-R) was the worst ranked system of all our submissions. This leads us to believe that more
experiments with diferent seeds and parameters to ensure stability need to be performed.</p>
      </sec>
      <sec id="sec-5-3">
        <title>5.3. Best Ranks</title>
        <p>All instances of the submitted systems were included in the evaluation, with separate assessments
conducted for both Spanish and English. Our best systems achieved high rankings across evaluations
involving all instances, as well as in the specific Spanish and English evaluations. Table 10 summarizes
the best results for the hard settings of Tasks 1 and 2, while Table 11 summarizes the best soft evaluation
results for Task 1.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>In this work we observed that unifying classification strategies using diferent techniques, such as
generating responses with LLMs, as well as fine-tuning transformers for classification, is a simple but
efective approach that produces good and competitive results. These approaches proved to be efective
for both hard and soft settings, for binary and fine-grained tasks in sexism detection (identification
and categorization), and for results categorized by Spanish and English (see A). The previous findings
suggest that multilingual approaches are competitive, and potentially more practical compared to use
individual systems for each language. We think that more experiments need to be conducted to build
robust systems that perform consistently across development and test partitions.</p>
      <p>Additionally, there are numerous eforts to unify the responses of diferent models. This work represents
a step towards that direction, and is expected to be extended with new and diverse techniques to optimize
integration of insights generated by various models. As suggested from the prompt refinement process,
the identification of sexist tweets improved as the method of requesting the response by a prompt from
the model improved. This suggests an interesting direction to explore further, as LLMs could potentially
better detect sexist situations if an optimal way to prompt for that identification is found. Interestingly,
the zero-shot experiments in Gemini were able to obtain accurate insights about sexism. Therefore,
exploring a few-shot setting could be a promising approach to investigate further.</p>
    </sec>
    <sec id="sec-7">
      <title>Ethical Concerns</title>
      <p>We acknowledge that this study is confined to social media texts, which may not represent all populations
or cultures universally. Additionally, we recognize that LLMs can produce responses with various biases.
Furthermore, the underrepresentation of specific groups in the training data can result in models that
perform inadequately or inappropriately when addressing these groups. It is also crucial to mention
that steps were taken to anonymize the tweets, ensuring individual privacy is protected.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>Tavarez-Rodríguez acknowledges CONAHCYT and CIMAT for the support through the PhD scholarship
(CVU 859147). The authors gratefully acknowledge Centro de Investigación en Matemáticas (CIMAT) and
Consejo Nacional de Humanidades, Ciencias y Tecnologías (CONAHCYT) for the computing resources
provided by the CIMAT Bajio Supercomputing Laboratory (#300832) and the INAOE
Supercomputing Laboratory’s Deep Learning Platform for Language Technologies. Sanchez-Vega acknowledges
CONAHCYT for its support through the program “Investigadoras e Investigadores por México” (Project
ID.11989, No.1311). Rosales-Pérez acknowledges CONAHCYT for its support through the grant project
Búsqueda de arquitecturas neuronales eficientes y efectivas (CBF2023-2024-2797).</p>
    </sec>
    <sec id="sec-9">
      <title>A. Results on the test set, categorized by language</title>
      <p>6
7
12</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Fox</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Cruz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Y.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Perpetuating online sexism ofline: Anonymity, interactivity, and the efects of sexist hashtags on social media, Computers in human behavior 52 (</article-title>
          <year>2015</year>
          )
          <fpage>436</fpage>
          -
          <lpage>442</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <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>V.</given-names>
            <surname>Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Maeso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chulvi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</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>D.</given-names>
            <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>
          )., Springer,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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>V.</given-names>
            <surname>Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Maeso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chulvi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</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>D.</given-names>
            <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>
          ,
          <source>in: Working Notes of CLEF 2024- Conference and Labs of the Evaluation Forum. Guglielmo Faggioli</source>
          , Nicola Ferro, Petra Galuščáková, Alba García Seco de Herrera Eds.,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , BERT:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , in: J.
          <string-name>
            <surname>Burstein</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Doran</surname>
          </string-name>
          , T. Solorio (Eds.),
          <source>Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers),
          <source>Association for Computational Linguistics</source>
          , Minneapolis, Minnesota,
          <year>2019</year>
          , pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          . URL: https://aclanthology.org/N19-1423. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>N19</fpage>
          -1423.
        </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>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</article-title>
          ,
          <source>in: International Conference of the Cross-Language Evaluation Forum for European Languages</source>
          , Springer,
          <year>2023</year>
          , pp.
          <fpage>316</fpage>
          -
          <lpage>342</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T.</given-names>
            <surname>Schick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Schütze</surname>
          </string-name>
          ,
          <article-title>Exploiting cloze-questions for few-shot text classification and natural language inference</article-title>
          , in: P. Merlo,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tiedemann</surname>
          </string-name>
          , R. Tsarfaty (Eds.),
          <source>Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics:</source>
          Main Volume,
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2021</year>
          , pp.
          <fpage>255</fpage>
          -
          <lpage>269</lpage>
          . URL: https:// aclanthology.org/
          <year>2021</year>
          .eacl-main.
          <volume>20</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2021</year>
          .eacl-main.
          <volume>20</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>T.</given-names>
            <surname>Le Scao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rush</surname>
          </string-name>
          ,
          <article-title>How many data points is a prompt worth?</article-title>
          , in: K.
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rumshisky</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Hakkani-Tur</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Beltagy</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bethard</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Cotterell</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Chakraborty</surname>
          </string-name>
          , Y. Zhou (Eds.),
          <source>Proceedings of the</source>
          <year>2021</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Association for Computational Linguistics</article-title>
          , Online,
          <year>2021</year>
          , pp.
          <fpage>2627</fpage>
          -
          <lpage>2636</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          .naacl-main.
          <volume>208</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2021</year>
          .naacl-main.
          <volume>208</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>F.</given-names>
            <surname>Rodríguez-Sánchez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Carrillo-de Albornoz</surname>
          </string-name>
          , L. Plaza,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Comet</surname>
          </string-name>
          , T. Donoso, Overview of exist 2021:
          <article-title>sexism identification in social networks</article-title>
          ,
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>67</volume>
          (
          <year>2021</year>
          )
          <fpage>195</fpage>
          -
          <lpage>207</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <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>
          ,
          <source>arXiv preprint arXiv:2111.04551</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>E.</given-names>
            <surname>Villa-Cueva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Sanchez-Vega</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. P.</given-names>
            <surname>López-Monroy</surname>
          </string-name>
          ,
          <article-title>Bi-ensembles of transformer for online bilingual sexism detection</article-title>
          .,
          <source>IberLEF@ SEPLN</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R.</given-names>
            <surname>Koonireddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Adel</surname>
          </string-name>
          ,
          <article-title>Roh_neil@ exist2023: detecting sexism in tweets using multilingual language models</article-title>
          , Working Notes of CLEF (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vetagiri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Adhikary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Pakray</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Das</surname>
          </string-name>
          ,
          <article-title>Leveraging gpt-2 for automated classification of online sexist content</article-title>
          , Working Notes of CLEF (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>L.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <surname>X. Zhang,</surname>
          </string-name>
          <article-title>Eficient multilingual sexism detection via large language models cascades</article-title>
          , Working Notes of CLEF (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Child</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Luan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Amodei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Sutskever</surname>
          </string-name>
          , et al.,
          <article-title>Language models are unsupervised multitask learners</article-title>
          ,
          <source>OpenAI blog 1</source>
          (
          <year>2019</year>
          )
          <article-title>9</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Black</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Biderman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Hallahan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Anthony</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Golding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Leahy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>McDonell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Phang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pieler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U. S.</given-names>
            <surname>Prashanth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Purohit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Reynolds</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Weinbach</surname>
          </string-name>
          ,
          <string-name>
            <surname>GPT-NeoX-</surname>
          </string-name>
          20B:
          <article-title>An open-source autoregressive language model</article-title>
          , in: A.
          <string-name>
            <surname>Fan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Ilic</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Wolf</surname>
          </string-name>
          , M. Gallé (Eds.),
          <source>Proceedings of BigScience Episode</source>
          #
          <fpage>5</fpage>
          - Workshop on Challenges &amp;
          <article-title>Perspectives in Creating Large Language Models, Association for Computational Linguistics</article-title>
          , virtual+Dublin,
          <year>2022</year>
          , pp.
          <fpage>95</fpage>
          -
          <lpage>136</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          .bigscience-
          <volume>1</volume>
          .9. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2022</year>
          . bigscience-
          <volume>1</volume>
          .9.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>García-Díaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Valencia-García</surname>
          </string-name>
          ,
          <article-title>Leveraging zero and few-shot learning for enhanced model generality in hate speech detection in spanish and english</article-title>
          ,
          <source>Mathematics</source>
          <volume>11</volume>
          (
          <year>2023</year>
          )
          <fpage>5004</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>F.</given-names>
            <surname>Plaza-del Arco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nozza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hovy</surname>
          </string-name>
          ,
          <article-title>Leveraging label variation in large language models for zero-shot text classification</article-title>
          . arxiv,
          <source>arXiv preprint arXiv:2307.12973</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>V.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Fersini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nozza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Rangel Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , M. Sanguinetti, SemEval
          <article-title>-2019 task 5: Multilingual detection of hate speech against immigrants and women in Twitter</article-title>
          , in: J.
          <string-name>
            <surname>May</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Shutova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Herbelot</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Apidianaki</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          <string-name>
            <surname>Mohammad</surname>
          </string-name>
          (Eds.),
          <source>Proceedings of the 13th International Workshop on Semantic Evaluation</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Minneapolis, Minnesota, USA,
          <year>2019</year>
          , pp.
          <fpage>54</fpage>
          -
          <lpage>63</lpage>
          . URL: https://aclanthology.org/S19-2007. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>S19</fpage>
          -2007.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Plaza-del Arco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nozza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hovy</surname>
          </string-name>
          , et al.,
          <article-title>Respectful or toxic? using zero-shot learning with language models to detect hate speech</article-title>
          ,
          <source>in: The 7th Workshop on Online Abuse and Harms (WOAH)</source>
          ,
          <source>Association for Computational Linguistics</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>G. DeepMind</surname>
          </string-name>
          , Gemini api,
          <year>2023</year>
          . URL: https://ai.google.dev/gemini-api/docs?hl=
          <fpage>es</fpage>
          -
          <lpage>419</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>OpenAI</surname>
          </string-name>
          , Chatgpt: May 2024 version,
          <year>2024</year>
          . URL: https://chat.openai.com/,
          <source>large language model.</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>X.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>Generative students: Using llm-simulated student profiles to support question item evaluation</article-title>
          ,
          <source>arXiv preprint arXiv:2405.11591</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>G. DeepMind</surname>
          </string-name>
          , Gemini api safety settings,
          <year>2023</year>
          . URL: https://ai.google.dev/gemini-api/docs/ safety-settings?hl=
          <fpage>es</fpage>
          -
          <lpage>419</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <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>
          </string-name>
          , J. Tetreault (Eds.),
          <article-title>Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>8440</fpage>
          -
          <lpage>8451</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .acl-main.
          <volume>747</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          . acl-main.
          <volume>747</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>F.</given-names>
            <surname>Barbieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Espinosa</given-names>
            <surname>Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          ,
          <article-title>XLM-T: Multilingual language models in Twitter for sentiment analysis and beyond</article-title>
          ,
          <source>in: Proceedings of the Thirteenth Language Resources and Evaluation Conference</source>
          , European Language Resources Association, Marseille, France,
          <year>2022</year>
          , pp.
          <fpage>258</fpage>
          -
          <lpage>266</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          .lrec-
          <volume>1</volume>
          .
          <fpage>27</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Uma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fornaciari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hovy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Paun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Plank</surname>
          </string-name>
          , ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Poesio</surname>
          </string-name>
          ,
          <article-title>Learning from disagreement: A survey</article-title>
          ,
          <source>Journal of Artificial Intelligence Research</source>
          <volume>38</volume>
          (
          <year>2021</year>
          )
          <fpage>1385</fpage>
          -
          <lpage>1470</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>J. M. Pérez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Rajngewerc</surname>
            ,
            <given-names>J. C.</given-names>
          </string-name>
          <string-name>
            <surname>Giudici</surname>
            ,
            <given-names>D. A.</given-names>
          </string-name>
          <string-name>
            <surname>Furman</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Luque</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          <string-name>
            <surname>Alemany</surname>
            ,
            <given-names>M. V.</given-names>
          </string-name>
          <string-name>
            <surname>Martínez</surname>
          </string-name>
          ,
          <article-title>pysentimiento: A python toolkit for opinion mining and social nlp tasks</article-title>
          ,
          <year>2023</year>
          . arXiv:
          <volume>2106</volume>
          .
          <fpage>09462</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>C.</given-names>
            <surname>NLP</surname>
          </string-name>
          , twitter
          <article-title>-xlm-roberta-</article-title>
          <string-name>
            <surname>base</surname>
          </string-name>
          ,
          <year>2022</year>
          . URL: https://huggingface.co/cardifnlp/ twitter-xlm
          <article-title>-roberta-base.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <article-title>Facebook, xlm-roberta-</article-title>
          <string-name>
            <surname>large</surname>
          </string-name>
          ,
          <year>2019</year>
          . URL: https://huggingface.co/FacebookAI/xlm-roberta-large.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Google</surname>
          </string-name>
          ,
          <article-title>Bert-base-multilingual-</article-title>
          <string-name>
            <surname>uncased</surname>
          </string-name>
          ,
          <year>2018</year>
          . URL: https://huggingface.co/google-bert/
          <article-title>bert-base-multilingual-uncased.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>E.</given-names>
            <surname>Amigo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Delgado</surname>
          </string-name>
          ,
          <article-title>Evaluating extreme hierarchical multi-label classification, in: Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics</article-title>
          (Volume
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <year>2022</year>
          , pp.
          <fpage>5809</fpage>
          -
          <lpage>5819</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>G.</given-names>
            <surname>Radler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ersoy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Carpentieri</surname>
          </string-name>
          , Classifiers at exist 2023:
          <article-title>detecting sexism in spanish and english tweets with xlm-t</article-title>
          , Working Notes of CLEF (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>