<!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>REMOD: Relation Extraction for Modeling Online Discourse</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Matthew Sumpter</string-name>
          <email>mjsumpter@usf.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giovanni Luca Ciampaglia</string-name>
          <email>glc3@mail.usf.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of South Florida</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>14</volume>
      <issue>2021</issue>
      <abstract>
        <p>The enormous amount of discourse taking place online poses challenges to the functioning of a civil and informed public sphere. Eforts to standardize online discourse data, such as ClaimReview, are making available a wealth of new data about potentially inaccurate claims, reviewed by third-party fact-checkers. These data could help shed light on the nature of online discourse, the role of political elites in amplifying it, and its implications for the integrity of the online information ecosystem. Unfortunately, the semi-structured nature of much of this data presents significant challenges when it comes to modeling and reasoning about online discourse. A key challenge is relation extraction, which is the task of determining the semantic relationships between named entities in a claim. Here we develop a novel supervised learning method for relation extraction that combines graph embedding techniques with path traversal on semantic dependency graphs. Our approach is based on the intuitive observation that knowledge of the entities along the path between the subject and object of a triple (e.g. Washington,_D.C., and United_States_of_America) provides useful information that can be leveraged for extracting its semantic relation (i.e. capitalOf). As an example of a potential application of this technique for modeling online discourse, we show that our method can be integrated into a pipeline to reason about potential misinformation claims.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Information systems → Web mining; Semantic web description
languages; Information extraction.
relation extraction, semi-structured data, semantic ontology, claim
matching, fact-checking</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        The prevalence of false and inaccurate information in its myriad
of forms — a persistent and dangerous societal problem — is still a
poorly understood phenomenon [
        <xref ref-type="bibr" rid="ref1 ref30 ref7">1, 7, 30</xref>
        ], especially in the context
