<!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>Multilingual Sexism Detection in Memes, A CLIP - Enhanced Machine Learning Approach</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Umera Wajeed Pasha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Galway</institution>
          ,
          <addr-line>University Road, Galway, Ireland H91 TK33</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this work, we use cutting-edge machine learning approaches to tackle the problem of sexism identification in memes. The study starts by importing and visualising a meme dataset, then pre-processing the images using techniques including cropping, scaling, and normalisation to get them ready for model training. A pre-trained model called CLIP is used to extract features, and the dataset is split into training and validation sets for memes in both Spanish and English. The collected features are used to train and assess a variety of machine learning models, such as Logistic Regression, SVM, XGBoost, Decision Trees, Random Forest, Neural Network, AdaBoost, and SGD. Accuracy scores, classification reports, and confusion matrices are used to evaluate performance. The Random Forest model performed the best out of all of them. After that, a JSON file containing the model's predictions about the occurrence of sexism in a test dataset is created. The results highlight how well-trained models and sophisticated machine learning approaches can identify hazardous content on social media, ofering insightful information for future studies and useful applications that will help create safer online spaces.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Sexism detection</kwd>
        <kwd>Meme Analysis</kwd>
        <kwd>Machine Learning (ML)</kwd>
        <kwd>Contrastive Learning</kwd>
        <kwd>Learning with disagreement</kwd>
        <kwd>Multilingual Natural Language Processing (NLP)</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Social networks have developed into an essential communication tool in the current digital era, enabling
