<!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>Overview of the CLEF-2024 CheckThat! Lab Task 5 on Rumor Verification using Evidence from Authorities</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fatima Haouari</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tamer Elsayed</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Reem Suwaileh</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Hamad Bin Khalifa University</institution>
          ,
          <addr-line>Doha</addr-line>
          ,
          <country country="QA">Qatar</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Qatar University</institution>
          ,
          <addr-line>Doha</addr-line>
          ,
          <country country="QA">Qatar</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <abstract>
        <p>We present an overview of Task 5 of the seventh edition of the CheckThat! Lab, which is a part of the 2024 Conference and Labs of the Evaluation Forum (CLEF). In the Rumor Verification using Evidence from Authorities task, given a rumor expressed in a tweet and a set of authorities Twitter accounts for that rumor, participating systems should retrieve up to 5 evidence tweets posted by those authorities, and determine the veracity of the rumor according to the retrieved evidence. A total of 3 and 5 teams submitted their runs (5 and 11 runs) for Arabic and for English, respectively, out of which 2 made submissions for both languages. In this paper, we present our data construction approach, evaluation setup, and an overview of the participating systems. We publicly release all the datasets and evaluation scripts to promote further research on this task.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Fact Checking</kwd>
        <kwd>Claims</kwd>
        <kwd>Social Media</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The CheckThat! lab runs for the seventh time under the umbrella of CLEF 2024 [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. In this edition of
the lab six tasks were ofered: task 1 on Check-Worthiness Estimation, task 2 on subjectivity detection,
task 3 on persuasion techniques, task 4 on detecting hero, villain, and victim from memes, task 5 on
rumor verification using evidence from authorities (this paper), and task 6 on robustness of credibility
assessment with adversarial examples (InCrediblAE).
      </p>
      <p>In this paper, we describe in detail Task 5 of this year’s lab,1 Rumor Verification using Evidence from
Authorities. Task 5 is defined as follows: “ Given a rumor expressed in a tweet and a set of authorities
(one or more authority Twitter accounts) for that rumor, represented by a list of tweets from their timelines
during the period surrounding the rumor, the system should retrieve up to 5 evidence tweets from those
timelines, and determine if the rumor is supported (true), refuted (false), or unverifiable (in case not enough
evidence to verify it exists in the given tweets) according to the evidence.”</p>
      <p>The rest of this paper is organized as follows. We give an overview of the related work in Section 2.
We define our task, and present our adopted evaluation measures in Section 3, and Section 4 respectively.
We present a full overview about the Arabic shared task and the English shared task in Section 5 and
Section 6 respectively, including our datasets construction approach, an overview of the participants’
systems, and discuss the evaluation results . Finally, we conclude in Section 7.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        A large number of existing studies in the broader literature have studied rumor verification in social
media [
        <xref ref-type="bibr" rid="ref3 ref4 ref5 ref6 ref7">3, 4, 5, 6, 7, 8, 9</xref>
        ]. Most early studies has incorporated the propagation networks such as the
structure of replies [
        <xref ref-type="bibr" rid="ref6 ref7">6, 10, 7, 11, 8</xref>
        ], stance of replies [
        <xref ref-type="bibr" rid="ref3 ref4 ref5">12, 13, 3, 4, 5</xref>
        ], or retweeters metadata [9] as a
source of evidence. Some authors have also suggested that evidence from the Web [14, 15], or stance
of authority tweets towards rumors [16, 17] can further improve the automatic rumor verification.
Rumor verification in social media was addressed in multiple languages mainly in English [
        <xref ref-type="bibr" rid="ref3 ref4">12, 14, 4, 3</xref>
        ]
or Chinese [
        <xref ref-type="bibr" rid="ref6 ref7">18, 6, 7</xref>
        ]. However, Arabic rumor verification is still under-studied. Most of the existing
studies relied on the rumor textual content solely for verification [ 19, 20, 21, 22]. Recently, Haouari et al.
[11] exploited the replies structure, Althabiti et al. [23] proposed detecting sarcasm and hate speech in
the replies, while Albalawi et al. [24] leveraged the images and videos embedded in the rumor tweet.
Diferently, we propose incorporating the evidence tweets retrieved from the authority timelines for
Arabic and English rumor verification.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Task Definition</title>
      <p>The Rumor Verification using Evidence from Authorities task consists of two subtasks defined as follows:
• Evidence Retrieval: Given a rumor expressed in a tweet and a set of authorities for that rumor,
the system should retrieve evidence tweets posted by any of those authorities. An evidence tweet
is a tweet that can be further used to detect the veracity of the rumor. The set of authorities has
one or more authority Twitter accounts, represented by a list of tweets from their timelines that
are posted during the period surrounding the rumor.
• Rumor Verification : Based solely on the evidence tweets retrieved by the above subtask,
determine if the rumor is supported (true), refuted (false), or unverifiable (in case not enough
evidence to verify it exists).</p>
    </sec>
    <sec id="sec-4">
      <title>4. Evaluation Measures</title>
      <p>Evidence retrieval. The oficial evaluation measure for evidence retrieval is Mean Average Precision
(MAP). We also report Recall@5.</p>
      <p>Rumor Verification. We use the Macro-F1 to evaluate the classification of the rumors. Additionally,
we consider a Strict Macro-F1 where the rumor label is considered correct only if at least one retrieved
authority evidence is correct.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Arabic Shared Task</title>
      <p>In this section, we give an overview about the Arabic shared task. We present our dataset construction
approach in Section 5.1. The approaches adopted by the participating systems, and their evaluation
results are presented in Section 5.2, and Section 5.3 respectively.</p>
      <sec id="sec-5-1">
        <title>5.1. Dataset</title>
        <p>To construct our dataset,2 we randomly selected 160 rumors from two existing datasets namely AuFIN [25,
26] and AuSTR [17]. Specifically, we selected 99 (61.9%) from AuFIN and 61 (38.1%) from AuSTR. We
then annotated the dataset following two steps 1) finding authorities that may tweet evidence that can
help in rumor verification (Section 5.1.1), and 2) evidence extraction including the authority timelines
collection and annotation (Section 5.1.2). Our task dataset, covers 160 rumors annotated with their
corresponding 692 authority timelines, comprising about 34k annotated tweets in total. We randomly
split the data into 96 training, 32 development, and 32 test examples.
2https://gitlab.com/checkthat_lab/clef2024-checkthat-lab/-/tree/main/task5</p>
        <sec id="sec-5-1-1">
          <title>5.1.1. Authority Finding</title>
          <p>The task is proposed recently by Haouari et al. [25]. They define an authority for a specific rumor as an
