<!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-2021 CheckThat! Lab Task 2 on Detecting Previously Fact-Checked Claims in Tweets and Political Debates</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shaden Shaar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <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>Watheq Mansour</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maram Hasanain</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nikolay Babulkov</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Firoj Alam</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giovanni Da San Martino</string-name>
          <xref ref-type="aff" rid="aff3">3</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>Preslav Nakov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Qatar Computing Research Institute</institution>
          ,
          <addr-line>HBKU, Doha</addr-line>
          ,
          <country country="QA">Qatar</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Qatar University</institution>
          ,
          <country country="QA">Qatar</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Sofia University</institution>
          ,
          <country country="BG">Bulgaria</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Padova</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe the fourth edition of the CheckThat! Lab, part of the 2021 Conference and Labs of the Evaluation Forum (CLEF). The lab evaluates technology supporting three tasks related to factuality, and it covers Arabic, Bulgarian, English, Spanish, and Turkish. Here, we present the task 2, which asks to detect previously fact-checked claims (in two languages). A total of four teams participated in this task, submitted a total of sixteen runs, and most submissions managed to achieve sizable improvements over the baselines using transformer based models such as BERT, RoBERTa. In this paper, we describe the process of data collection and the task setup, including the evaluation measures used, and we give a brief overview of the participating systems. Last but not least, we release to the research community all datasets from the lab as well as the evaluation scripts, which should enable further research in detecting previously fact-checked claims.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Check-Worthiness Estimation</kwd>
        <kwd>Fact-Checking</kwd>
        <kwd>Veracity</kwd>
        <kwd>Verified Claims Retrieval</kwd>
        <kwd>Detecting Previously Fact-Checked Claims</kwd>
        <kwd>Social Media Verification</kwd>
        <kwd>Computational Journalism</kwd>
        <kwd>COVID-19</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <sec id="sec-1-1">
        <title>There has been a surge in research to develop systems for automatic fact-checking. However,</title>
        <p>
          such systems sufer from credibility issues. Hence, it is important to reduce the manual efort
by detecting when a claim has already been fact-checked. Work in this direction includes [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]
and [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]: the former developed a dataset for the task and proposed a ranking model, while the
latter proposed a neural ranking model using textual and visual modalities.
        </p>
        <p>To deal with this problem, we launched the CheckThat! Lab, which features a number of tasks
aiming to help automate the fact-checking process and to reduce the spread of disinformation
and misinformation. The CheckThat! lab2 was run for the fourth time in the framework
of CLEF 2021. The purpose of the 2021 edition of the lab was to foster the development of
technology that would enable finding check-worthy claims, finding claims that have been
previously fact-checked, and predicting the veracity of a news article and its topic. Thus, the
lab focuses on three types of content: (i) tweets, (ii) political debates and speeches, and (iii) news
articles.</p>
        <p>In this paper, we describe in detail the second task, detecting previously fact-checked claims, of
the CheckThat! lab tasks.3 Figure 1 shows the full CheckThat! identification and verification
pipeline, including the tasks on detecting check-worthy claims, detecting previously
factchecked claims, and veracity and topic detection of news articles. The second task is defined
as follows: “given a check-worthy input claim and a set of verified claims, rank the previously
verified claims in order of usefulness to fact-check the input claim.” It consists of the following
two subtasks:</p>
        <p>Subtask 2A: Detecting previously fact-checked claims in tweets. Given a tweet, detect
whether the claim it makes was previously fact-checked with respect to a collection of
fact-checked claims. This is a ranking task, ofered in Arabic and English, where the
systems need to return a list of top- candidates.</p>
        <p>Subtask 2B: Detecting previously fact-checked claims in political debates or speeches.</p>
      </sec>
      <sec id="sec-1-2">
        <title>Given a claim in a political debate or a speech, detect whether the claim has been previously fact-checked with respect to a collection of previously fact-checked claims. This is a ranking task, and it was ofered in English.</title>
      </sec>
      <sec id="sec-1-3">
        <title>For Subtask 2A, we focused on tweets, and it was ofered in Arabic, and English. The</title>
        <p>participants were free to work on any language(s) of their interest, and they could also use
