<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Work-
shops October</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Too Many Claims to Fact-Check: Prioritizing Political Claims Based on Check-Worthiness</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Yavuz Selim Kartal, Mucahid Kutlu, and Busra Guvenen Department of Computer Engineering TOBB University of Economics and Technology Ankara</institution>
          ,
          <country country="TR">Turkey</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>1</volume>
      <fpage>9</fpage>
      <lpage>20</lpage>
      <abstract>
        <p>The massive amount of misinformation spreading on the Internet on a daily basis has enormous negative impacts on societies. Therefore, we need automated systems helping fact-checkers in the combat against misinformation. In this paper, we propose a model prioritizing the claims based on their checkworthiness. We use BERT model with additional features including domain-speci c controversial topics, word embeddings, and others. In our experiments, we show that our proposed model outperforms all state-of-the-art models in both test collections of CLEF Check That! Lab in 2018 and 2019. We also conduct a qualitative analysis to shed light detecting check-worthy claims. We suggest requesting rationales behind judgments are needed to understand subjective nature of the task and problematic labels.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The World Economic Forum (WEF) has ranked
massive digital misinformation as one of the top global
risks in 20131. Unfortunately, the foresight of WEF
seems right as we encountered many unpleasant
incidents due to the misinformation spread on the Internet
since 2013 such as the gun ght due to \Pizzagate" fake
news2 and increased mistrust towards vaccines3.</p>
      <p>
        In order to combat against misinformation and
its negative outcomes, fact-checking websites (e.g.,
Snopes4) detect the veracity of claims spread over
the Internet and share their ndings with their
readers [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. However, fact-checking is an extremely
timeconsuming process, taking around one day for a single
claim [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. While these invaluable journalistic e orts
help to reduce the spread of misinformation, Vosoughi
et al. [
        <xref ref-type="bibr" rid="ref14">22</xref>
        ] report that false news spread eight times
faster than true news. Therefore, systems helping
factcheckers are urgently needed in the combat against
misinformation.
      </p>
      <p>
        As human fact-checkers are not able detect the
veracity of all claims spread on the Internet, it is vital to
spend their precious time in fact-checking the most
important claims. Therefore, an automatic system
monitoring social media posts, news articles and statements
of politicians, and detecting the check-worthy claims is
needed. A number of researchers focused on this
important problem (e.g., [
        <xref ref-type="bibr" rid="ref12 ref13 ref20">12, 19, 13</xref>
        ]). Furthermore,
Conference and Labs of Evaluation Forum (CLEF) Check
That! Lab (CTL) has been organizing shared-tasks on
detecting check-worthy claims since 2018 [
        <xref ref-type="bibr" rid="ref19 ref2 ref4">18, 2, 4</xref>
        ]. In
CTL tasks, a political debate or a transcribed speech
is separated by sentences and participants are asked
to rank the sentences according to their priority to
be fact-checked. In CTL'20 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], tweets have also been
used for this task.
      </p>
      <p>
        In this paper, we propose a ranking model that
prioritizes claims based on their check-worthiness. We
propose a BERT-based hybrid system in which we rst
ne tune a BERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] model for this task, and then use
its prediction and other features we de ne in a logistic
regression model to prioritize the claims. The features
we use include word-embeddings, presence of
comparative and superlative adjectives, domain-speci c
controversial topics, and others. Our model achieves
0.255 and 0.176 mean average precision (MAP) scores
in CTL'18 and CTL'19 datasets, respectively,
outperforming all state-of-the-art models including
participants of the corresponding shared-tasks,
ClaimBuster [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], BERT, XLNET [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], and Lespagnol et
al.[
        <xref ref-type="bibr" rid="ref16">15</xref>
        ]'s model. We share our code for the
reproducibility of our results5.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        As the US presidential election in 2016 is one of
the main motivating reasons for fact-checking studies,
prior work mostly used debates and other speeches of
US politicians as their datasets (e.g., [
        <xref ref-type="bibr" rid="ref12 ref16">12, 15</xref>
        ]).
Therefore, the majority of studies focused on English. The
Arabic datasets used in prior work ([
        <xref ref-type="bibr" rid="ref13 ref19">13, 18</xref>
        ]) are just
translations of English datasets.
      </p>
      <p>
        ClaimBuster [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] is one of the rst studies about
check-worthiness. ClaimBuster is a supervised model
using many features including part-of-speech (POS)
tags, named entities, sentiment, and TF-IDF
representations of claims. TATHYA [
        <xref ref-type="bibr" rid="ref20">19</xref>
        ] uses topics, POS
tuples, entity history, and bag-of-words as features. The
topics are detected by LDA model trained on
transcripts of all presidential debates from 1976 to 2016.
      </p>
      <p>
        Gencheva et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] propose a neural network model