entity having the real knowledge or power to verify or deny that rumor. For example, if the rumor is about
a Sports event in Qatar, then ministry and minister of Sports and Youth, and managers of the event are
potential authorities. AuFIN rumors are already associated with their relevant authorities, however
AuSTR rumors are only associated with an authority tweet either supporting, refuting or irrelevant
to the rumor. Therefore, for AuSTR rumors, in addition to considering the authority of the associated
authority tweet, we collected more authorities for each rumor following the same approach proposed
by Haouari et al. [25]. Two annotators, co-organizers of this task, performed the task independently,
then met to discuss their annotations. Only potential authorities that both annotators agreed upon
during their meeting were kept in our data.</p>
        </sec>
        <sec id="sec-5-1-2">
          <title>5.1.2. Evidence extraction</title>
          <p>To collect the authority timelines, we used the Twitter Academic search API which facilitates collecting
users historical timelines.3 We consider the rumor tweet as a pointer to the time span of the rumor
propagation, where we assume that the rumor is circulating for a few days before and/or after the rumor
tweet posting time. Therefore, we limit the authority timelines to the tweets within 3 days before and
after the rumor tweet posting time. To extract the evidence from the collected timelines, we performed
two steps:
(1) Annotation: Following our annotation guidelines, one annotator labeled all tweets in all authority
timelines as supporting, refuting, or carrying not enough info towards the corresponding rumor tweet.
To measure the quality of our data, and to have a double-annotated sample, a second annotator then
labeled solely one authority timeline per rumor. At the end of this stage, we measured the data quality
of the double-annotated sample using Cohen’s Kappa for inter-annotator agreement [27] as 0.67, which
indicates “substantial” agreement [28]. It is worth mentioning, that any disagreement between the
annotators was then resolved in the next stage.
(2) Resolving Disagreements: As a final step, both annotators met to discuss and resolve any
disagreements in the double-annotated sample, and hence decide the final labels. Refer to [ 29] for more
details about our data construction process.</p>
        </sec>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Overview of the Participating Systems</title>
        <p>For the Arabic shared task, 3 teams submitted a total of 5 runs. In the following, we present their
