<!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>KaramiTeam at IberAuTexTification: Soft Voting Ensemble for Distinguishing AI-Generated Texts</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mohammad Karami Sheykhlan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Saleh Kheiri Abdoljabbar</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mona Nouri Mahmoudabad</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Mohaghegh Ardabili</institution>
          ,
          <addr-line>Daneshgah St., Ardabil, 5619911367</addr-line>
          ,
          <country country="IR">Iran</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Tabriz</institution>
          ,
          <addr-line>Bahman Boulevard, Tabriz, 5166616471</addr-line>
          ,
          <country country="IR">Iran</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Large language models have revolutionized the field of natural language processing. As these models become more widespread, concerns about the spread of misinformation and potential misuse have grown. Consequently, distinguishing between texts written by humans and those generated by machines has become a significant challenge. In this paper, we describe our method for addressing the AuTexTification task at IberLEF 2024, which includes two main subtasks. The first subtask is a binary classification challenge that requires distinguishing between texts written by humans and those generated by AI. The second subtask is a multi-class problem involving six text generation models (A, B, C, D, E, and F). Both subtasks are conducted in multiple languages. We selected three BERT-like models as the baseline models and then used the soft voting technique to improve accuracy. The results of the test set showed that soft voting outperformed the individual models.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;AuTexTification challange</kwd>
        <kwd>Ensemble learning</kwd>
        <kwd>Machine-generated text detection</kwd>
        <kwd>Transformers</kwd>
        <kwd>Text classification</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The advancement of artificial intelligence and machine learning, particularly in the field of Natural
Language Processing (NLP), has led to significant progress in automatic text generation. Models such
as Generative Pre-trained Transformers (GPT) [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ], Pathways Language Model (PaLM) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and
BigScience Large Open-science Open-access Multilingual Language Model (BLOOM) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] can produce
text that closely resembles human writing in terms of coherence, style, and grammar. These capabilities
have broad applications, including conversational agents, code completion, machine translation, and
generating radiology reports, impacting both economic and social spheres. Despite their benefits, these
models also present challenges, such as the spread of misinformation, academic fraud [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ], and the
creation of ofensive or biased content [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ]. The AuTexTification task at IberLEF 2024 [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ] addresses
these challenges by distinguishing between human-written and machine-generated text.
      </p>
      <p>
        This research is focused on fine-tuning three advanced language models: Enhanced Representation
through kNowledge Integration Multilingual (ErnieM) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], BLOOM-560m and Multilingual
Decodingenhanced BERT with disentangled attention (mDeBERTaV3) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Each model was individually adjusted
to optimize its performance for our specific task. To further enhance the accuracy of our predictions,
we employed an ensemble learning approach using soft voting. This technique combines the strengths
of multiple models by averaging their predictions, thereby improving overall performance. Our final
results demonstrated that the ensemble method significantly outperformed the standalone models.
This finding underscores the efectiveness of integrating multiple models to achieve higher prediction
accuracy and reliability in distinguishing between human-authored and AI-generated texts.
      </p>
      <p>The paper is organized as follows: First, we provide an overview of related works, highlighting
previous studies on AI text generation and detection. Next, the methodology section details our approach,
including the fine-tuning of ErnieM, BLOOM-560m, and mDeBERTaV3 models and the use of soft
voting for ensemble learning. In the Experiments section, we present our models’ performance metrics
and compare the ensemble method’s efectiveness against individual models. Finally, the conclusion
summarizes our findings, discusses their implications, and suggests directions for future research.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related works</title>
      <p>
        Text classification in NLP involves assigning texts to predefined categories using various models and
