<!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>Investigators at CheckThat! 2025: Using LLMs to Improve Fact-Checking⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Syed Muhammad Ather Hashmi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sidra Aamir</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Muhammad Anas</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Turab Usmani</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Faisal Alvi</string-name>
          <email>faisal.alvi@sse.habib.edu.pk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abdul Samad</string-name>
          <email>abdul.samad@sse.habib.edu.pk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Dhanani School of Science and Engineering, Habib University</institution>
          ,
          <addr-line>Karachi</addr-line>
          ,
          <country country="PK">Pakistan</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>This paper presents our approach to addressing two critical challenges in the CheckThat! Lab [1][2] tasks using Large Language Models (LLMs). For Task 1, we developed both monolingual and multilingual models to classify texts as subjective or objective, a crucial step in identifying claims that may require fact-checking. For Task 2, we implemented multiple LLM-based approaches for claim matching across diferent languages, including the use of FLAN-T5, BART-base, and LLaMA-3-2-1B models. We evaluated our methods on multilingual and monolingual datasets including English, Spanish, Korean, Italian, German, Arabic, and Bulgarian. Our results demonstrate the efectiveness of fine-tuned LLMs for these tasks, particularly highlighting the benefits of transfer learning and multilingual capabilities in low-resource settings. Furthermore, we explore zero-shot and few-shot learning capabilities of recent models, ofering insights into the potential of LLMs for automated fact-checking pipelines. For Task 1, mDeBERTAv3-subjectivity-multilingual model delivered the best results, whereas for Task 2, google/flan-t5-base yielded the optimal results on the dev-set.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;CLEF CheckThat!</kwd>
        <kwd>fact-checking</kwd>
        <kwd>transformer models</kwd>
        <kwd>binary classification</kwd>
        <kwd>encoder-decoder</kwd>
        <kwd>subjectivity classification</kwd>
        <kwd>claim normalization</kwd>
        <kwd>natural language processing</kwd>
        <kwd>social media post normalisation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>With the rise of misinformation across digital platforms, fact-checking has become more critical than
ever. However, automating this process efectively introduces a range of challenges. Two essential
components in the automation pipeline are subjectivity detection (SD) and claim normalization, both of
which play a vital role in making fact-checking more reliable and scalable.</p>
      <p>
        Our work focuses on two complementary tasks from the CheckThat! Lab:
