<!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>Jaén, Spain
* Corresponding author.
$ gritsai@advacheck.com (G. Gritsay); grabovoy@advacheck.com (A. Grabovoy); kildyakov@advacheck.com
(A. Kildyakov); chekhovich@advacheck.com (Y. Chekhovich)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Automated Text Identification: Multilingual Transformer-based Models Approach</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>German Gritsay</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrey Grabovoy</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aleksandr Kildyakov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yury Chekhovich</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Advacheck</institution>
          ,
          <addr-line>Tallinn</addr-line>
          ,
          <country country="EE">Estonia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>This paper describes our solution approach for the AuTexTification (Automated Text Identification) competition held as part of the IberLEF 2023 conference. Generated text is an increasing problem nowadays. Due to the spread of large volumes of generated texts across the Internet, people are often confused by this kind of content. In this article, we present a model for machine generated text detection based on diferent BERT-like encoder models. To achieve better results, we applied a fine-tuning approach of large pre-trained language encoder models XLM-RoBERTa, mDeBERTa and MiniLM-V2. In order to improve the quality of the detectors, we performed extensive preprocessing and expansion of the training data, preserving the structural properties. The method described in the paper helped our team to achieve about 66% for the English binary dataset in the final competition result.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;machine-generated text</kwd>
        <kwd>text classification</kwd>
        <kwd>transformer-based models</kwd>
        <kwd>fine-tuning</kwd>
        <kwd>data preprocessing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The emergence of the Generative Pre-trained Transformer (GPT) language model [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] opens a
