<!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>FC_RUG at CheckThat! 2024: Few-Shot Learning Using GEITje for Check-Worthiness Detection in Dutch</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sanne Weering</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tommaso Caselli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Rijksuniversiteit Groningen</institution>
          ,
          <addr-line>Oude Kijk in't Jatstraat 26, 9712 EK Groningen</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <abstract>
        <p>This contribution presents our approach for the CheckThat! 2024 Lab Task 1: Check-worthiness estimation. We focused on testing the abilities of GEITje, a large language model for Dutch based on Mistral-7B. We have experimented with diferent prompts varying the learning settings (zero-shot vs. few-shot) and the personas (helpful assistant vs. fact-checker). We selected our best model (helpful assistant with few-shot in-context learning) on the basis of the development data from the companion task of the CheckThat! 2022 Lab edition. We obtained a macro-F1 score of 0.657 and a F1-score on the positive class 0.594, ranking #6 out of 15 participants.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Check-worthiness detection</kwd>
        <kwd>Zero-shot learning</kwd>
        <kwd>Few-shot learning</kwd>
        <kwd>LLM</kwd>
        <kwd>GEITje</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In our current digital age, where information and disinformation spread rapidly, it is essential to be
able to assess the reliability of their content. Misinformation and fake news can have a serious impact
on the public opinion and on decision-making processes [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Fact-checking is crucial in combating
misinformation. Nowadays numerous fact-checking organizations exists1 and yet fact-checking is mostly
a manual activity conducted by a limited number of experts. These manual eforts are overwhelmed by
the sheer volume of misinformation on online platforms. Tools based on machine learning techniques
can help human fact-checkers by speeding up the fact-checking process. An area of potential useful
impact is check-worthiness estimation.
      </p>
      <p>
        The CLEF 2024 CheckThat! Task 1: Check-worthiness estimation [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] has been specifically designed
to this end. The task is part of a battery of five additional tasks which target misinformation from
diferent perspectives, including subjectivity of the message, persuasion techniques, rumor verification,
and robustness to adversarial attacks [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].2 Task 1 is framed as a binary classification, whose goal is
to assign the check-worthiness status to a given message either extracted from Twitter/X or another
source. The task is ofered in Arabic, Dutch, and English. We have only focused on Dutch.
      </p>
      <p>
        This paper presents our approach which aimed at investigating the capabilities of a recent monolingual
large language model (LLM) for Dutch, GEITje [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. We have conducted multiple experiments using
the development data from the CheckThat! 2022 companion task on check-worthiness estimation [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
While the annotation guidelines and the social media platform have remained the same [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], the Dutch
data for the two editions difer for their topics: the 2022 edition is focused on COVID-19 while the 2024
data addresses climate change. The topic shift can pose an extra challenge for the LLM.
      </p>
      <p>The remainder of the paper is organized as follows: Section 2 presents a short overview of the data
used in our approach. In Section 3, we present a description of how GEITje has been developed, the
specific model we have selected for the task, our prompts and their evaluation on the 2022 development
data. We also present a detail description of the post-processing tasks required in order to extract the
answers for the oficial submission format, an often neglected component in recent work using LLMs
for classification tasks. In Section 4, we report on the oficial results on the 2024 test set and to get
a better understanding of what went wrong, we have conducted an error analysis. Lastly, Section 5,
presents our conclusions and directions for future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Data</title>
      <p>For Dutch, the lab organizers have provided training, development and test data from the CheckThat!
2022 edition for system development, and a new test set for this edition. A summary of the available
data (and label distribution) is presented in Table 1. Across all datasets, the labels are not perfectly
balanced, with a higher presence of the not check-worthy class (around 60% of the messages).
The 2022 data consist of tweets collected using keywords related to COVID-19 and the debate around
COVID vaccines in a time period spanning between January 2020 till March 2021. The oficial 2024
test set has been built by extracting messages from Twitter/X but targeting a diferent topic (climate
change and its associated debate) and from a diferent time period (January 2021 – December 2022),
minimally overlapping with the data from the 2022 edition. The diference in time period and topic can
pose an additional challenge for the model, although this can also ofer insights on their robustness and
portability.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Method and Prompts</title>
      <p>
        In this section, we will provide additional information on how GEITje has been developed, the prompts,
the post-processing steps needed to extract the answers, and the evaluation to select the best approach.
GEITje Model: GEITje is the first monolingual LLM for Dutch. The foundation model is based on
Mistral-7B and has been obtained by training the model via full-parameter finetuning on 10 billion
tokens from the Dutch Gigacorpus 3 and the Dutch portion of the MADLAD-400 webcrawling corpus [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
The foundation model has been further aligned to follow instructions, answer questions, and hold
dialogues resulting in GEITje-7B-ultra [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This model is an improved iteration of a previous version
(GEITje-7B-ultra-sft) which was obtained using multiple datasets (Alpaca, Databrick-Dolly-15k,
and Stack Overflow) automatically translated to Dutch using Open AI gpt-3.5-turbo and newly
generated using gpt-4-turbo via Azure (no robots, ultrachat). GEITje-7B-ultra further finetunes
on top of GEITje-7B-ultra-sft version using Direct Preference Optimization (DPO) with a 56
million tokens synthetic dataset obtained via gpt-4-turbo and GEITje-7B-chat. This version of
GEITje has shown better performance in comparison to all other GEITje-based models when evaluated
against the Dutch portion of the Open Multilingual LLM Evaluation Leaderboard [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
Prompts LLMs are known to present diferent behaviors according to the prompt they are subjected
to [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Their performance is further influenced by two additional elements. The first is the persona
variable. LLMs can be prompted to impersonate individuals with diferent expertise and socio-demographic
backgrounds. Recent work has focused on assessing to what extent LLMs can simulate human behaviors
when personas are included and how these variables contribute to the solution of a task [
        <xref ref-type="bibr" rid="ref11 ref12 ref13">11, 12, 13</xref>
        ]. The
second is the exposure to examples, i.e., in-context learning. Although there is a relationship between
models’ size and performance, in-context learning has a major impact in the final performance of LLMs,
especially when compared against zero-shot experiments [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        Considering these factors, we have conducted a preliminary set of experiments to identify the
most promising wording of the prompts. After this, we have devised four prompts by combining the
following options: persona variables and in-context learning. All prompts contain a basic description
of the task (i.e., whether a message is check-worthy or not) plus further specifications. Given that
the check-worthiness of a message can depend on many factors, we decided to further explain the
check-worthiness by introducing additional variables from the original annotation guidelines [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. In
particular, we specified that a message must be factual and potentially contains harmful content for
the society. In this way, we combine two key questions for check-worthiness from the annotation
guidelines.
      </p>
      <p>For the persona variables, we experimented leaving it to its default value (i.e., a helpful assistant) or
changing it to be a fact-checker assistant that has to decide whether a message must be checked or not.
For the in-context learning, we have explored the use of zero-shot (i.e., no additional examples) and
few-shot settings. For the few-shot setting, we have extracted six instances from the CheckThat! 2022
training data equally balanced between positive and negative classes. Finally, all prompts have been
devised in such a way to force the model to return a structured output to make the extraction of the
labels easier. In Table 2 we report the basic prompts. The original Dutch versions are in Appendix A for
readability’s sake. For the the few-shot experiments, the prompts presents the six examples before the
instruction to classify a given message (i.e., “Classify the check-worthiness of the following tweet:”)</p>
      <p>Default Persona
Assess whether tweets should be fact-checked.</p>
      <p>Tweets are verifiable only if they contain a
verifiable factual assertion and if that assertion
could be harmful. Choose one of the following
labels [Yes, No]. Give the answer in the following
format with the tweet between the tag [TWEET],
the label between the tag [LABEL] and the
explanation between the tag [EXPLANATION]:
[Tweet: [TWEET], Label: [LABEL], Explanation:
[EXPLANATION]] Classify the check-worthiness of the
following tweet:
Fact-checker Persona
You are a fact checker assistant with
the task of identifying messages that
need to be fact-checked. Assess
whether tweets should be fact-checked.</p>
      <p>Tweets are verifiable only if they contain
a verifiable factual assertion and if
that assertion could be harmful. Choose
one of the following labels [Yes, No].</p>
      <p>Give the answer in the following
format with the tweet between the
tag [TWEET], the label between the
tag [LABEL] and the explanation
between the tag [EXPLANATION]:
[Tweet: [TWEET], Label: [LABEL],
Explanation: [EXPLANATION]]
Classify the check-worthiness of
the following tweet:
Our prompts have been designed in such a way to minimize the impact of the potential explanations
that the GEITje model could provide. As a matter of fact GEITje-7B-ultra is a chat-based models
and this tends to results in the generation of verbose answers/explanations that may make it impossible
to extract the required label. The presence of the tag [EXPLANATION] in our prompts serves this
purpose, ofering the models a dedicated “place” to provide the accompanying explanation(s).
Post-processing steps: Label extraction Once we have collected all the answers from the model,
we have run a basic Python script that identify the [LABEL] tag and extract the associated answers. This
approach worked for almost all cases, except two instances across all four prompts where the model
failed to properly generate the answer in association with the [LABEL] tag. In one case, the model fails
to use one of the required labels presenting its own variations. For instance, as illustrated by example 1,
the model provided only the initial of the required label, forcing us to adjust the output. In the other
case, the model generated the answer as the last token in the explanation section (see example 2 below).
To avoid unnecessary penalties, we extracted the answers from these sentences as well.
1. TWEET: [...] Label: J Uitleg: De tweet bevat een verifieerbare bewering [...]. Daarom is het label
“J”.
[TWEET: [...] Label: Y Explanation: This tweet contains a verifiable factual claim [...]. Therefore the
label is “Y’
2. [Tweet: [...] Label: [LABEL], Uitleg: [UITLEG] Deze tweet bevat een verifieerbare feitelijke
bewering [...]. Daarom is het label in dit geval "Ja"].
[Tweet: [...] Label [LABEL], Explanation: This tweet contains a verifiable factual claim [...]. Therefore
the label is “YES”
Results on CT22 Development To select the best prompt and setting, we have evaluated the four
prompts against the CT22 development set. A summary of the results is presented in Table 3.
The results indicate that, in general, the zero-shot setting is a much more challenging scenario than the
few-shot one and that the persona variable does not have a positive impact. In both settings, the use
of the fact-checker persona results in lower scores both at macro-level and on the positive class. It is
remarkable that the F1-scores for the positive class in the zero-shot setting are consistently higher than
the macro-F1 scores. It appears that this behavior may be due to an overgeneralization of the positive
class by the model as an efect of the prompt instructions. This seems to be confirmed by the results
for the few-shot settings. In this cases, we observed a generalized higher macro-F1 score, indicating a
better performance on the negative class. On the basis of these results, we opted to run on the 2024 test
data, a few-shot learning model with the default persona.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Results on CT24 Test</title>
      <p>In Table 4, we report the overview of the results on the CT24 test data. We report also the results of the
baseline - provided by organizers and based on a random classifier - and the scores of the best system
for comparison.</p>
      <p>With an F1 score of 0.594 our submission, FC_RUG, has ranked #6 out of 15 participants for the
Dutch data. Our few-shot learning approach has easily outperformed the baseline of the organizers but
it struggles against the best system. The diference in performance is 0.138 points, clearly indicating a
margin of improvement. If we compare this score to the one obtained on the development data, we do
not observe a huge drop, suggesting a better portability of in-context learning models when compared
to fine-tuned encoders or other supervised methods.</p>
      <p>To gain a better understanding of the model’s behavior we have conducted an error analysis on 100
misclassified messages from the CT24 test data. Our analysis did not limit itself to identify classes of
errors but further took into consideration the explanations ofered by the LLM.</p>
      <p>At macro level, we have distinguished between False Positive (FP) errors (i.e., messages wrongly
predicted as check-worthy) and False Negative (FN) errors (i.e., messages wrongly predicted as
notcheck-worthy). In general the distribution of the errors between these two broad categories is quite
balanced, with 48 FN instances and 52 FP cases. In addition to this, we have identified three fine-grained
classes of errors in common, namely: (i) assessment of verifiable and harmful claims; ( ii) labels not
aligned with the explanation; (iii) classification of a message from the prompt. A summary of the
distribution of these errors in presented in Table 5.
The majority of errors concerns the assessment of the check-worthiness of the message. For the FN
instances, a deeper inspection has identified that in 18 cases, the model fails completely to identify the
presence of a verifiable claim, and in 20 other instances it considers the message as not check-worthy
because the content is not considered to be harmful, clearly an error induced by our formulation of
the prompt. This is an error that is also present in the FP instances - where 18 cases are considered
not check-worthy because deemed not harmful. On the contrary, the other 18 instances are wrongly
assessed as containing verifiable and harmful content when they are not.</p>
      <p>For the other errors, it seems that the FPs tend to give rise to a dis-alignment between the proposed
labels and the explanations - which correctly assess the non check-worthiness of the messages. Lastly,
both classes of errors present classification of messages that are in the prompts rather than the one that
is proposed. Notably, the classified example is consistently either the first or last instance in the prompt.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions &amp; Future work</title>
      <p>This paper presents our approach at using a monolingual LLM for Dutch chat- and instruction-tuned,
GEITje-7B-ultra, to assess the check-worthiness of tweets. We explored diferent prompt designs
and settings, including zero vs. few-shot learning, and modification of the persona variable (default
helpful assistant vs. fact-checking assistant). We used the data from the CheckThat! 2022 companion
task to identify the instances in the few-shot scenario and to evaluate our best prompt settings, which
resulted in a few-shot with default persona. Our submission obtained a macro-F1 score of 0.657 and a
F1 score over the positive class of 0.594, ranking #6 over 15 participants. Moving forward, continued
experimentation with diferent prompt structures and formulations can help identify more efective
prompts for check-worthiness assessment. For example, it could be interesting to see the efect on the
results when using others examples in the prompts. Additionally, it would be very useful to improve
the process of label extraction.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>All experiments have been conducted on the Hábrók HPC Cluster of the University of Groningen.</p>
    </sec>
    <sec id="sec-7">
      <title>Appendix A - Prompts</title>
      <sec id="sec-7-1">
        <title>Zero-shot, default persona</title>
        <p>Beoordeel of tweets gecontroleerd moeten worden op de feiten. Tweets zijn alleen controleerbaar
als ze een verifieerbare feitelijke bewering bevatten en als die bewering schadelijk kan zijn. Kies
een van de volgende labels [Ja, Nee]. Geef het antwoord in het volgende formaat waarbij de tweet
tussen de tag [TWEET], het label tussen de tag [LABEL] en de uitleg tussen de tag [UITLEG] staat:
[Tweet: [TWEET], Label: [LABEL], Uitleg: [UITLEG]] Classificeer de controleerbaarheid van de
volgende tweet:</p>
      </sec>
      <sec id="sec-7-2">
        <title>Zero-shot, fact-checker assistant</title>
        <p>Je bent een factchecker-assistent met de taak om zinnen te identificeren die op feiten gecontroleerd
moeten worden. Tweets zijn alleen controleerbaar als ze een verifieerbare feitelijke bewering
bevatten en als die bewering schadelijk kan zijn. Kies een van de volgende labels [Ja, Nee]. Geef
het antwoord in het volgende formaat waarbij de tweet tussen de tag [TWEET], het label tussen de
tag [LABEL] en de uitleg tussen de tag [UITLEG] staat: [Tweet: [TWEET], Label: [LABEL], Uitleg:
[UITLEG]] Classificeer de controleerbaarheid van de volgende tweet:</p>
      </sec>
      <sec id="sec-7-3">
        <title>Few-shot, default persona</title>
        <p>Beoordeel of tweets gecontroleerd moeten worden op de feiten. Tweets zijn alleen controleerbaar
als ze een verifieerbare feitelijke bewering bevatten en als die bewering schadelijk kan zijn. Kies
een van de volgende labels [Ja, Nee]. Geef het antwoord in het volgende formaat waarbij de tweet
tussen de tag [TWEET], het label tussen de tag [LABEL] en de uitleg tussen de tag [UITLEG] staat:
[Tweet: [TWEET], Label: [LABEL], Uitleg: [UITLEG]] Hier zijn enkele voorbeelden:
Tweet: "RTLnieuws Het #RIVM en het kabinet MinPres hebben via nalatig en gebrekkig
beleid #Nederland gebracht in de wereldwijde top van meeste doden per inwoner en nu draait de
#propaganda machine op volle toeren zodat de #VVD nog harder kan stijgen in de peilingen. Lijkt
#NoordKorea wel.", Label: Ja, Uitleg:
Tweet: "Epidemioloog: "Coronavirus kan 60% van de wereld besmetten" https://t.co/fwOozlC9QV",
Label: Ja, Uitleg:
Tweet: "Een andere aanpak om #Corona in te dammen: efectiever, minder schadelijk voor de
economie, maar wel de privacy in het geding: ’Testen, opsporen, isoleren’ https://t.co/dWTulQZ6n2",
Label: Ja, Uitleg:
Tweet: "Maatregelen coronavirus: zorgen bij Gooiland nemen verder toe - https://t.co/ao4jSo5Ze5",
Label: Nee, Uitleg:
Tweet: "RIVM heel laat vandaag met publicatie cijfers. Om 14:30 nog niets en website overbelast",
Label: Nee, Uitleg:
Tweet: "Je kan in Amsterdam beter een vliegtuig hebben dan een auto. #gratisparkeren
#COVID19NL", Label: Nee, Uitleg:</p>
        <p>Classificeer de controleerbaarheid van de volgende tweet:</p>
      </sec>
      <sec id="sec-7-4">
        <title>Few-shot, fact-checker assistant</title>
        <p>Je bent een factchecker-assistent met de taak om zinnen te identificeren die op feiten gecontroleerd
moeten worden. Tweets zijn alleen controleerbaar als ze een verifieerbare feitelijke bewering
bevatten en als die bewering schadelijk kan zijn. Kies een van de volgende labels [Ja, Nee]. Geef
het antwoord in het volgende formaat waarbij de tweet tussen de tag [TWEET], het label tussen de
tag [LABEL] en de uitleg tussen de tag [UITLEG] staat: [Tweet: [TWEET], Label: [LABEL], Uitleg:
[UITLEG]] Hier zijn enkele voorbeelden:
Tweet: "RTLnieuws Het #RIVM en het kabinet MinPres hebben via nalatig en gebrekkig beleid
#Nederland gebracht in de wereldwijde top van meeste doden per inwoner en nu draait de
#propaganda machine op volle toeren zodat de #VVD nog harder kan stijgen in de peilingen. Lijkt
#NoordKorea wel.", Label: Ja, Uitleg:
Tweet: "Epidemioloog: "Coronavirus kan 60% van de wereld besmetten" https://t.co/fwOozlC9QV",
Label: Ja, Uitleg:
Tweet: "Een andere aanpak om #Corona in te dammen: efectiever, minder schadelijk voor de
economie, maar wel de privacy in het geding: ’Testen, opsporen, isoleren’ https://t.co/dWTulQZ6n2",
Label: Ja, Uitleg:
Tweet: "Maatregelen coronavirus: zorgen bij Gooiland nemen verder toe - https://t.co/ao4jSo5Ze5",
Label: Nee, Uitleg:
Tweet: "RIVM heel laat vandaag met publicatie cijfers. Om 14:30 nog niets en website overbelast",
Label: Nee, Uitleg:
Tweet: "Je kan in Amsterdam beter een vliegtuig hebben dan een auto. #gratisparkeren
#COVID19NL", Label: Nee, Uitleg:
Classificeer de controleerbaarheid van de volgende tweet:</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C.</given-names>
            <surname>López-Marcos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Vicente-Fernández</surname>
          </string-name>
          ,
          <article-title>Fact Checkers Facing Fake News and Disinformation in the Digital Age: A comparative analysis between Spain and United Kingdom, Publications 9 (</article-title>
          <year>2021</year>
          ). URL: https://www.mdpi.com/2304-6775/9/3/36. doi:
          <volume>10</volume>
          .3390/publications9030036.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Weering</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2024 CheckThat! Lab Task 1 on Check-Worthiness Estimation of Multigenre Content</article-title>
          , in: G. Faggioli,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuščáková</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . García Seco de Herrera (Eds.), Working Notes of CLEF 2024 -
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          ,
          <string-name>
            <surname>CLEF</surname>
          </string-name>
          <year>2024</year>
          , Grenoble, France,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <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>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Przybyła</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          , G. Da San Martino,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Piskorski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ruggeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2024 CheckThat! Lab: Check-worthiness, subjectivity, persuasion, roles, authorities and adversarial robustness</article-title>
          , in: L.
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Mulhem</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Quénot</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Schwab</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Soulier</surname>
            ,
            <given-names>G. M.</given-names>
          </string-name>
          <string-name>
            <surname>Di Nunzio</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Galuščáková</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>García Seco de Herrera</surname>
          </string-name>
          , G. Faggioli, N. Ferro (Eds.),
          <source>Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Fifteenth International Conference of the CLEF Association (CLEF</source>
          <year>2024</year>
          ),
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>E.</given-names>
            <surname>Rijgersberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Lucassen</surname>
          </string-name>
          , GEITje: een groot open Nederlands taalmodel,
          <year>2023</year>
          . URL: https: //github.com/Rijgersberg/GEITje.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <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>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>H.</given-names>
            <surname>Mubarak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kartal</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2022 CheckThat! Lab Task 1 on Identifying Relevant Claims in Tweets</article-title>
          , in: CLEF 2022:
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          , volume
          <volume>3180</volume>
          <source>of CEUR Workshop Proceedings, CEUR Workshop Proceedings (CEUR-WS.org)</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>368</fpage>
          -
          <lpage>392</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Dalvi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sajjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mubarak</surname>
          </string-name>
          , G. Da San Martino,
          <string-name>
            <given-names>A.</given-names>
            <surname>Abdelali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Durrani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Darwish</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Al-Homaid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Danoe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Stolk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Bruntink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>Fighting the COVID-19 Infodemic: Modeling the Perspective of Journalists, Fact-Checkers, Social Media Platforms, Policy Makers, and the Society</article-title>
          , in: M.
          <article-title>-</article-title>
          <string-name>
            <surname>F. Moens</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Specia</surname>
          </string-name>
          , S. W.-t. Yih (Eds.),
          <source>Findings of the Association for Computational Linguistics: EMNLP</source>
          <year>2021</year>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Punta Cana, Dominican Republic,
          <year>2021</year>
          , pp.
          <fpage>611</fpage>
          -
          <lpage>649</lpage>
          . URL: https: //aclanthology.org/
          <year>2021</year>
          .findings-emnlp.
          <volume>56</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2021</year>
          .findings-emnlp.
          <volume>56</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kudugunta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Caswell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Garcia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Xin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kusupati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Stella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bapna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Firat</surname>
          </string-name>
          , MADLAD-400:
          <string-name>
            <given-names>A</given-names>
            <surname>Multilingual</surname>
          </string-name>
          and
          <article-title>Document-level Large Audited Dataset</article-title>
          ,
          <source>Advances in Neural Information Processing Systems</source>
          <volume>36</volume>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>B.</given-names>
            <surname>Vanroy</surname>
          </string-name>
          ,
          <article-title>GEITje-ultra-</article-title>
          <string-name>
            <surname>sft</surname>
          </string-name>
          ,
          <year>2024</year>
          . URL: https://huggingface.co/BramVanroy/GEITje-7B
          <string-name>
            <surname>-</surname>
          </string-name>
          ultra-sft.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>L.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Biderman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Black</surname>
          </string-name>
          , A. DiPofi,
          <string-name>
            <given-names>C.</given-names>
            <surname>Foster</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Golding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hsu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>McDonell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Muennighof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Phang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Reynolds</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Thite</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <article-title>A framework for few-shot language model evaluation, 2021</article-title>
          . URL: https://doi.org/10.5281/zenodo.5371628. doi:
          <volume>10</volume>
          . 5281/zenodo.5371628.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Salinas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Morstatter</surname>
          </string-name>
          ,
          <source>The Butterfly Efect of Altering Prompts: How Small Changes and Jailbreaks Afect Large Language Model Performance</source>
          ,
          <year>2024</year>
          . arXiv:
          <volume>2401</volume>
          .
          <fpage>03729</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G. V.</given-names>
            <surname>Aher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. I.</given-names>
            <surname>Arriaga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Kalai</surname>
          </string-name>
          ,
          <article-title>Using large language models to simulate multiple humans and replicate human subject studies</article-title>
          ,
          <source>in: International Conference on Machine Learning, PMLR</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>337</fpage>
          -
          <lpage>371</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Collier</surname>
          </string-name>
          ,
          <source>Quantifying the Persona Efect in LLM Simulations</source>
          ,
          <year>2024</year>
          . arXiv:
          <volume>2402</volume>
          .
          <fpage>10811</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. G.</given-names>
            <surname>Reddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. R.</given-names>
            <surname>Fung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. P.</given-names>
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ji</surname>
          </string-name>
          , Persona-DB:
          <article-title>Eficient Large Language Model Personalization for Response Prediction with Collaborative Data Refinement</article-title>
          ,
          <source>arXiv preprint arXiv:2402.11060</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Bigoulaeva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sachdeva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Madabushi</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          ,
          <article-title>Are Emergent Abilities in Large Language Models just In-Context Learning?</article-title>
          ,
          <year>2023</year>
          . arXiv:
          <fpage>2309</fpage>
          .
          <year>01809</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Dalvi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Durrani</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>G. D. S.</given-names>
            <surname>Martino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Abdelali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sajjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Darwish</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>Fighting the COVID-19 Infodemic in Social Media: A Holistic Perspective and</article-title>
          a Call to Arms,
          <year>2021</year>
          . URL: https://europepmc.org/article/PPR/PPR310594.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>