proposed approaches.
bigIR. This team submitted 2 runs adopting two SOTA models for fact checking namely MLA [30]
and KGAT [31]. For evidence retrieval, MLA is a BERT-based binary classifier fine-tuned to classify
whether an authority tweet is an evidence or non-evidence, and the input to the model are pairs of
(rumor_tweet, authority_tweet). At training they considered only a sample of non-evidence tweets
for each rumor.4 At inference, every (rumor_tweet, authority_tweet) of the test set is passed to the
ifne-tuned model and softmax scores were used to get the top N authority tweets. KGAT model is also
BERT-based model, however the margin ranking loss is adopted to maximize the distance between the
positive and the negative (rumor_tweet, authority_tweet) pairs. At inference, the scores obtained by
passing each pair is used to rank the authority tweets.</p>
        <p>The top 5 retrieved evidence tweets are then used to fine-tune their rumor verification model,
adopting the MLA and KGAT claim verification models. KGAT is reasoning model adopting Kernel
Graph Attention Network to construct a fully connected graph using the retrieved evidence. MLA on
the other hand, adopts multi-task learning considering the verification as the main task, and evidence
3https://developer.x.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-all
4They set the number of negative examples as 4 times the number of positive examples.
retrieval as an auxiliary task. For all their evidence retrieval and rumor verification models they used
MARBERTv2 [32],5 an Arabic BERT model pre-trained using 1 billion Arabic tweets. They fine-tuned
all models for 5 epochs using a batch of size 8 using 4 diferent learning rates [2e-5, 3e-5, 4e-5, 5e-5].
They selected the best evidence retrieval and rumor verification models on the dev set based on Mean
Average Precision (MAP) and Macro F1 respectively.</p>
        <p>IAI Group. This group submitted 2 runs, adopting a zero-shot setup for both evidence retrieval and
rumor verification. For evidence retrieval, they experimented with two approaches namely 1) using
ColBERT-XM [33], a multilingual pre-trained model for semantic search, and 2) using cross-encoders.
For rumor verification, in both runs, they leveraged the xlm-roberta-nli which is a RoBERTa model
pre-trained with a combination of Natural Language Inference (NLI) data in multiple languages [34].
SCUoL. This team submitted 1 run where they focused solely on the rumor verification subtask. They
leveraged an existing Arabic fact checking system [35], where they passed the rumor tweet solely to
the system to get the veracity label.</p>
      </sec>
      <sec id="sec-5-3">
        <title>5.3. Evaluation Results</title>
        <p>In this section, we present and discuss the results of the participating systems for both evidence retrieval
and rumor verification against our baseline.</p>
        <p>Baseline: We adopted KGAT [31], a SOTA model for fact-checking. We fine-tuned both its evidence