with a long list of sentence level and contextual
features including sentiment, named entities, word
embeddings, topics, contradictions, and others. Jaradat
et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] use roughly the same features with Gencheva
et al., but extend the model for Arabic. In its followup
work, Vasileva et al. [
        <xref ref-type="bibr" rid="ref22">21</xref>
        ] propose a multi-task learning
model to detect whether a claim will be fact-checked
by at least ve (out of nine) pre-selected reputable
fact-checking organizations.
      </p>
      <p>
        CLEF has been organizing Check That! Labs
(CTL) since 2018. Seven teams participated in
checkworthiness task of CTL'18. The participant teams
used various learning models such as recurrent
neural network (RNN) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], multilayer perceptron [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ],
random forest (RF) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], k-nearest neighbor (kNN) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
and Support Vector Machine (SVM) [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] with di
erent sets of features such as bag-of-words [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ],
character n-gram [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], POS tags [
        <xref ref-type="bibr" rid="ref10 ref25 ref26">26, 10, 25</xref>
        ], verbal forms [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ],
named entities [
        <xref ref-type="bibr" rid="ref25 ref26">26, 25</xref>
        ], syntactic dependencies [
        <xref ref-type="bibr" rid="ref10 ref26">26, 10</xref>
        ],
and word embeddings [
        <xref ref-type="bibr" rid="ref10 ref25 ref26">26, 10, 25</xref>
        ]. On English dataset,
Prise de Fer [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] team achieved the best MAP scores
5https://github.com/YSKartal/political-claimscheckworthiness
using almost every feature mentioned before with
SVM-Multilayer perceptron learning.
      </p>
      <p>
        In 2019, 11 teams participated in check-worthiness
task of CTL'19. Participants used varying models such
as LSTM, SVM, naive bayes, and logistic regression
(LR) with many features including readability of
sentences and their context [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Copenhagen team [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
achieved the best overall performance using syntactic
dependency and word embeddings with weakly
supervised LSTM model.
      </p>
      <p>
        Lespagnol et al. [
        <xref ref-type="bibr" rid="ref16">15</xref>
        ] investigated using various
learning models such as SVM, LR, and Random
Forests, with a long list of features including
wordembeddings, POS tags, syntactic dependency tags,
entities, and \information nutritional" features which
represent factuality, emotion, controversy, credibility,
and technicality of statements. In our experiments we
show that our model outperforms Lespagnol et al. on
both test collections.
      </p>
      <p>
        Our proposed an approach distinguishes from the
existing studies as follows. 1) We propose a
BERTbased hybrid model which uses ne-tuned BERT's
output with many other features. 2) As the topic might
be a strong indicator for check-worthiness, many
studies used various types of topics such as general topics
[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], globally controversial topics [
        <xref ref-type="bibr" rid="ref16">15</xref>
        ], and topics
discussed in old US presindential debates [
        <xref ref-type="bibr" rid="ref20">19</xref>
        ]. However,
we believe that check-worthiness of a claim depends on
local and present controversial topics. Thus, we use a
list of hand-crafted controversial topics related to US
elections. 3) We also use two di erent sets of features
including a hand-crafted list of words and presence of
comparative and superlative adjectives and adverbs.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Proposed Approach</title>
      <p>
        We propose a supervised model with a number of
