<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Entity Detection for Check-worthiness Prediction: Glasgow Terrier at CLEF CheckThat! 2019</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ting Su</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Craig Macdonald</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Iadh Ounis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Glasgow</institution>
          ,
          <addr-line>Glasgow</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Since information can be created and shared online by anyone, a lot of time and e ort are required to manually fact-check all the information encountered by users everyday. Hence, an automatic factchecking process is needed to e ectively fact-check the vast information available online. However, gathering information related to every single claim can also be redundant, as not all sentences or articles are checkworthy. In this paper, we propose an e ective approach for retrieving check-worthy sentences within American political debates, which relates to the rst task of the CLEF CheckThat! 2019 Lab. To rank sentences based on their check-worthiness, we propose to represent each sentence using their mentioned entities using a TF-IDF representation. We use a SVM classi er to predict the check-worthiness of each sentence. Our approach ranked 4th out of 12 submissions. Our experiments show that the pronouns and coreference resolution pre-processing procedure we use as part of our approach does improve the e ectiveness of sentence checkworthiness prediction. Furthermore, our results show that entity analysis features provide valuable evidence for this task.</p>
      </abstract>
      <kwd-group>
        <kwd>Fact checking</kwd>
        <kwd>Entity relationships</kwd>
        <kwd>Check-worthiness</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Nowadays, information is easily accessible online, from articles by reliable news
agencies, to reports from independent reporters, to extreme views published by
unknown individuals. Such amount of information may create di culties for
information consumers as they try to distinguish fake news from genuine news.
Indeed, users may not be necessarily aware that the information they encounter
is false, and may not have the time and e ort to fact-check all the claims and
information they come across online. Moreover, social media outlets are becoming
increasingly important in everyday life, where users can obtain the latest news
and updates, share links to news and information they want to spread, and post
comments with their own opinions. With the amount of information that is
created daily, it is not feasible for journalists and users to manually fact-check every
news article, sentence or tweet online. Therefore, an automatic fact-checking
system that extracts the most check-worthy claims from articles and debates could
allow journalists to focus on manually checking suspicious but worthy claims,
thereby reducing the workload required for the task.</p>
      <p>
        The task of predicting the check-worthiness of each sentence in the text is
the objective of Task 1 of the CLEF CheckThat! 2019 Lab [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In particular,
participants are asked to retrieve the most check-worthy sentences from transcripts
obtained from American political debates. The task is de ned as follows. Given
a debate (D) that contains a set of ordered sentences (D = (s1; s2; :::; s3)), where
each sentence has a line number, a speaker's name, and the content of the
sentence (sn =&lt; ln; pn; cn &gt;)), a system should return a list of sentences, ordered
based on their estimated check-worthiness. For example, Table 1 presents two
examples of excerpts from such debates, where the sentences labelled with 3 are
considered to be check-worthy.
      </p>
      <p>
        The focus of this paper is to e ectively address Task 1 of the CLEF
CheckThat! 2019 Lab. To do so, we build upon recent developments to improve a
chatbot's understanding in a conversation (a debate is form of conversation [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]),
namely techniques for coreference resolution, in order to process the pronouns
present within the text. Moreover, we observe that several entities tend to be
present in sentences that are worth checking. For example, the bold text in
Table 1 refers to entities. Therefore, we hypothesise that an entity resolution and
analysis using knowledge graphs (KG) can help distinguish between sentences
that are worth checking and sentences that are not. The contributions of this
paper are two-fold: we develop a useful automatic pre-processing procedure to
process the text before analysis; Secondly, we show that entity resolution and
analysis can indeed enhance the e ectiveness of our approach at identifying
check-worthy sentences.
      </p>
      <p>The rest of the paper is organised as follows. We brie y introduce related