of political communication [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. Even though strong exposure to
so-called “fake news” is limited to the segment of most active news
consumers [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], individual claims echoing the false or misleading
content shared by these audiences can spread rapidly through social
media [
        <xref ref-type="bibr" rid="ref57 ref69">57, 69</xref>
        ], amplified by bots [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ] or other malicious actors [
        <xref ref-type="bibr" rid="ref60">60</xref>
        ],
who often target elites, like celebrities, pundits, or politicians. From
there, false claims rebroadcast by these elites enjoy further
dissemination, reaching even wider audiences.
      </p>
      <p>
        Misinformation has become an emerging focus of computational
social scientists seeking to understand and combat it [
        <xref ref-type="bibr" rid="ref10 ref56">10, 56</xref>
        ].
Network analysis and natural language processing (NLP) provide
insight into the community organization and stylistic patterns that
vn.data:Receive_13052000
rdfs:subClassOf
      </p>
      <p>vn.role:Theme
fred:degree_1 quant:hasDeterminer SOURCE
dbpedia:Tej_Pratap_Yadav
rdfs:subClassOf
dul:Event</p>
      <p>fred:from
rdf:type</p>
      <p>fred:Takshsila_university
dbpedia:Doctorate rdfs:subClassOf
TARGET</p>
      <p>quant:a
fred:locatedIn
dbpedia:Bihar</p>
      <p>rdf:type
dul:Quality
fred:Degree
schemaorg:Place
are indicative of misinformation, respectively, however they often
fail to engage with the ideological content being shared. Online
discourse typically takes the form of unorganized and unstructured
data which is a significant limiting factor to performing content
analysis. Existing work on semantic ontologies and knowledge
base development has proved to be a guiding method in structuring
online information. A knowledge base most commonly structures
knowledge in the shape of semantic triples; a semantic triple is
composed of two entities (e.g. a person, place, or thing) and a
predicate relation between them. An example of a semantic triple is
&lt;Washington_D.C, capitalOf, United_States_of_America&gt;.
This structure allows for concepts to be reduced to machine-readable
data which can be compiled into traversable (and understandable)
networks of information. The result is a data structure that can be
used to provide quantitative analysis of online discourse.</p>
      <p>
        An example of knowledge bases application in combating
misinformation regards computational fact-checking. Fact-checking is
recognized as an antidote to misinformation [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ], especially with
respects to claims spread by political elites. For example, Nyhan and
Reifler [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] show that alerting politicians to the risk of being
factchecked leads to less inaccuracy and better ratings. Unfortunately,
fact-checking claims at the scale of the web is a hard task. A
factchecker must first identify claims that are worthy of being checked,
then they must research the claim [
        <xref ref-type="bibr" rid="ref51 ref6">6, 51</xref>
        ], and finally write, publish,
and circulate their conclusion on the web. In general, there is a lag
of approximately 15 hours between the consumption of
misinformation and the appearance of corrections [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ]. The time investment
2.1
GREC and
ClaimReview
      </p>
      <p>
        Corpora
required of human fact-checkers leads to an open opportunity for
the development of many automated fact-checking [
        <xref ref-type="bibr" rid="ref11 ref63">11, 63</xref>
        ] or
verification [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] strategies. One approach is based on identifying missing
relations in structured knowledge bases [
        <xref ref-type="bibr" rid="ref11 ref29 ref47 ref48">11, 29, 47, 48</xref>
        ]. This
approach takes a claim in the form of a semantic triple and checks
its validity against the sets of triples in the knowledge base that
connect the subject and object. When the knowledge base is viewed
as a network, this task is equivalent to link prediction [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ].
      </p>
      <p>This approach has proven very promising, but its main restriction
is that of its input. Modeling a claim using semantic triples is a
nontrivial task, and has limited the application of such an approach.
It requires choosing a semantic ontology (or developing a new one)
which is able to model claims in a consistent and non-redundant
manner. Once an ontology has been established, the next step is
relation extraction — the task of reducing a text into a semantic
triple that both captures the meaning and fits within the ontology.
This task is challenging when addressing a compound factual claim
with many subjects and relations; this challenge is amplified when
considering a claim that may contain sarcasm, opinion, humor,
or any other nuance of language that can be present in online
discourse.</p>
      <p>
        In this paper, we present a novel relation extraction method
built upon semantic dependency trees, see Figure 1 for a schematic
example. Our approach to the problem is based on the intuition
that knowledge of the nodes and relations along the path between
the subject and object of a triple (e.g. Washington,_D.C., and
United_States_of_America) provides useful information that can
be leveraged for extracting its relation (i.e. capitalOf). This
wellestablished phenomenon was first observed by Richards and Mooney
[
        <xref ref-type="bibr" rid="ref41">41</xref>
        ]. Later, Bunescu and Mooney [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] used it in the context of a
kernel-based approach. Here, we take advantage of recent advances
in graph representation learning to overcome the above challenges
posed by online discourse in applying such an approach.
Specifically, we parse a large corpus of Wikipedia snippets, annotated
with information about one of 5 relations from the DBpedia
ontology, combine the resulting dependency trees into a larger semantic
network, and finally use node embedding techniques to obtain a
high-dimensional representation of this corpus-level network. We
ifnd that graph traversal in this learned representation provides a
strong signal to discriminate between multiple possible relations.
      </p>
      <p>
        This approach allowed us to efectively extract these relations in
natural language (extraction accuracy measured as the area under
the ROC curve, AUC = 0.976). We then tested this model’s ability
to generalize to a set of real-world claims (reviewed by professional
fact-checkers and annotated using the ClaimReview [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] schema),
obtaining again a very good signal (extraction AUC = 0.958).
      </p>
      <p>As an example of a potential application of this technique, we
show that, thanks to our method, a wider range of online discourse
samples is amenable to analysis than before. In particular, we
integrate our approach into a pipeline (see Figure 2) that uses
of-theshelf fact-checking algorithms to analyze a subset of
ClaimReviewannotated online discourse samples. Using this pipeline, we obtain
very encouraging results on two separate tasks: First, on samples
of ‘simple’ online discourse claims, which can be efectively
summarized (and thus fact-checked) by extracting a single RDF triple,
we outperform a claim-matching baseline based on state-of-the-art
representation learning (verification AUC = 0.833). Second, on
GRrDapFh (R1eFlaCRtioEornDpauRlsRDDFF/</p>
      <p>Snippet)
Graph corresponding to SnippetNode2Vec
PaPaGntahdetnhTSerVhraaoevtrceitoteronssratl NodeEmbeddings Model
more complex claims, from which one can extract multiple relevant
relations, and therefore cannot be fact-checked directly, the
factchecker can still identify evidence in support or against the claim
with good accuracy (verification AUC = 0.773).</p>
      <p>The rest of this paper is structured as follows: Section 2 details
the datasets used, as well as the methods used in the various steps
of the pipeline. Section 3 shows the results of both the relation
classification task and the fact checking tasks. Section 4 goes into detail
on relevant prior work from the literature on relation classification,
misinformation detection, and computational fact-checking. Finally,
Section 5 discusses the impact and importance of our results, as
well as addresses methods that may be used to improve upon this
work in the future.</p>
    </sec>
    <sec id="sec-3">
      <title>2 METHODS</title>
      <p>Our relation extraction pipeline is described in Figure 2. Roughly
speaking, the main task of our pipeline is a supervised relation
extraction task (white nodes), but since later we show how this
task can be integrated to perform an additional unsupervised
factchecking, in the figure we show also this final step (green node).
Collectively these two tasks leverage a number of diferent data
sources, so we start by describing the various datasets used in
building the pipeline. We then describe the various components of
the pipeline proper.</p>
    </sec>
    <sec id="sec-4">
      <title>2.1 Datasets</title>
      <p>
        For the main relation extraction task, we use two main corpora, both
compiled by Google: the Google Relation Extraction Corpus (GREC)
and the Google Fact Check Explorer corpus, described below.
2.1.1 Google Relation Extraction Corpus (GREC). The dataset of
relations used was the Google Relation Extraction Corpus (GREC) [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ].
      </p>
      <p>Each entry in the dataset consists of a natural language snippet of
text, the URL of the Wikipedia entry from which the text was pulled,
the Freebase predicate, a Freebase ID for subject and object, and
the judgements of five human annotators on whether the snippet
does or does not contain the relation (some annotators also voted
to "skip", representing no decision either way). Freebase has been
replaced with the Google Knowledge Graph since this dataset was
generated, which limited the use of this dataset in its original form.
We made a set of addenda1 to the GREC to update it to be more
machine-ready for current relation extraction tasks and knowledge
bases. The addenda include the following for each entry: text strings
for both subject and object, DBpedia URI for both subject and object,
Wikidata QID for both subject and object, a unique identifier, and
the majority annotator vote.</p>
      <p>
        The snippets varied considerably in length. The distribution of
word lengths can be found in Figure 3. Because we relied on a
thirdparty API to parse the snippets, to reduce potential bias due to
snippet length, and to ensure only the most characteristic relations
were modeled, snippets were removed if they were not within ±0.5
standard deviations of the mean snippet length (measured in words),
per relation. Table 1 shows the number of snippets retained, per
relation.
2.1.2 Google Fact Check Explorer Corpus. Researchers at Duke
University and Google have developed an annotation standard
named ClaimReview [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ] to help annotate structured fact-checks
on the web. It allows fact-checkers to add structured markup to
their fact-checks with info that identifies distinct properties of a
claim (i.e. claim reviewed, the rating decision, the source, etc.).
This semi-structured data allows fact-checks to be catalogued and
queried by search engines. The Google Fact Check Explorer tool2
collects all the ClaimReview fragments published by fact-checking
organizations that meet a set of established guidelines3, which are
1https://github.com/mjsumpter/google-relation-extraction-corpus-augmented
2https://toolbox.google.com/factcheck/explorer
3https://developers.google.com/search/docs/data-types/factcheck#guidelines
      </p>
      <sec id="sec-4-1">
        <title>Institution</title>
        <p>Education
Date of Birth
Place of Birth
Place of Death</p>
        <p>
          WordNet synonyms per relation
attend, university, college, graduate
graduate, degree
born, born on
born, birthplace, place of birth, place of origin
deceased, died, perished, passed away, expired
the same standards for accountability, transparency, and accuracy
used by Google News to select publishers. We collected claims from
the Google Fact Check Explorer tool up until 04/2020. From this
corpus, we produced a dataset of 49,770 ClaimReview-annotated
claims. Of the 20,817 English claims in the dataset, we searched for
claims that contained one of the relations represented in the GREC,
using WordNet [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] synonyms to select search terms (see Table 2).
This procedure yielded a subset of 28 claims that met this criteria.
2.2
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>REMOD</title>
      <p>
        The main contribution of this work is REMOD (which stands for
Relation Extraction for Modeling of Online Discourse), a novel tool
for relation extraction that extract RDF triples from semi-structured
samples of online discourse. To do so, our tool leverages an
annotated corpus of past claims and relations. In the example pipeline
shown in Figure 2, the various steps of REMOD correspond to the
white nodes, which we describe in more detail below. (The figure
is labeled with numbers corresponding to the following section
numbers, which elaborate on each step of the process.) To facilitate
the replication of our results, the source code of REMOD is freely
available online at https://github.com/mjsumpter/remod.
2.2.1 Semantic Parsing. Our workflow begins with natural
language snippets. To parse these snippets we used FRED, a machine
reading tool based on Discourse Representation Theory and
linguistic frames [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], described by the authors as “semantic middleware”.
FRED is an NLP tool that combines frame detection, type induction,
named-entity recognition, semantic parsing, and ontology
alignment, all into a single tool. The authors provide a RESTful API to
access it. When provided with a text string as input, it returns a
Resource Description Framework (RDF) graphlet of the semantic parse
tree of the input. (In practice, FRED produces DAGs instead of trees
due to entity linking to external ontologies, hence our referring to
them as ‘graphlets’.) An example of these RDF graphlets is shown
in Figure 1 for the ClaimReview snippet of a known misinformation
claim [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ].
2.2.2 Corpus Graph Composition. In a realistic environment, many
claims of diferent relations will exist in the same corpus. To mimic
this environment, we composed a single ‘corpus’ graph, which
was composed of every FRED RDF graphlet generated from the
corpus snippets. For named entities, FRED defaults to generating
nodes for its own namespace (e.g. fred:Doctorate), then if it finds
that the same entity is present in an existing ontology, it links to
that ontology (e.g. dbpedia:Doctorate). Since these equivalent
entities were redundant, we contracted the two nodes into a single
vertex, and use the URI from the linked ontology (i.e. DBpedia in
this example) as its new URI. The corpus graph was than created by
stitching together all the contracted RDF graphlets: if two graphlets
share one or more nodes (i.e. two or more nodes have the same
URI), then we consider the union of the two graphlets, and contract
any pair of such nodes into a single node. This new node is incident
to the union of all incident edges in the two original graphlets. An
example of this is shown in Figure 4. The resulting corpus graph
consists of 212, 976 nodes and 832, 367 edges.
2.2.3 Node Embedding. The corpus graph is efectively a combined
semantic parse tree of the selected snippets from the corpus. To
better exploit this structure in machine learning tasks, we generated
node embeddings using the Node2Vec algorithm [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Node2Vec
generates sets of random walks for each node, which are then
substituted in place of natural language sentences as input into the
Word2Vec model. There are two important parameters which will
influence the nature of the embeddings: the return parameter  and
the in–out parameter . For  &gt; 1 there is a higher likelihood of
returning to a visited node in the random walks, whereas for  &gt; 1
there is an increased likelihood of exploring unvisited nodes. We
performed a grid search of  and  parameters (see Section 3.2), and
determined the best choice for these parameters to be  = 2 and
 = 3; this configuration captures what the authors of Node2Vec call
the ‘global’ topological structure of the graph. The other parameters
of Node2Vec were chosen as follows: the dimension of the vector
space was set to 256; the number of walks to 200; the walk length
to 200; and, finally, the context window to 50.
2.2.4 Path Traversal for Finding Relations. Our approach is inspired
by the well-known idea that finding paths over structured
knowledge representations can help learning new concepts [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ]. More
recently, Bunescu and Mooney [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] confirmed the intuitive
conclusion that the shortest path between entities in a dependency
tree captures the significant information contained between them.
Therefore, we sought to develop a classifier that could distinguish
between the shortest paths of diferent semantic relationships. To
do so, for each snippet in the corpus, the subject and object were
retrieved, along with the original (i.e., non-stitched) RDF graphlet
of that specific snippet. The nodes corresponding to the subject
and object were identified in the RDF graphlet. With the terminal
nodes identified, the shortest path in the original RDF graphlet was
calculated (Figure 1). Finally, we generated a final embedding by
averaging along the path:
1 Õ
 =1
®
where 1, . . . ,  is a path and ® ∈ R is the vector associated to
 ∈  . This resulted in a final vector representing the aggregated
sequence of nodes along the shortest path between subject and
object.
      </p>
      <p>This process resulted in a 256-dimensional vector for each
snippet in the corpus. All results shown in the next section were
obtained from these vectors. We projected the vectors into a
lowerdimensional space using t-SNE. The visualization of these vectors
is shown in Figure 5, where each color corresponds to a diferent
relation. The projection reveals a good separation of vectors based
on the relation they represent.
2.2.5 Relation Classification. We trained several classification
models on the resulting set of shortest path vectors. The selected
classifiers were Logistic Regression, -NN, SVM, Random Forest,
Decision Tree, and a Wide Neural Net. Samples that were rated by
the annotators to not contain a specified relation were removed,
and then the dataset was balanced to the lowest frequency class
(Education,  = 598 samples). Readers will note this is a decrease
from the 806 reported in Table 1; FRED was not always accurate
at identifying entities and occasionally returned corrupted RDF
graphs, resulting in a small loss of data. To efectively compare</p>
      <sec id="sec-5-1">
        <title>Institution</title>
      </sec>
      <sec id="sec-5-2">
        <title>Education</title>
        <p>
          diferent classifiers, training was done using a 64%/16%/20%
training/validation/testing split. This resulted in a final training dataset
of 1, 913 samples (5 classes,  ≈ 382 samples/class), with a
validation set of 479 samples, and an additional 598 samples held
for testing. The 28 selected ClaimReview claims were held as an
additional test set, which is elaborated on in Section 2.2.6.
2.2.6 Fact-Checking. To demonstrate the usefulness of our method,
we show that REMOD can be integrated as the first step of a
factchecking pipeline using existing, of-the-shelf tools to verify online
discourse claims annotated using the ClaimReview standard. To
perform fact-checking, we rely on the work of Shiralkar et al. [
          <xref ref-type="bibr" rid="ref48">48</xref>
          ],
who provide open-source implementations of several fact-checking
algorithms4. These algorithms can be used to assess the truthfulness
of a statement, but of course any tool that takes RDF triple in
input could be used as well. To extract relations from ClaimReview
snippets, we used the deep neural network classifier, which was the
most successful classifier from the prior step, and feed the extracted
triples into the fact-checker.
        </p>
        <p>
          Of course, when integrating two distinct tools one has to make
sure that any error originating in the first tool does not afect
the performance of the second tool. Therefore, to avoid cascading
errors we removed some claims from our dataset. We removed two
types of errors. First, we removed any claim where the relation
was misclassified, to avoid feeding inaccurate inputs into the
factchecker. Second, FRED is not always able to link both the subject
and object entities to DBpedia, which is a requirement for using
the fact-checking algorithms of Shiralkar et al. [
          <xref ref-type="bibr" rid="ref48">48</xref>
          ]. Thus we also
removed claims that did not have both the subject or object linked
to the DBpedia ontology. Of the original 28 claims, this filtering
resulted in 13 remaining ClaimReview claims used in our evaluation.
        </p>
        <p>Additionally, we also manually checked whether the overall
claim reduces to the extracted triple (in the sense that verifying the
triple also verifies the overall claim). This distinction is important
since it allows us to gauge the ability of our system to check entire
claims automatically, in a purely end-to-end fashion. Finally, these</p>
        <sec id="sec-5-2-1">
          <title>4https://github.com/shiralkarprashant/knowledgestream</title>
          <p>
            remaining claims were passed as input to three fact-checking
algorithms: Knowledge Stream, Knowledge Linker, and Relational
Knowledge Linker [
            <xref ref-type="bibr" rid="ref48">48</xref>
            ].
          </p>
          <p>
            As a baseline, we trained a Doc2Vec model [
            <xref ref-type="bibr" rid="ref31">31</xref>
            ] on the entirety
of the ClaimReview corpus, and used this model to fact-check
statements by matching them with other similar claims. In particular,
given an input claim, to produce a truth score with the baseline
model we ranked all claims in the ClaimReview corpus by their
similarity and averaged the truth scores of the top  most
similar matching claims. We removed fact-checking organizations that
used scaleless fact-check verdicts (i.e. factcheck.org); for those that
had scales, we assigned truth scores to every claim, setting "False"
to a baseline of 0, unless a scale explicitly stated a diferent baseline
(i.e. PolitiFact ranks "Pants on Fire" lower than "False").
The corpus graph is composed of dependency trees, and so the
corpus graph is naturally a directed graph; edges are also all weighted
equally. This design has a strong influence on path traversal, since
directed edges reduce the number of available paths and the cost
of taking an edge (or its absence) influences the choice of one path
over another. For completeness, we considered all four
combinations of taking either a directed or undirected graph, and of having
edge weights or not. Let ,   ∈  represent two nodes in the
dependency graph that are incident on the same edge. The weight
  between them is the angular distance between the respective
node embeddings:
Where ® is the vector associated to  ∈  .
          </p>
          <p>Table 3 shows that the undirected, unweighted graph yields the
best classification results, which prompts two observations. The
ifrst is that directed edges reduce the number of available pathways
to connect two nodes. Second, and perhaps a bit surprisingly, we
observe that the unweighted network performs better than the
weighted one. Because node embeddings were the same in the two
variants, the final feature vector used for relation classification
would be diferent only if a diferent shortest path was found. This
could be possible if edges that are more relevant to discriminating
the relation were assigned large weights, compared to other, less
relevant edges.
3.2</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Classification for Relation Extraction</title>
      <p>
        The results of the relation classification task are shown in Table 4.
The outcome of these various tests reveal that the node embeddings
do contain information regarding the semantic nature of the GREC
relations, however they are not neatly separable by decision planes.
It is notable that models we tested are often more successful in
precision than in recall. This suggests that the more complex model,
such as a deep neural network (DNN), is necessary to identify the
less characteristic samples of a relation. To improve these results,
we performed a grid search on the Node2Vec  and  parameters
(with values of 0.25, 0.5, 1, 2, 3, and 4). The best overall results
were a product of a ‘global’ configuration, using  = 2 and  = 3,
which achieved an AUC of 0.976 on the test set. To evaluate our
method, as a baseline we generated 300-dimension vectors for each
snippet from a Word2Vec model, pre-trained on Wikipedia [
        <xref ref-type="bibr" rid="ref66">66</xref>
        ].
This is the same source of the GREC corpus, which provided training
data for model. These embeddings were then used as features to
train a DNN and a logistic regression model for relation extraction.
REMOD shows a marked improvement in both instances, indicating
an efective approach to relation extraction.
3.3
      </p>
    </sec>
    <sec id="sec-7">
      <title>Extraction of ClaimReview Relations</title>
      <p>Table 7 in the appendix shows the claims selected from the
ClaimReview corpus, in addition to the relation they contain ("Actual"),
the relation predicted by REMOD ("Predicted"), the truth rating as
determined by a fact-checker ("Rating"), and whether verifying the
relation is equivalent to verifying the claim ("Claim ≡ Triple"). The
AUC of the predicted relations is 0.958. Inspecting the
misclassiifed samples, we see that REMOD made mistakes between similar
relations (e.g. place of birth and date of birth), which often occur in
similar sentences.
3.4</p>
    </sec>
    <sec id="sec-8">
      <title>Fact-Checking</title>
      <p>We next test the integration with fact-checking algorithms. In
particular, we use the fact-checker for two similar, but conceptually
distinct tasks: 1) fact-checking an entire claim (fact-checking), and 2)
identifying evidence in support or against a claim (fact verification ).
For example, for claim #1 (see Table 7), Penny Wong was indeed
born in Malaysia, even though the assertion that she is ineligible
for being elected into the Australian parliament is false. Thus, in
this case the extracted triple is only additional evidence, but is not
able in itself to capture the entire claim. We manually fact-checked
all the extracted relations, and compared their truth rating with
the one provided by the human fact-checker for the whole claim.
Table 7 lists this information under the column “Claim ≡ Triple”,
which is true (indicated by a checkmark) when the extracted
relation summarizes the whole claim (e.g. claim #3). This distinction is
important: as mentioned before, although our relation extraction
pipeline is capable of predicting a relation for all the entries in
Table 7, not all triples that are correctly predicted can be fed to
the fact-checking algorithms, due to incomplete entity linking. For
the task of identifying supporting evidence, we find a total of 13
ClaimReview claims that are amenable to fact-checking. For the
task of checking an entire claim, this number is further reduced to
7 claims.
3.4.1 Fact Verification. Table 5 shows the results of verifying
individual pieces of evidence in support or against any of the 13
ClaimReview claims identified by REMOD, using any of the three
algorithms for fact-checking RDF triples. Relational Knowledge
Linker and Knowledge Stream were the best performers. Note that
since our baseline is intended to emulate a true fact-checking task,
in this case we do not run the baseline since the similarity is based
on the whole claim, and thus would not be a meaningful
comparison with our method, which focuses only on a specific relation
within a larger claim.
3.4.2 Fact-Checking. We test here the subset of claims for which
checking the triple is equivalent to checking the entire claim. In
this case, REMOD yields 7 claims that can be used as inputs to
the fact-checking algorithms. Table 6 shows the results of our 7
ClaimReview claims, on the three fact-checking algorithms, along
with the baseline. Here, the baseline emulates fact-checking by
claim matching.</p>
      <p>Since we are using claim-matching to perform fact-checking, we
consider three diferent scenarios to make the task more realistic.
In particular, we match the claim against three diferent corpora
by higher degree of realism: 1) the full ClaimReview corpus (‘All’),
2) all ClaimReview entries by PolitiFact only (‘PolitiFact’), and 3)
all ClaimReview entries from the same fact-checker of the claim
of interest (‘Same’). The first case (‘All’) is meant to give an upper
bound on the performance of claim matching but is not realistic,
since it makes use of knowledge of the truth score of potentially
future claims, as well as of ratings for the same claim but by diferent
fact-checkers. The second case (‘PolitiFact’) partially addresses this
second unrealistic assumption by using only claims from a single
source. Thus, it does not have access to truth scores by diferent
organizations for the same claim, but it does still have access to
future information. Both 1) and 2) can be thus regarded as gold
standard measures of performance. The last one (‘Same’) is the
more realistic one, since it emulates the scenario of a fact-checker
who may check a claim for the first time, and who thus cannot
have access to claims fact-checked afterwards nor by ratings of the
same claim by diferent fact-checkers. In all three cases, the claim
being matched was removed from the corpus, to prevent trivially
perfect predictions. Relational Knowledge Linker and Knowledge
Stream are still the best performing of the fact-checking algorithms
and manages to reach, if not exceed, the performance of the gold
standard (Claim Matching–All, or –PolitiFact).</p>
    </sec>
    <sec id="sec-9">
      <title>RELATED WORK</title>
    </sec>
    <sec id="sec-10">
      <title>Relation Extraction and Classification</title>
      <p>
        Relation extraction and classification is the task of extracting