features described below. We investigate various learning
models including LR, SVM, random forest, MART [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ],
and LambdaMART [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Now we explain the features
we use.
      </p>
      <p>BERT: We rst ne tune BERT using respective
training data. Next, we use its prediction value as one
of our features.</p>
      <p>
        Word Embeddings (WE): Words that are
semantically and syntactically similar tends to be close
in the embedding space, allowing us to capture
similarities between claims. We represent a sentence as
the average vector of its words excluding the
outof-vocabulary ones. Word embedding vectors are
extracted from the pre-trained word2vec model [
        <xref ref-type="bibr" rid="ref18">17</xref>
        ]
which has a feature vector size of 300.
      </p>
      <p>
        Controversial Topics (CT): Sentences about
controversial topics might include check-worthy
claims. Lespagnol et al. [
        <xref ref-type="bibr" rid="ref16">15</xref>
        ] use a list of
controversial issues compiled from Wikipedia
article \Wikipedia:List of controversial issues". However,
the list they use covers many controversial issues which
have very limited coverage in current US media such
as \Lebanon", \Chernobyl", and \Spanish Civil War"
while the data we use are about recent US politics.
We believe that controversy of a topic depends on
the society. For instance, US politicians propose
different policies for immigrants, yielding heated
discussions among them and their supporters. On the other
hand, US domestic politics are much less interested
in refugee crisis in Mediterranean sea than European
countries. Therefore, a claim about Mexican
immigrants might be check-worthy for people living in US
while they might nd claims about refugees taking a
dangerous path to reach Europe not-check-worthy. In
contrast, people living in Europe might consider the
latter case as check-worthy and the former one as
notcheck-worthy. In addition, controversy of a topic might
change over time. For instance, Cold War (which also
exists in that Wikipedia list) might be one of the most
discussed topics in US politics before the collapse of
the Soviet Union in 1991. However, nowadays it is
rarely covered by US media. Therefore, we propose
using controversial issues related to the data we use,
instead of any controversial issue around the globe and
in the history.
      </p>
      <p>Firstly, we identi ed 11 major topics in current US
politics including immigration, gun policy, racism,
education, Islam, climate change, health policy, abortion,
LGBT, terror, and wars in Afghanistan and Iraq. For
each topic, we identi ed related words and calculate
the average of these words using their word embedding
vectors. For instance, for the immigration topic, we
used words \immigrants", \illegal", \borders",
\Mexican", \Latino" and \Hispanic".</p>
      <p>
        In this feature set of size 11, we calculate cosine
similarity between sentences and each topic by using
their vector presentation. We use the average of word
embeddings for sentences excluding stopwords with
NLTK [
        <xref ref-type="bibr" rid="ref17">16</xref>
        ].
      </p>
      <p>Comparative &amp; Superlative (CS): Politicians
frequently use sentences comparing themselves with
others because each candidate tries to convince the
public that s/he is better than his/her opponent.
Therefore, the comparisons in political speeches might
impact people's voting decision and, thereby, it might
be important to check their veracity. Thus, in this
feature, we use the number of comparative and
superlative adjectives and adverbs in sentences.</p>
      <p>Handcrafted Word List (HW): Particular
words convey important information about
checkworthiness because 1) it might be related to an
important topic (e.g., \unemployment"), 2) it represents
a numerical value, increasing the factuality of the
sentence (e.g., \percent") and 3) its semantic represents
a comparison between two cases (e.g., \increase" and
\decrease"). Thus, we rst identi ed 66 words
analyzing training datasets of CTL'18 and CTL'19. In this
feature, we check whether there is an overlap between
lemmas of selected words and lemmas of words in the
respective sentence.</p>
      <p>Verbe Tense (VT): We cannot detect the veracity
of claims about future while we can only verify claims
about the present or past. Thus, the verbe tense of
sentences might be an e ective indicator for
checkworthiness of claims. This feature vector represents
the existence or absence of each tense in the predicate
of the claims.</p>
      <p>Part-of-speech (POS) Tags: If a sentence does
not contain any informative words, then it is less likely
to be check-worthy. To represent the information load
of a claim, we use the number of nouns, verbs, adverbs
and adjectives, separately.
4
4.1</p>
    </sec>
    <sec id="sec-4">
      <title>Experiments</title>
      <sec id="sec-4-1">
        <title>Experimental Setup</title>
        <p>
          Implementation: We use ktrain library6 to ne-tune
BERT model with 1 cycle learning rate policy and
maximum learning rate of 2e-5 [
          <xref ref-type="bibr" rid="ref21">20</xref>
          ]. We use SpaCy7
for all syntactic and semantic analyses. We use Scikit
toolkit8 for the implementations of SVM, Random
Forest (RF), and LR. The parameter settings of the
learning algorithms are as follows. We use default
parameters for SVM. We set the number of trees to 50 and the
maximum depth to 5 for RF. We use multinomial and
lbfgs settings for LR. For MART and LambdaMART
models, we use RankLib9 library, and set the number
of trees and leaves to 50 and 2, respectively.
Data: We evaluate the performance of our system
with two datasets used in CTL'18 and CTL'19. The
details about them are given in Table 1. CTL'18
consists of transcripts of debates and speeches while
CTL'19 contains also press conferences and posts.
6https://pypi.org/project/ktrain/
7https://spacy.io/
8https://scikit-learn.org
9https://sourceforge.net/p/lemur/wiki/RankLib/
Baselines: We compare our model against the
following models.
        </p>
        <p>
          Lespagnol et al. [
          <xref ref-type="bibr" rid="ref16">15</xref>
          ] : Lespagnol et al. report the
best results on CTL'18 so far. Therefore, we use it
as one of our baselines. In order to get its results
for CTL'19, we contacted with the authors to get
their own code. The authors provide us the values
of \information nutrition" features and
instructions about how to generate WE embeddings. We
implemented their method using the values they
shared and following their instructions10.
        </p>
        <p>
          ClaimBuster : We use the popular pretrained
ClaimBuster API11 [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] which is trained on a
dataset covering di erent debates that do not
exist on CTL'18 and CTL'19.
        </p>
        <p>
          BERT : As it is reported that BERT based
models outperform state-of-the-art models in various
NLP tasks, we compare our model against using
only BERT. We ne tune BERT model using the
respective training dataset and predict the
checkworthiness of claims using the ne-tuned model.
XLNET : It is reported that XLNet outperfroms
BERT in various NLP tasks [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. Thus, we use
XL-NET for this task by ne-tuning with the
respective training dataset.
        </p>
        <p>
          Best of CTL'18 and CTL'19 : For each dataset,
we also report the performance of best systems
participated in the shared-tasks, i.e., Prise de Fer
team [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] and Copenhagen team [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] for CTL'18
and CTL'19, respectively.
        </p>
        <p>Training &amp; Testing: We use the same setup with
CTL'18 and CTL'19 to maintain a fair comparison
with the baselines. We follow the evaluation method
used on CTL'18 and CTL'19: We calculate average
precision (AP), R-precision (RP), precision@5 (P@5)
and precision@10 (P@10) for each le (i.e., debate,
speech) and then report the average performance.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Experimental Results</title>
        <p>In this section, we present experimental results on test
data using di erent sets of features and varying
learning algorithms.</p>
        <p>Comparison of Learning Algorithms. In our
rst set of experiments, we evaluate logistic regression
10It is noteworthy that we obtain 0.2115 MAP score on
CTL'18 with our implementation of their method while they
report 0.23 MAP score in their paper. We are not aware of any
bug in our code but the performance di erence might be
because of di erent versions of the same library. Nevertheless, the
results we present for their method on CTL'19 should be taken
with a grain of salt.</p>
        <p>
          11https://idir.uta.edu/claimbuster/
(LR), SVM, random forest (RF), MART and
LambdaMART models using all features de ned in Section
3. Table 2 shows MAP scores of each model.
Interestingly, LR outperforms all other models. In a similar
experiment Lespagnol et al.[
          <xref ref-type="bibr" rid="ref16">15</xref>
          ] conducted, they also
report that LR yields higher results than other models
they used. Nevertheless, we use LR in our following
experiments.
Feature Ablation. In order to analyze the e
ectiveness of features we use, we apply two techniques: 1)
Leave-one-out methodology in which we exclude one
type of feature group and calculate the model's
performance without it, and 2) Use-only-one methodology
in which only a single feature group is used for
prediction. The results are shown in Table 3.
        </p>
        <p>From the results in Table 3, we see that features
have di erent e ects on each dataset. BERT is the
most e ective feature on CTL'19. However, in contrast
to our expectations, WE seems more e ective feature
than BERT on CTL'18. On CTL'18, the performance
decreases by nearly 25% when WE is excluded. In
addition, we achieve the highest MAP score when we
use only WE. On CTL'19, we achieve 0.1356 MAP
score using only WE, showing that it is more e ective
than other features except BERT. However, the
performance of our model increases when we exclude WE
(0.1775 vs. 0.1786 in Table 3), suggesting that the
information it contributes is covered by other features
on CTL'19.</p>
        <p>Excluding hand-crafted word list (HW) features
causes performance decrease in both test collections.
In addition, using only HW features outperforms all
participants of CTL'18 (0.153 vs 0.1332 in Table 3).
These promising results suggest that expanding this
list might lead further performance increases.</p>
        <p>Our results also suggest that Controversial
Topics (CT) are e ective features. Excluding them
decreases the performance of the model in both
collections while using only CT features yield high scores,
slightly outperforming the best performing system on
CTL'18 (0.1363 vs. 0.1332 in Table 3).</p>
        <p>Excluding CS and POS features also slightly
decrease the performance of the model in both test
collections. Regarding time tense features, our results are
mix. Excluding time tense feature causes a slight
performance decrease on CTL'19, but yields higher
performance score on CTL'18.</p>
        <p>Comparison Against Baselines. We pick the
model that includes all features except VT as our
primary model because it achieves the highest MAP score
on average. We compare our primary model with the
baselines. The results are presented in Table 4.</p>
        <p>
          Our proposed model outperforms all other
models based on all evaluation metrics on CTL'18. On
CTL'19, our proposed model achieves the highest
MAP score, which is the o cial metric used in CTL.
BERT model outperforms other models based on
P@10 on CTL'19. Regarding P@5 metric, our model,
BERT and Copenhagen Team achieve the same
highest scores with 0.2571. Regarding RP, Copenhagen
Team achieves the highest score. Overall, our model
outperforms all other models based on the o cial
evalution metric of CTL while BERT and Copenhagen
Team [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] also achieve comparable performance on
CTL'19.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Qualitative Analysis</title>
      <p>In this section, we present our qualitative analysis for
the output of our primary model. For each input le,
we rank the claims based on their check-worthiness and
then detect not-check-worthy claim with the highest
rank. Table 5 shows these not-check-worthy
statements for each le with our system's ranking and
speaker of the statement.</p>
      <p>The statement in Row 1 is a claim about the future.
Our model with verb tense could rank this statement
at lower ranks but our primary model does not use
verb tense features because it yields lower performance
on average. In Row 2, the statement is very complex
with many relative clauses, in perhaps decreasing the
performance of BERT model and WE features in
representing the statement. In Row 3, our model makes
an obvious mistake and ranks a statement which does
not have even any predicate, at very high ranks.
Perhaps our model falls short because the word \jobs"
indicates that the statement is about unemployment,
which is one of the controversial topics we de ned.</p>
      <p>
        As reported by Vasileva et al. [
        <xref ref-type="bibr" rid="ref22">21</xref>
        ] fact-checking
organizations investigate di erent claims with very
minimal overlaps between selected claims. We observe this
subjective nature of annotations in Rows 4-14 because
all statements are actually factual claims and some of
them might also be considered as check-worthy. For
instance, statements in Row 8, 11 and 13 are clearly
said to change people's voting decision. In addition,
almost all statements are about economics which is an
important factor on people's votes. Therefore,
checking their veracity might be also important not to
misinform public. Nevertheless, these examples show the
the subjective nature of check-worthiness annotations.
      </p>
      <p>In addition to subjective judgments, we also noticed
inconsistencies within the annotations. For instance,
the statement in Row 9 (\We are up 400,000 jobs")
also exists in \20160311 12 gop" le but annotated as
\check-worthy". In addition, there exists semantically
very similar statements with di erent labels. For
instance, Donald Trump's statement \I did not support
the war in Iraq" in 1079th line of 20160926 1pres le is
labeled as \not-check-worthy" while his statement in
1086th line of the same le \I was against the war in
Iraq" is labeled as \check-worthy". Both statements
have similar meanings and exists in the same
context (i.e., their position in le are very close).
Therefore, both might have the same labels. As a counter
argument, \being against" suggests an action while
\not supporting" does not require any action to be
taken. Thus, di erent annotations for similar
statements might also be again due to the subjective nature
of check-worthiness judgments.</p>
      <p>Furthermore, there are also annotations that we
strongly disagree with the label. For instance, in
20170315 nashville le (training data on CTL'19),
Donald Trump's statement \We're going to put our
auto industry back to work" is labeled as check-worthy.
However, the statement is about future and cannot be
veri ed.</p>
      <p>
        Overall, our qualitative analysis suggests that
annotating check-worthiness of claims is a subjective task
and the annotations might be noisy. Kutlu et al. [
        <xref ref-type="bibr" rid="ref15">14</xref>
        ]
show that using text excerpts within documents as
rationales help understanding disagreements in relevance
judging. Similarly, we might request rationales behind
check-worthiness annotations to understand if the
label is due to a human judging error or the subjective
nature of the annotation task. Furthermore, rationales
behind these annotations might help us develop e
ective solutions for this challenging problem.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>In this paper, we presented a supervised method which
prioritize claims based on check-worthiness. We use
logistic regression classi er with features including
stateof-the-art language model BERT, domain-speci c
12
13
14
1
3
1
20180131 state
union
20181015 60 min
20190205 trump
state
20190215 trump
emergency</p>
      <p>TRUMP
TRUMP
TRUMP
{if you think about it, so far, I put 25% tari s on steel
dumping, and aluminum dumping 10%.</p>
      <p>Unemployment for Americans with disabilities has also
reached an all-time low.</p>
      <p>They have the largest number of murders that they've
ever had in their history - almost 40,000 murders.
controversial topics, pretrained word embeddings,
handcrafted word list, POS tags and
comparativesuperlative clauses. In our experiments on CTL'18
and CTL'19, we show that our proposed model
outperforms all state-of-the-art models in both collections.
We show that BERT's performance can be increased
by using additional features for this task. In our
feature ablation study, BERT model and word
embeddings appear to be the most e ective features while
handcrafted word list and domain-speci c
controversial topics also seem e ective. Based on our
qualitative analysis, we believe requesting rationales for the
check-worthiness annotations would further help in
developing e ective systems.</p>
      <p>In the future, we plan to work on weak
supervision techniques to extend the training dataset. With
the increased data, we will be able explore using deep
learning techniques for this task. In addition, we plan
to extend our study to detect check-worthy claims in
social media platforms because it is the channel where
most of the people a ected by misinformation.
Moreover, working on di erent languages and building a
multilingual model is an important research direction
in the combat against misinformation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Agez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosc</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lespagnol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Petitcol</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Mothe</surname>
          </string-name>
          . IRIT at checkthat!
          <year>2018</year>
          . In Working Notes of CLEF 2018 -
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          , Avignon, France,
          <source>September 10-14</source>
          ,
          <year>2018</year>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P.</given-names>
            <surname>Atanasova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , G. Karadzhov,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mohtarami</surname>
          </string-name>
          , and G. Da San Martino.
          <article-title>Overview of the clef-2019 checkthat! lab on automatic identication and veri cation of claims. task 1: Checkworthiness</article-title>
          .
          <source>In CEUR Workshop Proceedings</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Barron-Ceden</surname>
          </string-name>
          ~o, T. Elsayed,
          <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>
          , and
          <string-name>
            <given-names>Z. S.</given-names>
            <surname>Ali</surname>
          </string-name>
          . Overview of checkthat! 2020:
          <article-title>Automatic identi cation and veri cation of claims in social media</article-title>
          .
          <source>In Experimental IR Meets Multilinguality, Multimodality, and Interaction</source>
          , pages
          <volume>215</volume>
          {
          <fpage>236</fpage>
          ,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          ,
          <year>2020</year>
          . Springer International Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Barron-Ceden</surname>
          </string-name>
          ~o, T. Elsayed,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. D. S.</given-names>
            <surname>Martino</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>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          . Checkthat! at clef 2020:
          <article-title>Enabling the automatic identi cation and veri cation of claims in social media</article-title>
          .
          <source>Advances in Information Retrieval</source>
          ,
          <volume>12036</volume>
          :
          <fpage>499</fpage>
          {
          <fpage>507</fpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>F.</given-names>
            <surname>Cherubini</surname>
          </string-name>
          and
          <string-name>
            <surname>L. Graves.</surname>
          </string-name>
          <article-title>The rise of factchecking sites in europe</article-title>
          .
          <source>Reuters Institute for the Study of Journalism</source>
          , University of Oxford,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          . Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          .
          <source>In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers), pages
          <fpage>4171</fpage>
          {
          <fpage>4186</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Friedman</surname>
          </string-name>
          .
          <article-title>Greedy function approximation: A gradient boosting machine</article-title>
          .
          <source>Annals of Statistics</source>
          ,
          <volume>29</volume>
          :
          <fpage>1189</fpage>
          {
          <fpage>1232</fpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>P.</given-names>
            <surname>Gencheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Marquez</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>BarronCeden~o, and</article-title>
          <string-name>
            <surname>I. Koychev.</surname>
          </string-name>
          <article-title>A context-aware approach for detecting worth-checking claims in political debates</article-title>
          .
          <source>In Proceedings of the International Conference Recent Advances in Natural Language Processing, RANLP 2017</source>
          , pages
          <fpage>267</fpage>
          {
          <fpage>276</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B.</given-names>
            <surname>Ghanem</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Montes-y-</article-title>
          <string-name>
            <surname>Gomez</surname>
            ,
            <given-names>F. M. R.</given-names>
          </string-name>
          <string-name>
            <surname>Pardo</surname>
            , and
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>UPV-INAOE - check that: Preliminary approach for checking worthiness of claims</article-title>
          .
          <source>In Working Notes of CLEF 2018 - Conference and Labs of the Evaluation Forum</source>
          , Avignon, France,
          <source>September 10-14</source>
          ,
          <year>2018</year>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <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>
            <given-names>J. G.</given-names>
            <surname>Simonsen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Lioma</surname>
          </string-name>
          .
          <article-title>The copenhagen team participation in the check-worthiness task of the competition of automatic identi cation and veri cation of claims in political debates of the clef-2018 checkthat! lab</article-title>
          . In CLEF,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <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>
            <given-names>J. G.</given-names>
            <surname>Simonsen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Lioma</surname>
          </string-name>
          .
          <article-title>Neural weakly supervised fact checkworthiness detection with contrastive samplingbased ranking loss</article-title>
          .
          <source>In Working Notes of CLEF 2019 - Conference and Labs of the Evaluation Forum, Lugano, Switzerland, September</source>
          <volume>9</volume>
          -
          <issue>12</issue>
          ,
          <year>2019</year>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <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>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Tremayne</surname>
          </string-name>
          . Claimbuster:
          <article-title>The rst-ever end-toend fact-checking system</article-title>
          .
          <source>PVLDB</source>
          ,
          <volume>10</volume>
          :
          <year>1945</year>
          {
          <year>1948</year>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>I.</given-names>
            <surname>Jaradat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Gencheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barron-Ceden</surname>
          </string-name>
          ~o,
          <string-name>
            <given-names>L.</given-names>
            <surname>Marquez</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          . Claimrank:
          <article-title>Detecting check-worthy claims in arabic and english</article-title>
          .
          <source>In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Demonstrations</source>
          , pages
          <volume>26</volume>
          {
          <fpage>30</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S.</given-names>
            <surname>Vosoughi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Roy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Aral</surname>
          </string-name>
          .
          <article-title>The spread of true and false news online</article-title>
          .
          <source>Science</source>
          ,
          <volume>359</volume>
          (
          <issue>6380</issue>
          ):
          <volume>1146</volume>
          {
          <fpage>1151</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>McDonnell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Barkallah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Lease</surname>
          </string-name>
          .
          <article-title>Crowd vs. expert: What can relevance judgment rationales teach us about assessor disagreement?</article-title>
          <source>In The 41st International ACM SIGIR Conference on Research &amp; Development in Information Retrieval</source>
          , pages
          <volume>805</volume>
          {
          <fpage>814</fpage>
          . ACM,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>C.</given-names>
            <surname>Lespagnol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mothe</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M. Z.</given-names>
            <surname>Ullah</surname>
          </string-name>
          .
          <article-title>Information nutritional label and word embedding to estimate information check-worthiness</article-title>
          .
          <source>In Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>941</volume>
          {
          <fpage>944</fpage>
          . ACM,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>E.</given-names>
            <surname>Loper</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bird</surname>
          </string-name>
          .
          <article-title>Nltk: The natural language toolkit</article-title>
          .
          <source>In In Proceedings of the ACL Workshop on E ective Tools and Methodologies for Teaching Natural Language Processing and Computational Linguistics</source>
          . Philadelphia: Association for Computational Linguistics,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <article-title>E cient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301.3781</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barron-Ceden</surname>
          </string-name>
          ~o,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suwaileh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Marquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Atanasova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kyuchukov</surname>
          </string-name>
          , and G. Da San Martino.
          <article-title>Overview of the clef-2018 checkthat! lab on automatic identi cation and veri cation of political claims</article-title>
          .
          <source>In International Conference of the Cross-Language Evaluation Forum for European Languages</source>
          , pages
          <volume>372</volume>
          {
          <fpage>387</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Patwari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Goldwasser</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bagchi</surname>
          </string-name>
          .
          <article-title>Tathya: A multi-classi er system for detecting check-worthy statements in political debates</article-title>
          .
          <source>In Proceedings of the 2017 ACM on Conference on Information and Knowledge Management</source>
          , pages
          <volume>2259</volume>
          {
          <fpage>2262</fpage>
          . ACM,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>L. N.</given-names>
            <surname>Smith</surname>
          </string-name>
          .
          <article-title>A disciplined approach to neural network hyper-parameters: Part 1 - learning rate, batch size, momentum, and weight decay</article-title>
          .
          <source>ArXiv</source>
          , abs/
          <year>1803</year>
          .09820,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S.</given-names>
            <surname>Vasileva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Atanasova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Marquez</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>BarronCeden~o, and</article-title>
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          .
          <article-title>It takes nine to smell a rat: Neural multi-task learning for check-worthiness prediction</article-title>
          .
          <source>In Proceedings of the International Conference on Recent Advances in Natural Language Processing</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Burges</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. Svore</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gao</surname>
          </string-name>
          .
          <article-title>Adapting boosting for information retrieval measures</article-title>
          .
          <source>Inf</source>
          . Retr.,
          <volume>13</volume>
          (
          <issue>3</issue>
          ):
          <volume>254</volume>
          {
          <fpage>270</fpage>
          ,
          <year>June 2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          , J. Carbonell,
          <string-name>
            <given-names>R. R.</given-names>
            <surname>Salakhutdinov</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Q. V.</given-names>
            <surname>Le</surname>
          </string-name>
          . Xlnet:
          <article-title>Generalized autoregressive pretraining for language understanding</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          , pages
          <volume>5754</volume>
          {
          <fpage>5764</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>K.</given-names>
            <surname>Yasser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutlu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          . bigir at CLEF 2018:
          <article-title>Detection and veri cation of checkworthy political claims</article-title>
          .
          <source>In Working Notes of CLEF 2018 - Conference and Labs of the Evaluation Forum</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>C.</given-names>
            <surname>Zuo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Karakas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          .
          <article-title>A hybrid recognition system for check-worthy claims using heuristics and supervised learning</article-title>
          .
          <source>In CLEF</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>