multilingual approaches that make use of all datasets for training. Subtask 2A attracted four
teams, and the most successful approaches used transformers or a combination of embeddings,
manually engineered features, and neural networks. Section 3 ofers more details.</p>
      </sec>
      <sec id="sec-1-4">
        <title>For Subtask 2B, we focused on political debates and speeches, and we used PolitiFact as</title>
        <p>the main data source. The task attracted three teams, and a combination of transformers,
prepossessing, and augmentation approaches performed the best. Section 4 gives more details.</p>
      </sec>
      <sec id="sec-1-5">
        <title>As for the rest of the paper, Section 2 discusses some related work, and Section 5 concludes with final remarks.</title>
      </sec>
      <sec id="sec-1-6">
        <title>2http://sites.google.com/view/clef2021-checkthat/</title>
      </sec>
      <sec id="sec-1-7">
        <title>3Refer to [3] for an overview of the full CheckThat! 2021 lab.</title>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <sec id="sec-2-1">
        <title>A large body of research focused on developing automatic systems for fact-checking [8, 9, 10,</title>
        <p>
          11, 12]. This includes datasets [
          <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
          ], and evaluation campaigns [
          <xref ref-type="bibr" rid="ref15 ref16 ref17 ref18 ref6">15, 6, 16, 17, 18</xref>
          ]. However,
there are credibility issues with automated systems [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ], and thus a reasonable solution is to
build tools to facilitate human fact-checkers, e.g., by detecting previously fact-checked claims.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>This is an underexplored task and the only directly relevant work is [1, 20]; here, we use their</title>
        <p>
          annotation setup and one of their datasets: PolitiFact. Previous work has mentioned the task as
an integral step of an end-to-end automated fact-checking pipeline, but there was very little
detail provided about this component and it was not evaluated [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ].
        </p>
        <sec id="sec-2-2-1">
          <title>In an industrial setting, Google has developed the Fact Check Explorer,4 which allows users to</title>
          <p>search a number of fact-checking websites. However, the tool cannot handle a complex claim, as
it uses the standard Google search funcionality, which is not optimized for semantic matching
of long claims.</p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>Another related work is the ClaimsKG dataset and system [22], which includes 28K claims</title>
        <p>from multiple sources, organized into a knowledge graph (KG). The system can perform data
exploration, e.g., it can find all claims that contain a certain named entity or keyphrase. In
contrast, we are interested in detecting whether a claim was previously fact-checked.</p>
      </sec>
      <sec id="sec-2-4">
        <title>Finally, the task is related to semantic relatedness tasks, e.g., from the GLUE benchmark</title>
        <p>
          [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ], such as natural language inference (NLI) [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ], recognizing textual entailment (RTE) [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ],
