<!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>Workshop - April</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>2 KI TE: Knowledge-Infused InterpreTable Embeddings for COVID-19 Misinformation Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>William Shiao</string-name>
          <email>wshia002@ucr.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Evangelos E. Papalexakis</string-name>
          <email>epapalex@cs.ucr.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ƒ</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Pairwise</institution>
          ,
          <addr-line>Similarity/Distance</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of California Riverside</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>14</volume>
      <issue>2021</issue>
      <abstract>
        <p>As COVID-19 continues to spread across the world, concerns regarding the spread of misinformation about it are also growing. In this work, we propose a preliminary novel method to identify fake articles and claims by using information from the CORD-19 academic paper dataset. Our method uses the similarity between articles and reference manuscripts in a shared embedding space to classify the articles. This also provides an explanation for each classification decision that links a particular article or claim to a small number of research manuscripts that influence the decision. We collect 90K real articles and 20K fake articles about the coronavirus, as well as over 700 human-labelled claims from the Google FactCheck API, and evaluate its performance on these datasets. We also evaluate its performance on MM-COVID [13], a recent COVID-19 news dataset. We demonstrate the explainability of our model and discuss its limitations.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>The current time dictates an unprecedented outbreak of the novel
coronavirus (SARS-CoV-2) in most countries across the world. With
millions of people stuck at home and accessing information via
social media platforms, there is an increasing concern about the
spread of misinformation regarding the pandemic.</p>
      <p>In the recent years, we have experienced the proliferation of
websites and outlets that publish and perpetuate misinformation.
However, with the pandemic and the US presidential elections in
2020, it has become a larger problem than ever. The most efective
method to counter this is human fact-checking. However, this often
requires domain expertise and can be prohibitively expensive.
Domain expertise was an especially large issue during the early stages
of the pandemic, when information about COVID-19 was limited
and when conspiracy theories and snake oil “cures” propagated
quickly.</p>
      <p>
        Fake news has been a large issue even before the start of the