semantic relationships between two entities in natural language text
and matching them to semantically equivalent or similar relations.
This task is at the core of information extraction and knowledge
base construction, as it efectively reduces statements to their core
meaning; this is typically modeled as a semantic triple, (s,p,o), where
two entities (s and o) are connected with a predicate, p. There are
several distinct nuances and open challenges to efective relation
extraction. Identifying attributes that discriminate between two
objects provides a descriptive explanation to supplement word
embeddings (i.e. lime is separated from lemon by the attribute ‘green’),
and is currently most successful with SVM classifiers [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
Multiway classification attempts to distinguish the direction of one-way
relations (the sonOf relation is not bidirectional between two
people), and has seen similar levels of success from solutions built with
language models [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], convolutional neural networks [
        <xref ref-type="bibr" rid="ref58">58</xref>
        ], and
recurrent neural networks [
        <xref ref-type="bibr" rid="ref64">64</xref>
        ]. Distantly supervised relation extraction
is a two-way approach whereby semantic triples are generated
from natural language by aligning them with information already
present in knowledge graphs [
        <xref ref-type="bibr" rid="ref65">65</xref>
        ]. Relation extraction performance
is often assessed on the TACRED dataset [
        <xref ref-type="bibr" rid="ref68">68</xref>
        ]. This is a large-scale
dataset of 106, 264 examples used in the annual TAC Knowledge
Base Population challenges, and covers 41 relation types. The most
successful solution to date is from Baldini Soares et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], who
achieved a micro-averaged F1 score of 71.5%. Despite increasing
availability of state-of-the-art machine learning architectures,
relation extraction continues to be an open problem with much room
for improvement.
4.2
      </p>
    </sec>
    <sec id="sec-11">
      <title>Knowledge Base Augmentation</title>
      <p>
        Knowledge base augmentation is a task that aims to add new
relations to existing knowledge bases in an automated fashion [
        <xref ref-type="bibr" rid="ref61">61</xref>
        ].
This task takes one of two approaches; the first infers new relations
from existing triples in a knowledge base [
        <xref ref-type="bibr" rid="ref53 ref8">8, 53</xref>
        ] — this is essentially
a link-prediction task that builds upon patterns found between
entities in knowledge bases. The second approach mines data found
on the web for knowledge discovery [
        <xref ref-type="bibr" rid="ref12 ref67">12, 67</xref>
        ]. This approach relies