retrieval and rumor verification models on FEVER English fact-checking dataset [ 36] following the
authors setup but using multilingual BERT (mBERT) [37].6 We then test on our Arabic test data.
Evidence Retrieval: As presented in Table. 1, 4 out 5 runs managed to outperform the baseline
significantly. bigIR team primary run outperformed all models in terms of all evaluation measures,
ifne-tuning their model on AuRED data. We can also observe that although IAI Group adopted a
zero-shot approach significantly outperformed the baseline. Moreover bigIR secondary run which is the
model used as a baseline. i.e., KGAT, but fine-tuned on AuRED show a big improvement which shows
the importance of in-domain data for the task.
Rumor Verification: As presented in Table. 2, we observe that IAI Group primary and secondary
runs outperformed all runs significantly although adopting a zero-shot approach. The results highlight
that even the two models fine-tuned on the task data, bigIR models, could not achieve comparable
5https://huggingface.co/UBC-NLP/MARBERTv2
6https://huggingface.co/bert-base-multilingual-uncased
results to the best performing model. We observe that one of the bigIR models outperforms the baseline
on Macro F1 only but could not beat it in terms Strict Macro F1, while the second could not even beat
the baseline across all measures. This could be attributed to the small number of training examples. i.e.,
96 rumors only. Finally, we observe that the run submitted by SCUol team achieved better than the
baseline although not considering the authority evidence.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. English Shared Task</title>
      <p>This year, a major extension for the Authority Finding task is running over English data in addition
to Arabic. As English is a globally dominant language, this attracted more researchers, developers,
and participants, thereby increasing the task’s visibility and impact. In this section, we present our
dataset construction approach (Section 6.1), participating systems (Section 6.2), and evaluation results
(Section 6.3) of the English Shared Task.</p>
      <sec id="sec-6-1">
        <title>6.1. Dataset</title>
        <p>To construct the English dataset, we translated the Arabic dataset (refer to Section 5.1). The rationale
behind this approach is that topics and issues concerning the Arab region are frequently discussed in
English, especially by Arab users who communicate in English on Twitter. Additionally, international
journalists who do not speak Arabic are interested in ongoing discussions in the region. Therefore,
translations help us capture representative rumors that can be discussed within English content on
Twitter while also reducing the annotation efort. We have followed a two stage process of automatic
translation and manual validation that we discuss in the following.</p>
        <p>Automatic translation We automatically translated the entire Arabic dataset using Googletrans
library.7 We translated all 160 rumor tweets, and their associated authority tweets.
Manual Validation While automatic translation can expedite the development of monolingual and
cross-lingual authority finding systems, it introduces several challenges that could afect the quality
and reliability of the resulting data. To address this, we manually validated the translations of a random
sample of tweets. Specifically, we reviewed the translations of all rumors and a sample of 2,138 tweets
from authorities timelines. We edited 514 (24%) tweets to correct errors and inaccuracies while 1,624
tweets (75.96%) remained unedited.
7https://py-googletrans.readthedocs.io/en/latest/
Challenges Through the validation process, we have observed issues and challenges that we addressed
to maintain the quality and reliability of the dataset. We discuss a few in the following:
• Inaccuracies: Automatic translation tools can produce inaccurate translations, especially for
complex sentences, idiomatic expressions, and context-dependent phrases. These inaccuracies
can lead to errors in the dataset.
• Loss of Nuance and Context: Automatic translations may fail to capture the nuanced meanings
and cultural context of the original text. This can result in a loss of important information.
• Inconsistencies: Automatic translations may change for the same text, leading to inconsistencies
within the same dataset.</p>
        <p>Despite these challenges, we opted to enable the development of English systems and consider better
approaches for constructing the dataset in the future.</p>
      </sec>
      <sec id="sec-6-2">
        <title>6.2. Overview of the Participating Systems</title>
        <p>For the English shared task, 5 teams submitted a total of 11 runs. In the following, we present their
proposed approaches.</p>
        <p>AuthEv-LKolb [38]. This team participated with 3 runs. They adopted OpenAI GPT-4 assistant for
rumor verification in all their runs, where they pass each single rumor-evidence pair prompting GPT-4
to return a judgement and a confidence. The N judgements are then combined into a final label. For
evidence retrieval for two of their runs, they adopted OpenAI embeddings and computed the cosine
similarity between the embedding vectors of the rumor tweet and each authority tweet to get the closest
top N. In their third run, they adopted a simple PyTerrier BatchRetrieve pipeline of BM25 and PL2
to retrieve the top evidence tweets. The authors in one of their runs used external data where they
collected the authorities Twitter account information, and augmented the input text with the authority
name and bio for both the evidence retrieval and rumor verification.</p>
        <p>Axolotl [39]. They submitted 3 runs, where they adopted for evidence retrieval BM25 lexical retrieval.
