<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>DamascusTeam at CheckThat! 2020: Check Worthiness on Twitter with Hybrid CNN and RNN Models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ahmad Hussein</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abdulkarim Hussein</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nada Ghneim</string-name>
          <email>n.ghneim@aspu.edu.sy</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ammar Joukhadar</string-name>
          <email>ajoukhadar@el-ixir.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Informatics Engineering, Al-Sham Private University</institution>
          ,
          <addr-line>Damascus</addr-line>
          ,
          <country country="SY">Syria</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Faculty of Information Technology Engineering, Damascus University</institution>
          ,
          <addr-line>Damascus</addr-line>
          ,
          <country country="SY">Syria</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In recent years, online social networks like Twitter, Facebook, Instagram, and others have revolutionized interpersonal communication and it becomes an important platform to share information about current events. Consequently, the research on the worthiness of posts is becoming more important than ever before. In this paper, we present our approach to analyze the worthiness of Arabic information on Twitter. To train the classification model, we annotated for worthiness a data set of 5000 Arabic tweets -corresponding to 4 high impact news events of 2020 around the world, in addition to a dataset of 1500 tweets provided by CLEF 2020. We propose two models to classify the worthiness of Arabic tweets: BI-LSTM model, and a CNN-LSTM model. Results show that BiLSTM model can extract better the worthiness of tweets.</p>
      </abstract>
      <kwd-group>
        <kwd>fact check-worthiness</kwd>
        <kwd>neural networks</kwd>
        <kwd>contrastive ranking</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        With the evolution of online social networks and blogging websites, the internet