paraphrase detection [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ], and semantic textual similarity (STS-B) [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. However, it difers from
them in a number of aspects; see [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] for more detail and discussion.
        </p>
      </sec>
      <sec id="sec-2-5">
        <title>4http://toolbox.google.com/factcheck/explorer</title>
      </sec>
      <sec id="sec-2-6">
        <title>Given a tweet, the task asks to detect whether the claim the tweet makes was previously fact</title>
        <p>checked with respect to a collection of fact-checked claims. The task is ofered in Arabic and</p>
      </sec>
      <sec id="sec-2-7">
        <title>English. This is a ranking task, where the systems are asked to return a list of top- candidates.</title>
        <p>3.1. Dataset</p>
      </sec>
      <sec id="sec-2-8">
        <title>Arabic To construct our verified claims collection, we selected 5,921 Arabic claims from</title>
        <p>
          AraFacts [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ], and 24,408 English claims from ClaimsKG [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ], which we translated to Arabic
using the Google translate API.5 To obtain our tweet–VerClaim pairs, we first selected a set of
1,274 Arabic verified claims from AraFacts such that each claim has at least one stated tweet
example in its corresponding fact-checking article. Second, we selected one tweet example for
each verified claim following the guidelines below:
        </p>
      </sec>
      <sec id="sec-2-9">
        <title>1. Select an Arabic tweet.</title>
      </sec>
      <sec id="sec-2-10">
        <title>2. Avoid tweets where the claim is stated in an image or a video.</title>
      </sec>
      <sec id="sec-2-11">
        <title>3. Try to choose the tweet example that does not exactly match the text of the claim.</title>
      </sec>
      <sec id="sec-2-12">
        <title>4. Avoid tweets that are relevant, but do not contain the claim or it is not clear whether they are about the claim.</title>
      </sec>
      <sec id="sec-2-13">
        <title>5. Avoid tweets that have more than one claim.</title>
      </sec>
      <sec id="sec-2-14">
        <title>The two annotators who constructed the tweet–VerClaim pairs swapped their pairs to double</title>
        <p>check that the selected tweets were compliant with the guidelines. They further resolved any
disagreements by discussing the reasons behind their choice, and excluded the claims where
the disagreement remains. We ended up with 858 tweet–VerClaim pairs.</p>
      </sec>
      <sec id="sec-2-15">
        <title>Due to the fact that AraFacts contains verified claims from five diferent Arabic fact-checking</title>
        <p>platforms, and since a claim can be verified by multiple sources, we had to check whether the
annotated tweets can be paired with more than one claim from our verified claims collection.</p>
      </sec>
      <sec id="sec-2-16">
        <title>We first adopted Jaccard similarity to check whether each verified claim in our collection was</title>
        <p>verified by multiple sources. For each given verified claim, we selected all the claims that had a</p>
      </sec>
      <sec id="sec-2-17">
        <title>Jaccard similarity above 30%; then, we asked the annotators to double-check and to exclude</title>
        <p>any non-similar claims. Given similar claims to the ones in our qrels (query relevances), we
constructed new tweet–VerClaim pairs.</p>
        <p>
          To further verify any missing similar claims, we used Pyserini [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] to index our verified
claims collection and we retrieved the top-25 potentially relevant verified claims for each tweet
in our dataset. One annotator then checked for missing tweet–VerClaim pairs in our previously
constructed qrels, and we expanded the qrels accordingly. Figure 2 presents some input tweet
examples from our dataset and the corresponding top-5 verified claims ranked based on their
relevance using a BM25 system.
        </p>
      </sec>
      <sec id="sec-2-18">
        <title>5https://cloud.google.com/translate</title>
        <p>3.2. Evaluation</p>
      </sec>
      <sec id="sec-2-19">
        <title>For the ranking tasks, as in the two previous editions of the CheckThat! lab, we calculated</title>
        <p>Mean Average Precision (MAP), reciprocal rank, Precision@ ( @) and MAP@ for  P
t1, 3, 5, 10, 20, 30u. We used MAP@5 as the oficial evaluation measure.</p>
        <p>Sen. Mitch McConnell: “As recently as October, now-President Biden
said you can’t legislate by executive action unless you are a
dictator. Well, in one week, he signed more than 30 unilateral actions.”
pic.twitter.com/PYQKe9Geez — Forbes (@Forbes) January 28, 2021
When he was still a candidate for the presidency in October 2020,
U.S. President Joe Biden said, “You can’t legislate by executive
order unless you’re a dictator.”
Photographs you post on Snapchat can now be used as evidence in legal
cases unless you opt out.</p>
        <p>U.S. Sen. Mitch McConnell said he would not participate in 2020 election
debates that include female moderators.</p>
        <p>U.S. Sen. Majority Leader Mitch McConnell said that U.S. President
Trump "provoked" the attack on the Capitol.</p>
        <p>President Joe Biden signed an executive order in 2021 allowing the U.S.
to fund abortions abroad.</p>
        <p>A supporter of President Donald Trump carries a Confederate battle flag
on the second floor of the U.S. Capitol near the entrance to the
Senate after breaching security defenses, in Washington, January 6, 2021.</p>
        <p>Photo by Mike Theiler pic.twitter.com/pbhwfAVsUX — corinne_perkins
(@corinne_perkins) January 6, 2021
In January 2021, Hillary Clinton suggested U.S. President Donald Trump
spoke by phone with Vladimir Putin on the day of an attack on the U.S.</p>
        <p>Capitol, Jan. 6, 2021.</p>
        <p>In January 2021, OnlyFans removed Donald Trump’s account in the
aftermath of the Jan. 6 attack on the U.S. Capitol.</p>
        <p>A Confederate flag was spotted inside and outside the U.S. Capitol
as a pro-Trump mob stormed the building.</p>
        <p>A pro-Trump mob chanted “Hang Mike Pence” as they stormed the U.S.</p>
        <p>Capitol on Jan. 6, 2021.</p>
        <p>Kevin Seefried, who carried a Confederate flag into the U.S. Capitol
during the attack on the building in January 2021, is registered as a
Democrat in Delaware.
✓
✗
✗
✗
✗
✗
✗
✓
✗
✗
3.3. Overview of the Systems</p>
      </sec>
      <sec id="sec-2-20">
        <title>A total of four teams participated in this task, submitting sixteen runs. One team participated in the Arabic task and three teams participated in the English task. Below, we discuss briefly the approach of each team.</title>
      </sec>
      <sec id="sec-2-21">
        <title>Team bigIR (2A:ar:1) fine-tuned AraBERT [ 31] by adding two neural network layers on top of</title>
        <p>it to predict the relevance score for a given tweet–VerClaim pair. The fine-tuned model was
used to re-rank the candidate claims based on the predicted relevance scores.
Verified claims (to match against)</p>
      </sec>
      <sec id="sec-2-22">
        <title>Team Aschern [32] (2A:en:1) used TF.IDF, fine-tuned pre-trained sentence-level BERT, and the</title>
        <p>re-ranking LambdaMART model. The system is evaluated on the English version of the dataset
collected from tweets.</p>
      </sec>
      <sec id="sec-2-23">
        <title>Team NLytics (2A:en:2) used RoBERTa with a regression function in the final layer by consid</title>
        <p>ering the problem as a ranking task.</p>
      </sec>
      <sec id="sec-2-24">
        <title>Team DIPS [33] (2A:en:3) used Sentence-BERT embeddings for all claims and then computed</title>
        <p>the cosine similarity for each pair of an input tweet and a verified claim. The prediction was
made by passing a sorted list of cosine similarities to a neural network.
3.4. Results</p>
        <p>Arabic A single system was submitted for this task by the bigIR team. They used AraBERT
to re-rank a list of candidates retrieved by a BM25 model. They first constructed a balanced
training dataset where the positive examples correspond to the query relevance (qrels) provided
by the organizers, while the negative examples were selected from the top retrieved candidates
by BM25 such that they are not already labeled as positive. Second, they fine-tuned AraBERT
to predict the relevance score for a given tweet–VerClaim pair. They added two neural network
layers on top of AraBERT to perform the classification. Finally, at inference time, they used BM25
to retrieve the top 20 candidate verified-claims. Then, they fed each tweet–VerClaim pair to the
ifne-tuned model to obtain a relevance score and to re-rank the candidate claims accordingly.</p>
      </sec>
      <sec id="sec-2-25">
        <title>Their system outperformed the Elastic Search baseline by a sizable margin achieving a MAP@5 of 0.908 (compared to 0.794 for Elastic Search baseline).</title>
        <p>0.910
0.799
English Three teams participated for English, submitting a total of ten runs. All of them
managed to improve over the Elastic Search (ES) baseline by a large margin. Team Aschern
performed best; they used TF.IDF, fine-tuned pre-trained sentence-BERT, and LambdaMART for
re-ranking, and scored 13.4 (MAP@5) points above the baseline. The second-best system was
submitted by the NLytics team, which fine-tuned RoBERTa, improving by 5 (MAP@5) points
absolute over the baseline.
4. Subtask 2B: Detecting Previously Fact-Checked Claims in</p>
        <p>Political Debates or Speeches</p>
      </sec>
      <sec id="sec-2-26">
        <title>Given a claim in a political debate or a speech, the task asks to detect whether the claim has</title>
        <p>been previously fact-checked with respect to a collection of previously fact-checked claims.</p>
      </sec>
      <sec id="sec-2-27">
        <title>This is also a ranking task, and it was ofered in English.</title>
        <p>4.1. Dataset
4.2. Evaluation</p>
      </sec>
      <sec id="sec-2-28">
        <title>We have 669 claims from political debates [1], matched against 804 verified claims (some input</title>
        <p>claims match more than one verified claim) in a collection of 19,250 verified claims in PolitiFact.</p>
      </sec>
      <sec id="sec-2-29">
        <title>We report some statistics about the dataset in the last column of Table 2.</title>
      </sec>
      <sec id="sec-2-30">
        <title>Similarly to subtask-2A, we treat this as a ranking task, and we report the same evaluation measures. Once again, MAP@5 is the oficial evaluation measure.</title>
        <p>0.339
0.313
0.308
0.210</p>
        <p>MAP
0.351
0.338
0.332
0.219
0.304
0.266
0.253
0.165</p>
        <p>Precision
4.3. Overview of the Systems</p>
      </sec>
      <sec id="sec-2-31">
        <title>Among the three participating teams, none could beat the oficial baseline. Below, we ofer a short description of each systems.</title>
      </sec>
      <sec id="sec-2-32">
        <title>Team DIPS [33] (2B:en:2) was the top-ranked team. They used sentence -BERT embeddings</title>
        <p>for all claims (input and verified), then computed a cosine similarity for each pair of an input
claim and a verified claim. Finally, they made a prediction by passing a sorted list of cosine
similarities to a neural network.</p>
      </sec>
      <sec id="sec-2-33">
        <title>Team BeaSku [35] (2B:en:3) used triplet loss training to fine-tune sentence BERT. Then, they</title>
        <p>used the scores predicted by that model along with BM25 scores as features to train a rankSVM
re-ranker. They further studied the impact of applying online mining of triplets, and they
performed some experiments to augment the dataset automatically.</p>
      </sec>
      <sec id="sec-2-34">
        <title>Team NLytics (2B:en:4) fine-tuned RoBERTa with a regression function in the final layer,</title>
        <p>treating the problem as a ranking task.
4.4. Results</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>5. Conclusion and Future Work</title>
      <sec id="sec-3-1">
        <title>We have provided a detailed overview of the CLEF 2021 CheckThat! lab task 2, which focused</title>
        <p>on detecting previously fact-checked claims in tweets (Subtask 2A), and in political debates or
speeches (Subtask 2B). Inline with the general mission of CLEF, we promoted multi-linguality
by ofering the task in two diferent languages: Arabic and English. The participating systems
ifne-tuned transformer models (such as BERT and RoBERTa) and some tried data augmentation.</p>
      </sec>
      <sec id="sec-3-2">
        <title>For Subtask 2A, four systems (one for Arabic and three for English) participated, and all outperformed a BM25 baseline. For Subtask 2B, none of the three participating teams could beat the baseline.</title>
      </sec>
      <sec id="sec-3-3">
        <title>We plan a new iteration of the CLEF CheckThat! lab and of task 2, which will ofer new larger training datasets and additional languages.</title>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgments</title>
      <sec id="sec-4-1">
        <title>The work of Tamer Elsayed and Maram Hasanain was made possible by NPRP grant #NPRP</title>
        <p>11S-1204-170060 from the Qatar National Research Fund (a member of Qatar Foundation). The
work of Fatima Haouari was supported by GSRA grant #GSRA6-1-0611-19074 from the Qatar</p>
      </sec>
      <sec id="sec-4-2">
        <title>National Research Fund (a member of Qatar Foundation). The statements made herein are solely the responsibility of the authors.</title>
        <sec id="sec-4-2-1">
          <title>This work is part of the Tanbih mega-project,6 developed at the Qatar Computing Research</title>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>Institute, HBKU, which aims to limit the impact of “fake news”, propaganda, and media bias by making users aware of what they are reading, thus promoting media literacy and critical thinking.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          , G. Da San Martino, P. Nakov,
          <article-title>That is a known lie: Detecting previously fact-checked claims, in: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2020</year>
          ,
          <year>2020</year>
          , pp.
          <fpage>3607</fpage>
          -
          <lpage>3618</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>N.</given-names>
            <surname>Vo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Where are the facts? searching for fact-checked information to alleviate the spread of fake news</article-title>
          ,
          <source>in: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing, EMNLP</source>
          <year>2020</year>
          ,
          <year>2020</year>
          , pp.
          <fpage>7717</fpage>
          -
          <lpage>7731</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. S. M.</given-names>
            <surname>Giovanni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Míguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Mansour</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hamdan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. S.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. S.</given-names>
            <surname>Kartal</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2021 CheckThat! lab on detecting check-worthy claims, previously fact-checked claims, and fake news</article-title>
          ,
          <source>CLEF</source>
          <year>2021</year>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hamdan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. S.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. S.</given-names>
            <surname>Kartal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          , G. Da San Martino, A.
          <string-name>
            <surname>Barrón-Cedeño</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Míguez</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Elsayed</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2021 CheckThat! lab task 1 on check-worthiness estimation in tweets and political debates</article-title>
          ,
          <source>in: [36]</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          , T. Mandl,
          <article-title>Overview of the CLEF-2021 CheckThat! lab: Task 3 on fake news detection</article-title>
          ,
          <source>in: [36]</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , G. Da San Martino, M. Hasanain,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hamdan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. Sheikh</given-names>
            <surname>Ali</surname>
          </string-name>
          , Overview of CheckThat! 2020:
          <article-title>Automatic identification and verification of claims in social media</article-title>
          ,
          <source>LNCS (12260)</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          , G. Da San Martino, P. Atanasova,
          <article-title>Overview of the CLEF-2019 CheckThat!: Automatic identification and verification of claims, in: Experimental IR Meets Multilinguality</article-title>
          , Multimodality, and Interaction,
          <string-name>
            <surname>LNCS</surname>
          </string-name>
          ,
          <year>2019</year>
          , pp.
          <fpage>301</fpage>
          -
          <lpage>321</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Meng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Fan</surname>
          </string-name>
          , J. Han,
          <article-title>A survey on truth discovery</article-title>
          ,
          <source>SIGKDD Explor. Newsl</source>
          .
          <volume>17</volume>
          (
          <year>2016</year>
          )
          <fpage>1</fpage>
          -
          <lpage>16</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>K.</given-names>
            <surname>Shu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sliva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          , H. Liu,
          <article-title>Fake news detection on social media: A data mining perspective</article-title>
          ,
          <source>SIGKDD</source>
          <volume>19</volume>
          (
          <year>2017</year>
          )
          <fpage>22</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>D. M. Lazer</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Baum</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Benkler</surname>
            ,
            <given-names>A. J.</given-names>
          </string-name>
          <string-name>
            <surname>Berinsky</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. Greenhill</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Menczer</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          <string-name>
            <surname>Metzger</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Nyhan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Pennycook</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Rothschild</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Schudson</surname>
            ,
            <given-names>S. A.</given-names>
          </string-name>
          <string-name>
            <surname>Sloman</surname>
            ,
            <given-names>C. R.</given-names>
          </string-name>
          <string-name>
            <surname>Sunstein</surname>
            ,
            <given-names>E. A.</given-names>
          </string-name>
          <string-name>
            <surname>Thorson</surname>
            ,
            <given-names>D. J.</given-names>
          </string-name>
          <string-name>
            <surname>Watts</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          <string-name>
            <surname>Zittrain</surname>
          </string-name>
          ,
          <article-title>The science of fake news</article-title>
          ,
          <source>Science</source>
          <volume>359</volume>
          (
          <year>2018</year>
          )
          <fpage>1094</fpage>
          -
          <lpage>1096</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Vosoughi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Aral,</surname>
          </string-name>
          <article-title>The spread of true and false news online</article-title>
          ,
          <source>Science</source>
          <volume>359</volume>
          (
          <year>2018</year>
          )
          <fpage>1146</fpage>
          -
          <lpage>1151</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>N.</given-names>
            <surname>Vo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>The rise of guardians: Fact-checking URL recommendation to combat fake news</article-title>
          ,
          <source>in: Proceedings of the 41st International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <string-name>
            <surname>SIGIR</surname>
          </string-name>
          <year>2018</year>
          ,
          <year>2018</year>
          , pp.
          <fpage>275</fpage>
          -
          <lpage>284</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N.</given-names>
            <surname>Hassan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tremayne</surname>
          </string-name>
          ,
          <article-title>Detecting check-worthy factual claims in presidential debates</article-title>
          , in: J.
          <string-name>
            <surname>Bailey</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Mofat</surname>
            ,
            <given-names>C. C.</given-names>
          </string-name>
          <string-name>
            <surname>Aggarwal</surname>
            , M. de Rijke,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Murdock</surname>
            ,
            <given-names>T. K.</given-names>
          </string-name>
          <string-name>
            <surname>Sellis</surname>
            ,
            <given-names>J. X.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
          </string-name>
          (Eds.),
          <source>Proceedings of the 24th ACM International Conference on Information and Knowledge Management</source>
          ,
          <string-name>
            <surname>CIKM</surname>
          </string-name>
          <year>2015</year>
          ,
          <article-title>Melbourne</article-title>
          ,
          <string-name>
            <surname>VIC</surname>
          </string-name>
          , Australia,
          <source>October 19 - 23</source>
          ,
          <year>2015</year>
          ,
          <year>2015</year>
          , pp.
          <fpage>1835</fpage>
          -
          <lpage>1838</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>I.</given-names>
            <surname>Augenstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lioma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Chaves</given-names>
            <surname>Lima</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hansen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hansen</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. G. Simonsen,</surname>
          </string-name>
          <article-title>MultiFC: A real-world multi-domain dataset for evidence-based fact checking of claims</article-title>
          ,
          <source>in: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing, EMNLPIJCNLP</source>
          <year>2019</year>
          ,
          <year>2019</year>
          , pp.
          <fpage>4685</fpage>
          -
          <lpage>4697</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J.</given-names>
            <surname>Thorne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vlachos</surname>
          </string-name>
          , Automated fact checking:
          <article-title>Task formulations, methods and future directions</article-title>
          ,
          <source>in: COLING</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>3346</fpage>
          -
          <lpage>3359</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          , G. Da San Martino, P. Nakov, Overview of CheckThat! 2020 English:
          <article-title>Automatic identification and verification of claims in social media</article-title>
          ,
          <source>in: [ 37]</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hamdan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          , G. Da San Martino, P. Nakov, Overview of CheckThat! 2020 Arabic:
          <article-title>Automatic identification and verification of claims in social media</article-title>
          ,
          <source>in: [37]</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , G. Da San Martino, T. Elsayed,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Míguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. Kishore</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Maria</given-names>
            <surname>Struß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <surname>The</surname>
            <given-names>CLEF</given-names>
          </string-name>
          -2021
          <string-name>
            <surname>CheckThat!</surname>
          </string-name>
          <article-title>Lab on detecting check-worthy claims, previously fact-checked claims, and fake news</article-title>
          ,
          <source>in: ECIR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>639</fpage>
          -
          <lpage>649</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>P.</given-names>
            <surname>Arnold</surname>
          </string-name>
          ,
          <article-title>The challenges of online fact checking</article-title>
          ,
          <source>Technical Report, Full Fact</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. D. S.</given-names>
            <surname>Martino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>The role of context in detecting previously fact-checked claims</article-title>
          ,
          <source>arXiv:2104.07423</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>N.</given-names>
            <surname>Hassan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Arslan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Caraballo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jimenez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gawsane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Joseph</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kulkarni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Nayak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sable</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Tremayne, ClaimBuster: The first-ever end-to-end fact-checking system</article-title>
          ,
          <source>Proceedings of VLDB Endow</source>
          .
          <volume>10</volume>
          (
          <year>2017</year>
          )
          <fpage>1945</fpage>
          -
          <lpage>1948</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>A.</given-names>
            <surname>Tchechmedjiev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fafalios</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Boland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gasquet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zloch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zapilko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dietze</surname>
          </string-name>
          , K. Todorov,
          <article-title>ClaimsKG: A knowledge graph of fact-checked claims</article-title>
          ,
          <source>in: Proceedings of the 18th International Semantic Web Conference, ISWC</source>
          <year>2019</year>
          ,
          <year>2019</year>
          , pp.
          <fpage>309</fpage>
          -
          <lpage>324</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>A.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Michael</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Hill</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Levy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Bowman</surname>
          </string-name>
          ,
          <string-name>
            <surname>GLUE:</surname>
          </string-name>
          <article-title>A multi-task benchmark and analysis platform for natural language understanding</article-title>
          ,
          <source>in: Proceedings of the 7th International Conference on Learning Representations, ICLR</source>
          <year>2019</year>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>A.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Nangia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bowman</surname>
          </string-name>
          ,
          <article-title>A broad-coverage challenge corpus for sentence understanding through inference, in: Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          , NAACL-HLT
          <year>2018</year>
          ,
          <year>2018</year>
          , pp.
          <fpage>1112</fpage>
          -
          <lpage>1122</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>L.</given-names>
            <surname>Bentivogli</surname>
          </string-name>
          , I. Dagan,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Dang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Giampiccolo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Magnini</surname>
          </string-name>
          ,
          <article-title>The fifth PASCAL recognizing textual entailment challenge</article-title>
          ,
          <source>in: Proceedings of the Text Analysis Conference, TAC '09</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>W. B.</given-names>
            <surname>Dolan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Brockett</surname>
          </string-name>
          ,
          <article-title>Automatically constructing a corpus of sentential paraphrases</article-title>
          ,
          <source>in: Proceedings of the Third International Workshop on Paraphrasing</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>D.</given-names>
            <surname>Cer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Diab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Agirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Lopez-Gazpio</surname>
          </string-name>
          , L. Specia, SemEval
          <article-title>-2017 task 1: Semantic textual similarity multilingual and crosslingual focused evaluation</article-title>
          ,
          <source>in: Proceedings of the 11th International Workshop on Semantic Evaluation, SemEval</source>
          <year>2017</year>
          ,
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Z. S.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Mansour</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Al-Ali</surname>
          </string-name>
          ,
          <article-title>AraFacts: The first large Arabic dataset of naturally occurring claims</article-title>
          ,
          <source>in: Proceedings of the Sixth Arabic Natural Language Processing Workshop</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>231</fpage>
          -
          <lpage>236</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>A.</given-names>
            <surname>Tchechmedjiev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fafalios</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Boland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gasquet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zloch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zapilko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dietze</surname>
          </string-name>
          , K. Todorov,
          <article-title>ClaimsKG: A knowledge graph of fact-checked claims</article-title>
          ,
          <source>in: Proceedings of the International Semantic Web Conference, ISWC 2019</source>
          , Springer,
          <year>2019</year>
          , pp.
          <fpage>309</fpage>
          -
          <lpage>324</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Ma</surname>
          </string-name>
          , S.-
          <string-name>
            <surname>C. Lin</surname>
            ,
            <given-names>J.-H.</given-names>
          </string-name>
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Pradeep</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Nogueira</surname>
          </string-name>
          ,
          <article-title>Pyserini: A python toolkit for reproducible information retrieval research with sparse and dense representations</article-title>
          ,
          <source>in: Proceedings of the 44th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR)</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>W.</given-names>
            <surname>Antoun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baly</surname>
          </string-name>
          , H. Hajj,
          <article-title>AraBERT: Transformer-based model for Arabic language understanding</article-title>
          ,
          <source>in: Proceedings of the 4th Workshop on Open-Source Arabic Corpora and Processing Tools</source>
          , OSAC '20,
          <string-name>
            <surname>Marseille</surname>
          </string-name>
          , France,
          <year>2020</year>
          , pp.
          <fpage>9</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>A.</given-names>
            <surname>Chernyavskiy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ilvovsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , Aschern at CLEF CheckThat!
          <year>2021</year>
          :
          <article-title>Lambdacalculus of fact-checked claims</article-title>
          ,
          <source>in: [36]</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mihaylova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Borisova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chemishanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hadzhitsanev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hardalov</surname>
          </string-name>
          , P. Nakov, DIPS at CheckThat! 2021:
          <article-title>Verified claim retrieval</article-title>
          , in: [36],
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pritzkau</surname>
          </string-name>
          , NLytics at CheckThat!
          <year>2021</year>
          <article-title>: Multi-class fake news detection of news articles and domain identification with RoBERTa - a baseline model</article-title>
          ,
          <source>in: [36]</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>B.</given-names>
            <surname>Skuczyńska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Spenader</surname>
          </string-name>
          , P. Nakov, BeaSku at CheckThat! 2021:
          <article-title>Fine-Tuning Sentence BERT with Triplet Loss and Limited Data</article-title>
          , in: [36],
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>G.</given-names>
            <surname>Faggioli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Joly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Maistro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi</surname>
          </string-name>
          (Eds.),
          <source>CLEF 2021 Working Notes. Working Notes of CLEF 2021-Conference and Labs of the Evaluation Forum</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>L.</given-names>
            <surname>Cappellato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Eickhof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Névéol (Eds.),
          <source>CLEF 2020 Working Notes, CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>