pandemic. For example, misinformation was widespread over Twitter
during events like Hurricane Sandy [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and the Boston Marathon
bombings [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Studies have also shown that humans are bad at
detecting misinformation, the mean accuracy of 1,000 participants
averaged over 100 runs being only 54% [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Furthermore, it has
been shown that fake news spreads faster than real news [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ],
making it even more important that we combat its spread.
      </p>
      <p>On top of this, the recent spread of misinformation about
COVID19 poses some new issues. Information about the virus has been
sparse, especially during the start of the pandemic. This makes it
harder for the average person to diferentiate between true and
false information. Information about the virus also evolves fairly
quickly.
Articles/Claims
ilrtce M
A
ƒ
Classi er</p>
      <p>
        Many diferent approaches for fake news classification have
been proposed. One class of approaches revolve around checking
whether or not statements are likely to be connected in a knowledge
graph [
        <xref ref-type="bibr" rid="ref5 ref6 ref7 ref8">5–8</xref>
        ]. The downside to this approach is that it requires the
user to either create a new knowledge graph for the task or use
an existing one. Creating a new knowlege graph is often dificult
and are usually built with some human supervision [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. However,
Wang et al.[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] shows that deep language models like BERT [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
and the GPT models [
        <xref ref-type="bibr" rid="ref17 ref2">2, 17</xref>
        ] can be used to build knowledge graphs
directly. This suggests the models retain a lot of the knowledge
acquired from training on datasets.
      </p>
      <p>
        Several recent state-of-the-art fake news detection models rely
on a BERT architecture for processing text [
        <xref ref-type="bibr" rid="ref12 ref15 ref27 ref28">12, 15, 27, 28</xref>
        ]. While
BERT tends to perform well for this task, a common issue is the
lack of explainability in its classification decisions.
      </p>
      <p>
        In this work, we present a preliminary model that uses S-BERT
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] embeddings to construct a similarity matrix against a set of
reference documents. This allows us to explain classification
decisions as a function of the article’s similarity to specific documents
if we train an interpretable classifier like a random forest or logistic
regression.
      </p>
      <p>While this model is relatively simple and can be further refined,
we believe that this approach provides an interesting and useful
step towards interpretable high-performance models.</p>
      <p>An overview of our contributions are shown here:
• Novel embedding scheme: We propose KI2TE, a novel
embedding scheme built on top of other embedding models.
• Dataset collection: We gather over 100K news articles with
coarse labels.
• Extensive evaluation: We evaluate the performance and
explainability of KI2TE on 3 diferent datasets.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>PROBLEM FORMULATION &amp; PROPOSED</title>
    </sec>
    <sec id="sec-3">
      <title>METHOD</title>
    </sec>
    <sec id="sec-4">
      <title>Problem Definition</title>
      <sec id="sec-4-1">
        <title>Given</title>
        <p>– a set A of labelled article/claims about COVID-19.
– a set D of credible reference documents.</p>
        <p>Classify each article/claim  ∈ A as real or fake.</p>
        <p>Explain the classification decision as a function of D.
2.2</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Proposed Method</title>
      <p>
        We first embed each article/claim in A and each document in D into
a shared embedding space. We found using Sentence-BERT (SBERT)
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] for this step led to the best results, but we also evaluate the
performance of our method using FastText [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. We then calculate
the pairwise similarity between each article/claim and each
reference document, which gives us a distance matrix M. Each row of M
can be thought of as a new embedding for the corresponding article
in A. We then train a classifier on M. These steps are described as
pseudocode in Algorithm 1 below.We evaluate our method using
logistic regression and a random forest, both of which ofer a good
balance between performance and interpretability.
      </p>
      <p>Algorithm 1 Given a set of articles and reference documents,
returns KI2TE embeddings.</p>
      <p>1: procedure KI2TE(A, D)
2: EA ← ComputeEmbeddings(A)
3: ED ← ComputeEmbeddings(D)
4: for  ∈ EA do
5: for   ∈ ED do
6: M, ← dist(,   )
7: end for
8: end for</p>
      <sec id="sec-5-1">
        <title>9: return M</title>
        <p>10: end procedure
2.3</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Model Explainability</title>
      <p>When trained with a interpretable classifier, this approach allows
us to explain classification decisions on an article with supporting
documents D. We evaluated our approach using two models: logistic
regression and a random forest.</p>
      <p>Logistic regression trains a weight vector  and bias  such
that the cross-entropy is minimized. The magnitude of a weight  
corresponds to the importance of a feature M, in article A . We can
ifnd the importance of that feature in a classification decision with
  ×M, . Since M, corresponds to the distance to document D , we
can see how much each document contributes to the classification
decision.</p>
      <p>
        A random forest involves training a set of decision trees on
random samples of the training dataset. The classification results
is the mode of the classification results of each of the trees in the
forest. The prediction function of a random forest can be written
out in terms of the sum of feature contributions [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. This allows
us to see which documents led to a specific classification decision
in a random forest.
2.4
      </p>
    </sec>
    <sec id="sec-7">
      <title>Compared to KNN</title>
      <p>At first glance, this approach may appear to be similar to a
K-nearestneighbors (KNN) classifier trained on the reference embedding
matrix and used to classify articles. However, they are diferent and
there are several key advantages of our approach:
(1) The reference data can be one-class data, like in our use case,
where all of the CORD articles are considered to be accurate.
(2) In KNN, each of the  nearest neighbors are considered to be
of equal importance, but each neighbor is assigned a diferent
weight in our approach.
(3) In KNN, only the  nearest neighbors are considered for
classification, but we consider all of the data points in our
approach.</p>
      <p>However, one advantage of KNN over our approach is that KNN
scales better when there are more reference documents, especially
if a database that supporting approximate nearest-neighbors is used.
We talk more about this limitation in Section 3.5, as well as ways
to reduce its impact.
3</p>
    </sec>
    <sec id="sec-8">
      <title>EXPERIMENTAL EVALUATION</title>
      <p>
        We evaluate the performance of our method along three aspects:
(1) The classification accuracy and F1 score on the Google
FactCheck claims, the MM-COVID [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] dataset, and our
gathered set of news articles.
(2) The explainability of our method.
(3) The sensitivity of our model with respect to the number of
documents.
3.1
      </p>
    </sec>
    <sec id="sec-9">
      <title>Classification Performance</title>
      <p>We evaluate the accuracy and F1 score of our model, and similar
baseline models on the 3 datasets described in Section 3.4. We also
evaluate them on 3 diferent pieces of the news dataset, as described
in Section 3.2.
3.2</p>
    </sec>
    <sec id="sec-10">
      <title>Explanability</title>
      <p>In Fig. 2 we show a four classification results, with the top
contributors to each decision. Due to space and copyright considerations,
we provide only the titles of the articles and manuscripts.
However, results are taken from a model trained on subsets of the news
articles focused on vaccine and transmission news.</p>
      <p>The reason for this is that only a small portion of the news
articles contain information also present in CORD-19 documents.
Below are the titles of 5 articles that have poor explanability in our
model:
1) “Kevin Ferris: John Prine, thanks for the many blessings you
shared through your life and music”
2) “San Bernardino County reports 4 more coronavirus deaths,
146 new cases”
3) “Trump indicates he no longer has the coronavirus, says he
is ‘immune’”
4) “Gary Neville slams EPL teams: Clubs are frightened”
MM-COVID</p>
      <p>Vaccine News</p>
      <p>Acc.
0.729 ± 0.003
0.757 ± 0.004
0.742 ± 0.003
0.791 ± 0.004
0.714 ± 0.004
0.788 ± 0.004
0.773 ± 0.004
0.755 ± 0.004</p>
      <p>Acc.
0.89 ± 0.011
0.922 ± 0.005
0.918 ± 0.008
0.943 ± 0.002
0.853 ± 0.008
0.901 ± 0.004
0.899 ± 0.01
0.864 ± 0.003</p>
      <p>Acc.
0.865 ± 0.002
0.866 ± 0.003
0.869 ± 0.003
0.886 ± 0.002
0.86 ± 0.002
0.876 ± 0.002
0.873 ± 0.004
0.853 ± 0.005</p>
      <p>This real y is
nothinug like
Arboviruses
and their
vectors
The Food
Systems in the
Era of the
Coronavirus
Viewpoint:
Sars-cov-2
(the cause of
covid-19 in</p>
      <p>F1
0.786 ± 0.002
0.809 ± 0.004
0.714 ± 0.054
0.802 ± 0.036
0.607 ± 0.008
0.804 ± 0.045
0.810 ± 0.003
0.724 ± 0.056</p>
      <p>F1
0.778 ± 0.018
0.948 ± 0.003
0.846 ± 0.017
0.962 ± 0.001
0.681 ± 0.021
0.935 ± 0.003
0.806 ± 0.019
0.912 ± 0.004</p>
      <p>F1
0.925 ± 0.001
0.926 ± 0.002
0.926 ± 0.002
0.934 ± 0.001
0.923 ± 0.001
0.931 ± 0.001
0.929 ± 0.002
0.919 ± 0.003</p>
      <p>Using the mask
– do’s and
don’ts in the
COVID-19
scenario</p>
      <p>Public
awareness in
Egypt about
COVID-19
spread in the
early phase of
the pandemic
Arboviruses and
their vectors
Sports bal s as
potential
SARS-CoV-2
transmission
vectors</p>
      <p>Filtered News
Acc.</p>
      <p>F1
Transmission News
Acc. F1</p>
      <p>Acc.
0.921 ± 0.02
0.926 ± 0.015
0.913 ± 0.005
0.904 ± 0.026
0.912 ± 0.014
0.922 ± 0.012
0.907 ± 0.016
0.901 ± 0.02</p>
      <p>5) “Coronavirus: Indian takeaway ofering free toilet rolls with
orders over £20”
News</p>
      <p>Claims</p>
      <p>We can see that (1) is about the death of a celebrity from
coronavirus, and it is unlikely that any CORD-19 document would have
a reference to it. (2) is about relatively small area in the U.S. and
would likely not have any references to it in CORD-19. (3) is
political news and also likely does not have many CORD-19 references.
(4) is primarily sports news and does not contain information about
the virus itself. (5) is about a specific restaurant and will not have
any related information in CORD-19.</p>
      <p>However, KI2TE still maintains similar accuracy to our baseline
models. This is because the document distances also serve as a
proxy to the raw embeddings, allowing it to maintain much of the
information from the original BERT/FastText embeddings. However,
the explainability of our model sufers in this case. To resolve this,
we extract 3 versions from the news dataset.</p>
      <p>We extract a filtered set, which has articles with sports teams
and popular cities/countries removed, and refer to it as the “Filtered
News” dataset. We also extract only articles that contain the word
“vaccine” and call this the “Vaccine News” dataset. Finally, we extract
only articles that contain the word “transmission” and name it the
“Transmission News” dataset. The purpose of the last two datasets is
to provide a smaller sample with articles focusing more on attributes
of the virus, rather than on other topics (like those shown above).
The performance of our models on these datasets are shown in
Table 1 above.</p>
    </sec>
    <sec id="sec-11">
      <title>3.3 Sensitivity to Number of Reference</title>
    </sec>
    <sec id="sec-12">
      <title>Manuscripts</title>
      <p>We evaluate the accuracy and F1 score of KI2TE as the number of
reference documents increase, and the results can be seen in Fig. 3.
Generally, we can see that as the number of reference documents
increase, the accuracy and F1 score of KI2TE increases. However,
increasing the number of reference documents has a diminishing
efect. Interestingly, the FastText-based models exhibit a large dip in
F1 score after about 1,000 documents, but it recovers and continues
to increase.</p>
    </sec>
    <sec id="sec-13">
      <title>3.4 Datasets</title>
      <p>In this section, we describe the steps involved in the data collection
and filtering the news articles for analysis. We used five datasets
for this work.</p>
      <p>
        We chose to crawl our own news datasets because we were
unable to find any up-to-date fake news datasets at the time of
writing.
3.4.1 CORD-19. The first dataset we used was the COVID-19 Open
Research Dataset (CORD-19) [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], which is a growing collection of
scientific paper prepared by the White House in partnership with
leading research groups characterizing the wide range of literature
related to coronaviruses.
      </p>
      <p>It consists of over 200,000 documents, of which 100,000 have a
PDF parse of their full text. Although not all of these documents
have undergone peer review and includes preprints from sites like
bioRxiv, we still consider this to be a relatively credible source of
information about the virus.
3.4.2 Fake News Dataset. We crawled sites from NewsGuard’s
Misinformation Tracking Center1 for our fake news dataset.
NewsGuard is an organization that rates the trustworthiness of websites
that share information online based on their credibility and
transparency. We crawled on the sites based in the United States to
ensure that we crawled only English language sites. We also only
crawled the sites with sitemaps to ensure that all of the crawled
pages were in fact news articles, not other pages, like store pages.</p>
      <p>We also made the assumption that all articles on any of those sites
were considered fake news. While this is a very strong assumption,
we could not come up with a better method for labeling individual
articles. We used the Newspaper3k2 Python library library to extract
article metadata and content.</p>
      <p>We chose to scrape only COVID-19-related news articles by
filtering the crawled articles by keywords like “COVID” or “coronavirus”.
We also removed duplicate lines (where a line is an HTML tag, not
a sentence) from the plain text of the articles. This helps prevent
pages with fixed headers or taglines appearing in the document
text. Otherwise, articles with mentions of keywords in the header
or footer would also be included in the crawl.</p>
      <p>Certain properties of these sites made them dificult to crawl.
Some sites mixed in abstracts of academic papers in with their
articles to lend credibility. Other sites mixed in articles from Reuters
or the Associated Press (AP), both of which we consider reliable
sources. The Newspaper3k library also tended to perform worse
at extracting the content of the articles, likely because the library
was mainly tested on more mainstream news websites.</p>
      <p>
        Many of these sites also had other purposes in addition to
providing news articles. Some of them sold alternative medicinal products
like colloidal silver. Others also had videos in addition to their text
articles. We did our best to clean this data, but it is possible that
some of these issues are still present in the data. After cleaning, we
were left with around 20K fake news articles.
3.4.3 Real News Dataset. We used the list from the B.S. Detector
Chrome extension3 to pick the reputable sites. We then collected
articles from all of the matching sites from the Common Crawl News
archive [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. After that, the HTML for each article was processed
in the same manner as the fake news dataset. We gathered over
95K articles that mention the novel coronavirus, but we randomly
subsample from this set of articles when training our models to
reduce the class imbalance.
3.4.4 Google FactCheck Dataset. We also downloaded
COVID-19related claims from the Google FactCheck API4. These claims are
gathered from a variety of fact-checking companies and are checked
by humans. Each claim consists of a single sentence (or rarely,
several sentences) and a rating from a fact checking agency. This
rating does not necessary follow any particular format and can
range from “Fake” to other, less clear ratings like “Needs Context”
or “Missing Context”. We chose to exclude those ambigious claims
from the dataset. This led to a total of 739 claims, of which 97 are
true, and 642 are false/misleading. While there is a heavily class
imbalance and it is a small dataset, we chose to include this in our
evaluation to test our model’s performance on small datasets with
accurate labels.
3.4.5 MM-COVID Dataset. We also used the Multilingual and
Multidimensional COVID-19 Fake News Data Repository (MM-COVID)
dataset [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], which contains fake news from 6 diferent languages.
However, we only focus on the English portion of the dataset. The
news articles are labelled by Snopes 5 and Poynter 6, both of which
are fact-checking companies that use human fact-checkers. The
MM-COVID dataset also includes tweets and replies to those tweets,
but we only use the text of the articles in the dataset.
3.5
      </p>
    </sec>
    <sec id="sec-14">
      <title>Limitations</title>
      <p>
        One limitation of this method is that a new feature is added for
each new reference document. This can significantly reduce the
performance of the classifier and greatly increase the distance
matrix time calculation when the number of reference documents is
large. The simplest way to mitigate this would be to simply use
a random sample of reference documents, but there may be very
similar reference documents selected, which would not improve
the performance or interpretability of the model. Another way to
mitigate it would be to use standard feature selection methods (like
Lasso [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]), but this still requires the calculation of the distance
matrix across all reference documents.
      </p>
      <p>
        One solution for this is to run k-means++ [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] on ED and set 
to the number of reference documents we want to use. Then, we
can select the nearest neighbor to each of the  centroids of the
clusters. This leaves us with  reference documents, each of which
theoretically represents a diferent part of the embedding space.
This helps reduce the chance of similar documents being selected.
4
      </p>
    </sec>
    <sec id="sec-15">
      <title>RELATED WORK</title>
      <p>
        There has been a lot of work in the area of fake news detection
and models use a variety of diferent methods. These methods can
generally be grouped into four categories: knowledge-based,
stylebased, propagation-based, and source-based models [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ].
      </p>
      <p>
        Knowledge-based models often attempt to compare the claims
in a news article against facts stored in a knowledge base (KB) or
knowledge graph (KG). Knowledge graphs are commonly
represented as a set of subject-predicate-object triples, where the subject
1https://www.newsguardtech.com/coronavirus-misinformation-tracking-center/
2https://github.com/codelucas/newspaper
3https://gitlab.com/bs-detector/bs-detector
4https://toolbox.google.com/factcheck/apis
5https://www.snopes.com/
6https://www.poynter.org/
and object map to entities, which are typically represented as nodes.
These models often predict the probability of triples existing in this
graph and use that to determine the accuracy of a statement [
        <xref ref-type="bibr" rid="ref5 ref6 ref7">5–
7</xref>
        ]. These knowledge graphs can be single-source, which uses a
knowledge graph from a single source, or open-source, where the
knowledge graph is created by merging data from multiple sources
[
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. The downside of a knowledge-graph-based approach is that
it requires a knowledge graph, which is non-trivial to construct.
Many existing public knowledge graphs, like Wikidata [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], YAGO
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], and NELL [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], required some level of human supervision to
construct.
      </p>
      <p>
        Style-based models attempt to look at the style with which the
article was written to assess the intentions of the author, with the
assumption that fake news articles are written diferently than
authentic news articles. Propagation-based models look at how a
news article spreads and works on a news cascade [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] or graph
representation of that. Source-based models look focus on the
author and publisher of new articles, with the assumption that many
fake news items tend to come from the same sources. While we use
the term article, all of these methods are applicable to, and been
applied to other mediums, like social media posts.
5
      </p>
    </sec>
    <sec id="sec-16">
      <title>CONCLUSION</title>
      <p>
        In this work, we propose a similarity matrix-based embedding
method: KI2TE, which allows us to interpret the decisions of
embeddingbased models by linking them to a set of reference documents.
We gather a coarsely-labelled dataset of news articles and
humanlabelled claims. We also evaluate our model on the MM-COVID
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] dataset. We show that our model has similar performance to
baseline methods, with the added benefit of explainability on some
classification decisions.
6
      </p>
    </sec>
    <sec id="sec-17">
      <title>ACKNOWLEDGEMENTS</title>
      <p>The authors would like to thank Rutuja Gurav, Pravallika Devineni,
and Sara Abdali for their valuable help and feedback. Research was
partially supported by the National Science Foundation Grant no.
1901379 and a UCR Regents Faculty Fellowship. This research was
partially sponsored by the U.S. Army Combat Capabilities
Development Command Army Research Laboratory and was accomplished
under Cooperative Agreement Number W911NF-13-2-0045 (ARL
Cyber Security CRA). The views and conclusions contained in this
document are those of the authors and should not be interpreted
as representing the oficial policies, either expressed or implied, of
the Combat Capabilities Development Command Army Research
Laboratory or the U.S. Government. The U.S. Government is
authorized to reproduce and distribute reprints for Government purposes
notwithstanding any copyright notation here on.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>David</given-names>
            <surname>Arthur</surname>
          </string-name>
          and
          <string-name>
            <given-names>Sergei</given-names>
            <surname>Vassilvitskii</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>K-means++: The advantages of careful seeding</article-title>
          .
          <source>In Proceedings of the Annual ACM-SIAM Symposium on Discrete Algorithms</source>
          , Vol.
          <volume>07</volume>
          -09-January-
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Tom</surname>
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Brown</surname>
            , Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, Sandhini Agarwal, Ariel Herbert-Voss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel M. Ziegler, Jefrey Wu, Clemens Winter, Christopher Hesse, Mark Chen, Eric Sigler,
            <given-names>Mateusz</given-names>
          </string-name>
          <string-name>
            <surname>Litwin</surname>
          </string-name>
          , Scott Gray, Benjamin Chess, Jack Clark, Christopher Berner,
          <string-name>
            <surname>Sam</surname>
            <given-names>McCandlish</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Alec</given-names>
            <surname>Radford</surname>
          </string-name>
          , Ilya Sutskever, and
          <string-name>
            <given-names>Dario</given-names>
            <surname>Amodei</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Language Models are Few-Shot Learners</article-title>
          .
          <source>arXiv (5</source>
          <year>2020</year>
          ). http://arxiv.org/abs/
          <year>2005</year>
          .14165
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Andrew</given-names>
            <surname>Carlson</surname>
          </string-name>
          , Justin Betteridge, Bryan Kisiel, Burr Settles,
          <string-name>
            <surname>Estevam R Hruschka</surname>
          </string-name>
          , and Tom M Mitchell. [n.d.].
          <article-title>Toward an Architecture for Never-Ending Language Learning</article-title>
          .
          <source>Technical Report</source>
          . www.aaai.org
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Kristina</given-names>
            <surname>Toutanova</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</article-title>
          . (10
          <year>2018</year>
          ). http://arxiv.org/abs/
          <year>1810</year>
          .04805
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Xin</given-names>
            <surname>Luna</surname>
          </string-name>
          <string-name>
            <surname>Dong</surname>
          </string-name>
          , Christos Faloutsos,
          <string-name>
            <given-names>Xian</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Subhabrata</given-names>
            <surname>Mukherjee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Prashant</given-names>
            <surname>Shiralkar</surname>
          </string-name>
          .
          <year>2018</year>
          . 3-FactCheckingGraph - Google Slides. https://docs.google.com/ presentation/d/1JudymfQC14vpGdQY6nOodIcmOpec1vSnMa38FnSZiVY/edit# slide=id.
          <source>g3fc8173fac_2_79</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Valeria</given-names>
            <surname>Fionda</surname>
          </string-name>
          and
          <string-name>
            <given-names>Giuseppe</given-names>
            <surname>Pirrò</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Fact Checking via Evidence Patterns</article-title>
          .
          <source>Technical Report.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Mohamed</surname>
            <given-names>H</given-names>
          </string-name>
          <string-name>
            <surname>Gad-Elrab</surname>
            , Daria Stepanova, Jacopo Urbani, and
            <given-names>Gerhard</given-names>
          </string-name>
          <string-name>
            <surname>Weikum</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Tracy: Tracing Facts over Knowledge Graphs and Text</article-title>
          . (
          <year>2019</year>
          ). https: //doi.org/10.1145/nnnnnnn.nnnnnnn
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Matthew</given-names>
            <surname>Gardner</surname>
          </string-name>
          , Tom Mitchell, William Cohen, Christos Faloutsos, and Antoine Bordes. [n.d.].
          <article-title>Reading and Reasoning with Knowledge Graphs</article-title>
          .
          <source>Technical Report</source>
          . www.lti.cs.cmu.edu
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Aditi</given-names>
            <surname>Gupta</surname>
          </string-name>
          , Hemank Lamba, and
          <string-name>
            <given-names>Ponnurangam</given-names>
            <surname>Kumaraguru</surname>
          </string-name>
          .
          <year>2013</year>
          . $
          <volume>1</volume>
          .00 per RT #
          <article-title>BostonMarathon #PrayForBoston: Analyzing fake content on twitter</article-title>
          .
          <source>In eCrime Researchers Summit</source>
          , eCrime. IEEE Computer Society. https://doi.org/10.1109/ eCRS.
          <year>2013</year>
          .6805772
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Aditi</surname>
            <given-names>Gupta</given-names>
          </string-name>
          , Hemank Lamba, Ponnurangam Kumaraguru, and Anupam Joshi. [n.d.]. Faking Sandy:
          <article-title>Characterizing and Identifying Fake Images on Twitter during Hurricane Sandy</article-title>
          . http://www.guardian.co.uk/world/us-news-
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Armand</surname>
            <given-names>Joulin</given-names>
          </string-name>
          , Edouard Grave, Piotr Bojanowski, and
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Bag of Tricks for Eficient Text Classification</article-title>
          .
          <source>In Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume</source>
          <volume>2</volume>
          ,
          <string-name>
            <given-names>Short</given-names>
            <surname>Papers</surname>
          </string-name>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <fpage>427</fpage>
          -
          <lpage>431</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Heejung</surname>
            <given-names>Jwa</given-names>
          </string-name>
          , Dongsuk Oh, Kinam Park, Jang Kang, and
          <string-name>
            <given-names>Hueiseok</given-names>
            <surname>Lim</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>exBAKE: Automatic Fake News Detection Model Based on Bidirectional Encoder Representations from Transformers (BERT)</article-title>
          .
          <source>Applied Sciences</source>
          <volume>9</volume>
          ,
          <issue>19</issue>
          (9
          <year>2019</year>
          ),
          <volume>4062</volume>
          . https://doi.org/10.3390/app9194062
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Yichuan</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Bohan</given-names>
            <surname>Jiang</surname>
          </string-name>
          , Kai Shu, and Huan Liu. [n.d.].
          <article-title>MM-COVID: A Multilingual and Multimodal Data Repository for Combating COVID-</article-title>
          19
          <source>Disinformation. Technical Report</source>
          . www.newsguardtech.com
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Yichuan</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Bohan</given-names>
            <surname>Jiang</surname>
          </string-name>
          , Kai Shu, and Huan Liu.
          <year>2020</year>
          .
          <article-title>MM-COVID: A Multilingual and Multimodal Data Repository for Combating COVID-</article-title>
          19
          <source>Disinformation. (11</source>
          <year>2020</year>
          ). http://arxiv.org/abs/
          <year>2011</year>
          .04088
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Chao</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Xinghua Wu, Min Yu,
          <string-name>
            <given-names>Gang</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Jianguo</given-names>
            <surname>Jiang</surname>
          </string-name>
          , Weiqing Huang, and
          <string-name>
            <given-names>Xiang</given-names>
            <surname>Lu</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>A Two-Stage Model Based on BERT for Short Fake News Detection</article-title>
          .
          <source>In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)</source>
          , Vol.
          <volume>11776</volume>
          LNAI. Springer,
          <fpage>172</fpage>
          -
          <lpage>183</lpage>
          . https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -29563-9{_}
          <fpage>17</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Joel</surname>
            <given-names>Mackenzie</given-names>
          </string-name>
          , Rodger Benham, Matthias Petri,
          <string-name>
            <surname>Johanne R. Trippas</surname>
            ,
            <given-names>J. Shane</given-names>
          </string-name>
          <string-name>
            <surname>Culpepper</surname>
            , and
            <given-names>Alistair</given-names>
          </string-name>
          <string-name>
            <surname>Mofat</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>CC-News-En: A Large English News Corpus</article-title>
          .
          <source>In Proceedings of the 29th ACM International Conference on Information &amp;</source>
          Knowledge
          <string-name>
            <surname>Management (Virtual Event</surname>
          </string-name>
          , Ireland) (
          <source>CIKM '20)</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <fpage>3077</fpage>
          -
          <lpage>3084</lpage>
          . https://doi.org/10.1145/ 3340531.3412762
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Alec</surname>
            <given-names>Radford</given-names>
          </string-name>
          , Jefrey Wu, Rewon Child, David Luan,
          <string-name>
            <given-names>Dario</given-names>
            <surname>Amodei</surname>
          </string-name>
          , and Ilya Sutskever. [n.d.].
          <source>Language Models are Unsupervised Multitask Learners. Technical Report</source>
          . https://github.com/codelucas/newspaper
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Thomas</surname>
            <given-names>Rebele</given-names>
          </string-name>
          , Fabian Suchanek, Johannes Hofart, Joanna Biega, Erdal Kuzey, and
          <string-name>
            <given-names>Gerhard</given-names>
            <surname>Weikum</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>YAGO: A multilingual knowledge base from wikipedia, wordnet, and geonames</article-title>
          .
          <source>In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)</source>
          , Vol.
          <volume>9982</volume>
          LNCS. Springer Verlag,
          <fpage>177</fpage>
          -
          <lpage>185</lpage>
          . https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          - 46547-0{_}
          <fpage>19</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Nils</given-names>
            <surname>Reimers</surname>
          </string-name>
          and
          <string-name>
            <given-names>Iryna</given-names>
            <surname>Gurevych</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks</article-title>
          .
          <source>EMNLP-IJCNLP 2019 - 2019 Conference on Empirical Methods in Natural Language Processing and 9th International Joint Conference on Natural Language Processing, Proceedings of the Conference (8</source>
          <year>2019</year>
          ),
          <fpage>3982</fpage>
          -
          <lpage>3992</lpage>
          . http://arxiv.org/abs/
          <year>1908</year>
          .10084
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Victoria</surname>
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Rubin</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>On deception and deception detection: Content analysis of computer-mediated stated beliefs</article-title>
          .
          <source>In Proceedings of the ASIST Annual Meeting</source>
          , Vol.
          <volume>47</volume>
          . https://doi.org/10.1002/meet.14504701124
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Ando</given-names>
            <surname>Saabas</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Interpreting random forests | Diving into data</article-title>
          . http: //blog.datadive.net/interpreting-random-forests/
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Robert</given-names>
            <surname>Tibshirani</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>Regression Shrinkage and Selection Via the Lasso</article-title>
          .
          <source>Journal of the Royal Statistical Society: Series B (Methodological) 58</source>
          ,
          <issue>1</issue>
          (
          <year>1996</year>
          ). https://doi.org/10.1111/j.2517-
          <fpage>6161</fpage>
          .
          <year>1996</year>
          .tb02080.x
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Soroush</surname>
            <given-names>Vosoughi</given-names>
          </string-name>
          , Deb Roy, and
          <string-name>
            <given-names>Sinan</given-names>
            <surname>Aral</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>The spread of true and false news online</article-title>
          .
          <source>Science</source>
          <volume>359</volume>
          ,
          <issue>6380</issue>
          (3
          <year>2018</year>
          ),
          <fpage>1146</fpage>
          -
          <lpage>1151</lpage>
          . https://doi.org/10.1126/ science.aap9559
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Denny</given-names>
            <surname>Vrandečić</surname>
          </string-name>
          and
          <string-name>
            <given-names>Markus</given-names>
            <surname>Krötzsch</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Wikidata: A free collaborative knowledgebase</article-title>
          .
          <source>Commun. ACM</source>
          <volume>57</volume>
          ,
          <issue>10</issue>
          (9
          <year>2014</year>
          ),
          <fpage>78</fpage>
          -
          <lpage>85</lpage>
          . https://doi.org/10.1145/ 2629489
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Chenguang</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Xiao Liu, and
          <string-name>
            <given-names>Dawn</given-names>
            <surname>Song</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Language Models are Open Knowledge Graphs</article-title>
          . (10
          <year>2020</year>
          ). http://arxiv.org/abs/
          <year>2010</year>
          .11967
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>Lucy</given-names>
            <surname>Lu</surname>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          , Kyle Lo, Yoganand Chandrasekhar, Russell Reas, Jiangjiang Yang, Darrin Eide, Kathryn Funk, Rodney Kinney, Ziyang Liu,
          <string-name>
            <given-names>William</given-names>
            <surname>Merrill</surname>
          </string-name>
          , Paul Mooney, Dewey Murdick, Devvret Rishi, Jerry Sheehan, Zhihong Shen, Brandon Stilson,
          <string-name>
            <given-names>Alex D.</given-names>
            <surname>Wade</surname>
          </string-name>
          , Kuansan Wang, Chris Wilhelm, Boya Xie, Douglas Raymond, Daniel S. Weld,
          <string-name>
            <given-names>Oren</given-names>
            <surname>Etzioni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Sebastian</given-names>
            <surname>Kohlmeier</surname>
          </string-name>
          .
          <year>2020</year>
          . CORD-
          <volume>19</volume>
          : The Covid-19 Open Research Dataset. arXiv:
          <year>2004</year>
          .
          <article-title>10706 [cs</article-title>
          .DL]
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Kai-Chou</surname>
            <given-names>Yang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Timothy</given-names>
            <surname>Niven</surname>
          </string-name>
          , and
          <string-name>
            <surname>Hung-Yu Kao</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Fake News Detection as Natural Language Inference</article-title>
          .
          <source>arXiv (7</source>
          <year>2019</year>
          ). http://arxiv.org/abs/
          <year>1907</year>
          .07347
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Tong</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Di Wang, Huanhuan Chen, Zhiwei Zeng, Wei Guo, Chunyan Miao, and
          <string-name>
            <given-names>Lizhen</given-names>
            <surname>Cui</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>BDANN: BERT-Based Domain Adaptation Neural Network for Multi-Modal Fake News Detection</article-title>
          .
          <source>In Proceedings of the International Joint Conference on Neural Networks</source>
          .
          <article-title>Institute of Electrical and Electronics Engineers Inc</article-title>
          . https://doi.org/10.1109/IJCNN48605.
          <year>2020</year>
          .9206973
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>Xinyi</given-names>
            <surname>Zhou</surname>
          </string-name>
          and
          <string-name>
            <given-names>Reza</given-names>
            <surname>Zafarani</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>A Survey of Fake News: Fundamental Theories, Detection Methods, and Opportunities</article-title>
          .
          <source>Comput. Surveys</source>
          <volume>53</volume>
          ,
          <issue>5</issue>
          (
          <issue>12</issue>
          <year>2018</year>
          ). https://doi.org/10.1145/3395046
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>