<!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>NetGuardAI at EXIST2025: Sexism Detection using mDeBERTa</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maria-Diana Cotelin</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ciprian-Octavian Truică</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>Elena-Simona Apostol</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Academy of Romanian Scientists</institution>
          ,
          <addr-line>Ilfov 3, Bucharest, 050044</addr-line>
          ,
          <country country="RO">Romania</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National University of Science and Technology Politehnica University Bucharest</institution>
          ,
          <addr-line>Splaiul Independent</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>In this paper, we present our system for the EXIST2025 shared task on sexist content detection in English and Spanish. We experimented with several transformer-based models, including DeBERTa, mDeBERTa, XLMRoBERTa, Detoxify, and HateBERT, alongside three levels of text preprocessing: Light, Classic, and Aggressive Cleaning. Although various data augmentation strategies were tested, such as translation-based augmentation using Meta AI's NLLB model and pseudo-labeling with the EDOS dataset, the final submitted system did not include these enhancements. The system achieved competitive rankings in the soft evaluation setting, placing in the top 15 for several subtasks.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Sexism Detection</kwd>
        <kwd>Transformers</kwd>
        <kwd>Text Classification</kwd>
        <kwd>Learning with Disagreements</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>inputs were then fed into the mDeBERTa and XLM-RoBERTa models, which were trained to classify
and identify sexist language based on contextual understanding.</p>
      <p>The rest of the paper is structured as follows. Section 2 presents the current studies for sexism
identification. Section 3 describes the experimental setup. Section 4 presents and discusses the results.
Finally, Section 5 concludes our work and hints at future directions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Harmful content detection has been tackled in recent years from three diferent perspectives. The
most common approaches use word and transformer embeddings together with deep learning models
to classify the textual content [
        <xref ref-type="bibr" rid="ref14 ref15 ref16">14, 15, 16, 17, 18</xref>
        ]. Another approach is to enhance the context using
metadata such as social context [19] or the information difusion within a network [ 20]. Moreover,
novel approaches also propose the use of network immunization to stop the spread of harmful content
online [21, 22, 23, 24, 25, 26]. Furthermore, full-fledged architectures that analyze social media in
real-time have been developed [27, 28].
      </p>
      <p>When analysing the EXIST 2024 competition, we find that a variety of learning strategies were
employed for sexism detection across multiple modalities and languages. Traditional machine learning
models, including Logistic Regression, Support Vector Machines, Random Forests, and ensemble methods
like stacking and boosting, were used efectively, especially when combined with careful feature
engineering and text pre-processing [29, 30]. However, transformer-based architectures dominated the
competition.</p>
      <p>Transformer models such as BERT, RoBERTa, and especially XLM-RoBERTa were widely used and
consistently ranked among the top-performing models across tasks [29, 31, 32, 33, 18, 34, 35, 36, 37].
BERT variants (including BERT multilingual, BETO for Spanish, and DeBERTa-v3) were employed in
several configurations, often fine-tuned on competition-specific data [ 29, 31, 32, 18, 34, 35, 36].
XLMRoBERTa stood out as a strong baseline across multiple tasks, being used both as a standalone model
and in ensembles [31, 32, 33, 18, 34, 35, 37].</p>
      <p>Data augmentation techniques were used to enhance model generalization. These included synonym
replacement, contextual augmentation with transformers, back-translation, and methods like AEDA
[29, 34]. Some teams enriched data through few-shot learning using large language models such as
GPT-3.5 and GPT-4, particularly efective in multimodal tasks involving memes [33, 38, 36].</p>
      <p>Domain-specific adaptation was another notable trend. Models pretrained on sentiment, hate speech,
or Twitter-specific data showed competitive results when fine-tuned for EXIST tasks [ 18, 34, 35].
Additionally, participant teams used demographic metadata (e.g., annotator gender, age, ethnicity) to
enrich input representations and tailor predictions [34, 37].</p>
    </sec>
    <sec id="sec-3">
      <title>3. Method</title>
      <sec id="sec-3-1">
        <title>3.1. Task Description</title>
        <p>The EXIST 2025 shared task is divided into three components: 1) tweet classification (Task 1), 2) meme
