<!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>UAICS at CheckThat! 2020: Fact-checking claim prioritization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ciprian-Gabriel Cusmuliuc</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lucia-Georgiana Coca</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adrian Iftene</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Alexandru Ioan Cuza” University, Faculty of Computer Science</institution>
          ,
          <addr-line>Iasi</addr-line>
          ,
          <country country="RO">Romania</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Claim proving can be an incredibly challenging task considering the amount of information in the world increases day by day. Journalists and people alike spend a lot of time investigating claims and fact-checking different statements. In order to address this problem CLEF 2020 CheckThat! proposes 5 tasks that each present a different side of the problem. Our team participated in Task 1 and Task 5 which aim to rank statements by check-worthiness. For Task 5, we proposed 3 methods, each based on a different machine learning algorithms, Naïve Bayes, Logistic Regression, and Decision Tree. For Task 1, we created a system based on BERT. For Task 5, the best result we achieved using the official measure MAP was with the Naive Bayes. This paper presents the details and results of our approaches.</p>
      </abstract>
      <kwd-group>
        <kwd>Naive Bayes</kwd>
        <kwd>BERT</kwd>
        <kwd>Logistic Regression</kwd>
        <kwd>Decision Tree</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Increase in social network popularity has led users to conduct multiple activities on
them, such as message exchanging, posting, news reading, commenting, and so on.
Instant sharing and broadcasting have enabled users fast and a vast access to information,
but all with a cost. The problem arises that news propagation in these platforms is
becoming uncontrollable, users frequently read and share information without checking
the veracity of a certain claim, leading to misinformation.</p>
      <p>The problem of needing to check the news and claims in these networks is slowly
becoming of extremely high interest to major players, such as Facebook and Twitter,
as recently they are having talks of integrating such tools in their systems, one such
example is Twitter fact checking Donald Trump and labeling his tweets as ‘manipulated
media’1 sparking outrage amongst its supporters. This problem is not entirely present
in social media, we can see an effort to spread misinformation and propaganda on the
entire internet.</p>
      <p>
        CLEF 2020 CheckThat! [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][19] is an evaluation campaign that is being organized as
part of CLEF 2020 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and contains 5 tasks, each related to fact-checking. Our team
participated in two tasks, Tasks 1 and 5.
      </p>
      <p>
        Task 1 requires the development of a system capable of ranking a stream of
potentially-related tweets according to their check-worthiness; this task ran in English and
Arabic, we participated only in the English version by developing a model based on
BERT [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], a bidirectional transformer developed by Google with exceptional
performance.
      </p>
      <p>Task 5 has the objective of identifying which sentences from a political debate
should be prioritized for fact-checking. In this task, we submitted 3 models based on
Naive Bayes, Logistic Regression and Decision Tree.</p>
      <p>This paper describes the participation of team UAICS, from the Faculty of Computer
Science, “Alexandru Ioan Cuza” University of Iasi, in Task 1 and 5 at CLEF 2020. The
remaining of this paper was organized as follows: Section 2 describes the state of the
art, Section 3 gives a description of the tasks. Section 4 details the model we developed
and the submitted runs and then Section 5 details the results we obtained, finally Section
5 concludes this paper and presents future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>State of the art</title>
      <p>Previous editions of CheckThat! i.e. 2019 and 2018 had fewer tasks; Task 1 was based