people to openly express their ideas and opinions but this transparency has also resulted in the spread of
ofensive material, such as sexism—a gender-based discrimination that mostly targets women. As sexism
on social media is so widespread, automated solutions must be developed to identify and remove such
ofensive content. In order to solve this problem, the EXIST 2024 shared task challenges participants to
develop models that can recognise sexist content in environments that are multilingual, specifically in
Spanish and English [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        The complex and context-dependent nature of the language used makes it dificult to automatically
detect sexism. With difering degrees of efectiveness, conventional machine learning techniques like
logistic regression and support vector machines (SVM) have been used. Transformer-based models have
shown higher performance in natural language processing (NLP) tasks, such as sexism detection, more
recently. Examples of these models are BERT [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], RoBERTa [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and their multilingual variations.
This research presents a way for identifying sexism in social networks by combining pre-trained
embeddings with machine learning models. Key steps in the approach include loading and exploring
datasets, pre-processing images, extracting features using the CLIP model [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], separating datasets,
training and evaluating models. Memes were classified as sexist or non-sexist using a variety of
machine learning methods, such as AdaBoost, SVM, XGBoost, Decision Trees, Random Forest, Logistic
Regression, and SGD [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The highest-performing model, Random Forest, was then used to forecast
whether sexism will be present in a test dataset. The outcomes were then stored in a JSON file for
further analysis.
      </p>
      <p>The dataset of memes used in this study has been annotated for sexism. To ensure high-quality input for
model training, the dataset is subjected to a thorough pre-processing protocol. The proposed method
intends to support the ongoing eforts to develop more inclusive and safe online environments by fusing
powerful machine learning models with sophisticated feature extraction techniques.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Background</title>
      <p>
        Finding damaging and sexist content on social media has been a major field of study, with many
diferent strategies and techniques put forth. In the beginning, sexism was frequently studied as a type
of harassment or as a subcategory of hate speech. Character-level and word n-grams with logistic
regression to classify tweets as racist, sexist, or neither along with other research have used conventional
machine learning techniques like Random Forests, TF-IDF, and Support Vector Machines (SVM), utilising
manually chosen features like emotion ratings and Bag of Words (BoW) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Deep learning has greatly improved the performance of NLP tasks, including sexism detection. In
particular, Transformer-based models like BERT [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], RoBERTa [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and their multilingual variations (e.g.,
XLM-RoBERTa [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) have made a substantial contribution to this improvement [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The Transformer
architecture enables these models to capture complicated language semantics and context, which is
beneficial [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. For example, trained on a large multilingual corpus, XLM-RoBERTa has shown greater
performance in capturing multilingual context nuances, which makes it especially useful for jobs
involving diverse languages.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. System Overview</title>
      <p>A number of crucial processes are involved in the proposed method for detecting sexism in memes:
importing and exploring datasets, pre-processing images, extracting features using the CLIP model,
partitioning datasets, training and evaluating models.</p>
      <sec id="sec-3-1">
        <title>3.1. Dataset Loading and Exploration</title>
        <p>
          The collection includes memes as shown in Figure 1 with sexism annotations in both Spanish and
English [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. To comprehend the structure and substance of the dataset, the first stages are to load and
visualise it. To provide a visual sense of the diversity and dispersion of the data, samples of memes with
their related labels are displayed in this stage. More than 5,000 labelled memes in English and Spanish
make up the EXIST 2024 Memes Dataset [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]; 4,044 of the memes are categorised as training, and
1,053 as testing. The dataset makes sure that the two languages are distributed equally, which makes
thorough multilingual analysis possible. Every meme is organised as a JSON object with comprehensive
properties such as a distinct identifier ("id_EXIST"), the meme’s language ("lang"), and the text that
has been automatically retrieved from the meme ("text"). The filename ("meme") and the file’s path
("path_memes") are also included in the dataset. The number of annotators, their unique identifiers,
gender, age group, self-reported ethnicity, degree of education, and nation of residency are all carefully
documented in the annotator data. Multiple annotators label each meme to indicate whether or not it
contains sexist expressions or behaviours. "YES" or "NO" are examples of possible labels. This extensive
annotation ofers a strong basis for developing and testing machine learning models designed to identify
sexism in memes. The organised method to guaranteeing fair and thorough data coverage for both
training and testing phases is demonstrated in this detailed perspective of the dataset, which is depicted
in the Table 1.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Pre-processing</title>
        <p>
          Preparing images for feature extraction and model training requires a crucial step called pre-processing,
which guarantees consistency and ideal input quality. In the pre-processing stage, images undergo
several critical transformations to ensure consistency and optimal input quality for the model. First,
the images are resized to a uniform dimension of 256 × 256 pixels, standardizing input sizes to reduce
computational complexity and enhance processing performance. The images are then centrally cropped
to 224 × 224 pixels, which helps eliminate extraneous background elements and focus on the main
content of the memes. Following cropping, the pixel values are normalized to a range typically between 0
and 1, ensuring uniform feature scaling which accelerates the convergence process during training. The
pre-processing pipeline also involves converting images to RGB format to maintain color consistency
and handling any potential image loading errors. These meticulously crafted steps, performed using
Python libraries such as PIL for image handling and Torchvision for transformations, are essential for
meeting the input specifications of the CLIP model [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], which relies on consistently processed images
for precise feature extraction.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Feature Extraction</title>
        <p>
          For feature extraction, we employ the state-of-the-art pre-trained model CLIP (Contrastive
LanguageImage Pre-training) [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], which is renowned for its eficaciousness in encoding text and images into a
common feature space. CLIP is able to comprehend and categorise complicated multimodal input by
using contrastive learning to align visual and textual representations. We extract high-dimensional
feature vectors that capture the semantic content of the pre-processed images by feeding them into the
CLIP model. The following machine learning models then use these attributes as inputs. The reason
behind the selection of CLIP is its strong ability to capture the subtle correlations between textual and
visual data, which makes it especially appropriate for applications like meme categorization where the
quality of both text and image material is crucial [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Dataset Splitting</title>
        <p>To guarantee an even distribution of memes in Spanish and English, the dataset is carefully divided
into training and validation sets. In order to maintain the representativeness of the training data and
ensure that the models trained on it can efectively generalise to new examples across other languages,
stratified splitting is essential. The validation set acts as an impartial set to assess how well the machine
learning models perform; the training set is utilised to fit the models. This process is necessary to
determine how efectively the models will function in practical situations and to adjust hyperparameters
to avoid overfitting. Additionally, by preventing the models from becoming biased in favour of any one
language, the balanced distribution improves the models cross-linguistic applicability.</p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. Model Training and Evaluation</title>
        <p>Diferent machine learning models were trained to categorise the memes as sexist or non-sexist after
feature extraction and dataset splitting. Logistic regression, Support Vector Machines (SVM), XGBoost,
Decision Trees, Random Forest, AdaBoost, Neural Networks, and Stochastic Gradient Descent (SGD)
are among the models that were assessed. After a thorough training process using the collected
features, each model is assessed using confusion matrices, accuracy scores, and classification reports.
These measurements ofer a thorough evaluation of each model’s efectiveness, pointing out both its
advantages and disadvantages in terms of sexist content detection.</p>
        <p>The Random Forest model outperformed the other models that were assessed, exhibiting the best
classification accuracy and robustness as shown in Figure 6. This model is excellent at managing
complicated datasets and reducing overfitting. It is well-known for its ensemble learning method,
which integrates many decision trees. The Random Forest model is then used to predict if sexism will
be present in the test dataset after it has been determined to be the top performer. The forecasts are
then stored in a JSON file for additional examination, resulting in a structured output that is simple to
understand and apply to reports and more study.</p>
        <p>These intricate procedures, which include pre-processing, feature extraction, dataset splitting, model
training, and evaluation, guarantee a strong and all-encompassing solution to the problem of sexism
detection in memes. Every stage is meticulously crafted to optimise the eficacy and applicability of the
models, hence augmenting the system’s total eficiency in practical scenarios.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>Creating a system to recognise sexist material in memes was the focus of Task 4 of the EXIST 2024 shared
task. The ICM-Hard metric, normalised ICM-Hard, and the F1 score for the positive class (F1_YES)
are used to assess the performance of the model. With a focus on various evaluation situations, these
metrics ofer a thorough understanding of the model’s capacity to detect sexist content. The outcomes
of our contribution "Umera Wajeed Pasha_1.json" in three distinct evaluation contexts are shown below:
all instances, Spanish instances, and English instances.</p>
      <sec id="sec-4-1">
        <title>4.1. Overall Performance</title>
        <p>In terms of the comprehensive assessment of every case, the system produced the following outcomes:
Based on these findings, the model is ranked 36th out of all the participants. The system’s capacity to
manage intricate, hierarchical classification tasks is shown by the ICM-Hard score, a metric that takes
into account the information content of both correct and incorrect classifications. A standardised view
of this performance is given by the normalised ICM-Hard score (ICM-Hard Norm), while the F1_YES
score emphasises the recall and precision for the positive class—in this example, the identification of
sexist memes.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Spanish Instances</title>
        <p>The system’s performance increased when tested on Spanish instances, proving its capacity to manage
multilingual data successfully: The model placed 30th in this category with these results. The
preprocessing and feature extraction strategies appear to be especially beneficial for Spanish language
memes, based on the enhanced scores in the Spanish context. When it comes to identifying sexist
content in Spanish memes, a higher F1_YES score denotes improved memory balance and precision.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. English Instances</title>
        <p>In contrast, the evaluation on English instances highlighted areas for improvement in the system’s
performance: Here, the model ranked 37th. The model’s dificulties in managing English language
memes are indicated by the lower scores in the English context, which also point to possible areas for
improvement in the pre-processing or feature extraction for English content. In this language area, there
has to be a greater balance between recall and precision, as indicated by the relatively lower F1_YES score.
The performance measures in various scenarios highlight the advantages and disadvantages
of this methodology. Although it showed diversity among languages, the Random Forest model,
which was shown to be the best-performing model during training and validation, exhibited resilient
performance overall. Future improvements, concentrating on customised feature extraction and
pre-processing strategies to handle the unique qualities of English and Spanish memes, might be guided
by the insights gained from these results.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Methodology Enhancement</title>
      <p>It is clear from the insights from the existing results that improving the methods might greatly
increase the resilience and eficacy of the sexism detection system. This section describes a number of
possible improvements, with particular attention on sophisticated feature extraction methods, dynamic
pre-processing pipelines, and hybrid approaches that combine numerous techniques for better outcomes.</p>
      <p>
        1. Improved Feature Extraction: Sophisticated feature extraction methods can be quite helpful in
extracting the semantic and contextual details from memes, which frequently contain nuanced and
intricate sexism indications. Using more complex models and methods can improve the quality of the
features that are retrieved from memes textual and visual components. By aligning visual and textual
elements into a shared embedding space, models that are built to handle both visual and textual data,
such as VisualBERT or ViLBERT [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], can be integrated to provide a more thorough knowledge of
memes and enable more accurate classification. Furthermore, by catching minute details and patterns
that more basic models can overlook, using cutting-edge convolutional neural networks (CNNs) like
EficientNet, which ofers a scalable and efective architecture, can enhance feature extraction from
images. Graph Neural Networks (GNNs) can also be used to represent the relationships between
various components inside a meme, capturing the dependencies and contextual relationships that are
essential for comprehending the content, for memes with rich text-image interactions.
      </p>
      <p>2. Dynamic Pre-processing: Preserving the consistency and quality of input features requires
building dynamic pre-processing pipelines that can adjust to various data formats and language
combinations. More eficiently, the heterogeneity in meme formats and content can be handled by
a pre-processing architecture that is adaptable and versatile. By employing techniques like object
identification to recognise and preserve the relevant portions of an image, adaptive scaling and cropping
algorithms can guarantee that important portions of the images are not destroyed. Additionally, by
handling various alphabets, special characters, and idiomatic expressions with customised approaches,
normalisation techniques that take into account the unique characteristics of diferent languages
can improve text processing performance. Increasing the diversity of the training data through the
application of data augmentation techniques like random cropping, rotation, and colour modifications
can also help to create more resilient models that perform better when applied to previously unseen data.</p>
      <p>3. Hybrid Approaches: Rule-based systems and machine learning models together can handle
edge cases more skillfully and increase the system’s overall accuracy. By combining the best features of
probabilistic and deterministic techniques, hybrid approaches can ofer a more complete solution. By
using specified terms, phrases, or patterns that are suggestive of sexist content, rule-based filters might
assist in identifying explicit and evident occurrences of sexism that machine learning models would
overlook. By combining the predictions from various models, ensemble methods can increase overall
performance by combining the strengths of various models, hence increasing the system’s robustness
and accuracy. Contextual data, such as user interaction patterns and social network metadata, can also
ofer extra insights that improve the detection of sexist content by illuminating the environment in
which memes are shared and their possible efects.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Future Work</title>
      <p>To significantly enhance the eficacy and robustness of the sexism detection system, several advanced
strategies and techniques can be explored. These improvements focus on various aspects of the model
development lifecycle, from data augmentation and pre-processing to model architecture and evaluation
metrics.</p>
      <sec id="sec-6-1">
        <title>6.1. Enhanced Data Augmentation</title>
        <p>Using Generative Adversarial Networks (GANs) is one interesting way to increase the model’s robustness.
The current dataset can be enhanced by using GANs to produce artificially realistic yet synthetic meme
images. By resolving class imbalance and broadening the pool of training samples, this strategy can
improve the model’s capacity to generalise across various forms of sexist material. Furthermore,
the textual material within memes can be made more diverse by utilising textual data augmentation
techniques like synonym replacement, paraphrasing, and back-translation. By ensuring that the model
picks up strong features from a variety of linguistic expressions, these techniques raise the accuracy of
the model even further.</p>
      </sec>
      <sec id="sec-6-2">
        <title>6.2. Advanced Model Architectures</title>
        <p>
          Text analysis performance in the system can be greatly improved by using transformer-based models,
such as BERT [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], RoBERTa [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], and XLM-R. These models are particularly good at capturing contextual
subtleties and intricate language semantics, which are essential for identifying nuanced instances of
sexism. Additionally, investigating multimodal transformers that incorporate textual and visual inputs,
such as VisualBERT or ViLBERT [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ], can ofer a comprehensive meme analysis. Predictions from
several models can also be combined by using ensemble techniques like stacking and blending.[
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]
By combining the advantages of several models, this method lowers the chance of overfitting while
enhancing prediction accuracy. Pre-trained models such as VGG [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], ResNet [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], or EficientNet can
be utilized for image feature extraction, or custom CNN architectures suited to the unique features of
meme images can be created.
        </p>
      </sec>
      <sec id="sec-6-3">
        <title>6.3. Cross-lingual and Multimodal Models</title>
        <p>Efective management of multilingual text data requires the use of cross-lingual embeddings, such
as Multilingual BERT (mBERT). These embeddings improve the systems worldwide applicability by
guaranteeing consistent performance across many languages. Creating shared embedding spaces for
text and images through multimodal learning can greatly enhance the models comprehension of memes,
in addition to its cross-lingual capabilities. By capturing complex interactions between textual and visual
aspects, pre-training models on big multimodal datasets strengthens the systems ability to interpret
meme content.</p>
      </sec>
      <sec id="sec-6-4">
        <title>6.4. Fine-tuning Pre-trained Models</title>
        <p>General-purpose models can be tailored to the specifics of the target domain by fine-tuning pre-trained
models on domain-specific datasets pertaining to sexism detection and social media analytics. This
task-specific fine-tuning increases the relevance and accuracy of the models. Furthermore, the models
performance on sexism identification can be improved by utilising layer-wise transfer from models that
have already been pre-trained on comparable tasks, such hate speech detection, to leverage transfer
learning. This method, which makes use of shared features across related domains, cuts down on
training time and costs while ofering a strong basis for the new work.</p>
      </sec>
      <sec id="sec-6-5">
        <title>6.5. Multimodal Data Integration</title>
        <p>
          Experimenting with fusion strategies, such as early, late, and hybrid fusion, is essential to capturing
complementing information from memes textual and visual aspects. By fusing textual and visual elements,
these methods ofer a thorough comprehension of memes. Furthermore, the models comprehension of
memes in the context of social media can be improved by employing contextual embedding that take
into account the memes larger context, including user metadata and engagement metrics. By using
this method, the model is guaranteed to capture the entire range of information included in memes,
increasing the accuracy of detection [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
        </p>
      </sec>
      <sec id="sec-6-6">
        <title>6.6. Improved Evaluation Metrics</title>
        <p>It is crucial to keep assessing hierarchical and multilabel classification problems using sophisticated
metrics like ICM and ICM-Soft. These measures capture the complexities of sexism detection and
ofer a detailed assessment of model performance. Furthermore, user studies that assess the systems
functionality in real-world situations and collect input for future improvement might yield insightful
information. Through a user-centric evaluation, it is ensured that the model meets user expectations
and works well in real-world applications.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion</title>
      <p>This system for detecting sexist content in memes demonstrated moderate performance in the EXIST
2024 Task 4 shared task. The results indicate that while the model is competitive, there is considerable
room for improvement, particularly in the English instances where it ranked lower. The system
performed better on Spanish instances, which suggests that the pre-processing and feature extraction
steps might be more efective for Spanish language content.</p>
      <p>The outcomes highlight the intricacy of the task and the subtlety of sexist content, which presents
serious dificulties for automated detection systems. Although this method, which fused sophisticated
feature extraction with the CLIP model with conventional machine learning models, provided a strong
basis, further improvements will be needed to increase its accuracy and durability.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>We appreciate the platform that EXIST 2024 shared task organisers provided to further study on the
identification of sexist content in social networks. I also like to express my appreciation to the annotators
for their work in labelling the dataset, which made it possible to perform this study.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Chaudhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Sexism identification in social networks</article-title>
          .,
          <source>in: CLEF (Working Notes)</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>891</fpage>
          -
          <lpage>900</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>J. D. M.-W. C. Kenton</surname>
            ,
            <given-names>L. K.</given-names>
          </string-name>
          <string-name>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          ,
          <source>in: Proceedings of naacL-HLT</source>
          , volume
          <volume>1</volume>
          ,
          <year>2019</year>
          , p.
          <fpage>2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>DeLucia</surname>
          </string-name>
          , S. Wu,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mueller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Aguirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Resnik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dredze</surname>
          </string-name>
          ,
          <article-title>Bernice: A multilingual pretrained encoder for twitter</article-title>
          ,
          <source>in: Proceedings of the 2022 conference on empirical methods in natural language processing</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>6191</fpage>
          -
          <lpage>6205</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Levy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lewis</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>Roberta: A robustly optimized bert pretraining approach</article-title>
          , arXiv preprint arXiv:
          <year>1907</year>
          .
          <volume>11692</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hallacy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ramesh</surname>
          </string-name>
          , G. Goh,
          <string-name>
            <given-names>S.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sastry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Askell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mishkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Clark</surname>
          </string-name>
          , et al.,
          <article-title>Learning transferable visual models from natural language supervision</article-title>
          ,
          <source>in: International conference on machine learning, PMLR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>8748</fpage>
          -
          <lpage>8763</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <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>arXiv preprint arXiv:1711.05101</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. F.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Sexism identification using bert and data augmentationexist2021</article-title>
          ., in: IberLEF@ SEPLN,
          <year>2021</year>
          , pp.
          <fpage>381</fpage>
          -
          <lpage>389</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Wolf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Debut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sanh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chaumond</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Delangue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cistac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Rault</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Louf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Funtowicz</surname>
          </string-name>
          , et al.,
          <article-title>Transformers: State-of-the-art natural language processing</article-title>
          ,
          <source>in: Proceedings of the 2020 conference on empirical methods in natural language processing: system demonstrations</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>38</fpage>
          -
          <lpage>45</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <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>
          , arXiv preprint arXiv:
          <year>1911</year>
          .
          <volume>02116</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <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>
          ,
          <year>2021</year>
          . URL: https://arxiv.org/abs/ 2111.04551. arXiv:
          <volume>2111</volume>
          .
          <fpage>04551</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <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>
          , Overview of EXIST 2024 -
          <article-title>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="ref12">
        <mixed-citation>
          [12]
          <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>
          , Overview of EXIST 2024 -
          <article-title>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="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>L. H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Yatskar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Yin</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-J. Hsieh</surname>
            ,
            <given-names>K.-W.</given-names>
          </string-name>
          <string-name>
            <surname>Chang</surname>
          </string-name>
          ,
          <article-title>Visualbert: A simple and performant baseline for vision and language</article-title>
          , arXiv preprint arXiv:
          <year>1908</year>
          .
          <volume>03557</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          ,
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          ,
          <source>arXiv preprint arXiv:1409.1556</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>