work in Section 2. Section 3 describes our proposed approach. We provide the
experimental setup in Section 4, followed by the results and analysis in Section 5.
Finally, we draw the main conclusions from this paper in Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Previous studies that focused on the task of predicting the check-worthiness
of a sentence are limited. ClaimBuster [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] used an SVM classi er with
TFIDF, part-of-speech (POS) tags, and named entity recognition as features, to
classify a sentence into factual, unimportant-factual, and check-worthy factual.
Gencheva et al., [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] improved the work of ClaimBuster by using additional
sentiment, tense, and paragraph structure features, to predict if a sentence should be
fact-checked. This work was further improved, and resulted in ClaimRank [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
which can provide journalists with check-worthy sentences for manual checking.
Moreover, Patwari et al., [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] used an SVM classi er to classify if a sentence is
check-worthy or not. In particular, they analysed the topic a sentence is
talking about using an LDA topic modelling approach. They also used POS with
TF-IDF representation features, and achieved a 0.214 F1 score.
      </p>
      <p>
        In last year's CLEF CheckThat! Lab, aside from the above mentioned
methods, team Prise de Fer [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] manually normalised names and pronouns that
appeared in the debate as a pre-processing procedure. They also used clauses and
phrases as well as rule-based heuristics on the length of the sentence within a
multilayer perceptron. Team Copenhagen [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] used word2vec embedding and a
recurrent neural network model, and achieved 0.182 in mean average precision in
a check-worthy sentence retrieval task. In addition, syntactic dependencies were
used by both teams [
        <xref ref-type="bibr" rid="ref14 ref5">5, 14</xref>
        ].
      </p>
      <p>However, the above mentioned approaches did not pay much attention to
automatic pre-processing, in order to unify the pronouns and references.
Moreover, although these approaches used named entities as features, none of these
approaches used external resources to analyse the entities mentioned in the text.
Our work focuses on these two parts of analysing sentences, to predict their
check-worthiness.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Our Entity Detection Approach</title>
      <p>The aim of the check-worthiness task is to rank the sentences, such that those
sentences estimated most likely to be check-worthy are ranked rst. In
addressing this task, we use a classi er based on several groups of features to estimate
the check-worthiness of each sentence. Sentences are then ranked based on the
classi er's con dence about the check-worthiness of each sentence. Our classi
cation approach makes use of a pre-processing of the text that addresses pronouns
and coreference resolution (described in detail in Section 3.1 below), as well as
several groups of features, including some that consider the presence of entities
within the sentences (Section 3.2).</p>
      <p>Debate</p>
      <p>D</p>
      <p>
        First person
Pronouns
Resolution 
American political debates usually consist of two or more participants, and one
or more moderators, where each debate has di erent participants. In this case,
it is not explicitly apparent to the system which participants are referenced
by which pronouns. Similarly, implicit pronouns can also be used to identify
a speci c person or a particular thing previously mentioned or known, leading
to a possible confusion. To combat the above mentioned challenges in implicit
references, we propose a two-step procedure to resolve the implicit references
found in the debates, namely, rst-person pronouns resolution, and coreference
resolution, as illustrated in Figure 1. Detailed examples can be found in Table 5.
1. First-person pronouns resolution: In this step, we simply change all the
rst-person pronouns in each sentence sn into the current speaker's name pn.
2. Coreference resolution: Coreference resolution is the task of nding the
entity expression that a pronoun refers to within a piece of text. In our proposed
procedure, we use coreference resolution to replace implicit mentions to one of
the previously stated real-world entities. Speci cally, we use Lee et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]'s
implementation of a higher order coreference resolution method, applies on pairs of
sentences. Therefore, the span of possible references for a pronoun is from either
the current sentence, or the antecedent of the sentence, regardless of any change
in speaker.
3.2
      </p>
      <p>Check-worthiness Estimation
After the pre-processing procedure, we obtain an ordered (based on the order of
the debate) list of sentences for each debate, where most pronouns are replaced
with the person's name and/or entities. Note that the coreference resolution
method cannot achieve a perfect accuracy, as only a subset of the actual pronouns
are resolved.</p>
      <p>Next, to obtain a ranking of sentences, we extract features from each sentence,