To retrieve for relevant authority tweets, they give importance to hashtags in the rumor tweet by
boosting them with respect to just text. For two of their runs they further reranked the top retrieved
tweets using either sentence-t5-base,8 or Llama3 8B. For rumor verification, they adopted a stance-based
approach using either Llama3 8B or all-mpnet-base-v2.9
bigIR. The team participated with 2 runs adopting the same models and setup used for Arabic.
However, they replaced MARERTv2 with the English BERT base [37].10
DEFAULT [40]. They formulated the task as a retrieval-augmented classification and jointly trained
the rumor verification classifier and the evidence retriever. They fine-tuned ColBERT [ 41] and used
MaxSim score as the similarity score.</p>
        <p>IAI Group. They adopted a zero-shot setup for both their runs. For evidence retrieval they adopted
either ColBERT or cross-encoders. For rumor verification they exploited a RoBERTa model pre-trained
with NLI task data.</p>
      </sec>
      <sec id="sec-6-3">
        <title>6.3. Evaluation Results</title>
        <p>In this section, we present and discuss the results of the participating systems for both evidence retrieval
and rumor verification against our baseline.
8https://huggingface.co/sentence-transformers/sentence-t5-base
9https://huggingface.co/sentence-transformers/all-mpnet-base-v2
10https://huggingface.co/google-bert/bert-base-uncased
Baseline: We adopted the same model fine-tuned for the Arabic shared task baseline (refer to
Section 5.3), but we tested on our English test data.</p>
        <p>Evidence Retrieval: As shown in Table. 3, all the submitted runs outperformed our baseline. Looking
at the primary runs, we observe that the models fine-tuned using the task data, bigIR-MLA-En and
DEFAULT-Colbert1 runs, got the 1 and 3 place respectively. The results also highlights that although
Axolotl team run achieved a 2 position, bigIR outperforms it with a big margin. Interestingly, the IAI
Group secondary run, under zero-shot setup, improved the retrieval in terms of MAP compared to the
leading team but could not improve the recall of evidence.
Rumor Verification: As presented in Table. 4, only 2 teams were able to outperform the baseline,
AuthEv-LKolb and Axolotl, adopting LLMs namely GPT4 or Llama respectively. The results highlight
that the models adopting the fine-tuning setup (bigIR and DEFAULT models), or zero-shot setup using
pre-trained language models (IAI group models) could not outperform the baseline. We can conclude
that, adopting LLMs can perform well on the verification task achieving Macro F1 of 0.895. However,
further investigation is required to compare their performance against models fine-tuned using the task
data but with a large number of rumors.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion</title>
      <p>In this paper, we presented a detailed overview of the CLEF 2024 CheckThat! Lab Task 5 for Rumor
Verification using Evidence from authorities. For evidence retrieval, participants adopted either a
zero-shot setup or a fine-tuning setup using the task data. For the zero-shot setup they leveraged
existing pre-trained language models, LLMs, traditional lexical retrieval such BM25, or combination
of these models. For rumor verification, only the models adopting LLMs managed to outperform the
baseline. As a future work, we plan to enlarge the task dataset and incorporate more languages.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>The work of Fatima Haouari was supported by GSRA grant #GSRA6-1-0611-19074 from the Qatar
National Research Fund (a member of Qatar Foundation). The work of Tamer Elsayed was made
possible by NPRP grant #NPRP-11S-1204-170060 from the Qatar National Research Fund. The work
of Reem Suwaileh is partially supported by NPRP 14C-0916-210015 from the Qatar National Research
Fund, which is a part of Qatar Research Development and Innovation Council (QRDI). The statements
made herein are solely the responsibility of the authors.
[8] N. Bai, F. Meng, X. Rui, Z. Wang, Rumor detection based on a Source-Replies conversation Tree</p>
      <p>Convolutional Neural Net, Computing 104 (2022) 1155–1171.
