<!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>Signal Processing</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1109/78.650093</article-id>
      <title-group>
        <article-title>Making Sense of Nonsense: Integrated Gradient-based Input Reduction to Improve Recall for Check-worthy Claim Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ghazaal Sheikhi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreas L. Opdahl</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Samia Touileb</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vinay Setty</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Bergen</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>45</volume>
      <issue>1997</issue>
      <fpage>2673</fpage>
      <lpage>2681</lpage>
      <abstract>
        <p>Analysing long text documents of political discourse to identify check-worthy claims (claim detection) is known to be an important task in automated fact-checking systems, as it saves the precious time of fact-checkers, allowing for more fact-checks. However, existing methods use black-box deep neural NLP models to detect check-worthy claims, which limits the understanding of the model and the mistakes they make. The aim of this study is therefore to leverage an explainable neural NLP method to improve the claim detection task. Specifically, we exploit well known integrated gradient-based input reduction on textCNN and BiLSTM to create two diferent reduced claim data sets from ClaimBuster. We observe that a higher recall in check-worthy claim detection is achieved on the data reduced by BiLSTM compared to the models trained on claims. This is an important remark since the cost of overlooking check-worthy claims is high in claim detection for fact-checking. This is also the case when a pre-trained BERT sequence classification model is fine-tuned on the reduced data set. We argue that removing superfluous tokens using explainable NLP could unlock the true potential of neural language models for claim detection, even though the reduced claims might make no sense to humans. Our findings provide insights on task formulation, design of annotation schema and data set preparation for check-worthy claim detection.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;claim detection</kwd>
        <kwd>check-worthy claims</kwd>
        <kwd>fact checking</kwd>
        <kwd>input reduction</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        With the rise of concerns around misinformation threatening democracy and freedom in
