<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Intelligent Systems</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>at HOPE2023@IberLEF: Evaluation of Transformer Model with Data Augmentation for Multilingual Hope Speech Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ronghao Pan</string-name>
          <email>ronghao.pan@um.es</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gema Alcaraz-Mármol</string-name>
          <email>gema.alcaraz@uclm.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francisco García-Sánchez</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Departamento de Filología Moderna, Universidad de Castilla La Mancha</institution>
          ,
          <addr-line>45071</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Facultad de Informática, Universidad de Murcia, Campus de Espinardo</institution>
          ,
          <addr-line>30100</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>8</volume>
      <issue>2022</issue>
      <fpage>0000</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>This paper describes the participation of the UMUTeam in the HOPE shared task organized at IberLEF 2023 within the SEPLN conference. We have addressed the two proposed subtasks. The objective of both subtasks is the detection of hopeful speech texts, but in the first subtask the texts are in Spanish and in the second one in English. The approach presented for both subtasks is based on fine-tuning diferent pre-trained Large Language Models (LLMs) based on Transformer with data augmentation for the sequence classification task, particularly for hope speech detection. In subtask 1, our team ranked in ifth position out of 11 participants, with a macro f1 score of 71.03, while in subtask 2 we were placed in seventh position out of 9 participants, with a macro f1 score of 48.22.</p>
      </abstract>
      <kwd-group>
        <kwd>Detection</kwd>
        <kwd>Natural Language Processing</kwd>
        <kwd>Transformers</kwd>
        <kwd>Hope speech detection</kwd>
        <kwd>Large Language Model</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Hope Speech is a type of speech that is able to relax a hostile environment and is designed