new round of generated content development. A large zoo of PaLM [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], BLOOM [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], LLaMA [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
and ChatGPT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] models are available today that handle the task of generating human-like text
perfectly. Many of them can be used by anyone to produce text with any content that is dificult
to distinguish from human at first glance. However, there is a downside: widespread access to
these models often leads to the expansion of fake news [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], plagiarism [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and misinformation.
The malicious potential of generated text has just become a reality. Nevertheless, there are still
many patterns in artificial excerpts that can be used to classify the author of a text. Thus, it is
crucial to develop a quality detector of machine generated texts.
      </p>
      <p>
        Today there are several attempts to build artificial text recognition systems. Ippolito in 2020
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] managed to identify the dependence of the quality of GPT-2 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] text detection on generative
models sampling methods. The quality of detection was also revealed to depend on the length
of the input sequence at the classification model input [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The most popular approaches [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
for machine generated text detection are those based on linguistic, grammatical and statistical
feature generation and using classical machine learning methods (Logistic Regression, Random
Forest, Gradient Boosting) or using encoders of pre-trained language models as a basis for
ifne-tuning on the selected domain. In diferent situations the strength of each approach varies,
although classifiers with pre-trained models tend to have a higher generalisation ability and
to classify robustly when the domain changes. Such pre-trained language encoders are also
powerful in extracting fine-grained semantic information, which is not easily obtained using
hand-crafted features and is at the same time often crucial in understanding natural language
and further authorship attribution. The approach with fine-tuning pre-trained language encoder
is experimented in this paper as part of the AuTexTification competition which aims to boost
research on the detection of text generated automatically by text generation models.
      </p>
      <p>
        In this paper we employ diferent BERT-based architectures (XLM-RoBERTa [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], mDeBERTa
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and MiniLM-v2 [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]) to obtain embeddings for each text in the collection and classify it
once. We also analysed provided training data and made some preprocessing and extension
techniques with them.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Task</title>
      <sec id="sec-2-1">
        <title>The AuTexTification competition consisted of 2 subtasks.</title>
        <p>• Subtask 1 - participants need to determine whether the text has been automatically
generated or not;
• Subtask 2 - participants are provided with a text and need to identify which model has
generated it;
According to the organisers [15], the number of parameters in the generative models ranged
from 2B to 175B, so participants’ systems should be versatile enough to recognise a wide range of
text generation models and writing styles. The subtasks described were given for two languages
- English and Spanish.</p>
        <p>In this paper we considered the approach for solving the subtask 1 on samples with binary
classification in English language. There is a given dataset  = (, ):
 = {1 , . . . , },
 ∈ ,
 ∈ {1, . . . , },
 ∈ {0, 1},
where  corresponds to all possible strings in the given language. The label  = 1 corresponds
to text that is likely machine-generated,  = 0 corresponds to human excerpt.</p>
        <p>Formally, the task is to find the binary classifier that minimizes an empirical risk on the
dataset :
 = argmin
∈F</p>
        <p>∑︁ [ () ̸= ],
,∈
where F is a set of all considered classification models.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset</title>
      <p>The dataset proposed by the organisers for the training stage consisted of 33,845 examples
with the labels ’human’ and ’generated’. According to the authors, the texts are based on five</p>
      <sec id="sec-3-1">
        <title>Sample text</title>
        <p>@CathrineSchack hahaha noo i was waiting for this to come out
to see what you would do :D Kerilynn
all these random people are at my house drinking out of my kegg
of beer sorry beau cant bring it, its nre</p>
      </sec>
      <sec id="sec-3-2">
        <title>Label</title>
        <p>generated
human
diferent domains, including legal documents, practical articles and social media. In this way, it
will be possible to identify the robustness of the developed algorithm to the style of writing:
from more structured and formal to less structured and informal. Examples of generated and
human texts are provided in the Table 1.</p>
        <p>Note that we split the provided train data into two parts (30,000 and 3,845 samples) in order
to use the second part as test data for our approaches. The second part was class balanced and
all studies and experiments in the paper were performed on the first part.</p>
        <p>
          Before starting to build the classification algorithm, we decided to analyse the data provided.
The texts were balanced in terms of their class, as illustrated in Figure 1. In terms of length
statistics, the samples turned out to be relatively short. Often the length of the text for detection
makes a diference and afects the quality of the detection [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. The length values by class are
shown in the Table 2.
3.1. Data Cleaning
The authors of the competition imposed a restriction on the use of the data: only submitted
samples could be used, and no external sources were allowed. It was decided to clean up the
texts and increase their number.
        </p>
        <p>We did not want to change the style of the texts too much, as there are studies that show
that most of the generated texts have common features that are unique to them, for example in
the frequency of using certain parts of speech [16], the diference between inverted commas
and white space [17]. Therefore, in our cleanup phase we have included the removal of user
mentions via the ’@’ symbol, as this part of the text is incapable of carrying useful information.</p>
        <sec id="sec-3-2-1">
          <title>URLs and HTML tags have also been cleaned up.</title>
          <p>3.2. Data Instance Preprocessing
As for increasing the number of texts, our idea is based on statistics about the average length
of the data provided. When we saw that the classification model would be more likely to
see short samples, we decided to split some of the long texts into medium-length excerpts.
We selected texts with a minimum length of 450 characters and divided them into sentences
with the condition that the new sequence should be at least 50 characters long. This kind of
preprocessing extended the data to 42,484 samples with real data 30,000 count.</p>
          <p>We looked at the Principal Component Analysis (PCA) decomposition of the two main
components of the texts embeddings received by XLM-RoBERTa encoder as one of the most
popular baseline encoding methods. The decomposition is shown in Figure 2, it can be seen
that the distribution has retained its structural properties after data expansion and cleaning,
allowing machine-generated patterns, if they exist, to be retained for a future model.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments</title>
      <p>4.1. Methods Description
Based on a review conducted on the task, we were able to determine the most relevant models
for solving the problem in English. In recent years, transformer models have been the most
frequently used in natural language processing tasks. Their eficiency has been proved by
various researches, so in this paper the experiments were carried out with this group of models.
Transfer learning is commonly utilized in the implementation of such models. This is an
approach in deep learning, where network knowledge from one task is transferred to solve
another, related task, thus making it narrowly focused. Initially, such networks are trained on
large data collections, after which they are fine-tuned to the specific task, making these models
quite flexible. The fragment embeddings that can be obtained by those models are generally
able to have an excellent contextual understanding and may not only be multidomain, but may
also be multilingual. The following models have been considered to solve the task set by the
organisers:
1. RoBERTa (Robustly Optimized BERT Pretraining Approach) - has the same architecture
as BERT [18], but uses a byte-level BPE as a tokenizer (same as GPT-2) and uses a diferent
pretraining scheme and optimization features. For this task we used XLM-RoBERTa which
is multilingual version of RoBERTa and was pre-trained on 2.5TB of filtered Common
Crawl data containing 100 languages. In our own earlier research, we found that the
performance of the multilingual version was superior to that of the monolingual version
on most tasks. This can be explained by the fact that a multilingual task setting for
training a large model helps to improve the quality of the embeddings, thus helping them
to achieve greater generalizability.
2. DeBERTa (Decoding-enhanced BERT with Disentangled Attention) - improves the BERT
and RoBERTa models using two techniques: a disentangled attention mechanism, where
each word is represented by two vectors encoding its content and position respectively,
and an enhanced mask decoder, which replaces the output softmax layer to predict the
masked tokens for model pretraining. For this task we also used its multilingual version
mDeBERTa and it was trained using the 2.5T Common Crawl 100 data too.
3. MiniLM-L12-v2 (Multi-Head Self-Attention Relation Distillation for Compressing
Pretrained Transformers) - generalizes deep self-attention distillation in MiniLM [19] by
employing multi-head self-attention relations to train the student. In general, it is
distilled model from large-size teachers (BERT, RoBERTa, XLM-RoBERTa-large) that uses
relational knowledge. The authors showed that transferring the self-attention
knowledge of an upper middle layer achieves better performance for large-size teachers. This
model is initially multilingual, so for this task we used its checkpoint from the Sentence
Transformers hub - miniLM-L12-v2.</p>
      <p>All of the above models have been used as encoder for samples. For classification, we have
redefined the head that will handle with the [CLS] embeddings at the encoder output. It
consisted of 3 fully-connected layers, a GELU [20] activation function and a dropout technique.
The complete pipeline is demonstrated in Figure 3.
4.2. Comparison
For each of the models described above, it was decided to run an experiment with default
settings and on train data without preprocessing (labelled "processed"). As default settings, we
chose the loss function - cross-entropy, the batch size was set 16, the AdamW [21] optimiser and
the linear LR scheduler were also selected. Fine-tuning technique was performed for 5 epochs:
1 epoch only the classifier with frozen encoder weights is trained, 3 epochs the full model is
trained and 1 epoch again only the classifier with frozen encoder weights. This learning stages
helps to shift the distribution of the encoder weights in the right direction.</p>
      <p>After several stages of testing diferent strategies, we came up with other settings for the
ifne-tuning and tested the chosen models on them. The batch size remained the same, the label
smoothing regularization technique with 0.1 value was added to the loss function, chose another
scheduler - MultiStepLR with milestones = [30,90,130] and gamma = 0.3, and also extended and
cleaned train collection (labelled "cleaned") was selected for experiment.</p>
      <sec id="sec-4-1">
        <title>Model</title>
      </sec>
      <sec id="sec-4-2">
        <title>XLM-RoBERTa mDeBERTa V3 MiniLM-L12-v2</title>
        <p>Original Data
86.86
90.42
89.63</p>
        <sec id="sec-4-2-1">
          <title>Datasets</title>
          <p>Processed Data
88.75
93.07
90.49</p>
          <p>The results obtained in the experiment on our test data are presented in Table 3. The metric
chosen was f1-score, the same as in the competition. The data expansion improved the ability
of the models to learn the data representation better and increased the generalizability. The
multilingual version of the DeBERTa model performed best on cleaned and expanded data
with selected hyperparameters. The model with these settings was submitted by our team as a
solution to the AuTexTification competition, which placed us in the top-25 at the end of the
contest.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>The paper describes an approach to the problem of machine generated text detection. We
propose a model to detect artificial texts using mDeBERTa encoder to obtain embeddings of
single excerpts and for the further classification. We also provide an analysis of diferent
vectorization models based on the BERT architecture. We preprocessed the original training
dataset with cleaning and extension to improve the quality of the recognition. The PCA
decomposition of the two datasets showed that the distributions retained structural features.
The resulting model shows an f1-score in AuTexTification competition final results of about
66% for the English binary dataset.
[15] 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, in: Procesamiento del Lenguaje Natural, Jaén, Spain, 2023.
[16] S. Mitrović, D. Andreoletti, O. Ayoub, Chatgpt or human? detect and explain. explaining
decisions of machine learning model for detecting short chatgpt-generated text, 2023.
arXiv:2301.13852.
[17] Y. Chen, H. Kang, V. Zhai, L. Li, R. Singh, B. Raj, Gpt-sentinel: Distinguishing human and
chatgpt generated content, 2023. arXiv:2305.07969.
[18] J. Devlin, M.-W. Chang, K. Lee, K. Toutanova, Bert: Pre-training of deep bidirectional
transformers for language understanding, 2019. arXiv:1810.04805.
[19] W. Wang, F. Wei, L. Dong, H. Bao, N. Yang, M. Zhou, Minilm: Deep self-attention distillation
for task-agnostic compression of pre-trained transformers, 2020. arXiv:2002.10957.
[20] D. Hendrycks, K. Gimpel, Gaussian error linear units (gelus), 2020. arXiv:1606.08415.
[21] I. Loshchilov, F. Hutter, Decoupled weight decay regularization, 2019.
arXiv:1711.05101.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Narasimhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Salimans</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          ,
          <article-title>Improving language understanding by generative pre-training (</article-title>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <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>arXiv preprint arXiv:2204.02311</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>T. L.</given-names>
            <surname>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>
          ,
          <source>arXiv preprint arXiv:2211.05100</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>H.</given-names>
            <surname>Touvron</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Lavril</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Izacard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Martinet</surname>
          </string-name>
          , M.
          <article-title>-</article-title>
          <string-name>
            <surname>A. Lachaux</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Lacroix</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Rozière</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Hambro</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Azhar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rodriguez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Joulin</surname>
          </string-name>
          , E. Grave, G. Lample,
          <article-title>Llama: Open and eficient foundation language models</article-title>
          ,
          <year>2023</year>
          . arXiv:
          <volume>2302</volume>
          .
          <fpage>13971</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5] OpenAI, Gpt-4
          <source>technical report</source>
          ,
          <year>2023</year>
          . arXiv:
          <volume>2303</volume>
          .
          <fpage>08774</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>O.</given-names>
            <surname>Bakhteev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ogaltsov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ostroukhov</surname>
          </string-name>
          ,
          <article-title>Fake News Spreader Detection Using Neural Tweet Aggregation-Notebook for PAN at CLEF 2020, in: CLEF 2020 Labs and Workshops, Notebook Papers, CEUR-WS</article-title>
          .org,
          <year>2020</year>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2696</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>O.</given-names>
            <surname>Bakhteev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chekhovich</surname>
          </string-name>
          , G. Gorbachev,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gorlenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Grabovoy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Grashchenkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kildyakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khazov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Komarnitsky</surname>
          </string-name>
          , A. e. a. Nikitov,
          <article-title>Cross-language plagiarism detection: a case study of european universities academic works</article-title>
          , in: Academic Integrity: Broadening Practices,
          <source>Technologies, and the Role of Students</source>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>143</fpage>
          -
          <lpage>161</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Ippolito</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Duckworth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Callison-Burch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Eck</surname>
          </string-name>
          ,
          <article-title>Automatic detection of generated text is easiest when humans are fooled</article-title>
          , in: D.
          <string-name>
            <surname>Jurafsky</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Chai</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Schluter</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          <string-name>
            <surname>Tetreault</surname>
          </string-name>
          (Eds.),
          <source>Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, ACL 2020, Online, July</source>
          <volume>5</volume>
          -
          <issue>10</issue>
          ,
          <year>2020</year>
          , Association for Computational Linguistics,
          <year>2020</year>
          , pp.
          <fpage>1808</fpage>
          -
          <lpage>1822</lpage>
          . URL: https://doi.org/10.18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>164</volume>
          . doi:
          <volume>10</volume>
          .18653/ v1/
          <year>2020</year>
          .acl-main.
          <volume>164</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <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>
            <surname>I. Sutskever</surname>
          </string-name>
          ,
          <article-title>Language models are unsupervised multitask learners</article-title>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>G.</given-names>
            <surname>Gritsay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Grabovoy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chekhovich</surname>
          </string-name>
          ,
          <article-title>Automatic detection of machine generated texts: Need more tokens</article-title>
          ,
          <source>in: 2022 Ivannikov Memorial Workshop (IVMEM)</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>20</fpage>
          -
          <lpage>26</lpage>
          . doi:
          <volume>10</volume>
          .1109/IVMEM57067.
          <year>2022</year>
          .
          <volume>9983964</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G.</given-names>
            <surname>Jawahar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Abdul-Mageed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lakshmanan</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.S.</surname>
          </string-name>
          ,
          <article-title>Automatic detection of machine generated text: A critical survey</article-title>
          ,
          <source>in: Proceedings of the 28th International Conference on Computational Linguistics</source>
          ,
          <source>International Committee on Computational Linguistics</source>
          , Barcelona,
          <source>Spain (Online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>2296</fpage>
          -
          <lpage>2309</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .coling-main.
          <volume>208</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .coling-main.
          <volume>208</volume>
          .
        </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>
          ,
          <article-title>Unsupervised cross-lingual representation learning at scale</article-title>
          ,
          <year>2020</year>
          . arXiv:
          <year>1911</year>
          .02116.
        </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>
          ,
          <year>2023</year>
          . arXiv:
          <volume>2111</volume>
          .
          <fpage>09543</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Bao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <article-title>Minilmv2: Multi-head self-attention relation distillation for compressing pretrained transformers</article-title>
          ,
          <year>2021</year>
          . arXiv:
          <year>2012</year>
          .15828.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>