recent decades, fact-checking has become an integral part of journalism. Fact-checking is
an extensively burdensome procedure as it requires a sequence of rigorous tasks including
identifying check-worthy claims, monitoring related fact-checks, collecting reliable evidence,
verifying the asserted facts, and publishing the fact-check [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Considering the volume and
the speed of dissemination of misleading content in today’s digital era, it is a demanding
task for the fact-checking community with its limited resources and manpower. Automated
fact-checking (AFC) technologies could evidently assist in expediting and scaling-up the process.
      </p>
      <p>
        In recent years, the breakthrough in Natural Language Processing (NLP) due to pre-trained
neural language models has led to a rapid growth in AFC-related research [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">2, 1, 3</xref>
        ]. Several
end-to-end fact-checking systems have been proposed in the literature with promising results in
the experimental setting [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
        ], and yet perform drastically poorly in practice [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ]. According
to a survey on AFC landscape by Reuters Institute for the Study of Journalism, fully automated
verification is an unattainable goal with today’s technology as fact-checkers rely on their
knowledge about the context, expertise, and unbiased judgment to verify a claim [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. On the
other hand, studies on the user needs of fact-checkers show that monitoring social media and
political sources (to identify and rank claims to check) receive the highest preference among
other AFC tools [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ].
      </p>
      <p>
        Automated claim detection is formalized as either a ranking or a classification problem,
where models are trained on data sets of long text parsed into sentences and labelled or ranked
by humans according to their check-worthiness [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. There is solid evidence from various
perspectives that check-worthiness is rather associated with features manifested in specific spans
in the claim such as numerical values, past tense verbs, causation and prediction [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref9">9, 10, 11, 12</xref>
        ].
However, to the best of our knowledge, there is no claim detection data set with span labels.
      </p>
      <p>
        On the other hand, gradient-based explainable NLP has been studied [
        <xref ref-type="bibr" rid="ref13 ref14 ref15">13, 14, 15</xref>
        ] for attributing
the predictions to input features [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ]. This has motivated us to exploit the neural models to
reduce the inputs into minimal spans/tokens and inspect the behaviour of the claim detection
systems when trained on the reduced claims. To the best of our knowledge, this is the first
study of integrated gradient-based input reduction for claim detection. The aim here is not
to expose the nonsense in predictions, but to make sense of this nonsense. We contribute to
the AFC landscape by showcasing how explainable NLP methods could improve automated
claim detection. Our findings suggest that the problem of check-worthiness detection could
be extended to pivotal span/token identification. Another reflection of this work is providing
insights on the future of AFC on how to build claim detection data sets, interlaced with our
understanding of the model behaviour.
      </p>
      <p>
        The rest of this paper is organized as follows. In Section 2, we review related studies on
automated claim detection. We explain and give details about our methodology in Section 3.
Section 4 presents the experiments conducted on ClaimBuster data set [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. Finally, we conclude
the paper in Section 5 by summarizing our main finding and discussing possible future works.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        One of the first studies on claim detection for automated fact-checking was the work by Hassan
et al. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] who employed traditional classification models to recognize check-worthy factual
statements (CFS) from non-factual statements (NFS) and unimportant factual statements (UFS)
in a data set of U.S. presidential debates [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. This work was extended later to ClaimBuster, a
factchecking platform with a claim spotting component based on NLP and supervised learning [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
Their finding suggest that the two most discriminating features among sentiment, word count,
TF-IDF part of speech (PoS) tags and named entity (NE) types are two PoS tags: those that
mark the past tense of a verb and those that mark cardinal numbers. A few years later in 2020,
ClaimBuster data set of human-labeled claims extracted from U.S. presidential debates
(19602016) was published [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
      <p>
        The check-worthiness detection sub-tasks in CLEF CheckThat! editions (introduced in
2018 and ongoing) grew more interest among the NLP researchers on claim detection [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
        ].
Diferent editions of CheckThat! Lab ofer data sets in diferent languages including English,
Turkish, Arabic, Bulgarian, and Spanish for detecting check-worthy claims on Twitter and
political debates. Multiple teams have participated in the challenges by proposing solutions
mostly based on neural language models. For instance, the top ranked teams in CheckThat! 2020
adopted BERT [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] and RoBERTa [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] with enhanced generalization capability [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] to spot
checkworthy Tweets. For the task of detecting claims in political debates, none of the solutions could
beat the naive BiLSTM [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] model with GloVe embedding [26]. The problem of claim detection
from Twitter was also addressed by BERT and RoBERTa models enhanced by augmenting
training data with synthetic check-worthy claims generated by lexical substitutions using
BERTbased embedding [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Data augmentation by substitutions using WordNet was also employed
by the top-ranked team in claim detection from political debates [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Their BERTweet model
ifne-tuned on normalized and augmented claims surpassed the reference n-gram model.
      </p>
      <p>
        More recently, the prominence of the factors and features central to check-worthiness has
started to be noted in the literature. Kartal et al. [27] have incorporated domain specific
controversial topics compiled from Wikipedia as well as presence of comparative/superlative
adjectives to their logistic regression model [27]. FactRank, the first claim detection tool
for the Dutch language, operates based on a convolutional neural network (CNN) sentence
classifier [ 28]. They have firstly developed a detailed code-book created by expert fact-checkers
through an iterative process to define the “concept of check-worthiness” and to guide the
annotators in identifying check-worthy claims. Konstantinovskiy et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] also points out
the complexity of claim detection and the inconsistency among human annotators [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. They
have developed an annotation schema to define seven categories of claims and generated a
dataset of 5, 571 labelled sentences. The consistency of the schema has been evaluated by a
claim detection system based on sentence representations concatenated with PoS and NE tags,
and a logistic regression classifier. Alhindi et al. [29] have presented a data set of news articles
on climate change and shown that augmenting argumentative discourse structure of claims
annotated in the data improves the performance of the claim detection [29].
      </p>
      <p>Reformulating the claim detection problem by incorporating more attributes such as the
claimer, their stance, the topic, the claim object, and the claim spans is the idea behind the
NewsClaims [30]. The NewsClaims data set annotated for the corresponding attributes was
released as part of their work. Claim span detection identifies the boundaries of what is called
the actual claim. These studies, despite seeming as disparate solutions for the claim detection
problem, allude to the idea that perhaps a subset of tokens in a claim bear check-worthiness
information whether they are particular NEs or a contiguous sequence of tokens. However,
there is a gap in the literature on how NLP models behave when the input is reduced to a subset
of tokens not necessarily sensible to humans.</p>
      <p>
        On the other hand, as the neural language models become widespread, interpretability
methods serves to provide post-hoc explanations about model predictions. There are several
categories of interpretability approaches such as LIME, HotFLIP, adversarial examples, etc. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
An important category of these approaches is input feature explanation [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. These methods
are adaptable to diferent models and provide a human understandable explanation on how
important the words/tokens are for a specific input [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. A straightforward technique to input
feature explanation is based on gradient [
        <xref ref-type="bibr" rid="ref13 ref16">16, 13</xref>
        ]. Gradient-based explainable NLP has been
studying in rationalizing the neural predictions [31] and uncovering erroneous logic in the
models [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. However, we are not aware of any study that has focused on gradient-based input
reduction to improve classification.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>
        In this work, we assess the performance of three NLP models, namely textCNN [32], BiLSTM [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ],
and BERT [33] when trained on the claims reduced to a subset of tokens. Input reduction is one
of the adversarial attacks used to investigate on the pathologies of neural language models and
reveal the pivotal tokens behind some of their predictions [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. It works by iterative removal of
the least important tokens from the input sequence until the model prediction changes. The
reduced input is thus presumed to be an important part of the input sequence that is critical for
the prediction.
      </p>
      <p>
        Input reduction requires a technique to measure the importance of the tokens in the input
sequence. To identify the unimportant tokens, we use the attribution method layer integrated
gradients [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Feature attribution refers to a set of non-adversarial techniques for interpreting
deep neural networks. The attribution score measures the contribution of each of the input
dimensions to the model prediction. Integrated gradient is one of the most eficient attribution
methods with straightforward computation and no requirement for instrumentation of the
model [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. In deep neural models, layer integrated gradient computes an attribution score for
each dimension of the token embedding vector.
      </p>
      <p>
        Assume that the neural network model is denoted by a function  :  → [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ] with  ∈ ,
′ ∈  and  () being the input, the reference input and the output of the network respectively.
The input is the embedding vector and the reference input is simply a zero embedding vector.
The gradient is calculated as the line integral of the gradients through the straight line path
in  connecting input to the reference input. For the th dimension of the given input, , the
integrated gradient is defined as () as follows [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ].
      </p>
      <p>() = ( − ′) ×
∫︁ 1  (′ +  × ( − ′))
 =0

,
where  denotes the number of steps in the Riemann approximation of the integral.
where,  () refers to the gradient of  () along the th dimension of .</p>
      <p />
      <p>
        The integral in the formula could be approximated by the summation operator across the
points on the line connecting  to  with suficiently small distance [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>˜() =
( − ′)

×
∑︁  (′ +  × ( − ′))
=1</p>
      <p>For a given claim, the token attribution score is obtained by summing up the attribution scores
across all embedding dimensions. The network is trained on the training split and the reduced
data is obtained from the unseen validation set. During the validation phase, the tokens are
iteratively removed from the input claim until the prediction is flipped. The minimal sequence
of tokens that maintains the predicted label is stored. This way, we ensure that the true labels
are not exposed during the reduction.</p>
      <p>To form the reduced data set, we employ textCNN and BiLSTM. For the purpose of our
study, i.e. claim reduction, we prefer these simple sequence classification models over the more
powerful pre-trained models because the former embed less linguistic and other extraneous
information that could impact our results. Therefore, the reduced data set is formed purely
based on the patterns learnt from the input data. We use 50% − 50% as a train-validation split,
where the model is trained on the training split and the reduced claims are attained from the
validation split. Since we require deriving the reduced claims for the whole data, the train-test
splits are then swapped to get the reduced claims for the formerly training split. The results
are then concatenated to form the reduced data set. Admittedly, merging the results from two
models trained on diferent subsets of the data could be questioned. But it is an acceptable
framework to roughly generate the reduced claim data sets for the purpose of this study.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments and Results</title>
      <p>
        We conducted a set of experiments on the ClaimBuster claim detection dataset, which consists
of the statements from the transcripts of the U.S. presidential debates [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. The sequences are
labelled as CFS, NFS and UFS. We use a set of the data which according to the publisher [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] has
been labelled under stricter criteria and is supposedly of higher quality for building the models.
This set includes in total 11, 056 statements, where 8, 292 are NFS and 2, 764 are CFS.
      </p>
      <p>We use textCNN and BiLSTM for claim reduction and then detection. Pre-trained BERT is
also fine-tuned for the claim detection tasks.</p>
      <sec id="sec-4-1">
        <title>4.1. Claim reduction</title>
        <p>To implement the layer integrated gradient, the open source Captum library for model
interpretation is deployed. To generate the reduced claim data sets, PyTorch nn.Module is used to
‘and we won the nomination by going out
into the streets - barbershops, beauty parlors,
restaurants, stores, in factory shift lines also in
farmers’ markets and livestock sale barns - and
we talked a lot, and we listened a lot and we
learned from the american people.’
‘and i favor a shifting of the welfare cost away
from the local governments altogether.’
‘secondly, in haiti, political violence is much, CFS
much smaller than it was.’
‘he did not take that position on tibet.’
‘we have spent over $600 billion so far, soon to
be $1 trillion’
‘you know, because it sounds like you are in
the business, or you are aware of people in the
business – you know that we are now for the
first time ever energy-independent.’</p>
        <sec id="sec-4-1-1">
          <title>Label</title>
          <p>NFS
NFS
CFS
CFS
CFS</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>Reduced claim BiLSTM</title>
          <p>hus- ‘’
textCNN
‘saddam
sein’
‘into the ‘the’
streets stores
shift lines also
in markets and’
‘’
‘’
‘’
’600’
‘you’
‘’
‘’
‘secondly in haiti
political violence much
smaller than was’
’we have spent over
600 to be trillion’
‘sounds’
implement textCNN and BiLSTM. The data set is split into 50% − 50% Train-test set. For both
models, cross entropy loss is used, and the weights are optimized with Adam [34].</p>
          <p>
            In the textCNN architecture, we use filter_sizes = [
            <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
            ] and num_filters = 64. In the BiLSTM
architecture, we set the hidden_size = 256 with average and max pooling. There is a linear layer
of size (ℎ_ × 4, 64), a ReLU layer, and a linear output layer of size (64, 2).
          </p>
          <p>The other hyperparameter configurations of the models are shown in Table 1.</p>
          <p>Two reduced data sets are formed by textCNN and BiLSTM. Table 2 illustrates a few examples
of these reduced data sets. We observe that the majority of the NFS statements are reduced to
empty sequences by both models (See Table 3). This is in line with our earlier argument on CFSs</p>
          <p>(a) Claims
(b) Reduced claims by BiLSTM
being characterized by particular token/spans and not NFSs. An empty sequence is indeed an
NFS, but this phenomenon hinders further experiments. To tackle this issue, two replacement
scenarios were tested: substituting the empty entries with the unknown token [UNK] or with
the claim. As the [UNK] scenario resulted in extremely poor quality models, we consented to the
latter solution. It is important to ensure that we are not reducing the problem of distinguishing
between NFS and CFS to identifying long grammatical statements from short sequences of
tokens. Figure 1 illustrates the probability densities of the number of words in NFS and CFS
sequences for both claims and the reduced claims by BiLSTM. These plots visually confirm that
there is not a remarkable diference between the distributions in the two settings that would
drastically afect the system. A similar pattern is observed for claims reduced by textCNN.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Claim detection</title>
        <p>Claim detection is a key component in AFC to reduce the search space for human fact-checkers.
In this problem, the cost of overlooking the positive class i.e. CFS is higher than the cost
of mistaking non-factual statement for CFS. As we rely on F1, precision, and recall in our
experiments to evaluate the performance of the models, recall should be more emphasized.</p>
        <p>The first claim detection experiments are based on textCNN and BiLSTM models trained
on the claim data set and the reduced data sets. We conduct 5 runs of 5-fold cross validation
(80% train-20%-validation) with diferent random seed values. PyTorch nn.Module is used to
implement textCNN and BiLSTM for claim detection. For these two models, we conduct 5 runs
of 5-fold cross validation (80% − 20%) with diferent random seed values. For both textCNN
and BiLSTM models, cross entropy loss is used, and the weights are optimized with Adam [34].</p>
        <p>
          In the textCNN architecture, we use filter_sizes = [
          <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
          ] and num_filters = 128. In the
BiLSTM architecture, we set the hidden_size = 256 with average and max pooling. There is a
linear layer of size (ℎ_ × 4, 64), a ReLU layer, and a linear output layer of size (64, 2).
        </p>
        <p>The BERT claim detection model is implemented using a pre-trained language model
implemented by the HuggingFace transformers library [35]. The model is fine-tuned with
AdamW [36] following a warmed-up. We split the data into train, validation, and test
sets (40% − 40% − 20%) and use the validation set to return the best model after two epochs
(We observed that usually one or two epochs are enough to attain the best-fitting model).</p>
        <p>The other hyperparameter configurations of the models are shown in Table 4.</p>
        <p>To make a fair comparison, the data splits, the number of epochs, and the model parameters
maintain the same across all the runs. The validation scores in terms of F1, precision, and recall
are averaged across all runs. The positive class is CFS. Table 5 presents the average scores
and the standard deviations (numbers in parentheses). We observe that the data set of claims
reduced by BiLSTM results in the highest F1 and recall for both models. The improvement in F1
is not remarkable though as the reduction significantly decreases the precision. The highest
recall is achieved when textCNN is trained on the BiLSTM reduced data set. However, this
scenario leads to a profoundly low precision. In terms of precision, the BiLSTM model trained
on the claim data set leads to the highest score. The superiority of the BiLSTM reduced data
set over textCNN is not surprising as this model is more competent at claim detection prior to
reduction according to Table 5.</p>
        <p>To further explore the potential of reduced data, the pre-trained distilled BERT model for
sequence classification is fine-tuned on the claim data set and the BiLSTM reduced data set.
We split the data into train, validation, and test sets (40%-40%-20%) and use the validation set
to return the best model after two epochs (We observed that usually one or two epochs are
enough to attain the best-fitting model). The tests are run for five times with diferent random
seed values for the data split. Performance scores on validation and test splits shown in Table 6
are averaged over the five runs with standard deviations in parentheses. It is the case that the
model trained on reduced data set exhibits significant drops in F1 and particularly in precision
when compared to the model trained on the claims. However, the reduced data set results in
a higher recall. We argue that reducing the input pushes the model predictions towards the
positive class. Since we replaced the empty NFSs by the claims, there are long sequences of the
negative class in the data and one might expect the model to learn the NFSs better. When this
is not the case, then the reduced CFSs clearly contain some tokens central to the classification
task.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>In this study, we contribute to the AFC literature by inspecting the problem of claim detection
from a novel perspective. We study how the faulty behaviour of NLP models i.e. generating
predictions out of a subset of tokens nonsense to humans could be leveraged. Our experiments
confirm that the models trained on the artificially created reduced claim data sets result in a
higher recall compare to the models trained on the original claim data set. We argue that
extending the claim detection task to the task of pivotal span/token identification while considering
the behaviour of NLP models could lead to a better performance. We believe that this work
provides insights into reformulating the task of claim detection, designing annotation schemes,
and preparing the data sets.</p>
    </sec>
    <sec id="sec-6">
      <title>Limitations</title>
      <p>The main limitations of this study are in the approach we followed to generate a set of reduced
claims from the whole data set. We had to merge the two data sets obtained from the two
models trained on diferent splits of the claim data set, that could result in inconsistencies. The
second limitation is replacing the empty claims with the original claim. Although it is shown
that the distribution of the length of claims are compatible, some heuristics could be devised
to guide the reduction as a future direction. Claim reduction could be studied by taking into
account the linguistic features of the claims. We will also consider analysing the reduced claims
for sensible patterns and comparing the patterns with the annotation schemes studied in the
literature.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>We would like to thank TV2, Bergens Tidende, and Faktisk for their insightful remarks on the
user needs in automated fact-checking.</p>
      <p>This research was supported by industry partners and the Research Council of Norway with
funding to MediaFutures: Research Centre for Responsible Media Technology and Innovation,
through the Centres for Research-based Innovation scheme, project number 309339.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Abumansour</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <source>Automated fact-checking: A survey, Language and Linguistics Compass</source>
          <volume>15</volume>
          (
          <year>2021</year>
          )
          <article-title>e12438</article-title>
          . URL: https://compass.onlinelibrary.wiley.com/ doi/abs/10.1111/lnc3.12438. doi:https://doi.org/10.1111/lnc3.
          <fpage>12438</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Schlichtkrull</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vlachos</surname>
          </string-name>
          , A survey on
          <source>automated fact-checking, Transactions of the Association for Computational Linguistics</source>
          <volume>10</volume>
          (
          <year>2022</year>
          )
          <fpage>178</fpage>
          -
          <lpage>206</lpage>
          . URL: https://aclanthology. org/
          <year>2022</year>
          .tacl-
          <volume>1</volume>
          .11. doi:
          <volume>10</volume>
          .1162/tacl_a_
          <fpage>00454</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>E.</given-names>
            <surname>Lazarski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Al-Khassaweneh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Howard</surname>
          </string-name>
          ,
          <article-title>Using nlp for fact checking: A survey</article-title>
          ,
          <source>Designs</source>
          <volume>5</volume>
          (
          <year>2021</year>
          ). doi:
          <volume>10</volume>
          .3390/designs5030042.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <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>
            <given-names>M.</given-names>
            <surname>Tremayne</surname>
          </string-name>
          ,
          <article-title>Claimbuster: The first-ever end-to-end fact-checking system</article-title>
          ,
          <source>Proc. VLDB Endow</source>
          .
          <volume>10</volume>
          (
          <year>2017</year>
          )
          <fpage>1945</fpage>
          -
          <lpage>1948</lpage>
          . URL: https: //doi.org/10.14778/3137765.3137815. doi:
          <volume>10</volume>
          .14778/3137765.3137815.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhao</surname>
          </string-name>
          , B. Cheng, H.
          <string-name>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>An end-to-end multi-task learning model for fact checking</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Fact Extraction and VERification (FEVER)</source>
          ,
          <source>Association for Computational Linguistics</source>
          , Brussels, Belgium,
          <year>2018</year>
          , pp.
          <fpage>138</fpage>
          -
          <lpage>144</lpage>
          . URL: https://aclanthology.org/W18-5523. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>W18</fpage>
          -5523.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ahmed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hinkelmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Corradini</surname>
          </string-name>
          ,
          <article-title>Fact checking: An automatic end to end fact checking system</article-title>
          , in: M.
          <string-name>
            <surname>Lahby</surname>
          </string-name>
          , A.
          <string-name>
            <surname>-S. K. Pathan</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Maleh</surname>
          </string-name>
          , W. M. S. Yafooz (Eds.),
          <source>Combating Fake News with Computational Intelligence Techniques</source>
          , Springer International Publishing, Cham,
          <year>2022</year>
          , pp.
          <fpage>345</fpage>
          -
          <lpage>366</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -90087-8_
          <fpage>17</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -90087-8_
          <fpage>17</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L.</given-names>
            <surname>Graves</surname>
          </string-name>
          ,
          <article-title>Understanding the promise and limits of automated fact-checking, Reuters Institute for the Study of Journalism (</article-title>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>L.</given-names>
            <surname>Dierickx</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sheikhi</surname>
          </string-name>
          , D. T. D.
          <string-name>
            <surname>Nguyen</surname>
          </string-name>
          , C.-G.
          <article-title>Lindén, Report on the user needs of fact-chekers</article-title>
          ,
          <source>in: NORDIS Project Report: University of Bergen, Task 4.2</source>
          ,
          <year>2022</year>
          . URL: https://datalab.au.dk/fileadmin/Datalab/NORDIS_reports
          <source>/Report_task_4</source>
          .2_
          <article-title>Fact-checkers_user_needs</article-title>
          .pdf.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N.</given-names>
            <surname>Hassan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Arslan</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>Toward automated fact-checking: Detecting check-worthy factual claims by claimbuster</article-title>
          ,
          <source>in: Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          , KDD '17,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2017</year>
          , p.
          <fpage>1803</fpage>
          -
          <lpage>1812</lpage>
          . URL: https://doi.org/ 10.1145/3097983.3098131. doi:
          <volume>10</volume>
          .1145/3097983.3098131.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <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>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Modeling factual claims with semantic frames</article-title>
          ,
          <source>in: Proceedings of the 12th Language Resources and Evaluation Conference</source>
          , European Language Resources Association, Marseille, France,
          <year>2020</year>
          , pp.
          <fpage>2511</fpage>
          -
          <lpage>2520</lpage>
          . URL: https: //aclanthology.org/
          <year>2020</year>
          .lrec-
          <volume>1</volume>
          .
          <fpage>306</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Zuo</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. I. Karakas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <article-title>To check or not to check: Syntax, semantics, and context in the language of check-worthy claims</article-title>
          ,
          <source>in: Experimental IR Meets Multilinguality, Multimodality, and Interaction: 10th International Conference of the CLEF Association, CLEF</source>
          <year>2019</year>
          , Lugano, Switzerland, September 9-
          <issue>12</issue>
          ,
          <year>2019</year>
          , Proceedings, Springer-Verlag, Berlin, Heidelberg,
          <year>2019</year>
          , p.
          <fpage>271</fpage>
          -
          <lpage>283</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -28577-7_
          <fpage>23</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -28577-7_
          <fpage>23</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L.</given-names>
            <surname>Konstantinovskiy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Price</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Babakar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          , Toward automated factchecking:
          <article-title>Developing an annotation schema and benchmark for consistent automated claim detection</article-title>
          ,
          <source>Digital Threats</source>
          <volume>2</volume>
          (
          <year>2021</year>
          ). URL: https://doi.org/10.1145/3412869. doi:
          <volume>10</volume>
          .1145/3412869.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Madsen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Reddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chandar</surname>
          </string-name>
          ,
          <article-title>Post-hoc interpretability for neural nlp: A survey</article-title>
          ,
          <source>ACM Comput. Surv</source>
          . (
          <year>2022</year>
          ). URL: https://doi.org/10.1145/3546577. doi:
          <volume>10</volume>
          .1145/3546577, just Accepted.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Wallace</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A</given-names>
            .
            <surname>Grissom</surname>
          </string-name>
          <string-name>
            <given-names>II</given-names>
            ,
            <surname>M. Iyyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rodriguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Boyd-Graber</surname>
          </string-name>
          ,
          <article-title>Pathologies of neural models make interpretations dificult</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Brussels, Belgium,
          <year>2018</year>
          , pp.
          <fpage>3719</fpage>
          -
          <lpage>3728</lpage>
          . URL: https://aclanthology.org/D18-1407. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D18</fpage>
          -1407.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tuyls</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Wallace</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Gradient-based analysis of NLP models is manipulable, in: Findings of the Association for Computational Linguistics: EMNLP 2020, Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>247</fpage>
          -
          <lpage>258</lpage>
          . URL: https://aclanthology. org/
          <year>2020</year>
          .findings-emnlp.
          <volume>24</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .findings-emnlp.
          <volume>24</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sundararajan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Taly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <article-title>Axiomatic attribution for deep networks</article-title>
          ,
          <source>in: Proceedings of the 34th International Conference on Machine Learning - Volume 70, ICML'17</source>
          , JMLR.org,
          <year>2017</year>
          , p.
          <fpage>3319</fpage>
          -
          <lpage>3328</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Mudrakarta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Taly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sundararajan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Dhamdhere</surname>
          </string-name>
          ,
          <article-title>Did the model understand the question?, in: Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), Association for Computational Linguistics</article-title>
          , Melbourne, Australia,
          <year>2018</year>
          , pp.
          <fpage>1896</fpage>
          -
          <lpage>1906</lpage>
          . URL: https://aclanthology.org/P18-1176. doi:
          <volume>10</volume>
          .18653/ v1/
          <fpage>P18</fpage>
          -1176.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>F.</given-names>
            <surname>Arslan</surname>
          </string-name>
          ,
          <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>A Benchmark Dataset of Check-worthy Factual Claims</article-title>
          , in: 14th
          <source>International AAAI Conference on Web and Social Media</source>
          , AAAI,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <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>
          ,
          <source>in: Proceedings of the 24th ACM International on Conference on Information and Knowledge Management</source>
          , CIKM '15,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2015</year>
          , p.
          <fpage>1835</fpage>
          -
          <lpage>1838</lpage>
          . URL: https://doi.org/10.1145/2806416.2806652. doi:
          <volume>10</volume>
          .1145/ 2806416.2806652.
        </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>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>
            <surname>M. K. Alex Nikolov</surname>
            ,
            <given-names>F. A.</given-names>
          </string-name>
          <string-name>
            <surname>Yavuz Selim Kartal</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>
          , in: Working Notes of CLEF 2021-
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          , CLEF '
          <year>2021</year>
          , Bucharest, Romania (online),
          <year>2021</year>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2936</volume>
          /paper-28.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          , G. Da San Martino,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>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>R.</given-names>
            <surname>Míguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zaghouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mubarak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. S.</given-names>
            <surname>Kartal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Beltrán</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wiegand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Siegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Köhler</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2022 CheckThat! lab on fighting the COVID-19 infodemic and fake news detection</article-title>
          ,
          <source>in: Proceedings of the 13th International Conference of the CLEF Association: Information Access Evaluation meets Multilinguality</source>
          , Multimodality, and Visualization, CLEF '
          <year>2022</year>
          , Bologna, Italy,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>G. S.</given-names>
            <surname>Cheema</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hakimov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ewerth</surname>
          </string-name>
          ,
          <article-title>Check_square at checkthat! 2020 claim detection in social media via fusion of transformer and syntactic features</article-title>
          , in: L.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Eickhof</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Névéol (Eds.), Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          , Thessaloniki, Greece,
          <source>September 22-25</source>
          ,
          <year>2020</year>
          , volume
          <volume>2696</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2020</year>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2696</volume>
          /paper_216. pdf.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhuang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wayne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jun</surname>
          </string-name>
          ,
          <article-title>A robustly optimized BERT pre-training approach with post-training</article-title>
          ,
          <source>in: Proceedings of the 20th Chinese National Conference on Computational Linguistics, Chinese Information Processing Society of China</source>
          , Huhhot, China,
          <year>2021</year>
          , pp.
          <fpage>1218</fpage>
          -
          <lpage>1227</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          .ccl-
          <volume>1</volume>
          .
          <fpage>108</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rodrigues</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Novak</surname>
          </string-name>
          , Accenture at checkthat! 2020:
          <article-title>If you say so: Posthoc fact-checking of claims using transformer-based models</article-title>
          , in: L.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Eickhof</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Névéol (Eds.), Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          , Thessaloniki, Greece,
          <source>September 22-25</source>
          ,
          <year>2020</year>
          , volume
          <volume>2696</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2020</year>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2696</volume>
          /paper_226. pdf.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Schuster</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. Paliwal,</surname>
          </string-name>
          <article-title>Bidirectional recurrent neural networks</article-title>
          , IEEE Transactions on
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>