classification (Task 2), and 3) video classification (Task 3). Our participation focused exclusively on tweet
classification. Within this domain, Task 1.1 is a binary classification task that aims to detect whether
a tweet expresses sexist intent. Task 1.2 involves multiclass classification, where tweets identified as
sexist are further assigned to one of three predefined categories based on the perceived intent of the
author. Lastly, Task 1.3 is a multi-label classification task, allowing sexist tweets to be associated with
one or more relevant categories.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Dataset</title>
        <p>The 2025 edition includes nine subtasks in English and Spanish, covering three classification tasks:
sexism identification, source intention detection, and sexism categorization applied to three diferent
types of media: text (tweets), images (memes), and videos (TikToks). We present each subtask for Task
1 as follows:
• Subtask 1.1 - Binary Sexism Detection: A binary classification where models predict whether a
post is sexist or not. (6 920 samples: 3 367 non-sexist, 2 697 sexist)
• Subtask 1.2 - Category of Sexism: For sexist posts, a four-class classification to determine the
type of sexism: Direct, Judgemental, Reported, Unknown (Total: 2 697 samples).
• Subtask 1.3 - Fine-grained Vector of Sexism: A 6-class classification further detailing sexist
content: Ideological and inequality, Stereotyping and Dominance, Objectification, Sexual Violence,
Misogyny and Non-Sexual Violence (Total: 2 697 samples)</p>
        <p>The tweets dataset is divided into three distinct sets: train, development, and test (Table 1).</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Pre-processing &amp; Data Augmentation</title>
        <p>Multiple pre-processing techniques were explored to prepare the textual data for analysis [39]. The
initial Light Cleaning phase involved removing emojis, URLs, and mentions, as well as normalizing
whitespace to reduce noise. Building on this, the Classic Cleaning step extended the process by
removing non-ASCII characters, punctuation, and digits, and converting all text to lowercase for
consistency. The third method, Aggressive Cleaning, included the steps from Classic Cleaning,
followed by the removal of stopwords and the application of stemming to reduce words to their root
forms.</p>
        <p>
          Given the bilingual nature of the data, an augmentation step is included to add translated versions of
the tweets. This step ensures that both Spanish and English content are represented more uniformly
across the dataset, improving the generalization of the model. Two translation solutions were explored:
the first used the Google Translate API, and the second leveraged the NLLB [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] (No Language Left
Behind) model developed by Facebook. Both approaches aimed to maintain translation quality while
handling domain-specific language efectively.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Model Architecture</title>
        <p>For our experiments, we began by evaluating a range of transformer-based models (Table 2). The initial
evaluation was conducted using the test data from Task 1. Our classification approach prioritized the
most frequently occurring label per tweet; in cases of a tie, the tweet was classified as sexist. We also
tested the impact of light pre-processing and used accuracy and F1-Score [40] metrics to determine the
best-performing models (Table 3).</p>
        <p>In the second phase, we focused on assessing the efectiveness of the three pre-processing strategies
using the mDeBERTa model. Among Light, Classic, and Aggressive Cleaning, the Classic Cleaning
approach yielded the best results (Table 4). Based on these initial findings, we selected mDeBERTa
and XLM-RoBERTa-base for further training and evaluation across the three tasks, as both models
demonstrated strong performance.</p>
        <p>To enhance the training data, we implemented two data augmentation strategies. The first involved
translation-based augmentation using Meta AI’s NLLB model to generate high-quality translations and
promote a more balanced bilingual dataset. The second strategy utilized external data augmentation
with the EDOS (Evaluation Dataset for Online Hate Speech) dataset [44]. For this, we applied a
pseudolabeling technique: a model trained on the original labeled data was used to predict labels for the
unlabeled EDOS examples. To maintain label quality, we filtered predictions based on condfience scores,
retaining only those above 80% for Task 1 and above 60% for Tasks 2 and 3, due to their increased
complexity and subjectivity.</p>
        <p>This combined augmentation strategy aimed to increase both the volume and diversity of the training