on redundant relations found among the selected source materials,
which may be as restrictive as Wikipedia articles [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ] or as
extensive as the entire web [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Due to the potential for error based
on the sources, Dong et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] developed a Knowledge-Based
Trust (KBT) score for measuring the trustworthiness of selected
sources. Yu et al. [
        <xref ref-type="bibr" rid="ref67">67</xref>
        ] expand upon this by combining KBT scores
with other entity/relation-based features to assign a unique score
to each individual triple.
4.3
      </p>
    </sec>
    <sec id="sec-12">
      <title>Detecting Information Disorder</title>
      <p>
        Information disorder is a catch-all term for the many kinds of
unreliable information that one may encounter online or in the
real-world [
        <xref ref-type="bibr" rid="ref59">59</xref>
        ], which includes disinformation, misinformation,
fake news, rumor, spam, etc. Information disorder can also take
on several modalities, including text, video, and images. The many
varieties of information disorder make it challenging to develop any
one approach for detection. This leads to a multi-model approach
to detection based on three main modalities: the content of the
information, the users who shared it, and the patterns of
information dissemination on a network. Often bad content is generated
by bots; this suggests that features captured from user profiles can
be useful for distinguishing bots from humans [
        <xref ref-type="bibr" rid="ref50">50</xref>
        ]. Content
detection is dependent on the medium; lexical features, sentiment, and
readability metrics are used for text, while neural visual features
are extracted from other content [
        <xref ref-type="bibr" rid="ref40 ref42 ref43">40, 42, 43</xref>
        ]. Network detection
methods model social media networks as propagation networks,
measuring the flow of information [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ]. There has also been
promising work into crowd-sourcing the task by allowing users to flag
questionable content [
        <xref ref-type="bibr" rid="ref55">55</xref>
        ]. This task, while likely to remain
imperfect, provides the important supplement of human supervision to
all of the aforementioned tasks.
4.4
      </p>
    </sec>
    <sec id="sec-13">
      <title>ClaimBuster</title>
      <p>
        Hassan et al. [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] released the first-ever end-to-end fact-checking
system in 2017, called ClaimBuster. ClaimBuster is composed of
several distinct components that work in sequence to accomplish
the task of automated fact-checking. The first, claim monitor,
continuously monitors text published as broadcast television
closedcaptions, Twitter accounts, and as content on a selected set of
websites. This text is passed to the claim spotter, which scores
every sentence by its likelihood to contain a claim that is worthy
of fact-checking — subjective and opinionated sentences receive a
low score in this task. Once it has identified a set of check-worthy
sentences, it uses a claim matcher to search through fact-check
repositories to return existing fact-checks that match the selected
sentences. Claim checker generates questions from the selected
sentences and uses those questions to query Wolfram Alpha and
Google to fetch supporting or debunking evidence as a supplement
to the findings of claim matcher. Finally, the fact-check reporter
builds a report from all of the gathered evidence that summarizes
the findings of the ClaimBuster pipeline, and disseminates these
ifndings through social media.
4.5
      </p>
    </sec>
    <sec id="sec-14">
      <title>Claim Verification</title>
      <p>
        Claim verification is arguably the key task of fact-checking — to
check a claim against existing evidence. It is related to the
matching and checking subtasks of ClaimBuster, in that it is the task
of checking whether a natural language sentence selected as
evidence supports or debunks the correlated claim. To build out
computational solutions to this task, datasets containing claims and
their corresponding evidence are needed. There have been some
datasets [
        <xref ref-type="bibr" rid="ref15 ref2 ref56">2, 15, 56</xref>
        ] relevant to this task, however they are either
not machine-readable or lacking in size. Thorne et al. [
        <xref ref-type="bibr" rid="ref54">54</xref>
        ]
recognized this gap, and has since released a large-scale dataset to
address these concerns, called FEVER. This dataset contains 185,445
claims with corresponding evidence that were manually classified
as SUPPORTED, REFUTED, or NOTENOUGHINFO. This has been followed
up with annual workshops that encourage participants to improve
upon both the dataset and the claim verification task. The CLEF
CheckThat! [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] series of workshops and conferences also seek to
bring researchers together to improve claim verification, along with
identifying and extracting checkworthy claims.
4.6
      </p>
    </sec>
    <sec id="sec-15">
      <title>Other Fact-Checking Methods</title>
      <p>
        Besides claim-matching approaches, there are a handful of existing
algorithms for fact-checking, mostly based on exploiting content or
characteristics of existing knowledge bases. Embedding approaches,
such as TransE [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], seek to generate vector embeddings of
knowledge bases, a task which is conceptually related to our approach.
By generating these embeddings, they can perform link-prediction
based on structural patterns of (s, p, o) triples. In terms of a
knowledge base, this amounts to adding new facts without any needed
source material. For fact-checking, this approach can be used to
test whether a triple extracted from a claim is a predicted link
in the knowledge base; the pitfall of these methods, as with all
embedding techniques, is they lack both interpretability and
scalability. Other algorithms similarly consider paths within knowledge
bases, but seek to address the interpretability problem. PRA [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ],
SFE [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], PredPath [
        <xref ref-type="bibr" rid="ref47">47</xref>
        ], and AMIE [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] all take the approach of
mining possible pathways between two entities within a knowledge
base. From these mined pathways, they generate sets of features to
be used in supervised learning models for link-prediction. These
have shown promise in their success at predicting the validity of a
claim, however this also sufers from scalability. Knowledge bases
that contain enough relevant information to be useful are very
large, and path mining and feature generation becomes
necessarily time-consuming. There are a few rule-based [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ] methods for
fact-checking, which rely on logical constraints of a knowledge
graph and are naturally explainable. General, large-scale
knowledge graphs do not have these logical constraints from which to
build rules from, leaving this approach to fact-checking an open
problem [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ].
4.7
      </p>
    </sec>
    <sec id="sec-16">
      <title>Threats to Validity</title>
      <p>
        No method is perfect and our approach sufers from a number of
limitations, which we briefly describe here. The main limitation
of our pipeline lies in its discrete structure, which is prone to
cascading failures. Our main NLP tool, FRED, is a powerhouse of a
tool and performed many important NLP tasks at once; however, it
was not always completely accurate and many of our samples were
returned as corrupted RDF graphs. Additionally, it was not always
able to link the nodes to DBpedia, which limited the number of
triples we could feed into our fact-checking algorithms.
Cascading failures are common to many machine reading pipelines [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ].
One way to overcome this issue would be to rely on a joint
inference approaches [
        <xref ref-type="bibr" rid="ref52">52</xref>
        ]. Another limitation of our methodology
has to do with our use of distributed representations. For the task
of fact-checking, the corpus is always growing; Node2Vec cannot
generalize to unseen data and requires retraining. An inductive
learning framework, such as GraphSAGE [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], can generate
embeddings for unseen nodes, and is therefore a more practical algorithm
for extending this pipeline. For the classification task, our machine
learning models were relatively simple, and optimizing both the
parameters and architecture of the neural network would likely
see an increase in the accuracy and efectiveness of this method.
Finally, a full evaluation of our method against transformer language
models for relevant relation classification tasks [
        <xref ref-type="bibr" rid="ref62">62</xref>
        ] is left as future
work.
5
      </p>
    </sec>
    <sec id="sec-17">
      <title>DISCUSSION</title>
      <p>In this paper, we have presented a novel relation extraction
algorithm and previewed its application when used to classify
relations present in online discourse and automatically fact-check them
against the information present in a general knowledge graph. We
developed a pipeline to facilitate the linkage of these two tasks.
Our relation classification method leverages graph representation
learning on the shortest paths between entities in semantic
dependency trees; it was shown to be comparable to state-of-the-art
methods based on a corpus of labeled relations (AUC = 97.6%).
This classifier was then used to reduce claims from online discourse
to semantic triples with an AUC of 95.8%; these were used as input
to fact-checking algorithms to predict the accuracy of the claim.
We achieved an AUC of 83% on our selected claims, which is at
the least comparable to claim matching, but without the need for
the corpus of existing claims that claim matching relies on.</p>
      <p>Our relation extraction method is a promising approach to
distinguishing relations present in large online discourse corpora; scaling
up this algorithm could provide an outlet for modeling online
discourse within an established ontology. Additionally, our pipeline
may serve as a proof-of-concept for future research into automated
fact-checking. While it is a challenge to model all possible relations
in a generalistic ontology like DBpedia, this pipeline could form the
basis of tools for reducing the time needed to research an online
discourse claim.</p>
    </sec>
    <sec id="sec-18">
      <title>Acknowledgements</title>
      <p>The authors would like to thank Google for making publicly
available both the GREC dataset and the Fact Check Explorer tool, and
Alexios Mantzarlis for feedback on the manuscript.
ID</p>
      <p>Claim
A</p>
    </sec>
    <sec id="sec-19">
      <title>SELECTED CLAIMREVIEW CLAIMS</title>
      <p>5
6
14
19
20
21
22
23
24
28</p>
      <p>Malaysian-born Senator Penny Wong ineligible for Australian parliament
Donald Trump says President Obama’s grandmother in Kenya said he was born in Kenya and she
was there and witnessed the birth.</p>
      <p>Donald Trump says his father, Fred Trump, was born in a very wonderful place in Germany.
Barack Obama was born in the United States.</p>
      <p>Barron Trump was born in March 2006 and Melania wasn’t a legal citizen until July 2006. So under
this executive order, his own son wouldn’t be an American citizen.</p>
      <p>Isabelle Duterte was born on January 26, 2002, which makes her only 15 years old today.
Tej Pratap Yadav receives a doctorate degree from Takshsila University in Bihar
Smriti Irani has a MA degree.</p>
      <p>Melania Trump lied under oath in 2013 about graduating from college with a bachelor’s degree in
architecture.</p>
      <p>Did Michelle Obama recently earn a doctorate degree in law?
Pravin Gordhan does not have a degree.</p>
      <p>Alexandria Ocasio-Cortez’s economics degree recalled.</p>
      <p>Ilocos Norte Governor Imee Marcos claimed on January 16 that she earned a degree from Princeton