algorithms, including traditional methods like Naive Bayes and advanced deep learning models like
Bidirectional Encoder Representations from Transformers (BERT) [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and GPT. These models process
textual data to identify patterns that diferentiate various categories, enabling applications such as
author identification [15], author attribution [16], and detecting hate or ofensive content [17].
      </p>
      <p>The precision and efectiveness of text classification have greatly advanced due to improvements in
machine learning techniques and the availability of extensive datasets. This progress facilitates more
refined and accurate classifications, fostering innovation in fields such as customer service automation
and content recommendation systems. Nonetheless, challenges persist, including managing ambiguous
or context-dependent texts and ensuring the models operate without bias.</p>
      <p>Due to the high sensitivity in this field, numerous studies have been conducted in recent years
to distinguish between human-written and machine-generated texts. The PAN@CLEF 2024 shared
task [18] provided a binary English training dataset for this purpose. However, the test set difered from
the training data, and participants were asked to identify the human-authored text from two texts of a
sample. Participants were required to submit a Docker file of their approach via the TIRA platform [ 19].</p>
      <p>The SemEval 2024 task 8 [20, 21] consisted of three subtasks. In subtask A, participants needed to
distinguish between human and machine-generated text using binary data. In subtask B, they had
to predict which language model generated a given text if it was machine-written. In subtask C, the
objective was to identify which part of the text had been altered.</p>
      <p>In the first version of the AuTexTification shared task at IberLEF 2023 [ 22], various approaches were
proposed to distinguish between human and machine-generated texts in both English and Spanish.
Villegas-Trejo et al. [23] utilized traditional feature extraction algorithms and machine learning models
to address both subtasks. Their findings indicated that the XGB model, when combined with the TF-IDF
n-gram feature extraction method and enhanced with stylometric features, demonstrated the highest
performance across their experiments. Scheibe and Mandl [24] have made significant contributions
by leveraging transformer-based models for text classification tasks. Specifically, in subtask 1 of their
study, they employed the DeBERTaV2 model to distinguish between human and machine-generated
texts. Gritsay et al. [25] applied a fine-tuning approach to large pre-trained language encoder models,
specifically XLM-RoBERTa, mDeBERTa, and MiniLM-V2. They passed the CLS token through three
fully connected layers. Their observations showed that mDeBERTa achieved the best F1 score.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>This section will discuss the dataset and the proposed approach in detail. We will begin by describing
the characteristics and composition of the dataset used in our experiments, including the data sources,
and the data preparation. We will outline our proposed approach, including the models and techniques
employed. This will encompass the fine-tuning of specific language models, the feature extraction
methods applied, and the ensemble learning strategies implemented to enhance prediction accuracy. By
providing a comprehensive overview of both the dataset and our methodology, we aim to ofer a clear
understanding of the foundations and innovations of our research.</p>
      <sec id="sec-3-1">
        <title>3.1. Dataset</title>
        <p>The AUtomated TEXt IdenTIFICATION on languages of the Iberian peninsula (IberAuTexTification) is
an expanded version of the AuTexTification task at IberLEF 2023, focusing on more models, domains,
and languages including Spanish, Catalan, Basque, Galician, Portuguese, and English. Participants in
this task develop models to diferentiate between human-written and automatically generated texts
(Subtask 1) and identify the specific model used for text generation (Subtask 2). The training dataset
encompasses five diverse domains while the testing dataset includes two additional domains. Texts
are generated using a variety of models such as GPT-3.5, GPT-4, LLaMA, Coral, Command, Falcon,
and MPT, sourced from platforms like OpenAI, Amazon Bedrock, Anthropic, Cohere, AI21, Google
Vertex AI, and Meta. Datasets are curated using TextMachina [26], incorporating texts from controlled
domains like essays, news, social media, Wikipedia, WikiHow, and uncontrolled domains sourced from
OSCAR [27] and Colossal Cleaned Multilingual Common Crawl. Enthusiasts in this field can visit the
Zenodo website to access the training1 and test datasets2.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Data preparation</title>
        <p>For our study, we utilized three advanced language models: mDeBERTaV3, ErnieM, and BLOOM-560m,
each with its corresponding tokenizer to preprocess the text data. We determined that a token length
of 170 tokens per sample was optimal based on the average length of our text samples, ensuring a
balance between computational eficiency and preserving information. Any tokens beyond this limit
were discarded to maintain consistency across all samples.</p>
        <p>Given the resource constraints on Google Colaboratory, particularly the limited GPU availability, we
implemented selective sampling for model fine-tuning. For both Subtasks 1 and 2, we selected 50,000
samples from the training dataset to fine-tune the BLOOM-560m model. This approach ensured that
we could manage the computational load while still providing suficient data for the model to learn
efectively.</p>
        <p>In Subtask 1, which involved distinguishing between human and machine-generated text, we selected
a sample size of 60,000 for fine-tuning the mDeBERTaV3 model. For other scenarios and models, we
utilized the entire training dataset, leveraging all available data to maximize the training efectiveness.
This comprehensive approach aimed to ensure that our models were well-trained and capable of
performing robust text classification tasks.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Transformer-based Models</title>
        <p>BLOOM-560m, ErnieM, and mDeBERTaV3 are three state-of-the-art transformer-based models that
have significantly advanced the field of NLP.</p>
        <p>BLOOM-560m is a multilingual model developed as part of the BigScience initiative, featuring 560
million parameters. It is designed to provide open-access language processing capabilities across
multiple languages, promoting inclusivity and transparency in NLP research. The model’s extensive
training on diverse datasets allows it to handle complex linguistic contexts, making it suitable for a
wide range of large-scale NLP tasks.</p>
        <p>ErnieM by Baidu integrates external knowledge sources, such as knowledge graphs, into its language
representation learning. This integration enhances ErnieM’s ability to generate contextually accurate
and semantically rich text, especially in multilingual settings. Its ability to incorporate structured
knowledge allows it to understand and process intricate linguistic patterns more efectively.</p>
        <p>mDeBERTaV3 builds on the BERT architecture with a focus on improving performance through
a disentangled attention mechanism. This mechanism separates content and positional information,
enhancing the model’s understanding of language nuances. Trained on a large and diverse dataset,
mDeBERTaV3 excels in tasks requiring deep contextual understanding, such as text classification and
machine translation, due to its improved training eficiency and comprehensive language processing
capabilities.
1https://zenodo.org/records/10853560
2https://zenodo.org/records/11034382</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Ensemble learning</title>
        <p>In our approach, we utilized the Soft Voting technique for ensemble learning to enhance the performance
of our text classification models. Soft Voting involves averaging the predicted probabilities of multiple
models and selecting the class with the highest average probability as the final prediction. This method
leverages the strengths of each individual model, compensating for their weaknesses and leading to
improved overall accuracy and robustness.</p>
        <p>We implemented Soft Voting with our three fine-tuned models: BLOOM-560m, ErnieM, and
mDeBERTaV3. By combining the predictive power of these models, we were able to achieve superior
performance compared to using any single model alone. The diversity in architecture and training
methodologies of these models ensures a more comprehensive understanding of the text, thereby
improving the reliability and accuracy of our predictions. Our experiments demonstrated that the Soft
Voting ensemble approach significantly outperforms individual models in both Subtask 1 and Subtask
2, highlighting its efectiveness in distinguishing between human and machine-generated text across
multiple languages and domains.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments</title>
      <p>This section outlines the experimental setup and procedures used to evaluate our models. First, we
discuss the hyperparameter tuning process to optimize the performance of BLOOM-560m, ErnieM, and
mDeBERTaV3 models. We then present the results of our experiments, highlighting the efectiveness
of individual models and the benefits of using a Soft Voting ensemble approach. Through detailed
analysis and comparative metrics, we demonstrate the superior performance of our ensemble method
in distinguishing between human and machine-generated text and in accurately attributing text to its
generative model.</p>
      <sec id="sec-4-1">
        <title>4.1. Hyperparameter tuning and Evaluation</title>
        <p>In this study, we used Google Collaboratory to fine-tune our models: BLOOM-560m, ErnieM, and
mDeBERTaV3. The fine-tuning process was conducted using the Trainer API from the Hugging
Face Transformers library [28], ensuring eficient training and evaluation. A learning rate of 5e-5
was consistently applied across all models to maintain stable and efective training. For ErnieM and
mDeBERTaV3, we performed fine-tuning over 8 epochs, while BLOOM-560m was tuned for 3 epochs
due to its larger size and complexity. Additional hyperparameters were uniformly set for all models
to optimize performance: fp16 was enabled for mixed precision training, allowing faster computation
and reduced memory usage; both per_device_train_batch_size and per_device_eval_batch_size were
set to 8; a weight decay of 0.01 was applied to prevent overfitting by penalizing large weights; and
gradient_accumulation_steps were set to 4 to simulate a larger batch size and stabilize training.</p>
        <p>For both subtasks in our study, we employed the macro F1 score as the primary evaluation metric.
The macro F1 score is particularly well-suited for imbalanced datasets as it calculates the F1 score for
each class independently and then averages them, giving equal weight to each class regardless of its
frequency. This approach ensures that the performance of our models is evaluated comprehensively
across all classes, providing a balanced measure of precision and recall.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Results</title>
        <p>We began by partitioning the training data into 80% for training and 20% for validation. After fine-tuning
our models on the training set, we evaluated their performance individually and using a Soft voting
ensemble method, which combined the outputs of ErnieM, mDebertaV3, and BLOOM-560m.</p>
        <p>For this study, we submitted two runs for each subtask. In Subtask 1, we submitted the output of
mDebertaV3 as run1 and the Soft voting ensemble as run2. In Subtask 2, we submitted the output of
BLOOM-560m as run1 and the Soft voting ensemble as run2. The test set results indicated that the Soft
(a) Confusion matrix for Subtask 1.</p>
        <p>(b) Confusion matrix for Subtask 2.
voting approach consistently outperformed the individual models in all subtasks. The results for the
validation set are detailed in Table 1, while the results for the test set are provided in Table 2.</p>
        <p>We examine the confusion matrix of the best model on the test data (soft voting). For Subtask
1 (Figure 1a), the confusion matrix shows that out of 11,751 generated texts, 11,629 were correctly
identified, and only 122 were misclassified as human-written. Conversely, out of 10,182 human-written
texts, 9,676 were correctly identified, and 506 were misclassified as machine-generated. This high level
of accuracy demonstrates the efectiveness of our approach in distinguishing between human and
machine-generated texts.</p>
        <p>In Subtask 2 (Figure 1b), the confusion matrix reveals the performance of the soft voting approach
in a multi-class classification scenario. The model achieved high accuracy across diferent categories,
with notable performance in classes D and F, where 2,364 and 1,975 instances were correctly classified,
respectively. However, there were some misclassifications, such as in class E, where 132 instances were
incorrectly labeled as class A. Despite these challenges, the overall results underscore the robustness
and eficiency of the soft voting ensemble method in handling diverse and complex text classification
tasks.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>In this study, we explored the eficacy of three language models—ErnieM, mDebertaV3, and
BLOOM560m—for the tasks of distinguishing between human-written and machine-generated texts and
attributing generated texts to specific models. We fine-tuned these models using a carefully partitioned training
dataset and applied a Soft voting ensemble method to enhance prediction accuracy. Our experiments
demonstrated that the Soft voting ensemble approach significantly outperformed individual models
in both subtasks. Specifically, for Subtask 1, the combined model yielded better results compared to
mDebertaV3 alone, and for Subtask 2, it outperformed BLOOM-560m. These findings underscore the
potential of ensemble learning to improve the robustness and accuracy of AI text detection systems. The
results from the validation and test sets clearly indicated that our ensemble method could generalize
well across diferent domains and languages, reflecting the broader applicability of our approach. This
work contributes to the ongoing efort to develop reliable detectors for distinguishing between human
and AI-generated texts, highlighting the importance of ensemble methods in achieving higher accuracy
and robustness. Future research could explore the integration of additional models and the application of
advanced ensemble techniques to further enhance performance. Additionally, addressing the challenges
of model biases and ensuring fairness in AI-generated text detection remain critical areas for further
investigation.
[15] H. B. Giglou, M. Rahgouy, T. Rahgooy, M. K. Sheykhlan, E. Mohammadzadeh, Author profiling:
Bot and gender prediction using a multi-aspect ensemble approach., in: CLEF (Working Notes),
2019.
[16] M. Rahgouy, H. B. Giglou, T. Rahgooy, M. K. Sheykhlan, E. Mohammadzadeh, Cross-domain
authorship attribution: Author identification using a multi-aspect ensemble approach., in: CLEF
(Working Notes), 2019.
[17] M. K. Sheykhlan, J. Shafi, S. Kosari, Pars-hao: Hate speech and ofensive language detection on
persian social media using ensemble learning, Authorea Preprints (2023).
[18] J. Bevendorf, X. B. Casals, B. Chulvi, D. Dementieva, A. Elnagar, D. Freitag, M. Fröbe, D.
Korenčić, M. Mayerl, A. Mukherjee, A. Panchenko, M. Potthast, F. Rangel, P. Rosso, A. Smirnova,
E. Stamatatos, B. Stein, M. Taulé, D. Ustalov, M. Wiegmann, E. Zangerle, Overview of PAN 2024:
Multi-Author Writing Style Analysis, Multilingual Text Detoxification, Oppositional Thinking
Analysis, and Generative AI Authorship Verification, in: Experimental IR Meets Multilinguality,
Multimodality, and Interaction. Proceedings of the Fourteenth International Conference of the
CLEF Association (CLEF 2024), Lecture Notes in Computer Science, Springer, Berlin Heidelberg
New York, 2024.
[19] M. Fröbe, M. Wiegmann, N. Kolyada, B. Grahm, T. Elstner, F. Loebe, M. Hagen, B. Stein, M. Potthast,
Continuous Integration for Reproducible Shared Tasks with TIRA.io, in: J. Kamps, L. Goeuriot,
F. Crestani, M. Maistro, H. Joho, B. Davis, C. Gurrin, U. Kruschwitz, A. Caputo (Eds.), Advances in
Information Retrieval. 45th European Conference on IR Research (ECIR 2023), Lecture Notes in
Computer Science, Springer, Berlin Heidelberg New York, 2023, pp. 236–241. URL: https://link.
springer.com/chapter/10.1007/978-3-031-28241-6_20. doi:10.1007/978-3-031-28241-6_20.
[20] Y. Wang, J. Mansurov, P. Ivanov, J. Su, A. Shelmanov, A. Tsvigun, C. Whitehouse, O.
Mohammed Afzal, T. Mahmoud, T. Sasaki, T. Arnold, A. Aji, N. Habash, I. Gurevych, P. Nakov,
M4: Multi-generator, multi-domain, and multi-lingual black-box machine-generated text
detection, in: Y. Graham, M. Purver (Eds.), Proceedings of the 18th Conference of the
European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers),
Association for Computational Linguistics, St. Julian’s, Malta, 2024, pp. 1369–1407. URL: https:
//aclanthology.org/2024.eacl-long.83.
[21] Y. Wang, J. Mansurov, P. Ivanov, J. Su, A. Shelmanov, A. Tsvigun, O. M. Afzal, T. Mahmoud,
G. Puccetti, T. Arnold, et al., Semeval-2024 task 8: Multidomain, multimodel and multilingual
machine-generated text detection, arXiv preprint arXiv:2404.14183 (2024).
[22] A. M. Sarvazyan, J. Á. González, M. Franco-Salvador, F. Rangel, B. Chulvi, P. Rosso, Overview of
autextification at iberlef 2023: Detection and attribution of machine-generated text in multiple
domains, arXiv preprint arXiv:2309.11285 (2023).
[23] Z. Villegas-Trejo, H. Gómez-Adorno, S.-L. Ojeda-Trueba, Exploring text representations for
detecting automatically generated text (2023).
[24] T. Scheibe, T. Mandl, Univ. of hildesheim at autextification 2023: Detection of automatically
generated texts (2023).
[25] G. Gritsay, A. Grabovoy, A. Kildyakov, Y. Chekhovich, Automated text identification: Multilingual
transformer-based models approach (2023).
[26] A. M. Sarvazyan, J. Á. González, M. Franco-Salvador, Textmachina: Seamless generation of
machine-generated text datasets, arXiv preprint arXiv:2401.03946 (2024).
[27] J. Abadji, P. O. Suarez, L. Romary, B. Sagot, Towards a cleaner document-oriented multilingual
crawled corpus, arXiv preprint arXiv:2201.06642 (2022).
[28] T. Wolf, L. Debut, V. Sanh, J. Chaumond, C. Delangue, A. Moi, P. Cistac, T. Rault, R. Louf, M.
Funtowicz, et al., Huggingface’s transformers: State-of-the-art natural language processing, arXiv
preprint arXiv:1910.03771 (2019).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Brown</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ryder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Subbiah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Kaplan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Dhariwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Neelakantan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Shyam</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>
          , et al.,
          <article-title>Language models are few-shot learners</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>33</volume>
          (
          <year>2020</year>
          )
          <fpage>1877</fpage>
          -
          <lpage>1901</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>L.</given-names>
            <surname>Ouyang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Almeida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wainwright</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mishkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Agarwal,
          <string-name>
            <given-names>K.</given-names>
            <surname>Slama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ray</surname>
          </string-name>
          , et al.,
          <article-title>Training language models to follow instructions with human feedback</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>35</volume>
          (
          <year>2022</year>
          )
          <fpage>27730</fpage>
          -
          <lpage>27744</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Child</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Luan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Amodei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Sutskever</surname>
          </string-name>
          , et al.,
          <article-title>Language models are unsupervised multitask learners</article-title>
          ,
          <source>OpenAI blog 1</source>
          (
          <year>2019</year>
          )
          <article-title>9</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Chowdhery</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Narang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bosma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Mishra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roberts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Barham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. W.</given-names>
            <surname>Chung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Sutton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gehrmann</surname>
          </string-name>
          , et al.,
          <article-title>Palm: Scaling language modeling with pathways</article-title>
          ,
          <source>Journal of Machine Learning Research</source>
          <volume>24</volume>
          (
          <year>2023</year>
          )
          <fpage>1</fpage>
          -
          <lpage>113</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Le Scao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Akiki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Pavlick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ilić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hesslow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Castagné</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Luccioni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yvon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gallé</surname>
          </string-name>
          , et al.,
          <article-title>Bloom: A 176b-parameter open-access multilingual language model (</article-title>
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Cotton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. A.</given-names>
            <surname>Cotton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Shipway</surname>
          </string-name>
          ,
          <article-title>Chatting and cheating: Ensuring academic integrity in the era of chatgpt, Innovations in education and teaching international 61 (</article-title>
          <year>2024</year>
          )
          <fpage>228</fpage>
          -
          <lpage>239</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Wahle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ruas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Kirstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Gipp</surname>
          </string-name>
          ,
          <article-title>How large language models are transforming machineparaphrased plagiarism</article-title>
          ,
          <source>arXiv preprint arXiv:2210.03568</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>K. C. McLean</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Fournier</surname>
          </string-name>
          ,
          <article-title>The content and processes of autobiographical reasoning in narrative identity</article-title>
          ,
          <source>Journal of research in personality 42</source>
          (
          <year>2008</year>
          )
          <fpage>527</fpage>
          -
          <lpage>545</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>R.</given-names>
            <surname>Gagiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fayek</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M.-H. Kim</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Biggs</surname>
            ,
            <given-names>X. Zhang,</given-names>
          </string-name>
          <article-title>Iberlef 2023 autextification: Automated text identification shared task-team od</article-title>
          -
          <volume>21</volume>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>A. M. Sarvazyan</surname>
            ,
            <given-names>J. Á.</given-names>
          </string-name>
          <string-name>
            <surname>González</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Franco-Salvador, Overview of iberautextiifcation at iberlef 2024: Detection and attribution of machine-generated text on languages of the iberian peninsula</article-title>
          ,
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>73</volume>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>L.</given-names>
            <surname>Chiruzzo</surname>
          </string-name>
          ,
          <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>
          , Overview of IberLEF 2024:
          <article-title>Natural Language Processing Challenges for Spanish and other Iberian Languages, in: Proceedings of the Iberian Languages Evaluation Forum (IberLEF 2024), co-located with the 40th Conference of the Spanish Society for Natural Language Processing (SEPLN 2024), CEUR-WS</article-title>
          .org,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>X.</given-names>
            <surname>Ouyang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          , Ernie-m:
          <article-title>Enhanced multilingual representation by aligning cross-lingual semantics with monolingual corpora</article-title>
          , arXiv preprint arXiv:
          <year>2012</year>
          .
          <volume>15674</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <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 gradient-disentangled embedding sharing</article-title>
          ,
          <source>arXiv preprint arXiv:2111.09543</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>