[9] Y. Liu, Y.-F. Wu, Early detection of fake news on social media through propagation path
classification with recurrent and convolutional networks, in: Proceedings of the AAAI conference on
artificial intelligence, volume 32, 2018.
[10] T. Bian, X. Xiao, T. Xu, P. Zhao, W. Huang, Y. Rong, J. Huang, Rumor Detection on Social Media
with Bi-Directional Graph Convolutional Networks, in: Proceedings of the AAAI Conference on
Artificial Intelligence, 2020, pp. 549–556.
[11] F. Haouari, M. Hasanain, R. Suwaileh, T. Elsayed, ArCOV19-rumors: Arabic COVID-19 Twitter
dataset for misinformation detection, in: N. Habash, H. Bouamor, H. Hajj, W. Magdy, W. Zaghouani,
F. Bougares, N. Tomeh, I. Abu Farha, S. Touileb (Eds.), Proceedings of the Sixth Arabic Natural
Language Processing Workshop, Association for Computational Linguistics, Kyiv, Ukraine (Virtual),
2021, pp. 72–81. URL: https://aclanthology.org/2021.wanlp-1.8.
[12] A. Zubiaga, M. Liakata, R. Procter, G. Wong Sak Hoi, P. Tolmie, Analysing how people orient
to and spread rumours in social media by looking at conversational threads, PloS one 11 (2016)
e0150989.
[13] L. Derczynski, K. Bontcheva, M. Liakata, R. Procter, G. Wong Sak Hoi, A. Zubiaga, SemEval-2017
task 8: RumourEval: Determining rumour veracity and support for rumours, in: Proceedings
of the 11th International Workshop on Semantic Evaluation (SemEval-2017), Association for
Computational Linguistics, Vancouver, Canada, 2017, pp. 69–76.
[14] J. Dougrez-Lewis, E. Kochkina, M. Arana-Catania, M. Liakata, Y. He, PHEMEPlus: Enriching Social
Media Rumour Verification with External Evidence, in: Proceedings of the Fifth Fact Extraction
and VERification Workshop (FEVER), 2022, pp. 49–58.
[15] X. Hu, Z. Guo, J. Chen, L. Wen, P. S. Yu, MR2: A Benchmark for Multimodal Retrieval-Augmented
Rumor Detection in Social Media, in: Proceedings of the 46th International ACM SIGIR Conference
on Research and Development in Information Retrieval, SIGIR ’23, Association for Computing
Machinery, New York, NY, USA, 2023, p. 2901–2912. URL: https://doi.org/10.1145/3539618.3591896.
doi:10.1145/3539618.3591896.
[16] F. Haouari, T. Elsayed, Detecting Stance of Authorities Towards Rumors in Arabic Tweets: A
Preliminary Study, in: Advances in Information Retrieval, Springer Nature Switzerland, Cham,
2023, pp. 430–438.
[17] F. Haouari, T. Elsayed, Are authorities denying or supporting? Detecting stance of authorities
towards rumors in Twitter, Social Network Analysis and Mining 14 (2024) 34.
[18] J. Ma, W. Gao, P. Mitra, S. Kwon, B. J. Jansen, K.-F. Wong, M. Cha, Detecting rumors from
microblogs with recurrent neural networks, in: Proceedings of the Twenty-Fifth International
Joint Conference on Artificial Intelligence, 2016, pp. 3818–3824.
[19] M. K. Elhadad, K. F. Li, F. Gebali, COVID-19-FAKES: A Twitter (Arabic/English) Dataset for
Detecting Misleading Information on COVID-19, in: International Conference on Intelligent
Networking and Collaborative Systems, Springer, 2020, pp. 256–268.
[20] A. R. Mahlous, A. Al-Laith, Fake News Detection in Arabic Tweets during the COVID-19 Pandemic,</p>
      <p>International Journal of Advanced Computer Science and Applications 12 (2021).