1. Subjectivity Classification (Task 1) : Identifying whether a piece of text is subjective (expressing
opinions or personal views) or objective (presenting factual information), serving as a crucial
ifltering step in fact-checking pipelines [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
2. Claim Normalization (Task 2): Simplifying noisy, unstructured social media posts into concise,
factual claims. These posts may be written in any of the 20 languages specified in the task [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        To address this, we fine-tuned transformer-based models such as mdeberta-v3 and
twitter-roberta-base-sentiment [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        Task 2, Claim Extraction and Normalization, aims to transform informal social media posts
into clear, checkable claims. This assists fact-checkers by stripping away irrelevant information and
highlighting the core factual elements. For this task, we fine-tuned advanced models such as LLaMA-3.2
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], BART [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and T5[8].
      </p>
      <p>Both tasks share a common objective: to enhance the accuracy and eficiency of fact-checking by
improving the reliability of information extraction. The findings from our experiments contribute
to building more efective misinformation detection systems and improving the trustworthiness of
automated fact-checking tools.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Literature Review</title>
      <p>2.1. Task 1
Subjectivity detection in sentences has been studied for years, particularly in sentiment analysis
and bias detection. Earlier methods relied on lexicon-based approaches and statistical models,but
researchers have found that fine-tuning models for specific languages leads to better accuracy, and
data augmentation techniques, such as GPT-3-generated samples, help balance class distributions and
improve model robustness.[9]</p>
      <p>CheckThat! 2024 task 2 [10] evaluated subjectivity detection models across five languages: English,
Arabic, Italian, Bulgarian, and German, along with a multilingual setting. The baseline model was a
multilingual SentenceBERT with a logistic regression classifier. Competing teams applied various
strategies, including fine-tuning models, regression techniques, k-nearest neighbours, and support
vector machines. The most efective approach involved fine-tuning a BERT classifier pretrained for
sentiment analysis in each language. While these methods significantly improved performance over
baseline models, but challenges remained for certain languages like Arabic and Bulgarian [10]</p>
      <p>Building on these developments, [11] examines how large language models (LLMs) detect
subjectivity in news articles. Traditional methods, including lexicon-based and machine learning models
like SVMs lacked generalizability, while models such as BERT and RoBERTa improved contextual
understanding. Recently, LLMs like GPT-3.5, GPT-4, and Gemini have been used in-context learning
(ICL) for classification, though performance depends on prompt quality. The study [ 11] also finds
that fine-tuning achieves high accuracy on in-distribution data but struggles with out-of-distribution
(OOD) generalization. Zero-shot and few-shot ICL methods perform well with the optimized prompts,
particularly Chain-of-Thought (CoT) prompting.</p>
      <p>An approach [12] for subjectivity testing of the news article sentences, by augmenting a small dataset
using NLTK and WordNet i.e. by replacing random words in each sentence with their synonym. Initial
modelling was done with mDeBERTA, achieving an F1 score of 0.76. Later, the dataset was re-augmented
using the advanced Google Gemini Model, creating a balanced dataset with three similar sentences for
the label Objective and five similar sentences for the label Subjective. Diferent models and ensemble
techniques were applied to RoBERTa-base alone, resulting in MACRO F1 score of 0.708 and SUBJ F1 of
0.54. The results suggested that a low SUBJ F1 may be either due to the data augmentation method or
noise and less distinctive features in the SUBJ class of data. [12]
2.2. Task 2
Claim normalization is a relatively new concept in CheckThat Labs but shares similarities with claim
detection and works to extract and simplify the central claim in the given social media posts.[13]. It has
traditionally been approached as a semantic textual similarity task, with early systems using TF-IDF
and BM25 retrieval methods [14]. Recent advances have leveraged dense retrieval approaches with
dualencoder architectures such as Sentence-BERT [15]. Transformer based models like T5 and BART have
been efective at condensing complex text, but they often struggle with maintaining factual consistency.
The CACN framework builds on these existing methods by introducing reverse check-worthiness,
ensuring that only factually relevant information is retained.[13]</p>
      <p>The paper [13] also found that in-context learning with GPT-3 was surprisingly efective, often
outperforming fine-tuned models when given well-crafted prompts. Both subjectivity detection and
claim normalization contribute to the broader goal of automated misinformation detection. Recent
trends highlight the growing importance of multilingual approaches and context-aware reasoning, as
well as the need for robust, accurate, fair and generalizable evaluation metrics to assess performance in
text simplification and fact-checking tasks. [16] [17]</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>3.1. Task1
The task was ofered in three settings: monolingual, multilingual and zero-shot.
3.1.1. Dataset
The subjectivity classification task utilize a multilingual dataset comprising five languages: English,
Italian, German, Bulgarian, and Arabic. Each language dataset is structured in TSV (Tab-Separated
Values) format with three columns: sentence_id, sentence, and label. The labels are binary, with "OBJ"
indicating objective text and "SUBJ" indicating subjective text.</p>
      <p>A notable characteristic across all languages is the class imbalance, with objective sentences generally
outnumbering subjective ones. This imbalance varies by language, with Italian showing the highest
proportion of objective content (76% in the training set) and Bulgarian having the most balanced
distribution.</p>
      <p>To address the class imbalance and improve model performance, we implemented data augmentation
techniques for English, Arabic, and Bulgarian languages using the Gemini 2.0 model, generating an
additional 1,000 samples for each language.</p>
      <sec id="sec-3-1">
        <title>3.1.2. Monolingual Dataset setting</title>
        <p>For every language other than English, the general approach was to fine-tune a transformer-based
model. We tried several models, including BERT, RoBERTa, DeBERTa, also models that had already
been fine-tuned on a specific language, like CAMeLBERT for Arabic.</p>
        <p>For English, we used focal loss with class weights because the model was struggling with subjectivity.
Focal loss specifically addresses this by reducing the impact of easily classified objective instances,
forcing the model to emphasise challenging subjective examples. Class weights were applied to further
emphasise the subjective class during training. This combined approach aimed to enhance the model’s
ability to accurately identify and predict subjective text.</p>
        <p>Data Augmentation was done to increase the size of the dataset, add more subjective entries so that
the models could better predict them.</p>
        <p>The table shows the diferent models we used and the respective hyperparameters used for fine-tuning.
We kept weight decay, batch size and many other parameters the same for every language.</p>
        <p>The evaluation of our trained model on the test-dev dataset proceeded by first tokenizing the input
data. These tokens were then passed through the model. The resulting output logits were subsequently
transformed into probability distributions. Classification into "Subj" or "Obj" categories was achieved
via a Sigmoid activation followed by an Argmax operation. The resulting predicted labels("Subj"/"Obj")
were compared to the gold standard labels provided by CheckThat Lab [18] for performance assessment.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.1.3. Multilingual &amp; Zero-shot Dataset settings</title>
        <p>For the Multilingual setting, we first finetuned diferent models, including the
bert-base-multilingualuncased-sentiment model and got the best results on finetuning mdebertav3-subjectivity-multilingual,
which is finetuned on subjectivity classification tasks across multiple languages. [19]</p>
        <p>Since the dataset exhibited class imbalance, with dominance of objective labels. To mitigate this
imbalance, we generated around 1000 samples with an equal number of subjective and objective labels,
coupled with the given dataset to make the total training data of 8926 entries and validation data of
2393 entries. The samples were generated through Google AI Studio using the Gemini-2.0 model [20]
using a few-shot prompt containing some random examples from training data.</p>
        <p>The learning rate was set to 3e-5 and the model was run for 8 epochs. After training, we evaluated
our model on the test-dev dataset after first tokenizing the input data. These tokens were then passed
through the model on languages given in the training data and also on unseen data for Zero-shot setting
3.2. Task 2
3.2.1. Dataset
The task is structured into two distinct settings: Monolingual and Zero-shot.</p>
        <p>This task is a generation task ofered in 20 languages: English, Arabic, Bengali, Czech, German, Greek,
French, Hindi, Korean, Marathi, Indonesian, Dutch, Punjabi, Polish, Portuguese, Romanian, Spanish,
Tamil, Telugu, Thai. The bar graph below illustrates the dataset size for each language.</p>
        <p>Dataset was provided in .csv (comma-separated files) for each language, with two columns post and
normalized claim. The task was "given an unstructured, noisy post, write the claim of the post in a
normalized and summarized manner".</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.2.2. Monolingual Dataset Setting</title>
        <p>In this configuration, the training, validation, and test datasets are all specific to a single language.
The model is trained, validated, and tested exclusively on data from that language, allowing it to learn
language-specific patterns and structures. The languages included in this setup are English, German,
French, Spanish, Portuguese, Hindi, Marathi, Punjabi, Tamil, Arabic, Thai, Indonesian, and Polish.</p>
        <p>We focused on English and Spanish for this section, exploring and experimenting with various models
to assess their performance.</p>
        <p>For English, a huge dataset was provided. We fine-tuned the training set using the parameters
provided in Table 2. The summarisation and generation models that were used are. Pegasus-xsum,
Bart-base, Flan-t5-base and quantized Llama 3.2 1B.</p>
        <p>Before finetuning, a pre-processing pipeline was set up. It was noted that the training set had some
records in other languages; hence, these records were filtered out from the model training process, in
order to allow the training process to gain more insightful patterns from the particular monolingual
language dataset. Training arguments were kept constant throughout, changing the models only to
decide on a decisive model.</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.2.3. Zero-Shot setting</title>
        <p>In this setting, only the test dataset is available for the target language, with no corresponding training
or validation data. The participants were allowed to utilize training data from other languages or
conduct a zero-shot evaluation using LLMs, testing the model on the target language without prior
exposure to its data. This setup assesses the model’s ability to generalize to unseen languages. The
languages in this category are Dutch, Romanian, Bengali, Telugu, Korean, Greek, and Czech.</p>
        <p>We opted for zero-shot learning on Korean, adopting an approach in which the model was initially
trained on Spanish data and subsequently evaluated using the Korean test dataset. This design choice
was taken to test the model’s capacity and performance on zero-shot cases, when a diferent Western
language Family (Romance) was used to test on a Koreanic, eastern language family member. This
attempt was to conduct a test for cross-lingual transfer, evaluating the model’s ability to generalize to
unseen data. The predictions were then submitted to the platform to obtain the performance scores.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>4.1. Task 1
For the monolingual setting, we finetuned diferent models for each language to achieve strong
performance across multiple languages. The models included RoBERTa, bert-base and XLM-RoBERTa. We
achieved F1-scores ranging from 0.74 to 0.79, except for the Arabic language.</p>
      <p>For multi-lingual setting, we selected mDeBERTa model, which gave the best results, after
experimenting with Bert-base model. Our approach demonstrated impressive cross-lingual transfer
capabilities, particularly for languages with limited training data. We made predictions on dev-dataset
for the given five languages and recorded the F1 scores below.</p>
      <p>Moreover, we also tested our model on a given unlabelled multilingual dataset and unseen languages
like Polish, Ukrainian, Greek, and Romanian. Table 6 demonstrates the results of the leaderboard:
4.2. Task 2
We evaluated the model performance using two metrics: METEOR and BERTScore. METEOR (Metric
for Evaluation of Translation with Explicit Ordering) measures the similarity between generated and
reference texts, considering precision, recall, and stemming. BERTScore uses contextual embeddings
from BERT to assess semantic similarity, capturing deeper contextual relationships in the text. The
BERTScore was used as an optional evaluation metric and is not tested for every language set.</p>
      <sec id="sec-4-1">
        <title>Monolingual Results</title>
      </sec>
      <sec id="sec-4-2">
        <title>Results on English</title>
        <p>Although Bart showed a great result over the dev-set as shown in Table 8, it generated incoherent
predictions on the test set. Hence, the Flan-t5 was chosen next. On epochs=20, it was observed that the
(a) Bart-Base loss curve
(b) Flan-t5 loss curve
(c) Quantized Llama 3.2 1B loss curve
(d) Pegasus-xsum loss curve
results had been over-fitted, hence a new finetuning was done on epochs=5, details shown in Table 3.
The METEOR scored improved significantly. BERTScore was not calculated due to it being not required
in the competition and due to shortage of time.</p>
        <p>As no dev-set was provided for Korean, nothing could be said about its performance decisively on
the dev-set.</p>
        <p>Table 9 shows the results of our models in their respective languages on the test dataset. English and
Spanish performed well due to being fine-tuned on the train-dataset, however, the results on Korean
were not too appealing.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Discussion</title>
      <p>In Task 1, we found a general trend of models predicting objectivity with ease but struggling with
subjectivity. Increasing more samples of subjective sentences did not greatly change this. We also found
that models tended to overfit the dataset, likely because the models were large in size, and our dataset
was small. When we used smaller models (less than 20 million parameters) they did not perform as
well. The dificulty in classifying subjectivity, even with data augmentation, points to a core challenge
where models likely confuse implicit and explicit expressions of opinion. They may perform well on
sentences with clear markers like "I believe," but falter when subjectivity is conveyed subtly through
framing, tone, or sarcasm. A significant source of error is likely statements that mix objective facts
with subjective assessments, making the overall intent dificult for a model to classify without deeper
contextual understanding or world knowledge.</p>
      <p>For Task 2, it was observed that summarisation and generation models struggled to perform cleaning
the noisy, informal social media posts, filled with emojis and hashtags on the dev-set. However, in
both cases, google/flan-t5-base took the lead in generating coherent, semantically and grammatically
correct normalized claims, containing the fact of the post comparatively. The poor performance in the
zero-shot setting for Task 2, especially for Korean, underscores the dificulties of applying models to
languages without specific training data. Failure cases in this context likely stem from several key issues.
The model may resort to an overly literal interpretation of the input, failing to grasp the idiomatic
expressions, slang, and cultural nuances prevalent in social media posts. This leads to normalized claims
that miss the original intent. Furthermore, a lack of language-specific context can cause the model to
lose crucial information, misinterpret rhetorical devices, or even "hallucinate" facts not present in the
source text. In the most severe cases, the model may produce incoherent or grammatically incorrect
output.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In conclusion, our research on the CheckThat! Lab tasks demonstrates the use of the capabilities of
transformer-based models for multilingual fact-checking applications. For Task 1 (subjectivity
classification), our monolingual approach utilizing diferent models for each language with language-specific
tokenizers achieved robust F1-scores ranging from 0.74 to 0.79 except the F1 scores on Arabic language
was still 0.53. The multilingual transfer capabilities of the "mdebertav3-subjectivity-multilingual" model
were particularly valuable for low-resource languages like Bulgarian and Arabic, moreover generation
of more data using Google Gemini improved the F1 score to some extent. Error analysis revealed
specific patterns in model failures, particularly the dificulty in classifying texts containing a mixture of
factual information and opinions. Claims requiring world knowledge or containing implicit statements
presented particular challenges across all model architectures. For Task 2 (claim normalization), our
most successful approach leveraged the google/flan-t5-base model capturing the context and semantic
structure of the post and its contents, resulting in the highest METEOR score out of all the other tried
models with English Dev-Set having a high record of 0.418 while Spanish had 0.313.</p>
      <p>Future work could focus on enhancing the feature representation for subjective class detection and
reducing noise through better data preprocessing and augmentation strategies. Moreover implementing
more sophisticated data augmentation techniques beyond translation-based methods to improve the
accuracy of the model. Ensembling Techniques can be utilised to further enhance the results.
Furthermore, an assesment can also be performed using the generative models APIs, and then performing a
comparison of the results of gained from fine-tuned models and the API generated responses.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>The authors would like to acknowledge the support provided by the Ofice Of Research (OoR) at Habib
University, Karachi, Pakistan for funding this project through the internal research grant IRG-2235.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors employed ChatGPT and Grammarly AI tools for
grammar checking, paraphrasing, rewording and consistency checking of sentences. After using the
tools, the authors reviewed and edited the content as required and thereby take full responsibility for
the publication’s content.
[8] H. Face, T5 model documentation, https://huggingface.co/docs/transformers/en/model_doc/t5,
2024. Accessed: 2025-07-06.
[9] Z. Lin, M. Feng, C. N. dos Santos, M. Yu, B. Xiang, B. Zhou, Y. Bengio, A structured self-attentive
sentence embedding, in: Proc. Int. Conf. Learn. Represent. (ICLR), 2017. URL: https://arxiv.org/
abs/1703.03130.
[10] J. M. Struß, F. Ruggeri, A. Barrón-Cedeño, F. Alam, D. Dimitrov, A. Galassi, G. Pachov, I. Koychev,
P. Nakov, M. Siegel, M. Wiegand, M. Hasanain, R. Suwaileh, W. Zaghouani, Overview of the
clef-2024 checkthat! lab task 2 on subjectivity in news articles, in: Working Notes of CLEF
2024 - Conf. and Labs of the Evaluation Forum, volume 3740 of CEUR Workshop Proc., 2024. URL:
https://ceur-ws.org/Vol-3740/paper-25.pdf, notebook for the CheckThat! Lab at CLEF 2024.
[11] M. Shokri, V. Sharma, E. Filatova, S. Jain, S. Levitan, Subjectivity detection in english news using
large language models, in: Proc. Workshop Comput. Approaches to Subjectivity, Sentiment and
Social Media Analysis (WASSA), 2024. URL: https://aclanthology.org/2024.wassa-1.17.pdf.
[12] D. Zehra, K. Chandani, M. Khubaib, A. Ali, A. Muhammed, F. Alvi, A. Samad, Checker hacker at
checkthat! 2024: Detecting check-worthy claims and analyzing subjectivity with transformers,
in: Working Notes of CLEF 2024 - Conf. and Labs of the Evaluation Forum, volume 3740 of CEUR
Workshop Proc., 2024. URL: https://ceur-ws.org/Vol-3740/paper-64.pdf, accessed: 2025-03-01.
[13] M. Sundriyal, T. Chakraborty, P. Nakov, From chaos to clarity: Claim normalization to empower
fact-checking, in: Findings of the Assoc. for Comput. Linguistics: EMNLP 2023, 2023, pp. 6594–6609.</p>
      <p>URL: https://aclanthology.org/2023.findings-emnlp.439.pdf.
[14] S. Shaar, A. Nikolov, N. Babulkov, F. Alam, A. Barrón-Cedeño, T. Elsayed, M. Hasanain, R. Suwaileh,
F. Haouari, G. Da San Martino, P. Nakov, Overview of checkthat! 2020: Automatic identification
and verification of claims in social media, in: Working Notes of CLEF 2020 - Conf. and Labs of the
Evaluation Forum, 2020.
[15] N. Reimers, I. Gurevych, Sentence-bert: Sentence embeddings using siamese bert-networks, in:
Proc. Conf. Empirical Methods in Natural Language Processing and the 9th Int. Joint Conf. on
Natural Language Processing (EMNLP-IJCNLP), 2019, pp. 3982–3992. URL: https://aclanthology.
org/D19-1410.
[16] T. Hu, X.-H. Zhou, Unveiling LLM evaluation focused on metrics: challenges and solutions, arXiv
(Cornell University) (2024). URL: https://arxiv.org/abs/2404.09135. doi:10.48550/arxiv.2404.
09135.
[17] D. Hupkes, M. Giulianelli, V. Dankers, M. Artetxe, Y. Elazar, T. Pimentel, C. Christodoulopoulos,
K. Lasri, N. Saphra, A. Sinclair, et al., A taxonomy and review of generalization research in nlp,
Nature Machine Intelligence 5 (2023) 1161–1174. doi:10.1038/s42256-023-00747-5.
[18] C. Lab, Checkthat! lab 2025: Task 1 dataset (claim identification), https://gitlab.com/checkthat_lab/
clef2025-checkthat-lab/-/tree/main/task1/data, 2025. Accessed: 2025-07-06.
[19] GroNLP, mdebertav3-subjectivity-multilingual, https://huggingface.co/GroNLP/
mdebertav3-subjectivity-multilingual, 2023. Accessed: 2025-05-13.
[20] G. DeepMind, Gemini: Our largest and most capable ai models are getting even better, https://blog.
google/technology/google-deepmind/google-gemini-ai-update-december-2024/, 2024. Accessed:
2025-07-06.
[21] H. W. Chung, L. Hou, S. Longpre, B. Zoph, Y. Tay, W. Fedus, E. Li, X. Wang, M. Dehghani, S. Brahma,
A. Webson, S. S. Gu, Z. Dai, M. Suzgun, X. Chen, A. Chowdhery, S. Narang, G. Mishra, A. Yu,
V. Zhao, Y. Huang, A. Dai, H. Yu, S. Petrov, E. H. Chi, J. Dean, J. Devlin, A. Roberts, D. Zhou, Q. V.
Le, J. Wei, Scaling instruction-finetuned language models, https://arxiv.org/abs/2210.11416, 2022.</p>
      <p>ArXiv:2210.11416, Creative Commons Attribution 4.0 International.
[22] G. Faggioli, N. Ferro, P. Rosso, D. Spina (Eds.), Working Notes of CLEF 2025 - Conference and Labs
of the Evaluation Forum, CLEF 2025, Madrid, Spain, 2025.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <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>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dietze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hafid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Korre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Muti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ruggeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Schellhammer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Setty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sundriyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Todorov</surname>
          </string-name>
          ,
          <string-name>
            <surname>V. V.</surname>
          </string-name>
          ,
          <article-title>The clef-2025 checkthat! lab: Subjectivity, fact-checking, claim normalization, and retrieval</article-title>
          , in: C.
          <string-name>
            <surname>Hauf</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Jannach</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Kazai</surname>
            ,
            <given-names>F. M.</given-names>
          </string-name>
          <string-name>
            <surname>Nardini</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Pinelli</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Silvestri</surname>
          </string-name>
          , N. Tonellotto (Eds.),
          <source>Advances in Information Retrieval</source>
          , Springer Nature Switzerland, Cham,
          <year>2025</year>
          , pp.
          <fpage>467</fpage>
          -
          <lpage>478</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <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>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dietze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hafid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Korre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Muti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ruggeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Schellhammer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Setty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sundriyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Todorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Venktesh</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2025 CheckThat! Lab: Subjectivity, fact-checking, claim normalization, and retrieval</article-title>
          , in: J.
          <string-name>
            <surname>Carrillo-de Albornoz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Plaza</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>García Seco de Herrera</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Piroi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Spina</surname>
          </string-name>
          , G. Faggioli, N. Ferro (Eds.),
          <source>Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Sixteenth International Conference of the CLEF Association (CLEF</source>
          <year>2025</year>
          ),
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F.</given-names>
            <surname>Ruggeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Muti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Korre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Siegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wiegand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Biswas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Nawrocka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ivasiuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Razvan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mihail</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2025 CheckThat! lab task 1 on subjectivity in news article</article-title>
          ,
          <source>in: [22]</source>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sundriyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2025 CheckThat! lab task 2 on claim normalization</article-title>
          ,
          <source>in: [22]</source>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>F.</given-names>
            <surname>Barbieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Neves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Espinosa-Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Twarog</surname>
          </string-name>
          , cardifnlp/twitter-robertabase-sentiment, https://huggingface.co/cardifnlp/twitter-roberta
          <article-title>-base-</article-title>
          <string-name>
            <surname>sentiment</surname>
          </string-name>
          ,
          <year>2021</year>
          . Accessed:
          <fpage>2025</fpage>
          -05-13.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>M. AI</surname>
          </string-name>
          , Llama
          <volume>3</volume>
          .
          <fpage>2</fpage>
          -1b on hugging face, https://huggingface.co/meta-llama
          <source>/Llama-3</source>
          .
          <fpage>2</fpage>
          -
          <lpage>1B</lpage>
          ,
          <year>2024</year>
          . Accessed:
          <fpage>2025</fpage>
          -07-06.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>H.</given-names>
            <surname>Face</surname>
          </string-name>
          , Bart model documentation, https://huggingface.co/docs/transformers/en/model_doc/bart,
          <year>2024</year>
          . Accessed:
          <fpage>2025</fpage>
          -07-06.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>