University.</p>
      <p>Ilocos Norte Governor Imee Marcos claimed on January 16 that she earned a degree from Princeton
University.</p>
      <p>Tej Pratap Yadav receives a doctorate degree from Takshsila University in Bihar.
Patrick Murphy embellished, according to reports, his University of Miami academic achievement.
Mahmoud Abbas, Ali Khamenei, and Vladimir Putin met each other in the class of 1968 at Patrice
Lumumba University in Moscow
Mahmoud Abbas, Ali Khamenei, and Vladimir Putin met each other in the class of 1968 at Patrice
Lumumba University in Moscow
Mahmoud Abbas, Ali Khamenei, and Vladimir Putin met each other in the class of 1968 at Patrice
Lumumba University in Moscow
Maria Butina is a human rights activist, a student of the American University, and the most
relevant is that she is a person who did not work (collaborate) with the Russian state bodies.
Ilocos Norte Governor Imee Marcos graduated cum laude from the University of the Philippines
(UP) College of Law.</p>
      <p>David Hogg graduated from Redondo Shores High School in 2015.</p>
      <p>Sadhvi Pragya Singh Thakur said Manohar Parrikar died of cancer because he allowed the
consumption of beef in Goa.</p>
      <p>Fox star Tucker Carlson in critical condition (then died) after head on collision driving home in
Washington D.C.</p>
      <p>Nasser Al Kharafi died in Kuwait.</p>
      <p>DCP Amit Sharma passed away in Delhi riots
It is being claimed that Jason Statham was murdered at his home in New York by assailants who
broke into his mansion.</p>
      <p>Actor Robert Downey Jr. died in a car crash stunt in Hollywood on July 8.
* DOB = Date of Birth, POB = Place of Birth, POD = Place of Death</p>
      <p>Rating</p>
      <p>Claim ≡ Triple
Actual*
POB
POB
POB
POB
education
education
education
education
education
education
education</p>
      <p>Predicted*
POB
POB
education
institution
institution
education
education
institution
education
institution</p>
      <p>institution
institution
institution
institution
education
institution
institution
institution</p>
      <p>institution
institution</p>
      <p>institution
institution</p>
      <p>institution
institution</p>
      <p>institution
institution</p>
      <p>institution
POD
POD
POD
POD
POD
POD</p>
      <p>POD