data while preserving label reliability, ultimately boosting the robustness and generalization of the
model. As shown in Tables 5, 6, and 7, the best-performing configuration across all three tasks was
achieved using the mDeBERTa model with Classic Cleaning and translation-based augmentation via
the NLLB model, while excluding additional augmentation from the EDOS dataset as we can see in
Figure 1.</p>
        <p>Augmented
Translation</p>
        <p>Augmented</p>
        <p>EDOS</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>No
Yes
Yes
Yes
No
Yes
Yes
Yes
No
Yes
Yes</p>
      <p>Yes
Augmented
Translation</p>
      <p>Augmented</p>
      <p>EDOS</p>
      <p>Tables 8 and 9 show the oficial leaderboard results. The evaluated model was mDeBERTa, using
classic pre-processing without any data augmentation. It is hypothesized that incorporating translations
could have led to improved performance.</p>
      <p>The submitted system delivered competitive results in the EXIST2025 competition, particularly in
the soft evaluation setting. As shown in Table 8, the system ranked within the top 15 for Task 1.1
across languages, reaching 11th place out of 66 for English and 14th overall. Performance was even
stronger in Task 1.2, with the system placing 8th out of 56, demonstrating robustness across both
English and Spanish subtasks. However, results were less competitive for Task 1.3, with rankings
around the middle of the leaderboard. In the hard evaluation (Table 9), rankings were generally
lower, with a peak performance of 38th place for Task 1.1 in Spanish, while the English results lagged
behind. These outcomes suggest that while the model generalized well under soft evaluation metrics,
it struggled to maintain top-tier performance under strict classification thresholds. The absence of
augmentation and translation strategies might have limited the model’s adaptability, particularly in
handling language-specific nuances and subtler forms of sexist content.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion and future directions</title>
      <p>The experiments conducted in this study explored various transformer models, pre-processing
techniques, and data augmentation strategies to address the EXIST2025 shared task on sexist content
detection. Among the evaluated approaches, the combination of the mDeBERTa model with Classic
Cleaning pre-processing consistently demonstrated strong performance, particularly in the soft
evaluation setting. Despite not incorporating data augmentation or translation-based enhancements in the
ifnal submission, the system achieved competitive results, thus ranking within the top 15 for multiple
subtasks.</p>
      <p>However, the lower rankings in the hard evaluation suggest that the model’s robustness could be
further improved by integrating additional strategies, such as translation-based augmentation and
external datasets like EDOS. These findings underscore the importance of both model selection and
pre-processing, while also highlighting the potential impact of thoughtful data augmentation. Future
work will focus on refining augmentation techniques and exploring ensemble approaches to enhance
classification performance, especially under stricter evaluation conditions and across multiple languages.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>The research presented in this paper was supported in part by (1) The Academy of Romanian Scientists
through the funding of the project “SCAN-NEWS: Smart system for deteCting And mitigatiNg
misinformation and fake news in social media” (AOS, R-TEAMS-III); (2) The Academy of Romanian Scientists
through the funding of the project “NetGuardAI: Intelligent system for harmful content detection and
immunization on social networks” (AOS, R-TEAMS-IV); and (3) the National University of Science and
Technology, POLITEHNICA Bucharest, through the PubArt program.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.
[17] C.-O. Truică, E.-S. Apostol, It’s all in the Embedding! Fake News Detection using Document</p>
      <p>Embeddings, Mathematics 11 (2023) 1–29(508). doi:10.3390/math11030508.