[21] M. Al-Yahya, H. Al-Khalifa, H. Al-Baity, D. AlSaeed, A. Essam, Arabic Fake News Detection:
Comparative Study of Neural Networks and Transformer-Based Approaches, Complexity 2021
(2021).
[22] A. Sawan, T. Thaher, N. Abu-el rub, Sentiment Analysis Model for Fake News Identification in
Arabic Tweets, in: 2021 IEEE 15th International Conference on Application of Information and
Communication Technologies (AICT), 2021, pp. 1–6.
[23] S. Althabiti, M. A. Alsalka, E. Atwell, Detecting Arabic Fake News on Social Media using Sarcasm
and Hate Speech in Comments (2022).
[24] R. M. Albalawi, A. T. Jamal, A. O. Khadidos, A. M. Alhothali, Multimodal Arabic Rumors Detection,</p>
      <p>IEEE Access (2023).
[25] F. Haouari, T. Elsayed, W. Mansour, Who can verify this? Finding authorities for rumor verification
in Twitter, Information Processing &amp; Management 60 (2023) 103366.
[26] F. Haouari, Z. Sheikh Ali, T. Elsayed, Overview of the CLEF-2023 CheckThat! Lab Task 5 on
Authority Finding in Twitter, in: Working Notes of CLEF 2023–Conference and Labs of the
Evaluation Forum, CLEF ’2023, Thessaloniki, Greece, 2023.
[27] J. Cohen, A Coeficient of Agreement for Nominal Scales, Educational and psychological
measurement 20 (1960) 37–46.
[28] J. R. Landis, G. G. Koch, The Measurement of Observer Agreement for Categorical Data, Biometrics
(1977) 159–174.
[29] F. Haouari, T. Elsayed, R. Suwaileh, AuRED: Enabling Arabic Rumor Verification using Evidence
from Authorities over Twitter, in: Proceedings of ArabicNLP 2024, 2024.
[30] C. Kruengkrai, J. Yamagishi, X. Wang, A multi-level attention model for evidence-based fact
checking, in: C. Zong, F. Xia, W. Li, R. Navigli (Eds.), Findings of the Association for Computational
Linguistics: ACL-IJCNLP 2021, Association for Computational Linguistics, Online, 2021, pp. 2447–
2460.
[31] Z. Liu, C. Xiong, M. Sun, Z. Liu, Fine-grained fact verification with kernel graph attention network,
in: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics,
2020, pp. 7342–7351.
[32] M. Abdul-Mageed, A. Elmadany, et al., ARBERT &amp; MARBERT: Deep Bidirectional Transformers
for Arabic, in: Proceedings of the 59th Annual Meeting of the Association for Computational
Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume
1: Long Papers), 2021, pp. 7088–7105.
[33] A. Louis, V. Saxena, G. van Dijck, G. Spanakis, Colbert-xm: A modular multi-vector representation
model for zero-shot multilingual information retrieval, arXiv preprint arXiv:2402.15059 (2024).
[34] A. Conneau, K. Khandelwal, N. Goyal, V. Chaudhary, G. Wenzek, F. Guzmán, E. Grave, M. Ott,
L. Zettlemoyer, V. Stoyanov, Unsupervised cross-lingual representation learning at scale, in:
D. Jurafsky, J. Chai, N. Schluter, J. Tetreault (Eds.), Proceedings of the 58th Annual Meeting of the
Association for Computational Linguistics, Association for Computational Linguistics, Online,
2020, pp. 8440–8451.
[35] S. Althabiti, M. A. Alsalka, E. Atwell, Ta’keed: The first generative fact-checking system for arabic
claims, arXiv preprint arXiv:2401.14067 (2024).
[36] J. Thorne, A. Vlachos, C. Christodoulopoulos, A. Mittal, Fever: a large-scale dataset for fact
extraction and verification, in: Proceedings of the 2018 Conference of the North American Chapter
of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long
Papers), 2018, pp. 809–819.
[37] J. Devlin, M.-W. Chang, K. Lee, K. Toutanova, BERT: Pre-training of deep bidirectional transformers
for language understanding, in: J. Burstein, C. Doran, T. Solorio (Eds.), Proceedings of the 2019
Conference of the North American Chapter of the Association for Computational Linguistics:
Human Language Technologies, Volume 1 (Long and Short Papers), Association for Computational
Linguistics, Minneapolis, Minnesota, 2019, pp. 4171–4186.
[38] L. Kolb, A. Hanbury, AuthEv-LKolb at CheckThat! 2024: A Two-Stage Approach To
Evidence</p>
      <p>Based Social Media Claim Verification, in: [42], 2024.