POD
POD
False
False
False
False
False
False
False
False
False
False
False
✓</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Hunt</given-names>
            <surname>Allcott</surname>
          </string-name>
          and
          <string-name>
            <given-names>Matthew</given-names>
            <surname>Gentzkow</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Social media and fake news in the 2016 election</article-title>
          .
          <source>Journal of economic perspectives 31</source>
          ,
          <issue>2</issue>
          (
          <year>2017</year>
          ),
          <fpage>211</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Gabor</given-names>
            <surname>Angeli</surname>
          </string-name>
          and
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>NaturalLI: Natural Logic Inference for Common Sense Reasoning</article-title>
          .
          <source>In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Doha, Qatar,
          <fpage>534</fpage>
          -
          <lpage>545</lpage>
          . https://doi.org/10.3115/v1/
          <fpage>D14</fpage>
          -1059
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Livio</given-names>
            <surname>Baldini</surname>
          </string-name>
          <string-name>
            <surname>Soares</surname>
          </string-name>
          , Nicholas FitzGerald, Jefrey Ling, and Tom Kwiatkowski.
          <year>2019</year>
          .
          <article-title>Matching the Blanks: Distributional Similarity for Relation Learning</article-title>
          .
          <source>In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Florence, Italy,
          <fpage>2895</fpage>
          -
          <lpage>2905</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>P19</fpage>
          -1279
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Alberto</given-names>
            <surname>Barron-Cedeno</surname>
          </string-name>
          , Tamer Elsayed, Preslav Nakov, Giovanni Da San Martino, Maram Hasanain, Reem Suwaileh, and
          <string-name>
            <given-names>Fatima</given-names>
            <surname>Haouari</surname>
          </string-name>
          .
          <year>2020</year>
          . CheckThat! at CLEF 2020:
          <article-title>Enabling the Automatic Identification and Verification of Claims in Social Media</article-title>
          . arXiv:
          <year>2001</year>
          .
          <article-title>08546 [cs</article-title>
          .CL]
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Antoine</given-names>
            <surname>Bordes</surname>
          </string-name>
          , Nicolas Usunier, Alberto Garcia-Duran,
          <string-name>
            <given-names>Jason</given-names>
            <surname>Weston</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Oksana</given-names>
            <surname>Yakhnenko</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Translating Embeddings for Modeling Multi-relational Data</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          26,
          <string-name>
            <surname>C. J. C. Burges</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Bottou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Welling</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Ghahramani</surname>
            , and
            <given-names>K. Q.</given-names>
          </string-name>
          <string-name>
            <surname>Weinberger</surname>
          </string-name>
          (Eds.). Curran Associates, Inc.,
          <string-name>
            <surname>Red</surname>
            <given-names>Hook</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , United States,
          <fpage>2787</fpage>
          -
          <lpage>2795</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B.</given-names>
            <surname>Borel</surname>
          </string-name>
          .
          <year>2016</year>
          . The Chicago Guide to Fact-Checking. University of Chicago Press, Chicago, IL, USA.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Alexandre</given-names>
            <surname>Bovet</surname>
          </string-name>
          and
          <string-name>
            <given-names>Hernán A.</given-names>
            <surname>Makse</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Influence of fake news in Twitter during the 2016 US presidential election</article-title>
          .
          <source>Nature Communications</source>
          <volume>10</volume>
          ,
          <issue>1</issue>
          (Jan.
          <year>2019</year>
          ),
          <article-title>7</article-title>
          . https://doi.org/10.1038/s41467-018-07761-2
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Lorenz</given-names>
            <surname>Bühmann</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jens</given-names>
            <surname>Lehmann</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Pattern Based Knowledge Base Enrichment</article-title>
          .
          <source>In The Semantic Web - ISWC</source>
          <year>2013</year>
          ,
          <string-name>
            <given-names>Harith</given-names>
            <surname>Alani</surname>
          </string-name>
          , Lalana Kagal, Achille Fokoue, Paul Groth, Chris Biemann, Josiane Xavier Parreira, Lora Aroyo, Natasha Noy, Chris Welty, and Krzysztof Janowicz (Eds.). Springer Berlin Heidelberg, Berlin, Heidelberg,
          <fpage>33</fpage>
          -
          <lpage>48</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Razvan</surname>
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Bunescu</surname>
            and
            <given-names>Raymond J.</given-names>
          </string-name>
          <string-name>
            <surname>Mooney</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>A Shortest Path Dependency Kernel for Relation Extraction</article-title>
          .
          <source>In Proceedings of the Conference on Human Language Technology and Empirical Methods in Natural Language Processing</source>
          (Vancouver, British Columbia, Canada) (
          <source>HLT '05)</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , USA,
          <fpage>724</fpage>
          -
          <lpage>731</lpage>
          . https://doi.org/10.3115/1220575.1220666
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Giovanni</surname>
            <given-names>Luca</given-names>
          </string-name>
          <string-name>
            <surname>Ciampaglia</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Fighting fake news: a role for computational social science in the fight against digital misinformation</article-title>
          .
          <source>Journal of Computational Social Science</source>
          <volume>1</volume>
          ,
          <issue>1</issue>
          (
          <issue>29</issue>
          <year>Jan</year>
          .
          <year>2018</year>
          ),
          <fpage>147</fpage>
          -
          <lpage>153</lpage>
          . https://doi.org/10.1007/s42001-017- 0005-6
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Luca</surname>
          </string-name>
          <string-name>
            <given-names>Ciampaglia</given-names>
            , Prashant Shiralkar,
            <surname>Luis M. Rocha</surname>
          </string-name>
          , Johan Bollen, Filippo Menczer, and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Flammini</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Computational Fact Checking from Knowledge Networks</article-title>
          .
          <source>PLOS ONE 10</source>
          ,
          <issue>6</issue>
          (
          <issue>06</issue>
          <year>2015</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          . https://doi.org/10. 1371/journal.pone.0128193
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Xin</surname>
            <given-names>Dong</given-names>
          </string-name>
          , Evgeniy Gabrilovich, Geremy Heitz, Wilko Horn, Ni Lao, Kevin Murphy, Thomas Strohmann, Shaohua Sun,
          <string-name>
            <given-names>and Wei</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Knowledge vault: A web-scale approach to probabilistic knowledge fusion</article-title>
          .
          <source>In Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. Association for Computing Machinery</source>
          , New York, New York, USA,
          <fpage>601</fpage>
          -
          <lpage>610</lpage>
          . https://doi.org/10.1145/2623330.2623623
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Xin</given-names>
            <surname>Luna</surname>
          </string-name>
          <string-name>
            <given-names>Dong</given-names>
            , Evgeniy Gabrilovich, Kevin Murphy, Van Dang,
            <surname>Wilko Horn</surname>
          </string-name>
          , Camillo Lugaresi, Shaohua Sun,
          <string-name>
            <given-names>and Wei</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Knowledge-Based Trust: Estimating the Trustworthiness of Web Sources</article-title>
          .
          <source>Proc. VLDB Endow</source>
          .
          <volume>8</volume>
          ,
          <issue>9</issue>
          (May
          <year>2015</year>
          ),
          <fpage>938</fpage>
          -
          <lpage>949</lpage>
          . https://doi.org/10.14778/2777598.2777603
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>C.</given-names>
            <surname>Fellbaum</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.A.</given-names>
            <surname>Miller</surname>
          </string-name>
          .
          <year>1998</year>
          .
          <article-title>WordNet: An Electronic Lexical Database</article-title>
          . MIT Press, Cambridge, MA, USA.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Kim</surname>
            <given-names>Fridkin</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Patrick J.</given-names>
            <surname>Kenney</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Amanda</given-names>
            <surname>Wintersieck</surname>
          </string-name>
          .
          <year>2015</year>
          . Liar, Liar, Pants on Fire:
          <article-title>How Fact-Checking Influences Citizens' Reactions to Negative Advertising</article-title>
          .
          <source>Political Communication</source>
          <volume>32</volume>
          ,
          <issue>1</issue>
          (Jan
          <year>2015</year>
          ),
          <fpage>127</fpage>
          -
          <lpage>151</lpage>
          . https: //doi.org/10.1080/10584609.
          <year>2014</year>
          .914613
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16] Luis Antonio Galárraga, Christina Teflioudi, Katja Hose, and
          <string-name>
            <given-names>Fabian</given-names>
            <surname>Suchanek</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>AMIE: association rule mining under incomplete evidence in ontological knowledge bases</article-title>
          .
          <source>In Proceedings of the 22nd international conference on World Wide Web - WWW '13</source>
          . ACM Press, New York, New York, USA,
          <fpage>413</fpage>
          -
          <lpage>422</lpage>
          . https: //doi.org/10.1145/2488388.2488425
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Aldo</surname>
            <given-names>Gangemi</given-names>
          </string-name>
          , Valentina Presutti, Diego Reforgiato Recupero, Andrea Giovanni Nuzzolese, Francesco Draicchio, and
          <string-name>
            <given-names>Misael</given-names>
            <surname>Mongiovì</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Semantic Web Machine Reading with FRED</article-title>
          .
          <source>Semantic Web</source>
          <volume>8</volume>
          ,
          <issue>6</issue>
          (
          <year>2017</year>
          ),
          <fpage>873</fpage>
          -
          <lpage>893</lpage>
          . https://doi. org/10.3233/SW-160240
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Matt</given-names>
            <surname>Gardner</surname>
          </string-name>
          and Tom Mitchell.
          <year>2015</year>
          .
          <article-title>Eficient and Expressive Knowledge Base Completion Using Subgraph Feature Extraction</article-title>
          .
          <source>In Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics</source>
          , Lisbon, Portugal,
          <fpage>1488</fpage>
          -
          <lpage>1498</lpage>
          . https://doi.org/10. 18653/v1/
          <fpage>D15</fpage>
          -1173
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Nir</given-names>
            <surname>Grinberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Kenneth</given-names>
            <surname>Joseph</surname>
          </string-name>
          , Lisa Friedland, Briony Swire-Thompson,
          <string-name>
            <given-names>and David</given-names>
            <surname>Lazer</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Fake news on Twitter during the 2016 US presidential election</article-title>
          .
          <source>Science</source>
          <volume>363</volume>
          ,
          <issue>6425</issue>
          (
          <year>2019</year>
          ),
          <fpage>374</fpage>
          -
          <lpage>378</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Aditya</given-names>
            <surname>Grover</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jure</given-names>
            <surname>Leskovec</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Node2vec: Scalable feature learning for networks</article-title>
          .
          <source>Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          <volume>13</volume>
          -17-Augu (
          <year>2016</year>
          ),
          <fpage>855</fpage>
          -
          <lpage>864</lpage>
          . https://doi.org/10.1145/ 2939672.2939754 arXiv:
          <fpage>1607</fpage>
          .
          <fpage>00653</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Andrew</surname>
            <given-names>M Guess</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Brendan</given-names>
            <surname>Nyhan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Jason</given-names>
            <surname>Reifler</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Exposure to untrustworthy websites in the 2016 US election</article-title>
          .
          <source>Nature human behaviour 4</source>
          ,
          <issue>5</issue>
          (
          <year>2020</year>
          ),
          <fpage>472</fpage>
          -
          <lpage>480</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>R. V.</given-names>
            <surname>Guha</surname>
          </string-name>
          , Dan Brickley, and
          <string-name>
            <given-names>Steve</given-names>
            <surname>Macbeth</surname>
          </string-name>
          .
          <year>2016</year>
          . Schema.Org:
          <article-title>Evolution of Structured Data on the Web</article-title>
          .
          <source>Commun. ACM 59</source>
          ,
          <issue>2</issue>
          (Jan.
          <year>2016</year>
          ),
          <fpage>44</fpage>
          -
          <lpage>51</lpage>
          . https: //doi.org/10.1145/2844544
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>William</surname>
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Hamilton</surname>
            , Rex Ying, and
            <given-names>Jure</given-names>
          </string-name>
          <string-name>
            <surname>Leskovec</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Inductive Representation Learning on Large Graphs</article-title>
          .
          <source>In Proceedings of the 31st International Conference on Neural Information Processing Systems</source>
          (Long Beach, California, USA) (
          <source>NIPS'17)</source>
          . Curran Associates Inc.,
          <string-name>
            <surname>Red</surname>
            <given-names>Hook</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA,
          <fpage>1025</fpage>
          -
          <lpage>1035</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Naeemul</surname>
            <given-names>Hassan</given-names>
          </string-name>
          , Gensheng Zhang, Fatma Arslan, Josue Caraballo, Damian Jimenez, Siddhant Gawsane, Shohedul Hasan, Minumol Joseph, Aaditya Kulkarni, Anil Kumar Nayak, Vikas Sable,
          <string-name>
            <given-names>Chengkai</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Tremayne</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Claim buster: The firstever endtoend factchecking system</article-title>
          .
          <source>Proceedings of the VLDB Endowment</source>
          <volume>10</volume>
          ,
          <issue>12</issue>
          (
          <year>2017</year>
          ),
          <fpage>1945</fpage>
          -
          <lpage>1948</lpage>
          . https://doi.org/10.14778/3137765.3137815
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Viet</given-names>
            <surname>Phi</surname>
          </string-name>
          Huynh and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Papotti</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>A benchmark for fact checking algorithms built on knowledge bases</article-title>
          .
          <source>In International Conference on Information and Knowledge Management, Proceedings</source>
          , Vol.
          <volume>10</volume>
          . Association for Computing Machinery, New York, NY, USA,
          <fpage>689</fpage>
          -
          <lpage>698</lpage>
          . https://doi.org/10.1145/3357384.3358036
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>Krutika</given-names>
            <surname>Kale</surname>
          </string-name>
          .
          <year>2018</year>
          . No,
          <string-name>
            <surname>Tej Pratap Yadav Did Not Receive A Doctorate From</surname>
          </string-name>
          Takshashila University. Online at https://www.boomlive.in/no-lalus
          <article-title>-son-tejpratap-did-not-receive-a-doctorate-</article-title>
          <string-name>
            <surname>from-</surname>
          </string-name>
          takshashila-university/. Last accessed 2021-
          <volume>02</volume>
          -21.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Sunny</surname>
            <given-names>Lai</given-names>
          </string-name>
          , Kwong Sak Leung, and
          <string-name>
            <given-names>Yee</given-names>
            <surname>Leung</surname>
          </string-name>
          .
          <year>2018</year>
          . SUNNYNLP at SemEval-2018 Task 10:
          <article-title>A Support-Vector-Machine-Based Method for Detecting Semantic Diference using Taxonomy and Word Embedding Features</article-title>
          .
          <source>In Proceedings of The 12th International Workshop on Semantic Evaluation. Association for Computational Linguistics</source>
          , New Orleans, Louisiana,
          <fpage>741</fpage>
          -
          <lpage>746</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>S18</fpage>
          - 1118
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Ni</given-names>
            <surname>Lao</surname>
          </string-name>
          and
          <string-name>
            <given-names>William W.</given-names>
            <surname>Cohen</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Relational retrieval using a combination of path-constrained random walks</article-title>
          .
          <source>Machine Learning</source>
          <volume>81</volume>
          ,
          <issue>1</issue>
          (
          <year>2010</year>
          ),
          <fpage>53</fpage>
          -
          <lpage>67</lpage>
          . https: //doi.org/10.1007/s10994-010-5205-8
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Ni</surname>
            <given-names>Lao</given-names>
          </string-name>
          , Tom Mitchell, and William W. Cohen.
          <year>2011</year>
          .
          <article-title>Random Walk Inference and Learning in A Large Scale Knowledge Base</article-title>
          .
          <source>In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics</source>
          , Edinburgh, Scotland, UK.,
          <volume>529</volume>
          -
          <fpage>539</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>David MJ Lazer</surname>
          </string-name>
          ,
          <article-title>Matthew A Baum, Yochai Benkler</article-title>
          , Adam J Berinsky, Kelly M Greenhill,
          <string-name>
            <given-names>Filippo</given-names>
            <surname>Menczer</surname>
          </string-name>
          , Miriam J Metzger, Brendan Nyhan, Gordon Pennycook,
          <string-name>
            <surname>David Rothschild</surname>
          </string-name>
          , et al.
          <year>2018</year>
          .
          <article-title>The science of fake news</article-title>
          .
          <source>Science</source>
          <volume>359</volume>
          ,
          <issue>6380</issue>
          (
          <year>2018</year>
          ),
          <fpage>1094</fpage>
          -
          <lpage>1096</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>Quoc</given-names>
            <surname>Le</surname>
          </string-name>
          and
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Distributed Representations of Sentences and Documents</article-title>
          .
          <source>In Proceedings of the 31st International Conference on International Conference on Machine Learning - Volume 32 (ICML'14)</source>
          . JMLR.org, Beijing, China, II-1188
          <string-name>
            <surname>-</surname>
          </string-name>
          II-1196.
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Stephan</surname>
            <given-names>Lewandowsky</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ullrich K. H. Ecker</surname>
          </string-name>
          ,
          <string-name>
            <surname>Colleen M. Seifert</surname>
            , Norbert Schwarz,
            <given-names>and John</given-names>
          </string-name>
          <string-name>
            <surname>Cook</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Misinformation and Its Correction: Continued Influence and Successful Debiasing</article-title>
          .
          <source>Psychological Science in the Public Interest</source>
          <volume>13</volume>
          ,
          <issue>3</issue>
          (
          <year>2012</year>
          ),
          <fpage>106</fpage>
          -
          <lpage>131</lpage>
          . https://doi.org/10.1177/1529100612451018
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <surname>David</surname>
            Liben-Nowell and
            <given-names>Jon</given-names>
          </string-name>
          <string-name>
            <surname>Kleinberg</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>The Link-Prediction Problem for Social Networks</article-title>
          .
          <source>Journal of the American society for Information Science and Technology 58</source>
          ,
          <issue>7</issue>
          (
          <year>2007</year>
          ),
          <fpage>1019</fpage>
          -
          <lpage>1031</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <surname>Xiaomo</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Armineh Nourbakhsh,
          <string-name>
            <given-names>Quanzhi</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Rui</given-names>
            <surname>Fang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Sameena</given-names>
            <surname>Shah</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Real-Time Rumor Debunking on Twitter</article-title>
          .
          <source>In Proceedings of the 24th ACM International on Conference on Information and Knowledge Management (Melbourne, Australia) (CIKM '15)</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <fpage>1867</fpage>
          -
          <lpage>1870</lpage>
          . https://doi.org/10.1145/2806416.2806651
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mitchell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Hruschka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Talukdar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Betteridge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Carlson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Dalvi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gardner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Kisiel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Krishnamurthy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Lao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Mazaitis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Nakashole</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Platanios</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ritter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Samadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Settles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Wijaya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Saparov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Greaves</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Welling</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Never-Ending Learning</article-title>
          .
          <source>Commun. ACM 61</source>
          ,
          <issue>5</issue>
          (April
          <year>2018</year>
          ),
          <fpage>103</fpage>
          -
          <lpage>115</lpage>
          . https://doi.org/10.1145/ 3191513
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>Brendan</given-names>
            <surname>Nyhan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jason</given-names>
            <surname>Reifler</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>The Efect of Fact-Checking on Elites: A Field Experiment on U.S. State Legislators</article-title>
          .
          <source>American Journal of Political Science</source>
          <volume>59</volume>
          ,
          <issue>3</issue>
          (
          <year>2015</year>
          ),
          <fpage>628</fpage>
          -
          <lpage>640</lpage>
          . https://doi.org/10.1111/ajps.12162
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>Dave</given-names>
            <surname>Orr</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <volume>50</volume>
          ,000 Lessons on
          <article-title>How to Read: a Relation Extraction Corpus</article-title>
          . https://ai.googleblog.com/
          <year>2013</year>
          /04/50000-lessons-on
          <article-title>-how-to-read-relation</article-title>
          . html
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <surname>Stefano</surname>
            <given-names>Ortona</given-names>
          </string-name>
          , Venkata Vamsikrishna Meduri, and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Papotti</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Robust discovery of positive and negative rules in knowledge bases</article-title>
          .
          <source>In 2018 IEEE 34th International Conference on Data Engineering (ICDE)</source>
          (Paris, France). IEEE, IEEE, Piscataway, NJ, USA,
          <fpage>1168</fpage>
          -
          <lpage>1179</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>Heiko</given-names>
            <surname>Paulheim</surname>
          </string-name>
          and Simone Paolo Ponzetto.
          <year>2013</year>
          .
          <article-title>Extending DBpedia with Wikipedia List Pages</article-title>
          .
          <source>In Proceedings of the 2013th International Conference on NLP &amp; DBpedia -</source>
          Volume
          <volume>1064</volume>
          (
          <issue>Sydney</issue>
          ,
          <article-title>Australia) (NLP-DBPEDIA'13)</article-title>
          .
          <article-title>CEUR-WS</article-title>
          .org, Aachen, DEU,
          <fpage>85</fpage>
          -
          <lpage>90</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <surname>Hannah</surname>
            <given-names>Rashkin</given-names>
          </string-name>
          , Eunsol Choi, Jin Yea Jang, Svitlana Volkova, and
          <string-name>
            <given-names>Yejin</given-names>
            <surname>Choi</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Truth of Varying Shades: Analyzing Language in Fake News and Political FactChecking</article-title>
          .
          <source>In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics</source>
          , Copenhagen, Denmark,
          <fpage>2931</fpage>
          -
          <lpage>2937</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>D17</fpage>
          -1317
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <surname>Bradley</surname>
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Richards</surname>
            and
            <given-names>Raymond J.</given-names>
          </string-name>
          <string-name>
            <surname>Mooney</surname>
          </string-name>
          .
          <year>1992</year>
          .
          <article-title>Learning Relations by Pathfinding</article-title>
          .
          <source>In Proceedings of the Tenth National Conference on Artificial Intelligence</source>
          (San Jose, California) (AAAI'
          <fpage>92</fpage>
          ). AAAI Press, Palo Alto, CA, USA,
          <fpage>50</fpage>
          -
          <lpage>55</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <surname>Victoria</surname>
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Rubin</surname>
          </string-name>
          , Yimin Chen, and
          <string-name>
            <surname>Nadia</surname>
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Conroy</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Deception detection for news: Three types of fakes</article-title>
          .
          <source>Proceedings of the Association for Information Science and Technology 52</source>
          ,
          <issue>1</issue>
          (
          <year>2015</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          . https://doi.org/10.1002/pra2.
          <year>2015</year>
          .145052010083
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <surname>Victoria</surname>
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Rubin</surname>
            and
            <given-names>Tatiana</given-names>
          </string-name>
          <string-name>
            <surname>Vashchilko</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Identification of Truth and Deception in Text: Application of Vector Space Model to Rhetorical Structure Theory</article-title>
          .
          <source>In Proceedings of the Workshop on Computational Approaches</source>
          to Deception Detection.
          <article-title>Association for Computational Linguistics</article-title>
          , Avignon, France,
          <fpage>97</fpage>
          -
          <lpage>106</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44] schema.org.
          <year>2020</year>
          .
          <article-title>ClaimReview schema</article-title>
          . https://schema.org/ClaimReview
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <surname>Chengcheng</surname>
            <given-names>Shao</given-names>
          </string-name>
          , Giovanni Luca Ciampaglia, Alessandro Flammini, and
          <string-name>
            <given-names>Filippo</given-names>
            <surname>Menczer</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Hoaxy: A Platform for Tracking Online Misinformation</article-title>
          .
          <source>In Proceedings of the 25th International Conference Companion on World Wide Web (Montréal</source>
          , Québec, Canada)
          <article-title>(WWW '16 Companion)</article-title>
          .
          <source>International World Wide Web Conferences Steering Committee, Republic and Canton of Geneva, Switzerland</source>
          ,
          <fpage>745</fpage>
          -
          <lpage>750</lpage>
          . https://doi.org/10.1145/2872518.2890098
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46]
          <string-name>
            <surname>Chengcheng</surname>
            <given-names>Shao</given-names>
          </string-name>
          , Giovanni Luca Ciampaglia, Onur Varol,
          <string-name>
            <surname>Kai-Cheng</surname>
            <given-names>Yang</given-names>
          </string-name>
          , Alessandro Flammini, and
          <string-name>
            <given-names>Filippo</given-names>
            <surname>Menczer</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>The spread of low-credibility content by social bots</article-title>
          .
          <source>Nature communications 9</source>
          ,
          <issue>1</issue>
          (
          <year>2018</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>Baoxu</given-names>
            <surname>Shi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Tim</given-names>
            <surname>Weninger</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Discriminative predicate path mining for fact checking in knowledge graphs</article-title>
          .
          <source>Knowledge-Based Systems 104 (Jul</source>
          <year>2016</year>
          ),
          <fpage>123</fpage>
          -
          <lpage>133</lpage>
          . https://doi.org/10.1016/j.knosys.
          <year>2016</year>
          .
          <volume>04</volume>
          .015 arXiv:
          <fpage>1510</fpage>
          .
          <fpage>05911</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [48]
          <string-name>
            <surname>Prashant</surname>
            <given-names>Shiralkar</given-names>
          </string-name>
          , Alessandro Flammini, Filippo Menczer, and Giovanni Luca Ciampaglia.
          <year>2017</year>
          .
          <article-title>Finding Streams in Knowledge Graphs to Support Fact Checking</article-title>
          .
          <article-title>In 2017 IEEE International Conference on Data Mining (ICDM) (New Orleans, Louisiana</article-title>
          , USA). IEEE, Piscataway, NJ,
          <fpage>859</fpage>
          -
          <lpage>864</lpage>
          . https://doi.org/10.1109/ICDM.
          <year>2017</year>
          .
          <volume>105</volume>
          arXiv:
          <fpage>1708</fpage>
          .07239 [cs.
          <source>AI] Extended Version.</source>
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [49]
          <string-name>
            <surname>Kai</surname>
            <given-names>Shu</given-names>
          </string-name>
          , Deepak Mahudeswaran,
          <string-name>
            <given-names>Suhang</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Huan</given-names>
            <surname>Liu</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Hierarchical propagation networks for fake news detection: Investigation and exploitation</article-title>
          .
          <source>In Proceedings of the International AAAI Conference on Web and Social Media</source>
          , Vol.
          <volume>14</volume>
          . AAAI, Palo Alto, CA, USA,
          <fpage>626</fpage>
          -
          <lpage>637</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [50]
          <string-name>
            <surname>Kai</surname>
            <given-names>Shu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Suhang</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Huan</given-names>
            <surname>Liu</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Understanding User Profiles on Social Media for Fake News Detection</article-title>
          .
          <source>In IEEE 1st Conference on Multimedia Information Processing and Retrieval (MIPR</source>
          <year>2018</year>
          ). IEEE, Piscataway, NJ, USA,
          <fpage>430</fpage>
          -
          <lpage>435</lpage>
          . https://doi.org/10.1109/MIPR.
          <year>2018</year>
          .00092
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          [51]
          <string-name>
            <given-names>Craig</given-names>
            <surname>Silverman</surname>
          </string-name>
          (Ed.).
          <year>2014</year>
          .
          <string-name>
            <given-names>Verification</given-names>
            <surname>Handbook</surname>
          </string-name>
          . European Journalism Center, Maastricht, the Netherlands.
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          [52]
          <string-name>
            <surname>Sameer</surname>
            <given-names>Singh</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sebastian Riedel</surname>
          </string-name>
          , Brian Martin,
          <string-name>
            <given-names>Jiaping</given-names>
            <surname>Zheng</surname>
          </string-name>
          , and
          <string-name>
            <surname>Andrew McCallum</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Joint Inference of Entities, Relations, and Coreference</article-title>
          .
          <source>In Proceedings of the 2013 Workshop on Automated Knowledge Base Construction</source>
          (San Francisco, California, USA) (
          <source>AKBC '13)</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . https://doi.org/10.1145/2509558.2509559
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          [53]
          <string-name>
            <surname>Richard</surname>
            <given-names>Socher</given-names>
          </string-name>
          , Danqi Chen,
          <string-name>
            <surname>Christopher D Manning</surname>
            , and
            <given-names>Andrew</given-names>
          </string-name>
          <string-name>
            <surname>Ng</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Reasoning With Neural Tensor Networks for Knowledge Base Completion</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          ,
          <string-name>
            <given-names>C. J. C.</given-names>
            <surname>Burges</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bottou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Welling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ghahramani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K. Q.</given-names>
            <surname>Weinberger</surname>
          </string-name>
          (Eds.), Vol.
          <volume>26</volume>
          . Curran Associates, Inc., 57 Morehouse Lane, Red Hook,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , United States,
          <fpage>926</fpage>
          -
          <lpage>934</lpage>
          . https://proceedings.neurips.cc/paper/2013/file/ b337e84de8752b27eda3a12363109e80-Paper.pdf
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          [54]
          <string-name>
            <surname>James</surname>
            <given-names>Thorne</given-names>
          </string-name>
          , Andreas Vlachos, Christos Christodoulopoulos, and
          <string-name>
            <given-names>Arpit</given-names>
            <surname>Mittal</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>FEVER: a Large-scale Dataset for Fact Extraction and VERification</article-title>
          .
          <source>In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long Papers).
          <source>Association for Computational Linguistics</source>
          , Stroudsburg, PA, USA,
          <fpage>809</fpage>
          -
          <lpage>819</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>N18</fpage>
          -1074
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Tschiatschek</surname>
          </string-name>
          , Adish Singla, Manuel Gomez Rodriguez, Arpit Merchant, and
          <string-name>
            <given-names>Andreas</given-names>
            <surname>Krause</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Fake News Detection in Social Networks via Crowd Signals</article-title>
          .
          <source>In Companion Proceedings of the The Web Conference</source>
          <year>2018</year>
          (Lyon, France) (WWW '18).
          <source>International World Wide Web Conferences Steering Committee, Republic and Canton of Geneva, CHE</source>
          ,
          <fpage>517</fpage>
          -
          <lpage>524</lpage>
          . https://doi.org/10.1145/3184558. 3188722
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          [56]
          <string-name>
            <given-names>Andreas</given-names>
            <surname>Vlachos</surname>
          </string-name>
          and
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Riedel</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Fact Checking: Task definition and dataset construction</article-title>
          .
          <source>In Proceedings of the ACL 2014 Workshop on Language Technologies and Computational Social Science. Association for Computational Linguistics</source>
          , Baltimore,
          <string-name>
            <surname>MD</surname>
          </string-name>
          , USA,
          <fpage>18</fpage>
          -
          <lpage>22</lpage>
          . https://doi.org/10.3115/v1/
          <fpage>W14</fpage>
          -2508
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          [57]
          <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>
          (
          <year>2018</year>
          ),
          <fpage>1146</fpage>
          -
          <lpage>1151</lpage>
          . https://doi.org/10.1126/science. aap9559
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          [58]
          <string-name>
            <surname>Linlin</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Zhu Cao, Gerard de Melo, and Zhiyuan Liu.
          <year>2016</year>
          .
          <article-title>Relation Classification via Multi-Level Attention CNNs</article-title>
          .
          <source>In Proceedings of the 54th Annual</source>
          <article-title>Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</article-title>
          .
          <source>Association for Computational Linguistics</source>
          , Berlin, Germany,
          <fpage>1298</fpage>
          -
          <lpage>1307</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>P16</fpage>
          -1123
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          [59]
          <string-name>
            <given-names>Claire</given-names>
            <surname>Wardle</surname>
          </string-name>
          and
          <string-name>
            <given-names>Hossein</given-names>
            <surname>Derakhshan</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Information disorder: Toward an interdisciplinary framework for research and policy making</article-title>
          .
          <source>Technical Report. Council of Europe Report.</source>
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          [60]
          <string-name>
            <given-names>Jen</given-names>
            <surname>Weedon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>William</given-names>
            <surname>Nuland</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Alex</given-names>
            <surname>Stamos</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Information Operations and Facebook</article-title>
          .
          <source>Technical Report</source>
          . Facebook, Inc.
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          [61]
          <string-name>
            <given-names>Gerhard</given-names>
            <surname>Weikum</surname>
          </string-name>
          and
          <string-name>
            <given-names>Martin</given-names>
            <surname>Theobald</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>From Information to Knowledge: Harvesting Entities and Relationships from Web Sources</article-title>
          .
          <source>In Proceedings of the Twenty-Ninth ACM SIGMOD-SIGACT-SIGART Symposium on Principles of Database Systems</source>
          (Indianapolis, Indiana, USA) (
          <source>PODS '10)</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <fpage>65</fpage>
          -
          <lpage>76</lpage>
          . https://doi.org/10.1145/1807085.1807097
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          [62]
          <string-name>
            <given-names>Shanchan</given-names>
            <surname>Wu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Yifan</given-names>
            <surname>He</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Enriching pre-trained language model with entity information for relation classification</article-title>
          .
          <source>In Proceedings of the 28th ACM International Conference on Information and Knowledge Management</source>
          .
          <fpage>2361</fpage>
          -
          <lpage>2364</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          [63]
          <string-name>
            <surname>You</surname>
            <given-names>Wu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pankaj K. Agarwal</surname>
            ,
            <given-names>Chengkai</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Jun</given-names>
          </string-name>
          <string-name>
            <surname>Yang</surname>
            , and
            <given-names>Cong</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Toward Computational Fact-Checking</article-title>
          .
          <source>Proc. VLDB Endow</source>
          .
          <volume>7</volume>
          ,
          <issue>7</issue>
          (March
          <year>2014</year>
          ),
          <fpage>589</fpage>
          -
          <lpage>600</lpage>
          . https://doi.org/10.14778/2732286.2732295
        </mixed-citation>
      </ref>
      <ref id="ref64">
        <mixed-citation>
          [64]
          <string-name>
            <given-names>Minguang</given-names>
            <surname>Xiao</surname>
          </string-name>
          and
          <string-name>
            <given-names>Cong</given-names>
            <surname>Liu</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Semantic Relation Classification via Hierarchical Recurrent Neural Network with Attention</article-title>
          .
          <source>In Proceedings of COLING</source>
          <year>2016</year>
          ,
          <source>the 26th International Conference on Computational Linguistics: Technical Papers. The COLING 2016 Organizing Committee</source>
          , Osaka, Japan,
          <fpage>1254</fpage>
          -
          <lpage>1263</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref65">
        <mixed-citation>
          [65]
          <string-name>
            <given-names>Peng</given-names>
            <surname>Xu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Denilson</given-names>
            <surname>Barbosa</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Connecting Language and Knowledge with Heterogeneous Representations for Neural Relation Extraction</article-title>
          .
          <source>In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers).
          <source>Association for Computational Linguistics</source>
          , Minneapolis, Minnesota,
          <fpage>3201</fpage>
          -
          <lpage>3206</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>N19</fpage>
          -1323
        </mixed-citation>
      </ref>
      <ref id="ref66">
        <mixed-citation>
          [66]
          <string-name>
            <surname>Ikuya</surname>
            <given-names>Yamada</given-names>
          </string-name>
          , Hiroyuki Shindo, Hideaki Takeda, and
          <string-name>
            <given-names>Yoshiyasu</given-names>
            <surname>Takefuji</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation</article-title>
          .
          <source>In Proceedings of The 20th SIGNLL Conference on Computational Natural Language Learning. Association for Computational Linguistics</source>
          ,
          <volume>209</volume>
          N. Eighth Street,
          <source>Stroudsburg PA 18360, USA</source>
          ,
          <fpage>250</fpage>
          -
          <lpage>259</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref67">
        <mixed-citation>
          [67]
          <string-name>
            <surname>Ran</surname>
            <given-names>Yu</given-names>
          </string-name>
          , Ujwal Gadiraju, Besnik Fetahu, Oliver Lehmberg, Dominique Ritze, and Stefan DIetze.
          <year>2018</year>
          .
          <article-title>KnowMore - Knowledge base augmentation with structured web markup</article-title>
          . ,
          <volume>159</volume>
          -
          <fpage>180</fpage>
          pages. https://doi.org/10.3233/SW-180304
        </mixed-citation>
      </ref>
      <ref id="ref68">
        <mixed-citation>
          [68]
          <string-name>
            <surname>Yuhao</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Victor Zhong, Danqi Chen, Gabor Angeli, and
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Position-aware Attention and Supervised Data Improve Slot Filling</article-title>
          .
          <source>In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics</source>
          , Copenhagen, Denmark,
          <fpage>35</fpage>
          -
          <lpage>45</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>D17</fpage>
          -1004
        </mixed-citation>
      </ref>
      <ref id="ref69">
        <mixed-citation>
          [69]
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>Zilong</given-names>
          </string-name>
          , Zhao, Jichang, Sano, Yukie, Levy, Orr, Takayasu, Hideki, Takayasu, Misako, Li, Daqing, Wu, Junjie, and
          <string-name>
            <surname>Havlin</surname>
          </string-name>
          , Shlomo.
          <year>2020</year>
          .
          <article-title>Fake news propagates diferently from real news even at early stages of spreading</article-title>
          .
          <source>EPJ Data Sci. 9</source>
          ,
          <issue>1</issue>
          (
          <year>2020</year>
          ),
          <article-title>7</article-title>
          . https://doi.org/10.1140/epjds/s13688-020-00224-z False True False False False False
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>