[18] A. Petrescu, C.-O. Truică, E.-S. Apostol, Language-based Mixture of Transformers for EXIST2024,
in: Working Notes of the Conference and Labs of the Evaluation Forum, volume 3740 of CEUR
Workshop Proceedings, 2024, pp. 1157–1164.
[19] C.-O. Truică, E.-S. Apostol, P. Karras, DANES: Deep Neural Network Ensemble Architecture for
Social and Textual Context-aware Fake News Detection, Knowledge-Based Systems 294 (2024)
1–13(111715). doi:https://doi.org/10.1016/j.knosys.2024.111715.
[20] C.-O. Truică, E.-S. Apostol, M. Marogel, A. Paschke, GETAE: Graph Information Enhanced Deep
Neural NeTwork Ensemble ArchitecturE for fake news detection, Expert Systems with Applications
275 (2025) 126984. doi:10.1016/j.eswa.2025.126984.
[21] A. Petrescu, C.-O. Truică, E.-S. Apostol, Sentiment Analysis of Events in Social Media, in: 2019
IEEE 15th International Conference on Intelligent Computer Communication and Processing
(ICCP), IEEE, 2019, pp. 143–149. doi:10.1109/iccp48234.2019.8959677.
[22] A. Petrescu, C.-O. Truică, E.-S. Apostol, A. Paschke, EDSA-Ensemble: an Event Detection Sentiment
Analysis Ensemble Architecture, IEEE Transactions on Afective Computing 16 (2024) 555–572.
doi:10.1109/TAFFC.2024.3434355.
[23] C.-O. Truică, E.-S. Apostol, T. S, tefu, P. Karras, A Deep Learning Architecture for Audience Interest
Prediction of News Topic on Social Media, in: International Conference on Extending Database
Technology (EDBT2021), 2021, pp. 588–599. doi:10.5441/002/EDBT.2021.69.
[24] A. Petrescu, C.-O. Truică, E.-S. Apostol, P. Karras, Sparse Shield: Social Network Immunization vs.</p>
      <p>Harmful Speech, in: ACM International Conference on Information and Knowledge Management
(CIKM2021), ACM, 2021, pp. 1426–1436. doi:10.1145/3459637.3482481.
[25] C.-O. Truică, E.-S. Apostol, R.-C. Nicolescu, P. Karras, MCWDST: A Minimum-Cost Weighted
Directed Spanning Tree Algorithm for Real-Time Fake News Mitigation in Social Media, IEEE
Access 11 (2023) 125861–125873. doi:10.1109/ACCESS.2023.3331220.
[26] E.-S. Apostol, Özgur Coban, C.-O. Truică, CONTAIN: A community-based algorithm for
network immunization, Engineering Science and Technology, an International Journal 55 (2024)
1–10(101728). doi:https://doi.org/10.1016/j.jestch.2024.101728.
[27] E.-S. Apostol, C.-O. Truică, A. Paschke, ContCommRTD: A Distributed Content-Based
Misinformation-Aware Community Detection System for Real-Time Disaster Reporting, IEEE
Transactions on Knowledge and Data Engineering (2024) 1–12. doi:10.1109/tkde.2024.
3417232.
[28] C.-O. Truică, A.-T. Constantinescu, E.-S. Apostol, StopHC: A Harmful Content Detection and
Mitigation Architecture for Social Media Platforms, in: IEEE International Conference on Intelligent
Computer Communication and Processing (ICCP 2024), 2024, pp. 1–5. doi:10.1109/ICCP63557.
2024.10793051.
[29] S. Fan, R. A. Frick, M. Steinebach, FraunhoferSIT@ EXIST2024: leveraging stacking ensemble
learning for sexism detection, Working Notes of CLEF (2024).
[30] S. K. Murari Sreekumar, D. Thenmozhi, S. Gopalakrishnan, K. Swaminathan, Sexism Identification</p>
      <p>In Tweets Using Machine Learning Approaches, Working Notes of CLEF (2024).
[31] M. Usmani, R. Siddiqui, S. Rizwan, F. Khan, F. Alvi, A. Samad, Sexism identification in tweets
using BERT and XLM–Roberta, Working Notes of CLEF (2024).
[32] A. Shah, A. Gokhale, Team Aditya at EXIST 2024–detecting sexism in multilingual tweets using
contrastive learning approach, Working Notes of CLEF (2024).
[33] A. Azadi, B. Ansari, S. Zamani, S. Eetemadi, Bilingual sexism classification: fine-tuned
XLM</p>
      <p>RoBERTa and GPT-3.5 few-shot learning, arXiv preprint arXiv:2406.07287 (2024).
