<!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>Conference and Labs of the Evaluation Forum, September</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>DSHacker at CheckThat! 2023: Check-Worthiness in Multigenre and Multilingual Content With GPT-3.5 Data Augmentation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Arkadiusz Modzelewski</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Witold Sosnowski</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adam Wierzbicki</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Polish-Japanese Academy of Information Technology</institution>
          ,
          <addr-line>86 Koszykowa St., 02-008 Warsaw</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>1</volume>
      <fpage>8</fpage>
      <lpage>21</lpage>
      <abstract>
        <p>This article showcases our approach to check-worthiness detection, a task within the CheckThat! Lab of the 2023 CLEF Conference. This task aimed to design a system capable of determining if a claim, provided in diverse data formats such as tweets, debate snippets, and speech transcriptions, necessitates fact-checking. Our method combined a unified framework for processing content in three languages English, Spanish and Arabic. At the heart of our system is the XLM-RoBERTa, a pre-trained multilingual model. To enhance its performance, we applied data augmentation strategies using GPT-3.5 provided by OpenAI, which included generating paraphrases and translating text fragments to create a rich dataset. The system's efectiveness is evidenced by its performance against baseline results in all languages, notably winning first place with an F1 score of 0.641 in the Spanish category. Additionally, our exploration sheds light on the attributes of the model's performance in processing diferent languages, highlighting its exceptional performance in Spanish and indicating room for improvement in handling complex Arabic language structures.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Check-Worthiness</kwd>
        <kwd>Fact-Checking</kwd>
        <kwd>XLM-RoBERTa</kwd>
        <kwd>GPT</kwd>
        <kwd>Data Augmentation</kwd>
        <kwd>Multilingual</kwd>
        <kwd>Multigenre</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>At a time when disinformation spreads rapidly through various channels, natural language
processing (NLP) is becoming a powerful ally in the automatic identification and verification of
claims. By extracting relevant information from claims, NLP plays a crucial role in capturing
intent and context - essential attributes in assessing the veracity of a claim.</p>
      <p>Language models, especially those rooted in deep learning, are an essential subset of NLP
technologies that have shown great potential in claim identification and verification. Essentially
adept at generating human-like text, language models are trained to assess the probability of
word sequences, making them highly flexible and adept at understanding the complexities of
natural language.</p>
      <p>
        One of the remarkable advancements in language models is the adoption of Transformer