becomes a treasured source for obtaining news and information about current events and
provides a platform for common people to share information and express their opinions.
Quick response time and high connectivity speed have fueled the propagation and
dissemination of information, by users on online social media services like Facebook,
Twitter, and YouTube. The work presented in this paper primarily focuses on Twitter.
Twitter is a micro-blogging web service with over 330 million Active Twitter Users
per month, and has gained popularity as a major news source and information
dissemination agent over the last years. Twitter provides the ground information and helps in
reaching out to people in need, thus it plays an important role in aiding crisis
management teams as the researchers have shown [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. With the large scale of data generated
on Twitter, it has a role in spreading rumors and fake news. This would influence the
opinions of the readers and can adversely affect thousands of people [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. A recent study
by Allcott and Gentzkow [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] indicated that fake news had an effect on voters during
and before the American presidential elections in November 2016. The analysis of the
worthiness on Twitter can be very valuable. In this task, we attempt to build a system
which can assign a score to an input sentence indicating its check-worthiness. This
score can vary from 0 (not check-worthy) to 1 (fully check-worthy). The
DamascusTeam participated in Arabic Task 1 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] of the CLEF2020 - CheckThat! Lab. This
paper details our approach and results. The aim of Task 1 is to predict which tweets in a
Twitter stream are worth fact-checking. The goal is to produce a ranked list of all tweets
based on their worthiness for fact-checking. The organizers of this workshop have
provided a data set comprised of 1500 sentences. These sentences are binary labelled, 0
and 1, corresponding to not check-worthy and fully check-worthy respectively.
We built the system using our collected dataset that includes 5000 Arabic annotated
tweets, in addition to the dataset of 1500 tweets provided by CLEF 2020. We attempt
to build a classifier which assigns a probability score to each sentence and hypothesize
that this probability score corresponds to the check-worthiness of the sentence. Our
framework classifies the worthiness of Arabic tweets from Twitter posts using a
hybrid system of convolutional neural networks and long-short term recurrent neural
network classifiers.
      </p>
      <p>This paper is organized as follows: Section 2 describes the related work in this domain;
Section 3 gives our methodology in detail; Section 4 discusses the evaluation of our
proposed solution and finally, the last section gives the conclusion and describes future
works.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        There are various techniques used to solve the problem of worthiness on Online Social
Media, especially in English content. In [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] ClaimBuster predicts check-worthiness by
extracting a set of features (sentiment, statement length, Part-of-Speech (POS) tags,
named entities, and tf-idf weighted bag-of-words), and uses a SVM classifier for the
prediction. In [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] Patwari et al. presented an approach based on similar features, as well
as contextual features based on sentences immediately preceding and succeeding the
one being assessed, as well as certain hand-crafted POS patterns. The prediction is
made by a multi-classifier system based on a dynamic clustering of the data. A work
by Gencheva et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] also extended the features used by ClaimBuster to include more
context, such as the sentence's position in the debate segment, segment sizes,
similarities between segments, and whether the debate opponent was mentioned. In the CLEF
2019 evaluation lab on check-worthiness detection [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], the best approaches used by the
participating teams relied on neural networks for the classification of the instances. For
example, Hansen et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] learned domain-specific word embeddings and syntactic
dependencies and applied an LSTM classifier. They pre-trained the network with previous
Trump and Clinton debates, supervised weakly with the ClaimBuster system. Some
efforts were carried out in order to consider the context. Favano et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] trained a
feed-forward neural network, including the two previous sentences as a context. While
many approaches relied on embedding representations, feature engineering was also
popular [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. We refer the interested reader to [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] for further details. In the CLEF 2018
evaluation lab on check-worthiness detection [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], Zuo et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] enriched the dataset
by producing pseudo-speeches as a concatenation of all interventions by a debater.
They used averaged word embeddings and bag of words as representations. Hansen et
al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] represented the entries with embeddings, part of speech tags, and syntactic
dependencies, and used a GRU neural network with attention as a learning model. More
details can be found in the task overview paper [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Methodology</title>
      <p>In this section, we will present our methodology by explaining the different steps:
dataset collection and labeling and deep learning models.
3.1</p>
      <sec id="sec-3-1">
        <title>Data Set Collection</title>
        <p>We collected our data from Twitter streaming API. For this, we considered four events
in 2020, that affected a large population and generated a big number of tweets each.
The events are listed in Table 1. We randomly selected 1000-1500 tweets from each
event and grouped them to obtain a data set of 5000 tweets, named AWDS (Arabic
Worthiness Dataset). In addition, we used a dataset of 1500 tweets provided by CLEF
2020, that includes tweets addressing a wide variety of topics. The dataset includes
besides the tweet text, the metadata about the tweet and the tweet author. The next
section describes the annotation process.
In order to create a labeled dataset for our worthiness assessment model, we obtained
human labels for around 1000-1500 tweets selected uniformly at random per event.
While there exist crowd-sourcing platforms such as Mechanical Turk and
CrowdFlower, we relied on our own platform due to limitations imposed by existing platforms
when dealing with Arabic data. We first provided the annotators with the guidelines of
the data annotation process provided by the organizers. Then we provided the
annotators with a brief description of the event and links from where they can read more about
it. We also showed annotators a definition of worthiness and example tweets for each
of the annotation options. We provided the annotators with the tweet text and asked
them to annotate each tweet with one of these annotations:
• 0 (not check-worthy)
• 1 (fully check-worthy)
To ensure good annotation quality, we used a sample set annotation to check the quality
of each annotator before being recruited to the full annotation task. Each tweet was
separately annotated by three annotators. The third annotator had also to check the
agreement of the three annotations. In case of total agreement, the annotated tweet was
added to the dataset, otherwise it was discarded.
3.3</p>
      </sec>
      <sec id="sec-3-2">
        <title>Data Preprocessing</title>
        <p>This step manages basic cleaning operations, which consists of removing unimportant
or disturbing elements for the next analysis phases. Stop words, hashtags, URLs,
mentions, repeated characters, and punctuations were removed.
3.4</p>
      </sec>
      <sec id="sec-3-3">
        <title>Deep learning Models</title>
        <p>We implemented two models and compared their results. The first model is a
Bidirectional Long Short-Term Memory Units (Bi-LSTM) model, and the second is
combination of a CNN and LSTM model.</p>
      </sec>
      <sec id="sec-3-4">
        <title>Bi-LSTM Model:</title>
        <p>
          In our proposed Bi-LSTM model, as shown in Fig. 1, each word is represented by a
word embedding. The word embedding is a traditional word2vec model [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] that aims
at capturing the semantics of the sentence. For each word in a sentence, the word
embedding is concatenated and fed to a recurrent neural network with a Bi-LSTM as
memory cells. The output of the Bi-LSTM is fed to a dense layer, with a sigmoid
activation function in the output layer.
        </p>
        <p>
          Based on the design of the experiments, we tested several sets of parameters to select
one that gives the experiments the best performance using Grid Search optimization
algorithm. These parameters are as follows:
1. Learning rate: the model is trained using the Stochastic Gradient Descent algorithm,
while the learning rate is set to 0.01.
2. Network structure: one embedding layer with 32 vector size fed to 50 Bi-LSTM with
dropout [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] 0.2 fed to Dense layer with 8 perceptrons fed to Sigmoid function.
3. Number of epochs: 20 epochs.
4. Batch size: 32.
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>CNN and LSTM Model:</title>
        <p>
          Another popular model is the convolutional neural network (CNN) which has been well
known for its application in image processing as well as use in text mining [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. We
propose a new hybrid model that uses a word-embedding layer that is fed to a
onedimensional convolutional neural network followed by a recurrent neural network
(RNN) layer then by a Dense layer and a sigmoid activation function in the output layer.
Fig. 2 describes the CNN and LSTM model architecture.
        </p>
        <p>We tested several sets of parameters to select one that gives the experiments the best
performance using Grid Search optimization algorithm. The parameters of this model
are:
1. Learning rate: the model is trained using the Stochastic Gradient Descent algorithm,
while the learning rate is set to 0.01.
2. Network structure: one embedding layer with 32 vector size fed to 1D convolution1d
with 3 filters and 2 kernel size fed to one-layer LSTM of size 20 fed to Dense layer
with 8 perceptrons fed to Sigmoid function.
3. Number of epochs: 15 epochs.
4. Batch size: 32.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>In this section, we will introduce the evaluation experiments of our implemented model.
For the first experiment, we used the global dataset that contains 6500 tweets (AWDS,
our in-house built 5000 tweets dataset, and the CLEF 1500 tweets dataset). The training
and the test sets contain 80% and 20% of total samples, respectively. We split the
training data set into 80% for training and 20% for validation. In Table 2, we present the
evaluation results of our implemented models on the test data.</p>
      <p>Moreover, we tested our system on the test dataset provided by CLEF 2020 organizers,
which contains 6000 tweets. In Table 3, we present the evaluation results of our
implemented models (trained by the global dataset that contains 6500 tweets) for various
metrics: mean precision@k (P@k) (P@10, P@20, P@30), and the mean average
precision (MAP).</p>
      <p>In the second experiment, we trained our systems only on the CLEF 1500 tweets
dataset. For evaluation, we split the training and the test sets as mentioned in the previous
experiment. In Table 4, we present the evaluation results of our best model on the test
data.
We remark that the accuracy of the model trained by the global dataset that contains
6500 tweets performs better than the model trained by the CLEF 1500 tweets dataset.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>In this work, we proposed two different models to predict the check-worthiness of a
tweet for CLEF 2020 CheckThat (Task 1). We built and compared two models:
BiLSTM and CNN-LSTM. The BI-LSTM model, has an embedding layer fed to
BiLSTM fed to a dense layer followed by a sigmoid activation function. The CNN-LSTM
model, has an embedding layer fed to one-dimensional convolutional neural network
fed to LSTM then to a Dense layer followed by sigmoid activation function. To build
our models we used our in-house built dataset of 5000 tweets, with the 1500 tweets
provided by the organizers. To evaluate the results we used the 6000 tweets provided
by the organizers. The Bi-LSTM model gave us better results than the CNN-LSTM
one. In our future work, we plan to investigate new approaches and architectures for
better modeling check-worthiness. In addition, we intend to investigate the influence of
the tweeter on the worthiness of his tweets.
6</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ntalla</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Twitter as an instrument for crisis response: The Typhoon Haiyan case study</article-title>
          .
          <source>In: 12th Proceedings of the International Conference on Information Systems for Crisis Response and Management</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lamba</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumaraguru</surname>
          </string-name>
          , P.: $
          <volume>1</volume>
          .00 per RT #
          <article-title>BostonMarathon #PrayForBoston: Analyzing fake content on Twitter</article-title>
          .
          <source>In: 2013 APWG eCrime Researchers Summit</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Allcott</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gentzkow</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Social Media and Fake News in the 2016 Election</article-title>
          . In
          <source>: Journal of Economic Perspectives</source>
          , pp.
          <fpage>211</fpage>
          -
          <lpage>236</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hassan</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arslan</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tremayne</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Toward automated fact-checking: Detecting check-worthy factual claims by claimbuster</article-title>
          .
          <source>In: ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          , pp.
          <fpage>1803</fpage>
          -
          <lpage>1812</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Patwari</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldwasser</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Bagchi.,
          <string-name>
            <surname>Tathya</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A multi-classifier system for detecting check-worthy statements in political debates</article-title>
          .
          <source>In: ACM on Conference on Information and Knowledge Management</source>
          , pp.
          <fpage>2259</fpage>
          -
          <lpage>2262</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gencheva</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Márquez</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrón-Cedeňo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koychev</surname>
            ,
            <given-names>I.:</given-names>
          </string-name>
          <article-title>A context-aware approach for detecting worth-checking claims in political debates</article-title>
          .
          <source>In: International Conference Recent Advances in Natural Language Processing</source>
          , pp.
          <fpage>267</fpage>
          -
          <lpage>276</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Elsayed</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrón-Cedeňo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hasanain</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suwaileh</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Da San Martino, G.,
          <string-name>
            <surname>Atanasova</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the CLEF-2019 CheckThat! Automatic identification and verification of claims</article-title>
          . In: Experimental IR Meets Multilinguality, Multimodality, and Interaction,
          <string-name>
            <surname>LNCS</surname>
          </string-name>
          , Lugano, Switzerland, September (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Losada</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Müller</surname>
          </string-name>
          , H. (eds.) Working Notes of CLEF 2019 Conference and
          <article-title>Labs of the Evaluation Forum</article-title>
          .
          <source>CEURWorkshop Proceedings</source>
          , CEUR-WS.org (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hansen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hansen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simonsen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Neural weakly supervised fact check-worthiness detection with contrastive sampling-based ranking loss</article-title>
          .
          <source>In: Cappellato et al. [8]</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Favano</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lanzi</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>TheEarthIsFlat's submission to CLEF'19 CheckThat! Challenge</article-title>
          . In: Cappellato et al. [
          <volume>8</volume>
          ]
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Gasior</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Przybyla</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>The IPIPAN team participation in the check-worthiness task of the CLEF2019 CheckThat! Lab</article-title>
          . In: Cappellato et al. [
          <volume>8</volume>
          ]
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Atanasova</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karadzhov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohtarami</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Da San Martino, G.:
          <article-title>Overview of the CLEF-2019 CheckThat! lab on automatic identification and verification of claims. Task 1: Check-worthiness</article-title>
          . In: Cappellato et al. [
          <volume>8</volume>
          ]
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Atanasova</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Márquez</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrón-Cedeňo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elsayed</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suwaileh</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaghouani</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kyuchukov</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Da San Martino, G.,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the CLEF-2018 CheckThat! lab on automatic identification and verification of political claims. Task 1: Check-worthiness</article-title>
          . In: Cappellato et al. [
          <volume>14</volume>
          ]
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
            , N.,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Nie</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soulier</surname>
            ,
            <given-names>L</given-names>
          </string-name>
          . (eds.) Working Notes of CLEF 2018-
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          .
          <source>CEUR Workshop Proceedings</source>
          , CEUR-WS.org (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Zuo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karakas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Banerjee</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>A hybrid recognition system for check-worthy claims using heuristics and supervised learning</article-title>
          . In: Cappellato et al. [
          <volume>14</volume>
          ]
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Hansen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hansen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simonsen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>The Copenhagen team participation in the check-worthiness task of the evaluation lab of automatic identification and verification of claims in political debates of the CLEF-2018 fact checking lab</article-title>
          . In: Cappellato et al. [
          <volume>14</volume>
          ]
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Hasanain</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haouari</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suwaileh</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ali</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamdan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elsayed</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrón-Cedeňo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Da San Martino, G.,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Overview of CheckThat! 2020 Arabic:
          <article-title>Automatic Identification and Verification of Claims in Social Media. task 1: Tweet Check-Worthiness.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          , pp.
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <given-names>Tian</given-names>
            <surname>Hsu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Moon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Samatova</surname>
          </string-name>
          , N.:
          <article-title>A Hybrid CNN-RNN Alignment Model for Phrase-Aware Sentence Classification</article-title>
          .
          <source>In: Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics</source>
          , pp.
          <fpage>443</fpage>
          -
          <lpage>449</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Barrón-Cedeňo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elsayed</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Da San Martino, G.,
          <string-name>
            <surname>Hasanain</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suwaileh</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haouari</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Babulkov</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamdan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shaar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheikh Ali</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          : Overview of CheckThat! 2020:
          <article-title>Automatic Identification and Verification of Claims in Social Media</article-title>
          . In Jose J. et al. (
          <article-title>eds) Advances in Information Retrieval</article-title>
          .
          <source>ECIR 2020. Lecture Notes in Computer Science</source>
          , vol
          <volume>12036</volume>
          . Springer, Cham
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Hinton</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Srivastava</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krizhevsky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salakhutdino</surname>
          </string-name>
          , R.:
          <article-title>Improving neural networks by preventing co-adaptation of feature detectors</article-title>
          .
          <source>In: arXiv preprint arXiv</source>
          , pp.
          <fpage>1207</fpage>
          -
          <lpage>0580</lpage>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>