[39] A. Pasin, N. Ferro, SEUPD@CLEF: Team Axolotl on Rumor Verification using Evidence from</p>
      <p>Authorities, in: [42], 2024.
[40] S. Adhikari, H. Sharma, R. Kumari, S. Satapara, M. Desarkar, DEFAULT at CheckThat! 2024:
Retrieval Augmented Classification using Diferentiable Top-K Operator for Rumor Verification
based on Evidence from Authorities, in: [42], 2024.
[41] O. Khattab, M. Zaharia, Colbert: Eficient and efective passage search via contextualized late
interaction over bert, in: Proceedings of the 43rd International ACM SIGIR conference on research
and development in Information Retrieval, 2020, pp. 39–48.
[42] G. Faggioli, N. Ferro, P. Galuščáková, A. García Seco de Herrera (Eds.), Working Notes of CLEF
2024 - Conference and Labs of the Evaluation Forum, CLEF 2024, Grenoble, France, 2024.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <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>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>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Przybyła</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</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>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>
          ,
          <string-name>
            <surname>The</surname>
            <given-names>CLEF</given-names>
          </string-name>
          -2024 CheckThat! Lab:
          <string-name>
            <surname>Check-Worthiness</surname>
          </string-name>
          , Subjectivity, Persuasion, Roles, Authorities, and Adversarial Robustness, in: N.
          <string-name>
            <surname>Goharian</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Tonellotto</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Lipani</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
          </string-name>
          , I. Ounis (Eds.),
          <source>Advances in Information Retrieval</source>
          , Springer Nature Switzerland, Cham,
          <year>2024</year>
          , pp.
          <fpage>449</fpage>
          -
          <lpage>458</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <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="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Carley</surname>
          </string-name>
          ,
          <article-title>Tree LSTMs with convolution units to predict stance and rumor veracity in social media conversations</article-title>
          , in: A.
          <string-name>
            <surname>Korhonen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Traum</surname>
          </string-name>
          , L. Màrquez (Eds.),
          <article-title>Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics</article-title>
          , Florence, Italy,
          <year>2019</year>
          , pp.
          <fpage>5047</fpage>
          -
          <lpage>5058</lpage>
          . URL: https://aclanthology.org/P19-1498. doi:
          <volume>10</volume>
          . 18653/v1/
          <fpage>P19</fpage>
          -1498.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N.</given-names>
            <surname>Bai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Meng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Rui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>A multi-task attention tree neural net for stance classification and rumor veracity detection</article-title>
          ,
          <source>Applied Intelligence</source>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bhanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Saxena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dandapat</surname>
          </string-name>
          , J. Chandra, gDART:
          <article-title>Improving rumor verification in social media with Discrete Attention Representations</article-title>
          ,
          <source>Information Processing &amp; Management</source>
          <volume>59</volume>
          (
          <year>2022</year>
          )
          <fpage>102927</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.-F. Wong</surname>
          </string-name>
          ,
          <article-title>Rumor Detection on Twitter with Tree-structured Recursive Neural Networks, in: Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics</article-title>
          (Volume
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <year>2018</year>
          , pp.
          <fpage>1980</fpage>
          -
          <lpage>1989</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Byun</surname>
          </string-name>
          , C.
          <article-title>-</article-title>
          k. Kim,
          <article-title>Dynamic graph convolutional networks with attention mechanism for rumor detection on social media</article-title>
          ,
          <source>Plos one 16</source>
          (
          <year>2021</year>
          )
          <article-title>e0256039</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>