and use these features as input to a classi er that is trained to estimate the
check-worthiness of each sentence. Figure 2 shows the overall architecture of our
proposed approach. Below, we describe two sources of features that we use to
assist the check-worthiness estimation, namely TF-IDF sentence representation
and entities analysis.</p>
      <p>1. TF-IDF sentence representation: We calculate the TF-IDF score of
each term in each sentence, where the IDF values are calculated over all of the
Sentence</p>
      <p>Entity extraction
using Dbpedia
spotlight
Tokenization</p>
      <p>Sentence,
entity1, …
entityn</p>
      <p>Calculate
similarity &amp; relevance</p>
      <p>of entities</p>
      <p>TF-IDF
representation</p>
      <p>Combined,
SVM estimate</p>
      <p>Check-worthiness
score
training set. In particular, we use Sklearn's T dfVectorizer1 to extract features
for each sentence. We do not discard any terms from the dictionary.</p>
      <p>
        2. Entity analysis: Our second group of features concerns the entities that
appear in each sentence, obtained through entity linking occurrences in each
sentence to a knowledge graph (KG), namely Wikipedia. In particular, Wikipedia
is a large-scale online encyclopedia, where users can create articles related to
speci c entities, and can edit existing articles. The crowd-sourcing nature of
Wikipedia allows the entities' information to be updated quickly, which means
that the information is kept up-to-date. Wikipedia also contains structure
relationships where one or more entities are linked together through hyperlinks, such
as Polysemy (disambiguation pages), Synonymy (redirect pages) and
Associative relationships (hyperlinks between Wikipedia articles). Ciampaglia et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
showed that the distance between two entities within a KG could be used to
improve fake news detection accuracy when applying an entity linking method
on news articles. In this paper, instead of using the explicit distance between
entities, we use the structured relationships constructed by Wikipedia links to
analyse the entities within a given sentence using three di erent methods. Details
of these methods are listed below:
      </p>
      <p>
        2(a). Similarity of entities: We follow the method described by Zhu and