on the same claim prioritization as task 5 whilst task 2 required to assess which web
pages can be useful in human fact-checking and consisted of multiple subtasks. We will
only be referring to task 1 as this task is also present in 2020.</p>
      <p>
        In 2019 approaches for task 1 were very various, the best team “Copenhagen” [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
had a MAP score of .1660 and the system was based on learning dual token embeddings
in conjunction with an LSTM [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The network has been pre-trained using previous
Trump and Clinton debates while supervising it with ClaimBuster2. Other approaches
are the following (in order of the ranking): team TheEarthIsFlat [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] used a feed-forward
neural network with two hidden layers, team IPIPAN [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] used an L1-regularized
logistic regression, team Terrier [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] used SVM [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] in conjunction with bag-of-words and
named entities and team UAICS [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] used a Naïve Bayes classifier with bag-of-words
features.
      </p>
      <p>
        In 2018 the best team was still “Copenhagen” [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] with the lowest MAE of .7050,
they used a similar approach as in 2019 being a convolutional neural network [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and
support vector machine. Other approaches range from random forests, logistic
regression, and LSTM.
      </p>
      <sec id="sec-2-1">
        <title>2 https://idir.uta.edu/claimbuster/</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Tasks description</title>
      <p>In 2020 there have been 5 tasks that ran in English and Arabic, we only participated in
2 of them, Tasks 1 and 5. In this section, we will shortly present the two tasks we took
part in.</p>
      <p>Task 1 requires “given a topic and a stream of potentially-related tweets, rank the
tweets according to their check-worthiness for the topic”. This task runs in English and
Arabic.</p>
      <p>Task 5 requires “given a political debate or a transcribed speech, segmented into
sentences, with speakers annotated, identify which sentence should be prioritized for
fact-checking”. This task is only in English.
3.1</p>
      <sec id="sec-3-1">
        <title>Evaluation metric</title>
        <p>
          Both tasks use MAP [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] as the official metric which calculates the usual mean of the
average precision. Other measures used are the Mean Reciprocal Rank [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] which
allows obtaining reciprocals of the rank of the first relevant document, as well as Mean
Precision at k, which performs the average of k best candidates. Details on the measures
used can be found in the task overview [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
        </p>
        <p>Evaluations are carried out on primary and contrastive runs. Each participant has the
right to three models, one primary and two secondary (contrastive). We tried to take
advantage of this by submitting 3 models in Task 5.</p>
        <p>In previous years at CheckThat! the evaluation metric was MAE, as it could have
been seen in Section 2.
4
4.1
4.1.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Methods and runs</title>
      <sec id="sec-4-1">
        <title>For Task 1</title>
      </sec>
      <sec id="sec-4-2">
        <title>Training and test data</title>
        <p>The data provided for this task contained tweets that were split into 2 main categories,
train, and dev. The data was provided in both TSV3 and JSON4 files. We decided to
only use the TSV files as we felt it was easier.</p>
        <p>The datasets used were: “train” for the training of our model and “dev” to fine-tune
the hyperparameters after evaluation. A training example can be seen in Table 1.</p>
        <sec id="sec-4-2-1">
          <title>3 https://www.imf.org/external/help/tsv.htm 4 https://www.json.org/json-en.html</title>
          <p>We considered that the tweet URL and tweet id were irrelevant, so we did not include
it in the data sent to our algorithm.
4.1.2</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>Preprocessing and feature extraction</title>
        <p>Before feeding the data to the model, we had to preprocess the text. Csv5 library was
used to read from the files provided by the organizer after which we put the data in a
list that contained in order the topic id, tweet id, tweet URL, tweet text, claim and label.</p>
        <p>The data would then be sent to a tokenizer, we decided to use BertTokenizer6 as this
was the official method from Huggingface7. We would then pad the sentence to a
maximum phrase limit that in our case was 121. Example tokenization is the following:</p>
        <p>After tokenization we loaded each individual field in a torch tensor8 and inserted
them in a TensorDataset9 that contained: all the sentence ids, each individual tokenized
sentence and the labels. A code snippet for this operation is the following:
all_topic_id_id = torch.tensor([f.topic_id_id for f in features],
dtype=torch.long)
all_tweet_text_id = torch.tensor([f.tweet_text_id for f in features],
dtype=torch.long)
all_claim_id = torch.tensor([f.claim_id for f in features],
dtype=torch.long)
dataset = TensorDataset(all_topic_id_id,all_tweet_text_id, all_claim_id)
return dataset</p>
        <sec id="sec-4-3-1">
          <title>5 https://docs.python.org/3/library/csv.html</title>
          <p>6 https://huggingface.co/transformers/model doc/bert.html#berttokenizer
7 https://huggingface.co/
8 https://pytorch.org/docs/stable/tensors.html
9 https://pytorch.org/docs/stable/data.html#torch.utils.data.TensorDataset
4.1.3
In designing the model, we decided to use BERT as a possible solution to the problem
at hand. This model was chosen over other language models such as ULMFiT [15] as
multiple papers demonstrate the performance benefits BERT has. For example, [16]
trained an RNN on a very large text collection resulting in a 63.7% accuracy in the
Winograd Schema Challenge [17] while [18] using a BERT model was able to achieve
an accuracy of 72.5% on the same challenge. These results led us to choose the latter
model as we feel it best fits our purpose.</p>
          <p>The system consists of a pre-trained model called “bert-large-uncased”10, it is a
bidirectional transformer that contains 24 layers, 1,024 hidden layers, 16 heads, and 340
million parameters. The training has been done on lower-cased English text.</p>
          <p>We used a combination of BertModel11 and Adam12 optimizer in order to get the best
results. The hyperparameters are more or less standard, we tuned them empirically and
arrived at the following best configuration: batch size 8, 5 epochs, and the Adam
learning rate of 5e-5.</p>
          <p>The pipeline of the algorithm implies first preprocessing (tokenize and pad the
sentence in order to satisfy the condition of the model). Then, we shuffle the data in order
to avoid overfitting, and we start the training with each epoch and we feed the data
through the network. Then with backpropagation, we simply update the learning rate
and tell the optimizer to update the parameters.</p>
          <p>Evaluation of the trained network is done with the dev dataset, using the saved model
in the previous step we feed the data through the network and compute loss on our trial
data.</p>
          <p>The experimental setup was done both locally and on the cloud. In the development
stage, we trained the model locally using a computer with a 12 core CPU and 32 Gb of
Ram which proved very inefficient, the training time took about two days which made
us switch to a cloud setup. Using PyTorch13 we made the switch to training the model
on GPU using the Google Collaboratory14 platform which lowered the training time to
about an hour, this made a big difference as now we could make decisions regarding
the model much faster, without waiting a long time for it to finish.
4.2
4.2.1</p>
        </sec>
      </sec>
      <sec id="sec-4-4">
        <title>For Task 5</title>
      </sec>
      <sec id="sec-4-5">
        <title>Training and test data</title>
        <p>The data provided contained presidential elections debates and speeches from the
United States in 2016. The data was of two main categories, training and test. The
training had 50 files while the test had 20 files. The main difference from 2019 is that the
organizers provided more training files but also more test scenarios. This can be seen
10 https://huggingface.co/transformers/pretrained_models.html
11 https://huggingface.co/transformers/model doc/bert.html#bertmodel
12 https://huggingface.co/transformers/main classes/optimizer schedules.html#adamw
13 https://pytorch.org/
14 https://colab.research.google.com/
in the result of the candidates that now have a lower MAP compared to 2019 as the test
file number has increased dramatically from last year.</p>
        <p>We tried to further augment the models by taking files from 2019 that have not been
included in 2020; we took training files but also test files with gold labels.</p>
        <p>One training example with the available columns would be the following:</p>
        <p>In the training of the model we ignored the Speaker and line number, we only fed
the preprocessed text and label.
4.2.2</p>
      </sec>
      <sec id="sec-4-6">
        <title>Preprocessing and feature extraction</title>
        <p>Before sending the debate text to the machine learning algorithm we performed several
preprocessing operations in a pipeline.</p>
        <p>For all the models we first tokenized the text in order to break the phrase into
individual terms. After tokenization, for the contrastive 2 submissions, Logistic Regression
we used TF-IDF in order to extract the features in the form of a term frequency matrix.
The implementation for TF-IDF was taken from Pyspark15 and is a combination of 2
steps: HashingTF16 and IDF17. The minimum document frequency for IDF was set to
10.</p>
        <p>For the next two submissions, primary (Naïve Bayes) and contrastive 2 (Decision
Tree) we decided to also use a term frequency matrix but with a different
implementation; instead of using HashingTF we used CountVectorizer18 which has a lower
information loss and empirically it was observed these two algorithms perform better with
this feature extractor. The settings of the CountVectorizer are the following: minimum
term frequency is 1 and so is the minimum definition frequency, the maximum
definition frequency is 263 − 1 and the vocabulary size is 218 and for IDF we set a minimum
term frequency of 3.
4.2.3</p>
      </sec>
      <sec id="sec-4-7">
        <title>Models</title>
        <p>After preprocessing the data and extracting the features they are sent to the machine
learning models. We decided not to use any exterior resources for these models.</p>
        <p>
          We trained the algorithms and tested them using the test data from 2019 where we
attached the gold labels and used the provided organizers script to calculate MAP, RR,
15 https://spark.apache.org/docs/latest/api/python/index.html
16 https://spark.apache.org/docs/2.2.0/api/java/org/apache/spark/mllib/feature/HashingTF.html
17 https://spark.apache.org/docs/2.2.0/api/java/org/apache/spark/mllib/feature/IDF.html
18 https://spark.apache.org/docs/2.1.0/ml-features.html#countvectorizer
R-P and P@k. This gave us a rough estimation of the performance of the model but
also a way to compare with other teams from last year [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
        </p>
        <p>The first and best model was based on Naïve Bayes which uses the default
implementation from Pyspark, we fine-tuned it after multiple sessions of testing and used a
multinomial model and set the smoothing to 1. Even though the model is quite simple
it is very powerful. It can be seen from the results in Table 4 sometimes it is twice as
accurate as other algorithms.</p>
        <p>The second-best algorithm was Logistic Regression, initially this model performed
poorly however we figured out that by increasing the minimum document frequency
on IDF to 10 would increase its performance. The parameters of this model are the
following: maximum iteration is set to 100, the regression parameter is 0, the tolerance
value was 1e-6 and the aggregation depth was set to 2.</p>
        <p>The third best was Decision Tree; this model uses a minimum document frequency
in IDF of 3. We tried making it as best as we could and in order not to overfit the model
we arrived at the following parameters: maximum depth was 30, we increased the
maximum bins to 128 which allows the algorithm to consider more split candidates and
make fine-grained split decisions, there were a minimum 5 instances per node and
increased the maximum memory limit of the model to 4096Mb.</p>
        <p>We trained the models locally, on CPU, the training time was rather fast, Decision
Tree was the slowest.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>In this section, the results of the two task submissions will be discussed. Table 3
illustrates the results for Task 1, there were 12 teams and we ranked 11th with a MAP of
0.4950 while the best result had a MAP of 0.8064 (team Accenture). It should be noted
here that contrastive 1 is better than our primary, we trained the primary with more
epochs and wrongly evaluated as an increase in performance.</p>
      <p>Table 4 presents the result in Task 5 where we ranked 2nd out of 3 teams with a MAP
of 0.0515, the best being 0.0867 (team NLPIR01), and the worst 0.0183, almost 5 times
worse than our submission.</p>
      <p>For Task 5 the best result and the primary submission was of the Naïve Bayes model,
contrastive 1 is 2nd place and it is the Logistic Regression algorithm, and finally
contrastive 2 is based on a Decision Tree. The results are in accordance with what we have
tested locally, we feel that the performance is good and that the models performed well
in the evaluation stage.
The performance of both tasks is good; for Task 1 the main drawback of the model is
the fact that we did not arrive at a finished product, we feel that the design of the model
needs improvement, we do not believe it is able to extract relevant information thus an
augmentation with a general knowledge ontology such as WikiData19 would be a great
addition.</p>
      <p>For Task 5, the models are in a much more mature state as the performance show,
we feel that they have reached their limit, the error stems from the lack of understanding
of the sentence thus needing a much more complex system, probably based on a
language model such as BERT.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>In this paper, we proposed solutions for two of CLEF CheckThat! 2020 tasks, one
approach is based on a bidirectional transformer and the others are based on machine
learning. We achieved good results with all the submission and for future we would
like to fine-tune our models in order to have a much better MAP, there is much room
for improvement in Task 1 and for task 5 a language model approach would be
interesting to see in action.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>This work was supported by project REVERT (taRgeted thErapy for adVanced
colorEctal canceR paTients), Grant Agreement number: 848098,
H2020-SC1-BHC-20182020/H2020-SC1-2019-Two-Stage-RTD.
19 https://www.wikidata.org/
15. Howard, J., Ruder, S. (2018) Fine-tuned language models for text classification. CoRR,
abs/1801.06146.
16. Trinh, T. H., Le, O. V. (2018) A simple method for commonsense reasoning. CoRR,
abs/1806.02847.
17. Levesque, H. J., Davis, E., Morgenstern, L. (2012) The winograd schema challenge. In
Proceedings of the Thirteenth International Conference on Principles of Knowledge
Representation and Reasoning, KR’12, 552–561. AAAI Press.
18. Kocijan, V., Cretu, A. M., Camburu, O. M., Yordanov, Y., Lukasiewicz, T. (2019) A
surprisingly robust trick for winograd schema challenge. CoRR, abs/1905.06290
19. Shaar, A., Babulkov, N., Alam, F., Barrón-Cedeño, A., Elsayed, T., Hasanain, M., Suwaileh,
R., Haouari, F., Da San Martino, G., and Nakov, P. (2020). Overview of CheckThat! 2020
English: Automatic Identification and Verification of Claims in Social Media. In Working
Notes of CLEF 2020.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <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>
          (
          <year>2020</year>
          )
          <article-title>Overview of CheckThat! 2020: Automatic Identification and Verification of Claims in Social Media</article-title>
          .
          <source>In Working Notes of CLEF</source>
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Arampatzis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanoulas</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsikrika</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vrochidis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joho</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eickhoff</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Névéol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Experimental IR Meets Multilinguality, Multimodality, and Interaction</article-title>
          .
          <source>In Proceedings of the Eleventh International Conference of the CLEF Association (CLEF</source>
          <year>2020</year>
          ).
          <source>Lecture Notes in Computer Science (LNCS) 12260</source>
          , Springer, Heidelberg, Germany.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2018</year>
          )
          <article-title>BERT: pre-training of deep bidirectional transformers for language understanding</article-title>
          .
          <source>CoRR</source>
          , abs/
          <year>1810</year>
          .04805.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <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. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2019</year>
          )
          <article-title>Neural Weakly Supervised Fact Check-Worthiness Detection with Contrastive Sampling-Based Ranking Loss</article-title>
          .
          <source>In Working Notes of CLEF 2019 - Conference and Labs of the Evaluation Forum, Lugano, Switzerland, September</source>
          <volume>9</volume>
          -
          <issue>12</issue>
          ,
          <year>2019</year>
          http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2380</volume>
          /paper_56.pdf .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hochreiter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidhuber</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>1997</year>
          )
          <article-title>Long short-term memory</article-title>
          .
          <source>In Neural Computation</source>
          .
          <volume>9</volume>
          (
          <issue>8</issue>
          ):
          <fpage>1735</fpage>
          -
          <lpage>1780</lpage>
          . doi:
          <volume>10</volume>
          .1162/neco.
          <year>1997</year>
          .
          <volume>9</volume>
          .8.1735. PMID 9377276.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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>
          (
          <year>2019</year>
          )
          <article-title>TheEarthIsFlat's submission to CLEF'19 CheckThat! challenge</article-title>
          .
          <source>In CLEF 2019 Working Notes. Working Notes of CLEF 2019 - Conference and Labs of the Evaluation Forum. CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Lugano, Switzerland.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Gasior</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Przyby</surname>
            <given-names>la</given-names>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          (
          <year>2019</year>
          )
          <article-title>The IPIPAN team participation in the check-worthiness task of the CLEF2019 CheckThat! lab</article-title>
          .
          <source>In CLEF 2019 Working Notes. Working Notes of CLEF 2019 - Conference and Labs of the Evaluation Forum. CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Lugano, Switzerland.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Su</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ounis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          (
          <year>2019</year>
          )
          <article-title>Entity detection for check-worthiness prediction: Glasgow Terrier at CLEF CheckThat! 2019</article-title>
          .
          <source>In CLEF 2019 Working Notes. Working Notes of CLEF 2019 - Conference and Labs of the Evaluation Forum. CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Lugano, Switzerland.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Cortes</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vapnik</surname>
            ,
            <given-names>V. N.</given-names>
          </string-name>
          (
          <year>1995</year>
          )
          <article-title>Support-vector networks</article-title>
          .
          <source>In Machine Learning</source>
          .
          <volume>20</volume>
          (
          <issue>3</issue>
          ):
          <fpage>273</fpage>
          -
          <lpage>297</lpage>
          .
          <source>CiteSeerX 10.1.1.15</source>
          .9362. doi:
          <volume>10</volume>
          .1007/BF00994018
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Coca</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cusmuliuc</surname>
            ,
            <given-names>C.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iftene</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2019</year>
          )
          <article-title>2019 UAICS</article-title>
          .
          <source>In CLEF 2019 Working Notes. Working Notes of CLEF 2019 - Conference and Labs of the Evaluation Forum. CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Lugano, Switzerland.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simonsen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Larseny</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2018</year>
          )
          <article-title>The Copenhagen Team Participation in the Factuality Task of the Competition of Automatic Identification and Verification of Claims in Political Debates of the CLEF-2018 Fact Checking Lab</article-title>
          .
          <source>CLEF 2018 Working Notes.</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Valueva</surname>
            ,
            <given-names>M. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nagornov</surname>
            ,
            <given-names>N. N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lyakhov</surname>
            ,
            <given-names>P. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valuev</surname>
            ,
            <given-names>G. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chervyakov</surname>
            ,
            <given-names>N. I.</given-names>
          </string-name>
          (
          <year>2020</year>
          )
          <article-title>Application of the residue number system to reduce hardware costs of the con-volutional neural network implementation</article-title>
          .
          <source>In Mathematics and Computers in Simula-tion. Elsevier BV</source>
          .
          <volume>177</volume>
          :
          <fpage>232</fpage>
          -
          <lpage>243</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.matcom.
          <year>2020</year>
          .
          <volume>04</volume>
          .031. ISSN 0378-
          <fpage>4754</fpage>
          .
          <article-title>Convolutional neural networks are a promising tool for solving the problem of pattern recognition</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Beitzel</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jensen</surname>
            <given-names>E.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frieder</surname>
            <given-names>O.</given-names>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>MAP</article-title>
          . In LIU L., ÖZSU M.
          <source>T. (eds) Encyclopedia of Database Systems</source>
          . Springer, Boston, MA
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Craswell</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>Mean Reciprocal Rank</article-title>
          . In LIU L., ÖZSU M.
          <source>T. (eds) Encyclopedia of Database Systems</source>
          . Springer, Boston, MA
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>