[34] Y.-Z. Fang, L.-H. Lee, J.-D. Huang, NYCU-NLP at EXIST 2024–leveraging transformers with diverse
annotations for sexism identification in social networks, Working Notes of CLEF (2024).
[35] R. Pan, J. A. García Díaz, T. Bernal Beltrán, R. Valencia-García, UMUTeam at EXIST 2024:
multimodal identification and categorization of sexism by feature integration, Working Notes of CLEF
(2024).
[36] J. Ma, R. Li, RoJiNG-CL at EXIST 2024: sexism identification in memes by integrating prompting
and fine-tuning, Working Notes of CLEF (2024).
[37] L. Quan, D. Thin, Sexism identification in social networks with generation-based approach,</p>
      <p>Working Notes of CLEF (2024).
[38] M. Siino, I. Tinnirello, Prompt engineering for identifying sexism using GPT mistral 7B, Working</p>
      <p>Notes of CLEF (2024).
[39] C.-O. Truică, J. Darmont, J. Velcin, A Scalable Document-Based Architecture for Text Analysis, in:
International Conference on Advanced Data Mining and Applications, Springer, 2016, pp. 481–494.
doi:10.1007/978-3-319-49586-6_33.
[40] C.-O. Truică, C. A. Leordeanu, Classification of an imbalanced data set using decision tree
algorithms, Univiversity Politechnica of Bucharest Scientific Bulletin - Series C Electrical Engineering
and Computer Science 79 (2017) 69–84.
[41] T. Caselli, V. Basile, J. Mitrović, M. Granitzer, HateBERT: Retraining BERT for Abusive Language
Detection in English, in: Proceedings of the 5th Workshop on Online Abuse and Harms (WOAH
2021), 2021, pp. 17–25. doi:10.18653/v1/2021.woah-1.3.
[42] L. Hanu, Unitary team, Detoxify, Github. https://github.com/unitaryai/detoxify, 2020.
[43] B. Vidgen, T. Thrush, Z. Waseem, D. Kiela, Learning from the Worst: Dynamically Generated
Datasets to Improve Online Hate Detection, in: Proceedings of the 59th Annual Meeting of the
Association for Computational Linguistics and the 11th International Joint Conference on Natural
Language Processing (Volume 1: Long Papers), Association for Computational Linguistics, 2021,
pp. 1667–1682. doi:10.18653/v1/2021.acl-long.132.
[44] H. R. Kirk, W. Yin, B. Vidgen, P. Röttger, Semeval-2023 task 10: Explainable detection of online
sexism, in: Proceedings of the 17th International Workshop on Semantic Evaluation
(SemEval2023), ACL, 2023, pp. 2193–2210. doi:10.18653/v1/2023.semeval-1.305.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Vogels</surname>
          </string-name>
          ,
          <source>The State of Online Harassment</source>
          ,
          <year>2021</year>
          . URL: https://www.pewresearch.org/internet/ 2021/01/13/the-state
          <article-title>-of-online-harassment/</article-title>
          ,
          <source>accessed: 26 March</source>
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Petrosyan</surname>
          </string-name>
          , U.S.
          <source>online harassment environments</source>
          <year>2020</year>
          , by gender,
          <year>2023</year>
          . URL: https://www. statista.com/statistics/334074/online-harassment
          <string-name>
            <surname>-</surname>
          </string-name>
          environments-gender/,
          <source>accessed: 26 March</source>
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S. J.</given-names>
            <surname>Dixon</surname>
          </string-name>
          ,
          <source>Efects of harmful online contact worldwide</source>
          <year>2022</year>
          , by gender,
          <year>2022</year>
          . URL: https://www. statista.com/statistics/1301606/efects-of
          <article-title>-harmful-online-contact/</article-title>
          ,
          <source>accessed: 26 March</source>
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>The</given-names>
            <surname>Female</surname>
          </string-name>
          <string-name>
            <surname>Lead</surname>
          </string-name>
          ,
          <article-title>Young women are leaving social media - and it's not hard to guess why, 2025</article-title>
          . URL: https://community.thefemalelead.com/p/young
          <article-title>-women-are-leaving-social-media</article-title>
          , accessed:
          <fpage>2025</fpage>
          -05-15.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Galdi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Guizzo</surname>
          </string-name>
          ,
          <article-title>Media-induced sexual harassment: The routes from sexually objectifying media to sexual harassment</article-title>
          ,
          <source>Sex Roles</source>
          <volume>84</volume>
          (
          <year>2021</year>
          )
          <fpage>645</fpage>
          -
          <lpage>669</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>L. D.</given-names>
            <surname>Meco</surname>
          </string-name>
          , Monetizing Misogyny:
          <article-title>Gendered Disinformation and the Undermining of Women's Rights and Democracy Globally</article-title>
          ,
          <source>Technical Report, #ShePersisted</source>
          ,
          <year>2023</year>
          . URL: https://she-persisted. org/wp-content/uploads/2023/02/ShePersisted_MonetizingMisogyny.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <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>
          , I. Arcos,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Spina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>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>
            <surname>EXIST</surname>
          </string-name>
          <year>2025</year>
          :
          <article-title>Learning with Disagreement for Sexism Identification and Characterization in Tweets, Memes, and TikTok Videos</article-title>
          ,
          <source>in: European Conference on Information Retrieval</source>
          , Springer,
          <year>2025</year>
          , pp.
          <fpage>442</fpage>
          -
          <lpage>449</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <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>
          , I. Arcos,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Spina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>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>
          , Overview of exist 2025:
          <article-title>Learning with disagreement for sexism identification and characterization in tweets, memes, and tiktok videos. experimental ir meets multilinguality, multimodality, and interaction</article-title>
          .,
          <source>in: Proceedings of the Sixteenth International Conference of the CLEF Association (CLEF</source>
          <year>2025</year>
          ),
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <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>
          , I. Arcos,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Spina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>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>
          , Overview of exist 2025:
          <article-title>Learning with disagreement for sexism identification and characterization in tweets, memes, and tiktok videos (extended overview)</article-title>
          ., in: CLEF 2025 Working Notes,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          , W. Chen,
          <article-title>Debertav3: Improving deberta using electra-style pre-training with gradientdisentangled embedding sharing</article-title>
          ,
          <source>in: International Conference on Learning Representations</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          , W. Chen,
          <article-title>DeBERTa: Decoding-enhanced BERT with Disentangled Attention</article-title>
          , in: International Conference on Learning Representations,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <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>
          , Unsupervised Cross-lingual
          <source>Representation Learning at Scale</source>
          (
          <year>2020</year>
          )
          <fpage>8440</fpage>
          -
          <lpage>8451</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>747</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Costa-Jussà</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cross</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Çelebi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Elbayad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Heafield</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hefernan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Kalbassi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Licht</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Maillard</surname>
          </string-name>
          , et al.,
          <article-title>No language left behind: Scaling human-centered machine translation</article-title>
          ,
          <source>arXiv preprint arXiv:2207.04672</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>V.-I.</given-names>
            <surname>Ilie</surname>
          </string-name>
          , C.
          <article-title>-</article-title>
          <string-name>
            <surname>O. Truică</surname>
            ,
            <given-names>E.-S.</given-names>
          </string-name>
          <string-name>
            <surname>Apostol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Paschke</surname>
          </string-name>
          ,
          <article-title>Context-Aware Misinformation Detection: A Benchmark of Deep Learning Architectures Using Word Embeddings, IEEE Access 9 (</article-title>
          <year>2021</year>
          )
          <fpage>162122</fpage>
          -
          <lpage>162146</lpage>
          . doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2021</year>
          .
          <volume>3132502</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>C.-O. Truică</surname>
          </string-name>
          , E.-S. Apostol, MisRoBÆRTa: Transformers versus Misinformation,
          <source>Mathematics</source>
          <volume>10</volume>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>25</lpage>
          (
          <issue>569</issue>
          ). doi:
          <volume>10</volume>
          .3390/math10040569.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>C.-O. Truică</surname>
            ,
            <given-names>E.-S.</given-names>
          </string-name>
          <string-name>
            <surname>Apostol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Paschke</surname>
          </string-name>
          , Awakened at CheckThat! 2022:
          <article-title>Fake News Detection using BiLSTM and sentence transformer</article-title>
          ,
          <source>in: Working Notes of the Conference and Labs of the Evaluation Forum</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>749</fpage>
          -
          <lpage>757</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>