architectures [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], which has led to significant improvements in various NLP tasks, including
claim verification [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The Transformer’s attention mechanism allows it to focus on diferent
parts of the input text, which is crucial in understanding the context and relationships within
the text [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Additionally, Transformer-based language models, such as BERT [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and GPT [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], have been
ifne-tuned for fact-checking tasks [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Fine-tuning involves training the model on a specific
dataset related to the task at hand, allowing it to specialize and improve its performance in that
particular task [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Furthermore, GPT-3, one of the latest and largest language models by OpenAI, has
demonstrated the potential for few-shot learning, where the model is presented with a few examples
and can generalize to perform tasks even with minimal data [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>Now that we know how important it is to use NLP and language models to determine whether
claims are true or false, let us discuss our approach to check-worthiness detection. Nowadays,
information spreads quickly and sometimes can be harmful or disinformative. Our research is
about making a system that can automatically check the reliability of claims. The following
sections will discuss the challenge we took at CLEF 2023 Labs and how we made a system that
can do this in English, Spanish, and Arabic.</p>
      <sec id="sec-1-1">
        <title>1.1. Problem Overview</title>
        <p>Claims, particularly those that include misinformation and disinformation, can spread rapidly
through various social media platforms and find their way into debates and public speeches.
The harmful impact of such claims cannot be underestimated, as they have the potential to
mislead and manipulate public opinion. Therefore, determining the check-worthiness of claims
that represent diferent genres and characteristics is often crucial. Traditionally determining
the check-worthiness of claims relies on the expertise of professional fact-checkers, debunkers,
or human annotators. However, this manual assessment process can be resource-intensive
and costly. In this regard, it is essential to develop automated systems for claim identification
and verification, which can act as supportive technology for fact-checking organizations and
journalism. By utilizing automated systems, we can improve the speed and accuracy of claim
evaluation, reducing the reliance on manual assessments. Therefore, CheckThat! Lab (held in
the framework of CLEF 20231) organizers introduced a task aimed at developing a solution that
could assist specialists in check-worthiness identification.</p>
      </sec>
      <sec id="sec-1-2">
        <title>1.2. Task Description</title>
        <p>CheckThat! Lab organizers introduced five diferent tasks at CLEF 2023. Our research focused
on claims check-worthiness identification, and therefore we participated in Task 1:
CheckWorthiness in Multimodal and Multigenre Content. This task aimed to ascertain the need for
fact-checking a claim presented in a text snippet. In this task, we had two kinds of data, which
were translated into two subtasks:
• Subtask 1A (Multimodal): check-worthiness assessment in a multimodal approach on
tweets that included both a text snippet and an image.
• Subtask 1B (Multigenre): check-worthiness assessment in a multigenre approach on a
text representing a tweet or a debate/speech transcription snippet.</p>
        <p>
          Both subtasks were ofered in multiple languages, namely subtask 1A in Arabic and English,
whereas subtask 1B in Arabic, English, and Spanish. We focused entirely on detecting
checkworthy text snippets in a multilingual and multigenre approach. Accordingly, we participated
in subtask 1B. For a more comprehensive understanding of the task, we recommend referring
to the paper that provides a detailed description of Task 1 [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
      </sec>
      <sec id="sec-1-3">
        <title>1.3. Our Contribution</title>
        <p>
          Our goal was to develop a single predictive system to assess check-worthiness in three languages.
In this regard, we focused on employing a multilingual pre-trained XLM-RoBERTa-large model
[
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] as the core of the proposed system. The multilingual XLM-RoBERTa-large model was
ifne-tuned utilizing the available data and additional datasets obtained in data augmentation.
We augmented the dataset by employing GPT-3.52 to translate and paraphrase the existing data.
Our model improved upon baseline models for all languages. Notably, our system achieved the
highest performance in the Spanish language, surpassing all other proposed approaches.
        </p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Identifying and detecting disinformation and misinformation have emerged as highly significant
research areas. Now, researchers focus on tackling specific challenges related to identifying
disinformation, misinformation, and fake news. One of these challenges is, for instance, the
recognition of check-worthiness in claims [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Hassan et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] prepared a U.S. presidential
debate dataset and developed classification models to distinguish between three diferent
categories: check-worthy factual claims, non-factual claims, and unimportant factual claims. In
their research, they experimented with three diferent classical machine learning models, namely
Multinomial Naive Bayes Classifier, Support Vector Classifier, and Random Forest Classifier [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
Jaradat et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] created ClaimRank, an online system for detecting check-worthy claims that
supported English and Arabic. ClaimRank, in its system architecture, reused the neural network
model proposed by [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. In addition to using classical machine learning to detect check-worthy
claims, some studies proposed the latest pre-trained models. One such solution was the proposal
by Kartal and Kutlu [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] to use the BERT model and various features to prioritize claims based
on their check-worthiness. Features used by the authors included domain-specific controversial
topics, word embeddings, part-of-speech tags, and others [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        Check-worthiness detection is also the subject of research within Checkthat! Labs from
previous years [
        <xref ref-type="bibr" rid="ref15 ref16 ref17 ref18">15, 16, 17, 18, 19</xref>
        ]. NUS-IDS team was one of the top performing teams in
subtask related to detecting check-worthiness of tweets in 2022 [19]. The NUS-IDS team
utilized the multilingual system that efectively took advantage of labeled data in all available
languages in provided datasets [20]. AI Rational team in the same subtask employed a
pretrained RoBERTa model with data augmentation [21]. One other team is also worth highlighting.
PoliMi-FlatEarthers team fine-tuned a generative pre-trained GPT-3 model with all data in
2OpenAI. Available on OpenAI Platform: https://platform.openai.com/ (accessed April 25, 2023)
English [22]. They obtained the third-best performance when applying it to the English test
dataset. The zero-shot application of the model to other languages was less successful [19].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset</title>
      <p>The dataset utilized in the Subtask 1B enclosed various genres and languages. The genres
that these data represented were tweets and text snippets from transcriptions of debates and
public speeches. Three languages were available: English, Spanish and Arabic. In addition, we
enriched the data using an augmentation technique that involved the use of GPT-3.5.</p>
      <p>
        The English dataset comprised snippets of transcriptions from debates and public speeches,
while the Arabic and Spanish datasets included tweets accompanied by relevant metadata. Our
approach focused solely on detecting check-worthiness using text data. As such, we did not use
any tweets’ metadata. The dataset for each language was divided into train, dev and dev_test
dataset. All observations included ground truth labels. During the final phase of the Checkthat!
Lab, we got additional unlabeled test dataset. It was the final dataset for which we had to
generate predictions and submit them for evaluation. For a comprehensive description of the
subtask dataset, please refer to the paper by Alam et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Our Approach</title>
      <sec id="sec-4-1">
        <title>4.1. Data Preparation and Augmentation</title>
        <p>As mentioned in Section 3, the datasets provided for Spanish and Arabic contained tweets
and corresponding metadata fields, but in the preprocessing step, we decided to discard any
additional metadata. We only utilized messages included in tweets and text snippets in English
that represented transcripts of debates or public speeches. We employed textual data alongside
a binary target label, where the positive class denoted a check-worthiness of the claim.</p>
        <p>In the data preparation phase, data augmentation was performed using a variant of OpenAI’s
GPT-3.5 named gpt-3.5-turbo, which is considered highly eficient and cost-efective. Custom
prompts were created for generating text translations and paraphrases, thereby enriching the
dataset.</p>
        <p>Prompts that we utilized in order to produce synthetic paraphrases are as follows:
• English: "Please generate a paraphrase without any additional text or explanation for the
following text: &lt;text&gt;"
• Spanish: "Please generate a paraphrase in Spanish without any additional text or explanation
for the following text: &lt;text&gt;"
• Arabic: "Please generate a paraphrase in Arabic without any additional text or explanation
for the following text: &lt;text&gt;"
We adopted a similar approach for creating synthetic translations:
• English: "Please translate the following text from English to Spanish without any additional
text or explanation: &lt;text&gt;"
– "Please translate the following text from Spanish to English without any additional
text or explanation: &lt;text&gt;"
– "Please translate the following text from Spanish to Arabic without any additional text
or explanation: &lt;text&gt;"
• Arabic: "Please translate the following text from Arabic to Spanish without any additional
text or explanation: &lt;text&gt;"</p>
        <p>Due to resource constraints, we adopted specific rules for translation between languages to
ensure quality:
1. The datasets being translated should share the same genre to maintain contextual
consistency.
2. The languages involved in translation should belong to the same language family, aiding
in generating natural translations due to structural similarities.</p>
        <p>We identified English and Spanish as belonging to the Indo-European language family [ 23].
Table 1 outlines the translation process and justifications.</p>
        <p>The most significant challenges arose when generating translations from Spanish to Arabic
and from Arabic to Spanish. In these instances, many observations lacked complete translation
into the target language as specified. Nonetheless, we decided to include all the generated data
in the training set.</p>
        <p>After performing data augmentation, we proceeded to remove duplicates from both the
original and augmented datasets. While exploring the data, we observed that certain observations
were present in both the train and dev datasets. To ensure the efectiveness of fine-tuning the
pre-trained models, it was imperative to eliminate these duplicate instances.</p>
        <p>
          In the hyperparameter tuning phase, we augmented the training dataset exclusively. However,
for building the final model, we utilized all the labeled data at our disposal, which included
the training, dev, and dev_test datasets. We applied augmentation techniques to each of these
datasets for the training of the final model.
4.2. Model
The primary goal of this stage was to develop a model capable of detecting check-worthy claims.
For that, we adopted a unified approach creating a single model for check-worthiness detection
across three given languages. In this regard, we utilized the multilingual RoBERTa-large [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]
encoder, a pre-trained model provided by HuggingFace, known as XLM-RoBERTa-large3
        </p>
        <p>The input text was initially tokenized, resulting in an array of tokens, with special tokens
such as [CLS] denoting the start, [EOS] representing the end, and [SEP] separating sentences.
This tokenized array was then processed through the XLM-RoBERTa-large model, generating an
array of embeddings corresponding to the input tokens. Subsequently, the embedding array was
passed through a fully connected layer, which was followed by a normalization step. During
the training phase, the normalized output served as input along with the relevant labels for the
binary cross-entropy loss function, enabling the loss calculation.</p>
        <p>We predicted the final class label during inference by selecting the highest value from the
normalized output.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.3. Experimental Setup</title>
        <p>We started our experiment by creating the training dataset, we combined all the provided train
datasets from all available languages: English, Spanish, and Arabic. Moreover, we incorporated
text snippets generated by GPT-3.5, as previously described in the Subsection 4.1. Next, we
formed the validation dataset by combining the respective dev datasets for each language.</p>
        <p>Once we established the training and validation datasets, we tokenized the text snippets and
adjusted their length to 128 tokens by either truncating or padding them. Next, we focused on
ifnding the best hyperparameters for training the model. This involved exploring diferent values
for the batch size (ranging from 4 to 8), learning rate (ranging from 1e-7 to 1e-4), and weight
decay (ranging from 1e-4 to 0.1). Additionally, we implemented a linear warmup for the initial 6%
of the training steps. The hyperparameter search was conducted using the combined validation
sets for all languages. Through this process, we identified the optimal hyperparameters as
follows: a batch size of 8, a learning rate of 7.48e-06, and a weight decay of 2.65e-4. During the
ifne-tuning phase of the experiment, models with the highest F1 score for the positive class
were considered the best.</p>
        <p>With the optimal hyperparameters determined, our final approach involved training the
model on the combined train, dev datasets, and all augmented data. In the end, we prepared the
ifnal predictions on the test dataset. The test dataset was utilized for the final evaluation and
determination of our score, as showcased on the leaderboard.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>We present our oficial results and position on the final leaderboard in Table 3. As shown in the
table, our model achieved remarkable performance in the Spanish language.</p>
      <p>Table 2 shows the comparison between our dev_test results and our results on the oficial
leaderboard. It is evident that the dev_test results are not fully representative of the final
leaderboard performance. For instance, while the model exhibited exceptionally high performance in
English in the dev_test with a score of 0.946, it did not reflect similarly in the leaderboard with
a score of 0.819. This could be due to the diferences in data distribution between the dev_test
3https://huggingface.co/xlm-roberta-large
set and the final test set used for the leaderboard. It underlines the importance of ensuring that
the model is well-generalized and not overfitting to a specific dataset.</p>
      <sec id="sec-5-1">
        <title>5.1. Performance in Spanish</title>
        <p>In the Spanish language, our model significantly exceeded the baseline and surpassed all the
competing teams in terms of F1 score. The F1 score over the positive class was recorded at 0.641,
which is almost four times higher than the baseline score of 0.172. This clearly demonstrates the
efectiveness of our model in accurately assessing the check-worthiness of multigenre content in
Spanish. This superior performance can be attributed to several factors including the robustness
of the underlying model, quality of the training data and the fine-tuning strategies we employed.
Moreover, it indicates that our model is well-suited for the Spanish language and is capable of
capturing the nuances and contextual information necessary for this task.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Performance in English</title>
        <p>Moving on to the English language, our model also performed significantly better than the
baseline with an F1 score of 0.819. However, it was outperformed by other teams and secured
the 9th position. Despite this, the large margin between our score and the baseline score of
0.462 reflects that our model is capable of efectively identifying check-worthy statements in
English. Further optimization and tuning could potentially improve the ranking among other
competitors.</p>
      </sec>
      <sec id="sec-5-3">
        <title>5.3. Performance in Arabic</title>
        <p>In Arabic, our model’s performance was slightly above the baseline, achieving an F1 score of
0.633 compared to the baseline score of 0.625. This relatively modest improvement over the
baseline suggests that there might be certain challenges that our model faces when processing
Arabic content. We hypothesize that GPT-3.5, which is the backbone of our model, performs
worse in generating synthetic Arabic texts compared to English and Spanish. The Arabic
language has complex morphological structures and right-to-left script, which might pose
challenges for the model. Further investigation is needed to identify the specific areas where
the model can be optimized for better performance in Arabic.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Limitations</title>
      <p>F1
While our study presents promising results, there are several limitations that need to be
acknowledged. One of the critical limitations of this study was the lack of investigation into
the efects of data augmentation on the model. Due to budget and time constraints, we did
not conduct experiments to compare the model’s performance with and without data
augmentation techniques. Data augmentation, being one of the key aspects of the model, warrants
further investigation to understand its actual contribution to the performance of the model in
check-worthiness detection.</p>
      <p>Another limitation was not exploring the multilinguality aspect in-depth. Our study used a
single model with a dataset that combined training data from diferent languages. However, we
did not compare its performance with dedicated models that were trained on specific languages.
Such an analysis would have been insightful in understanding the pros and cons of using a
single multilingual model versus multiple monolingual models.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Future Work</title>
      <p>Given the aforementioned limitations, future work should involve:
• Investigating Data Augmentation: A systematic investigation into the efects of
data augmentation on model performance. Comparing the model with and without
data augmentation will be instrumental in understanding its role in improving
checkworthiness detection.
• Exploring Multilinguality: Conducting experiments to compare the performance
of a single model trained on combined datasets from diferent languages with models
trained on language-specific datasets. This will help in identifying the best approach for
multilingual check-worthiness detection.
• Handling Biases: Ensuring that the systems are unbiased and fair. Further research
could explore techniques for identifying and mitigating biases within the models.
• Explainability and Interpretability: Building transparent models that can provide
justifications for their predictions.</p>
      <p>These future research directions will not only address the limitations of the current study but
will also pave the way for more sophisticated and eficient check-worthiness detection systems.</p>
    </sec>
    <sec id="sec-8">
      <title>8. Conclusions</title>
      <p>In this study, as part of CheckThat! 2023 Lab’s Subtask 1B, we implemented a multilingual
XLMRoBERTa-large model with GPT-3.5-based data augmentation to assess the check-worthiness of
statements in multilingual and multigenre content. Our model exhibited remarkable
performance, particularly in Spanish, where it surpassed all competitors with an F1 score of 0.641.
Although the performance was commendable in English, it ranked 9th. In Arabic, the
improvement was modest, hinting at challenges faced by the model in processing complex Arabic
structures.</p>
      <p>In summary, the study signifies a substantial step in automated fact-checking systems,
particularly for the Spanish language, by employing pre-trained multilingual models with data
augmentation. Future research should focus on overcoming limitations and refining performance
across languages.
on detecting check-worthy claims, previously fact-checked claims, and fake news, in:
Experimental IR Meets Multilinguality, Multimodality, and Interaction: 12th International
Conference of the CLEF Association, CLEF 2021, Virtual Event, September 21–24, 2021,
Proceedings 12, Springer, 2021, pp. 264–291.
[19] P. Nakov, A. Barrón-Cedeño, G. da San Martino, F. Alam, J. M. Struß, T. Mandl, R. Míguez,
T. Caselli, M. Kutlu, W. Zaghouani, et al., Overview of the clef–2022 checkthat! lab on
ifghting the covid-19 infodemic and fake news detection, in: Experimental IR Meets
Multilinguality, Multimodality, and Interaction: 13th International Conference of the CLEF
Association, CLEF 2022, Bologna, Italy, September 5–8, 2022, Proceedings, Springer, 2022,
pp. 495–520.
[20] M. Du, S. D. Gollapalli, S.-K. Ng, Nus-ids at checkthat! 2022: identifying check-worthiness
of tweets using checkthat5 (2022).
[21] A. Savchev, Ai rational at checkthat! 2022: using transformer models for tweet
classification, Working Notes of CLEF (2022).
[22] S. Agresti, S. A. Hashemian, M. J. Carman, Polimi-flatearthers at checkthat! 2022: Gpt-3
applied to claim detection (2022).
[23] T. V. Gamkrelidze, V. V. Ivanov, The early history of indo-european languages, Scientific
American 262 (1990) 110–117.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          , Ł. Kaiser,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          ,
          <article-title>Attention is all you need</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>30</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Thorne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vlachos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Christodoulopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mittal</surname>
          </string-name>
          ,
          <article-title>Fever: a large-scale dataset for fact extraction and verification</article-title>
          , arXiv preprint arXiv:
          <year>1803</year>
          .
          <volume>05355</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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 id="ref4">
        <mixed-citation>
          [4]
          <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>
            <given-names>I.</given-names>
            <surname>Sutskever</surname>
          </string-name>
          , et al.,
          <article-title>Improving language understanding by generative pre-training (</article-title>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sathe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <article-title>Automatic fact-checking with document-level annotations using bert and multiple instance learning</article-title>
          ,
          <source>in: Proceedings of the Fourth Workshop on Fact Extraction and VERification (FEVER)</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>101</fpage>
          -
          <lpage>107</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dodge</surname>
          </string-name>
          , G. Ilharco,
          <string-name>
            <given-names>R.</given-names>
            <surname>Schwartz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farhadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hajishirzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <article-title>Fine-tuning pretrained language models: Weight initializations, data orders, and early stopping</article-title>
          , arXiv preprint arXiv:
          <year>2002</year>
          .
          <volume>06305</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <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="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. S.</given-names>
            <surname>Cheema</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hakimov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Míguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mubarak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2023 CheckThat! lab task 1 on check-worthiness in multimodal and multigenre content</article-title>
          , in: Working Notes of CLEF 2023-
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          , CLEF '
          <year>2023</year>
          , Thessaloniki, Greece,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Conneau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Khandelwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Chaudhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Wenzek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Guzmán</surname>
          </string-name>
          , É. 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>
          ,
          <source>in: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>8440</fpage>
          -
          <lpage>8451</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          , G. da San Martino,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Míguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mubarak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. S.</given-names>
            <surname>Kartal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wiegand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Siegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Köhler</surname>
          </string-name>
          , Overview ofnbsp;thenbsp;clef
          <article-title>-2022 checkthat! lab onnbsp;fighting thenbsp;covid-19 infodemic andnbsp;fake news detection</article-title>
          ,
          <source>in: Experimental IR Meets Multilinguality, Multimodality, and Interaction: 13th International Conference of the CLEF Association, CLEF</source>
          <year>2022</year>
          , Bologna, Italy, September 5-
          <issue>8</issue>
          ,
          <year>2022</year>
          , Proceedings, Springer-Verlag, Berlin, Heidelberg,
          <year>2022</year>
          , p.
          <fpage>495</fpage>
          -
          <lpage>520</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -13643-6_
          <fpage>29</fpage>
          . doi:
          <volume>10</volume>
          .1007/ 978-3-
          <fpage>031</fpage>
          -13643-6_
          <fpage>29</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>N.</given-names>
            <surname>Hassan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tremayne</surname>
          </string-name>
          ,
          <article-title>Detecting check-worthy factual claims in presidential debates</article-title>
          ,
          <source>in: Proceedings of the 24th acm international on conference on information and knowledge management</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>1835</fpage>
          -
          <lpage>1838</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>I.</given-names>
            <surname>Jaradat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Gencheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Màrquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , Claimrank:
          <article-title>Detecting check-worthy claims in arabic and english</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Demonstrations</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>26</fpage>
          -
          <lpage>30</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>P.</given-names>
            <surname>Gencheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Màrquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Koychev</surname>
          </string-name>
          ,
          <article-title>A context-aware approach for detecting worth-checking claims in political debates</article-title>
          ,
          <source>in: Proceedings of the International Conference Recent Advances in Natural Language Processing, RANLP</source>
          <year>2017</year>
          ,
          <year>2017</year>
          , pp.
          <fpage>267</fpage>
          -
          <lpage>276</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Y. S.</given-names>
            <surname>Kartal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutlu</surname>
          </string-name>
          ,
          <article-title>Re-think before you share: A comprehensive study on prioritizing check-worthy claims</article-title>
          ,
          <source>IEEE Transactions on Computational Social Systems</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Màrquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Atanasova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kyuchukov</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Da San Martino, Overview of the clef-2018 checkthat! lab on automatic identification and verification of political claims, in: Experimental IR Meets Multilinguality</article-title>
          , Multimodality, and
          <source>Interaction: 9th International Conference of the CLEF Association, CLEF</source>
          <year>2018</year>
          , Avignon, France,
          <source>September 10-14</source>
          ,
          <year>2018</year>
          , Proceedings 9, Springer,
          <year>2018</year>
          , pp.
          <fpage>372</fpage>
          -
          <lpage>387</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          , G. Da San Martino, P. Atanasova,
          <article-title>Overview of the clef-2019 checkthat! lab: automatic identification and verification of claims, in: Experimental IR Meets Multilinguality</article-title>
          , Multimodality, and
          <source>Interaction: 10th International Conference of the CLEF Association, CLEF</source>
          <year>2019</year>
          , Lugano, Switzerland, September 9-
          <issue>12</issue>
          ,
          <year>2019</year>
          , Proceedings 10, Springer,
          <year>2019</year>
          , pp.
          <fpage>301</fpage>
          -
          <lpage>321</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , G. Da San Martino, M. Hasanain,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          , Checkthat! at clef 2020:
          <article-title>Enabling the automatic identification and verification of claims in social media</article-title>
          ,
          <source>in: Advances in Information Retrieval: 42nd European Conference on IR Research</source>
          , ECIR
          <year>2020</year>
          , Lisbon, Portugal,
          <source>April 14-17</source>
          ,
          <year>2020</year>
          , Proceedings,
          <source>Part II 42</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>499</fpage>
          -
          <lpage>507</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , G. Da San Martino, T. Elsayed,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Míguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Mansour</surname>
          </string-name>
          , et al.,
          <article-title>Overview of the clef-2021 checkthat! lab</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>