Iglesias [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. First, we compute the similarity between two entities using the top
5 concepts with the highest graph-based information content, which are selected
and combined into a concept list. The concepts of the Wikipedia KG contain
axioms describing concept hierarchies that are usually referred to as ontology
classes (type: box), while axioms about entity instances are usually referred as
ontology instances (object: a box). Then, we compute the semantic similarity of
two entities by calculating the semantic cosine similarity of two concept lists.
      </p>
      <p>
        2(b). Relatedness of entities: We extract the relatedness between two
entities using the method described by Witten et. al., [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
sr(a; b) = 1
log(max(jAj; jBj)) log(jA \ Bj)
      </p>
      <p>log(jW j) log(min(jAj; jBj)</p>
      <sec id="sec-3-1">
        <title>1 https://scikit-learn.org/stable/modules/generated/sklearn.feature extraction.text.</title>
        <sec id="sec-3-1-1">
          <title>T dfVectorizer.html Table 2. Examples of the entity features of each sentence we obtain through entity analysis. Method name</title>
          <p>where a and b are two entities, and A and B are the sets of all the concepts
that are linked to a and b. W is the whole set of concepts that appear in all of
Wikipedia. jxj is the number of concepts that a given set x contains.</p>
          <p>2(c). Count of entities: Finally, we also count the non-repeated entities
that appear in each sentence, and use the number of the entities as a feature.</p>
          <p>As some sentences contain more than two entities, we need to aggregate the
similarity and relatedness of each pair of entities into sentence-level features.
Therefore, we calculate the mean and max of the similarity and relatedness
scores for the pairs of entities within each sentence. Overall, in addition to
TFIDF term features, we therefore have additional 5 features for each sentence, as
shown in Table 2.
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experimental Setup</title>
      <p>In this section, we describe the used dataset, the settings of each component our
approach, as well as the evaluation metrics.</p>
      <p>Dataset: We use the training and test data provided by the CLEF
CheckThat! 2019 lab as the training and test datasets, respectively. In the following,
we describe in detail the experimental setup we used for the components of our
approach:</p>
      <p>
        First-person pronouns resolution and coreference resolution: As
mentioned in Section 3, we simply change all the rst-person pronouns (i.e.,
I, we, us, etc) to the current speaker's name. We use Lee et al.'s coreference
resolution package2 to nd the entity that a pronoun is referring to. All the
parameters are set to their recommended settings [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>Tokenisation and TF-IDF: We use the Sklearn's T dfVectorizer3 to
tokenise and calculate the TF-IDF features. All the parameters remain at their
default settings.</p>
      <p>
        Entities extraction: In our experiments, we use DBpedia Spotlight4 to
extract entities from each sentence, with the con dence set to 0.3 following [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <sec id="sec-4-1">
        <title>2 https://github.com/kentonl/e2e-coref</title>
      </sec>
      <sec id="sec-4-2">
        <title>3 https://scikit-learn.org/stable/modules/generated/sklearn.feature extraction.text.</title>
        <sec id="sec-4-2-1">
          <title>T dfVectorizer.html</title>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>4 https://github.com/dbpedia-spotlight/dbpedia-spotlight-model</title>
        <sec id="sec-4-3-1">
          <title>Copenhagen primary contr.-1 contr.-2</title>
        </sec>
        <sec id="sec-4-3-2">
          <title>TheEarthIsFlat primary contr.-1 contr.-2</title>
        </sec>
        <sec id="sec-4-3-3">
          <title>IPIPAN primary</title>
        </sec>
        <sec id="sec-4-3-4">
          <title>Terrier primary UAICS primary contr.-1 contr.-2</title>
          <p>
            Entities analysis: In our experiments, we use the Sematch [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ]5's KG
semantic similarity and relatedness algorithms to calculate the similarity and
relatedness of every pair of entities appearing in each sentence. We then calculate
the average and maximum similarity scores as well as the relatedness score of a
sentence, and use these 4 scores as features. We also count the unique number
of entities appearing in each sentence.
          </p>
          <p>Classi er: We tune the SVM classi er's hyperparameters on the training
set. In particular, we use the RBF kernel, a C penalty of 10, and a of 0.1
in our tuned SVM classi er. Sentences are ranked in descending order by their
distance from the classi er's hyperplane.</p>
          <p>Evaluation metrics: To evaluate the e ectiveness of our approach at highly
ranking check-worthy sentences, we use the evaluation metrics suggested by the
CheckThat! lab organisers, namely Mean Average Precision (MAP), reciprocal
rank (RR), and precision at k (P@k, k=f1,3,5,10,20,50g).
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results and Discussion</title>
      <p>In this section, we address the usefulness of including the pre-processing
procedure, as well as the e ectiveness of our classi cation model. In particular,
we report and discuss the results of our sentence check-worthiness prediction
experiments. Table 3 shows the e ectiveness of the top 5 ranked groups that
participated in the Lab. Out of a total of 12 groups, our classi er was placed
fourth group (ranked by MAP).</p>
      <p>Next, to answer whether the pre-processing of data bene ts the
check-worthiness prediction task, we conduct an ablation study, whereby we remove some
of the components of our approach and assessed their resulting performance.
Table 4 presents the results using three di erent variants of our approach: simple
TF-IDF model with an SVM classi er, using the pre-processing procedure to</p>
      <sec id="sec-5-1">
        <title>5 https://github.com/gsi-upm/sematch</title>
        <p>0.0826 0.2000 0.0000 0.0000 0.2000 0.2000 0.3500 0.1571
0.0956 0.2000 0.1667 0.1875 0.1471 0.1587 0.0985 0.0874
0.1263 0.3254 0.2857 0.2381 0.2000 0.2000 0.1287 0.0915
process the debate before using the TF-IDF features and the SVM classi er, and
our full approach. The results show that the pre-processing procedure to address
pronouns and perform coreference resolution improves MAP performance by 16%
(0.0826 ! 0.0956). Furthermore, adding the entities features enhances MAP by
a further 32% (0.0956 ! 0.1263). Thus, we conclude that the pre-processing
procedure, as well as our entity-based features are promising and do improve
the performance of our approach.</p>
        <p>However, as the coreference resolution method cannot achieve a perfect
accuracy, the results of our pre-processing procedure are not completely satisfactory.
Table 5 shows a clip of one debate, where some sentences' pronouns and
coreference resolutions are correct, some are missing, and some are incorrect. Moreover,
we do not consider the types of entities in our entity analysis. Such type
information may actually be informative, as the entity \the United States " may be
less informative than \immigration" in an American political debate.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In this paper, we addressed a task that can be seen as the rst step towards
factchecking internet content e ectively, as de ned by the CLEF CheckThat! 2019
Lab. In particular, we designed a pre-processing procedure, as well as a
checkworthiness prediction model, to predict the check-worthiness of each sentence in
a given debate. Our experiments showed that the pre-processing procedure, with
pronouns resolution and coreference resolution, does improve the performance
of the prediction system. Moreover, when using entities extracted and analysed
using existing knowledge base tools, the performance of our prediction approach
improved further. These ndings suggest that pre-processing can be bene cial
when analysing text for check-worthiness prediction. They also show that entities
analysis might be bene cial in the general fake news detection tasks. In the
future, we propose to compare more machine learning methods, and enrich the
language processing choices.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>The rst authors acknowledges the support of the China Scholarship Council.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Atanasova</surname>
          </string-name>
          , Pepa and Nakov, Preslav and Karadzhov, Georgi and Mohtarami, Mitra and Da San Martino,
          <article-title>Giovanni: Overview of the CLEF-</article-title>
          2019
          <source>CheckThat! Lab on Automatic Identi cation and Veri cation of Claims. Task</source>
          <volume>1</volume>
          :
          <string-name>
            <surname>Check-Worthiness</surname>
          </string-name>
          .
          <source>In Proc. of CLEF-CEUR</source>
          <year>2019</year>
          .
          <article-title>(</article-title>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Ciampaglia</surname>
          </string-name>
          , Giovanni Luca and Shiralkar, Prashant and Rocha,
          <string-name>
            <surname>Luis</surname>
            <given-names>M</given-names>
          </string-name>
          and
          <article-title>Bollen, Johan and Menczer, Filippo and Flammini, Alessandro: Computational fact checking from knowledge networks</article-title>
          .
          <source>PloS one</source>
          ,
          <volume>10</volume>
          (
          <issue>6</issue>
          ), p.
          <source>e0128193</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Franco</surname>
            ,
            <given-names>L</given-names>
          </string-name>
          <string-name>
            <surname>Alberto</surname>
          </string-name>
          .
          <article-title>: Forms of conversation and problem structuring methods: a conceptual development</article-title>
          .
          <source>Journal of the operational research society 57(7)</source>
          , pp.
          <volume>813</volume>
          {
          <issue>821</issue>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Gencheva</surname>
          </string-name>
          ,
          <article-title>Pepa and Nakov, Preslav and Marquez, Llu s and Barron-Ceden~o, Alberto and Koychev, Ivan: A context-aware approach for detecting worth-checking claims in political debates</article-title>
          .
          <source>In Proc. of RANLP</source>
          <year>2017</year>
          , pp.
          <volume>267</volume>
          {
          <fpage>276</fpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hansen</surname>
            , Casper and Hansen, Christian and Simonsen,
            <given-names>J</given-names>
          </string-name>
          and Lioma, Christina.:
          <article-title>The Copenhagen team participation in the check-worthiness task of the competition of automatic identi cation and veri cation of claims in political debates of the CLEF2018 fact checking lab</article-title>
          .
          <source>In Proc. of CLEF-CEUR</source>
          <year>2018</year>
          , pp.
          <volume>171</volume>
          {
          <fpage>175</fpage>
          . (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Hassan</surname>
          </string-name>
          ,
          <article-title>Naeemul and Zhang, Gensheng and Arslan, Fatma and Caraballo, Josue and Jimenez, Damian and Gawsane, Siddhant and Hasan, Shohedul and Joseph, Minumol and Kulkarni, Aaditya and Nayak, Anil Kumar and other: Claimbuster: The rst-ever end-to-end fact-checking system</article-title>
          .
          <source>VLDB Endowment</source>
          <volume>10</volume>
          (
          <issue>12</issue>
          ), pp.
          <year>1945</year>
          {
          <year>1948</year>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Joachim</given-names>
            <surname>Daiber</surname>
          </string-name>
          and
          <article-title>Max Jakob and Chris Hokamp and Pablo N. Mendes: Improving E ciency and Accuracy in Multilingual Entity Extraction</article-title>
          .
          <source>In Proc. of ISEMANTICS 2013</source>
          . pp.
          <fpage>121</fpage>
          -
          <lpage>124</lpage>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Jaradat</surname>
          </string-name>
          ,
          <article-title>Israa and Gencheva, Pepa and Barron-Ceden~o, Alberto and Marquez, Llu s and Nakov, Preslav: Claimrank: Detecting check-worthy claims in arabic and english</article-title>
          . arXiv preprint arXiv:
          <year>1804</year>
          .
          <volume>07587</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Kenton and He, Luheng and Zettlemoyer, Luke: Higher-order coreference resolution with coarse-to- ne inference</article-title>
          .
          <source>arXiv preprint arXiv:1804</source>
          .
          <fpage>05392</fpage>
          . (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Patwari</surname>
          </string-name>
          , Ayush and Goldwasser, Dan and Bagchi, Saurabh: TATHYA:
          <article-title>A multiclassi er system for detecting check-worthy statements in political debates</article-title>
          .
          <source>In Proc. of CIKM</source>
          <year>2017</year>
          , pp.
          <volume>2259</volume>
          {
          <fpage>2262</fpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Witten</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ian</surname>
            <given-names>H</given-names>
          </string-name>
          and
          <string-name>
            <surname>Milne</surname>
            ,
            <given-names>David :</given-names>
          </string-name>
          <article-title>An e ective, low-cost measure of semantic relatedness obtained from Wikipedia links</article-title>
          .
          <source>In Proc. of WAI workshop at AAAI</source>
          <year>2008</year>
          , pp.
          <volume>25</volume>
          {
          <issue>30</issue>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Zhu</surname>
          </string-name>
          , Ganggao and Iglesias, Carlos Angel:
          <article-title>Computing semantic similarity of concepts in knowledge graphs</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          <volume>29</volume>
          (
          <issue>1</issue>
          ), pp.
          <volume>72</volume>
          {
          <issue>85</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Zhu</surname>
            , Ganggao and
            <given-names>Iglesias</given-names>
          </string-name>
          <string-name>
            <surname>Fernandez</surname>
          </string-name>
          , Carlos Angel:
          <article-title>Sematch: semantic entity search from knowledge graph</article-title>
          .
          <source>Telecomunicacion</source>
          , pp.
          <volume>1</volume>
          {
          <issue>12</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Zuo</surname>
          </string-name>
          ,
          <article-title>Chaoyuan and Karakas, Ayla Ida and Banerjee, Ritwik: A hybrid recognition system for check-worthy claims using heuristics and supervised learning</article-title>
          .
          <source>In Proc. of CLEF-CEUR</source>
          <year>2018</year>
          , pp.
          <volume>171</volume>
          {
          <fpage>175</fpage>
          . (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>