to inspire and motivate people to take positive action towards achieving a particular goal or
overcoming a challenge [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. One of the primary goals of hope speech is to give suggestions
inspiring for good to a number of people when they are in adversity or challenging circumstances
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Therefore, automatic detection of hope speech and positive comments in the text can be a
powerful tool to combat sexual or racial discrimination and foster positive environments [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
People are targeted with ofensive messages on social media due to their race, color, ethnicity,
gender, sexual orientation, nationality, or religion. According to [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], the significance of social
media in the lives of vulnerable groups like the LGBT community, racial minorities, and people
with disabilities has been studied, revealing that an individual’s social media activities can
significantly shape their personality and worldview. The issue of ofensive messages on social
media is a widely discussed topic across various languages and platforms [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        The aim of the HOPE: Multilingual Hope Speech detection shared-task [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], as part of the IberLEF
2023 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] workshop within the framework of the 39th International Conference of the Spanish
Society for Natural Language Processing (SEPLN 2023) is the detection of the discourse of hope,
in pursuit of equality, diversity, and inclusion. The organizers proposed two subtasks. The first
one is a binary classification to identify whether a text in Spanish contains hope speech or not.
The second one has the same objective as the first one, but in this case, the texts are YouTube
comments in English.
      </p>
      <p>This work presents the participation of UMUTeam in both subtasks, which is based on the
ifne-tuning of diferent pre-trained Large Language Models (LLMs) based on Transformer [ 6]
with data augmentation. The rest of the paper is organized as follows. Section 2 presents the
task and dataset provided. Section 3 describes the methodology of our proposed system for
addressing subtask 1 and subtask 2. Section 4 shows the results obtained. Finally, Section 5
concludes the paper with some findings and possible future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Task description</title>
      <p>The HOPE shared task, organized at IberLEF 2023 workshop, aims to detect and identity hope
speech in two languages, Spanish and English, and two diferent social networks, namely,
Twitter and YouTube. Specifically, the organizers propose two tasks for this challenge:
• Subtask 1: Determine if a given Spanish tweet contains hope speech or not.
• Subtask 2: Detect whether an English YouTube comment contains hope speech or not.</p>
      <p>
        This shared task was previously organized at the 2nd Workshop on Language Technology
for Equality, Diversity, and Inclusion (LT-EDI-2022), as part of ACL 2022, but for five languages:
Tamil, Malayalam, Kannada, English and Spanish. In this version, an improved and expanded
dataset has been provided in English [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and Spanish [7] and is directed to the IberLEF community.
The statistics of the dataset, grouped by each subtask, are shown in Table 1. It can be observed
that the dataset for subtask 1 (Spanish) is balanced, and the English dataset is not. In case
of subtask 2, the proportion in train dataset between hope speech (  ) and non hope speech
(   ) is near to 1:11. In order to partially mitigate this imbalance problem, the dataset has been
extended by using the hopeful speech texts from the Spanish dataset. Thus, the augmented
training dataset for subtask 2 has 2 574 hopeful texts and 18 577 non hope speech texts, which
constitutes a 1:7 ratio. In addition, the data augmentation technique has been employed on the
Spanish dataset (subtask 1) using the hope speech texts from the English dataset to test whether
it improves the performance of the model in detecting hope speech for such subtask.
      </p>
      <p>It is worth mentioning that the organizers only supplied the training and testing sets, and as
a result, we had to develop our own validation split. To ensure a balanced labeling, we used
stratified sampling to create a custom validation split. Lastly, it’s noteworthy that the organizers
utilized Precision, Recall, and F1 scores to evaluate the participants’ systems. These scores will
be calculated for each category and averaged using the macro-average method. The macro-F1
score will be used to rank the systems.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>For solving this shared task, we built the system whose architecture is depicted in Figure 1.
In a nutshell, our system works as follows. First, the dataset is pre-processed as described in
Section 3.1. Then, the dataset is divided into training, evaluation, and testing using the strategy
presented in Section 3.2. Finally, the fine-tuning of diferent multilingual and monolingual
pre-trained models for the classification of hope speech was carried out as shown in Section 3.3.</p>
      <sec id="sec-3-1">
        <title>3.1. Dataset preprocessing</title>
        <p>Our preprocessing stage consists of the following processes to clean the text items in the Hope
Speech dataset:
• Replacement of all hashtags and mentions with #[HASHTAG] and @[USER].
• Social media posts require a lot of cleaning up, but it is ineficient to clean up each post,
so a general clean-up approach was applied in this case:
– All emojis have been replaced by their textual meaning, using the emoji library.
– For English, general contractions have been expanded through the contraction library,
such as “lmao” to “laughing my ass of ”, “y’all” to “you all”, “i’d” to “i would”, etc.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Splitter</title>
        <p>As mentioned in Section 2, we employed the data augmentation technique to enhance the
overall performance of our classification models. To this end, we translated the texts classified
as hope speech in the train and validation splits of the English dataset into Spanish for subtask 1,
and the other way around for subtask 2 (i.e., the texts classified as hope speech in the train and
validation splits of the Spanish dataset were translated into English). It should be noted that the
organizers provided only the training and test sets, so we had to create our own validation split.
To achieve a balanced labeling, we used stratified sampling to create a customized validation
split.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Classification model</title>
        <p>We utilized the fine-tuning technique with pre-trained models such as BERT, RoBERTa, ALBERT,
and DistilBERT to develop our classification model for both subtask 1 and subtask 2.
Finetuning involves adapting a pre-trained model to a labeled dataset, allowing us to benefit from
high-quality language representations that the pre-trained model has already learned for the
classification task. In [ 8], the performance of this approach on the task of sentiment classification
in Spanish financial texts has been demonstrated. For the classification of hope speech texts,
we incorporated an additional layer, called Sequence Classification Layer , at the end of the LLMs,
which allows the system to output classification results.</p>
        <p>The pre-trained models used for subtasks 1 and 2 are as follows:
• BETO: It is a BERT-based model trained exclusively on a large corpus of Spanish. BETO
was trained with the Whole Word Masking technique. It has been shown that by
finetuning this model better results are obtained than with other BERT-based models
pretrained on multilingual corpora for most of the tasks, even achieving a new state-of-the-art
on some of them [9].
• ALBETO: LLMs have made significant strides in recent years. Many approaches focus
on increasing model size by pre-training natural language representation to enhance
performance on downstream tasks. However, as the model size increases, GPU/TPU
memory limitations and longer training times make it increasingly challenging [10].
This results in impractical inference times for real-world applications. To tackle this
issue, ALBERT [10] proposes two parameter-reduction techniques to reduce memory
consumption and speed up training for BERT. In this study, we utilized ALBETO, which
is a Spanish corpus exclusive pre-trained version of ALBERT [11].
• DistilBETO: It is a DistilBERT-based model trained on a Spanish corpus. This model
uses the distillation technique to transfer the knowledge of the BETO model to this new
model [11].
• MarIA: It is based on the RoBERTa base model and has been pre-trained using the largest
Spanish corpus known to date, with a total of 570GB of clean and deduplicated text,
compiled from the web crawlings performed by the National Library of Spain from 2009
to 2019 [12].
• XLM-R: It is a multilingual version of RoBERTa pre-trained on 2.5TB of filtered
CommonCrawl data containing 100 languages [13].
• BERT: It is a transformers model pre-trained on a large corpus of English data using a</p>
        <p>Masked Language Modeling (MLM) objective [14].
• RoBERTa-large: This is a large version of RoBERTa and is a transformers model
pretrained on a large corpus of English data in a self-supervised fashion [15].
• ALBERT: It is a transformers model pre-trained on a large corpus of English data in
a self-supervised fashion and proposes two parameter-reduction techniques to reduce
memory consumption and speed up training for BERT [10].
• DistilBERT: This model is a distilled version of the BERT base model and is smaller and
faster than BERT, which was pre-trained on the same corpus in a self-supervised fashion,
using the BERT base model as a teacher [16].
• DeBERTa-large: This model is an improved version of BERT and RoBERTa, which uses
disentangled attention and an improved mask decoder [17].</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>This section describes the systems submitted by our team in each run and the overall results
obtained in subtask 1 and subtask 2. It should be noted that each participating team was allowed
to submit 10 runs. All models are fine-tuned with a training batch size of 16, 15 epochs, a
learning rate of 2e-5, and a weight decay of 0.01.
4.1. Subtask 1
The results of each pre-trained model for subtask 1 are shown in Table 2. As can be observed,
lightweight models such as ALBETO and DistilBETO have obtained the worst results with a
macro f1-score of 62.07% and 57.46%, respectively. The best result was obtained with the MarIA
model with a macro f1-score of 68.50%. It is also observed that monolingual models perform
better than multilingual models, such as XLM-R.</p>
      <p>To improve the overall performance of the model, we fine-tuned the best performing model
(MarIA) with the augmented dataset. Table 3 shows the results obtained. We can see that the
ifne-tuned MarIA model with the augmented training set has improved mainly in hope speech
detection and has improved overall by 2.521% in macro f1-score.</p>
      <p>The oficial leaderboard for subtask 1 is depicted in Table 4. We achieved the fith position in
the ranking with a macro f1-score of 71.03%. We can also observe that our approach has a high
accuracy in detecting hope speech with an F1 HS score of 64.14%, which is the fourth best result.
The teams haanh764 and JL_DomOlmedo outperformed our best run with a macro F1-score
(M-F1) of 91.61% and 74.37%, respectively. As commented above, we achieved this result using
the fine-tuned MarIA model with data augmentation.
4.2. Subtask 2
The result of subtask 2 with diferent pre-trained models is shown in Table 5. As can be seen, the
best result has been obtained with the DeBERTa model, achieving a macro f1-score of 48.224%.
In this case, one of the lightweight models, namely DistilBERT, has obtained better results than
other more complex models such as BERT and RoBERTa.</p>
      <p>In this case, due to our GPU limitations, it was not possible to fine-tune DeBERTa-v2 with
the augmented dataset. Therefore, we fine-tuned BERT and RoBERTa (in post-evaluation) with
the augmented training set. The results are shown in Table 6 and it can be seen that the model
has improved by 1,314% over the best model (DeBERTa).</p>
      <p>Table 7 depicts the oficial leaderboard for subtask 2. A total of nine participants sent their
results. We achieved the seventh position in the oficial leaderboard with our run based on
finetuning DeBERTa-large model. In addition, our approach has performed well in detecting hope
speech texts with a 2.23% in F1 HS, outperforming second-place teams. In the post-evaluation
phase, we have evaluated the performance of the RoBERTa-large fine-tuned with the augmented
training dataset (see Table 6), and it can be observed that the macro f1-score obtained would
rank fith in the oficial leaderboard.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>These working notes summarize the participation of the UMUTeam in the HOPE shared task
(IberLEF 2023). We participated in the two challenges proposed, achieving promising results
in both. Specifically, we ranked the 5/11 in subtask 1, a binary classification task for detecting
hope speech in Spanish, with a macro f1-score of 71.03%, and 7/9 in the subtask 2, a binary
classification task for detecting hope speech in English, with a macro f1-score of 48.22%. For
both subtasks, we used the same approach, which is based on fine-tuning diferent pre-trained
models with data augmentation for the sequence classification task, specifically for hope speech
detection.</p>
      <p>As future work, we are planning to improve our pipeline using an expanded LLMs model
with hope related speech texts, i.e. extend a Masked Language Model (MLM) model with hope
speech text and later fine-tune this model for detecting hope speech texts. In addition, we are
planning to incorporate the features related to figurative language into our pipeline [ 18]. We
consider that these kinds of features can improve the overall of the system in which the words
in a text difer from their literal meaning.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work is part of the research project LT-SWM (TED2021-131167B-I00) funded by
MCIN/AEI/10.13039/501100011033 and by the European Union NextGenerationEU/PRTR.
This work is also part of the research project LaTe4PSP (PID2019-107652RB-I00/AEI/
10.13039/501100011033) funded by MCIN/AEI/10.13039/501100011033.
Conference of the Spanish Society for Natural Language Processing (SEPLN 2023),
CEURWS.org, 2023.
[6] K. S. Kalyan, A. Rajasekharan, S. Sangeetha, AMMUS : A survey of transformer-based
pretrained models in natural language processing, CoRR abs/2108.05542 (2021). URL:
https://arxiv.org/abs/2108.05542. a r X i v : 2 1 0 8 . 0 5 5 4 2 .
[7] D. García-Baena, M. Á. García-Cumbreras, S. M. Jiménez-Zafra, J. A. García-Díaz,
R. Valencia-García, Hope speech detection in spanish: The lgbt case, Language Resources
and Evaluation (2023) 1–28.
[8] J. A. García-Díaz, F. García-Sánchez, R. Valencia-García, Smart analysis of economics
sentiment in spanish based on linguistic features and transformers, IEEE Access 11
(2023) 14211–14224. URL: https://doi.org/10.1109/ACCESS.2023.3244065. doi:1 0 . 1 1 0 9 /
A C C E S S . 2 0 2 3 . 3 2 4 4 0 6 5 .
[9] J. Cañete, G. Chaperon, R. Fuentes, J.-H. Ho, H. Kang, J. Pérez, Spanish pre-trained bert
model and evaluation data, in: PML4DC at ICLR 2020, 2020.
[10] Z. Lan, M. Chen, S. Goodman, K. Gimpel, P. Sharma, R. Soricut, ALBERT: A lite BERT
for self-supervised learning of language representations, in: 8th International
Conference on Learning Representations, ICLR 2020, Addis Ababa, Ethiopia, April 26-30, 2020,
OpenReview.net, 2020. URL: https://openreview.net/forum?id=H1eA7AEtvS.
[11] J. Cañete, S. Donoso, F. Bravo-Marquez, A. Carvallo, V. Araujo, ALBETO and distilbeto:
Lightweight spanish language models, in: N. Calzolari, F. Béchet, P. Blache, K. Choukri,
C. Cieri, T. Declerck, S. Goggi, H. Isahara, B. Maegaard, J. Mariani, H. Mazo, J. Odijk,
S. Piperidis (Eds.), Proceedings of the Thirteenth Language Resources and Evaluation
Conference, LREC 2022, Marseille, France, 20-25 June 2022, European Language Resources
Association, 2022, pp. 4291–4298. URL: https://aclanthology.org/2022.lrec-1.457.
[12] A. G. Fandiño, J. A. Estapé, M. Pàmies, J. L. Palao, J. S. Ocampo, C. P. Carrino, C. A. Oller,
C. R. Penagos, A. G. Agirre, M. Villegas, Maria: Spanish language models, Procesamiento
del Lenguaje Natural 68 (2022). URL: https://upcommons.upc.edu/handle/2117/367156#
.YyMTB4X9A-0.mendeley. doi:1 0 . 2 6 3 4 2 / 2 0 2 2 - 6 8 - 3 .
[13] A. Conneau, K. Khandelwal, N. Goyal, V. Chaudhary, G. Wenzek, F. Guzmán, E. Grave,
M. Ott, L. Zettlemoyer, V. Stoyanov, Unsupervised cross-lingual representation learning at
scale, CoRR abs/1911.02116 (2019). URL: http://arxiv.org/abs/1911.02116. a r X i v : 1 9 1 1 . 0 2 1 1 6 .
[14] J. Devlin, M. Chang, K. Lee, K. Toutanova, BERT: pre-training of deep bidirectional
transformers for language understanding, CoRR abs/1810.04805 (2018). URL: http://arxiv.
org/abs/1810.04805. a r X i v : 1 8 1 0 . 0 4 8 0 5 .
[15] Y. Liu, M. Ott, N. Goyal, J. Du, M. Joshi, D. Chen, O. Levy, M. Lewis, L. Zettlemoyer, V.
Stoyanov, Roberta: A robustly optimized BERT pretraining approach, CoRR abs/1907.11692
(2019). URL: http://arxiv.org/abs/1907.11692. a r X i v : 1 9 0 7 . 1 1 6 9 2 .
[16] V. Sanh, L. Debut, J. Chaumond, T. Wolf, Distilbert, a distilled version of bert: smaller,
faster, cheaper and lighter, ArXiv abs/1910.01108 (2019).
[17] P. He, X. Liu, J. Gao, W. Chen, Deberta: Decoding-enhanced bert with disentangled
attention, in: International Conference on Learning Representations, 2021. URL: https:
//openreview.net/forum?id=XPZIaotutsD.
[18] J. A. García-Díaz, R. Valencia-García, Compilation and evaluation of the spanish saticorpus
2021 for satire identification using linguistic features and transformers, Complex &amp;</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Palakodety</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>KhudaBukhsh</surname>
          </string-name>
          , J. G. Carbonell,
          <article-title>Hope speech detection: A computational analysis of the voice of peace</article-title>
          ,
          <source>in: European Conference on Artificial Intelligence</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>HopeEDI: A multilingual hope speech detection dataset for equality, diversity, and inclusion</article-title>
          ,
          <source>in: Proceedings of the Third Workshop on Computational Modeling of People's Opinions</source>
          , Personality, and
          <article-title>Emotion's in Social Media, Association for Computational Linguistics</article-title>
          , Barcelona,
          <source>Spain (Online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>41</fpage>
          -
          <lpage>53</lpage>
          . URL: https: //aclanthology.org/
          <year>2020</year>
          .peoples-
          <volume>1</volume>
          .5.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mozafari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Farahbakhsh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Crespi</surname>
          </string-name>
          ,
          <article-title>Cross-lingual few-shot hate speech and ofensive language detection using meta learning</article-title>
          ,
          <source>IEEE Access 10</source>
          (
          <year>2022</year>
          )
          <fpage>14880</fpage>
          -
          <lpage>14896</lpage>
          . URL: https: //doi.org/10.1109/ACCESS.
          <year>2022</year>
          .
          <volume>3147588</volume>
          .
          <source>doi:1 0 . 1 1 0</source>
          <string-name>
            <given-names>9</given-names>
            <surname>/ A C C E S S</surname>
          </string-name>
          .
          <volume>2 0 2 2 . 3 1 4 7 5 8 8 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Jiménez-Zafra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>García-Cumbreras</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>García-Baena</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          <string-name>
            <surname>García-Díaz</surname>
            ,
            <given-names>B. R.</given-names>
          </string-name>
          <string-name>
            <surname>Chakravarthi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Valencia-García</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          <string-name>
            <surname>Ureña-López</surname>
          </string-name>
          , Overview of HOPE at IberLEF 2023:
          <article-title>Multilingual Hope Speech Detection</article-title>
          ,
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>71</volume>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Jiménez-Zafra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Rangel</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Montes-y Gómez, Overview of IberLEF 2023: Natural Language Processing Challenges for Spanish and other Iberian Languages, in: Proceedings of the Iberian Languages Evaluation Forum (IberLEF 2023), co-located with the 39th</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>