<!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>Time-Aware and Corpus-Speci c Entity Relatedness</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nilamadhaba Mohapatra</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vasileios Iosi dis</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Asif Ekbal</string-name>
          <email>asifg@iitp.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefan Dietze</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pavlos Fafalios</string-name>
          <email>fafaliosg@L3S.de</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Institute of Technology</institution>
          ,
          <addr-line>Patna</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>L3S Research Center, University of Hannover</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Entity relatedness has emerged as an important feature in a plethora of applications such as information retrieval, entity recommendation and entity linking. Given an entity, for instance a person or an organization, entity relatedness measures can be exploited for generating a list of highly-related entities. However, the relation of an entity to some other entity depends on several factors, with time and context being two of the most important ones (where, in our case, context is determined by a particular corpus). For example, the entities related to the International Monetary Fund are di erent now compared to some years ago, while these entities also may highly di er in the context of a USA news portal compared to a Greek news portal. In this paper, we propose a simple but exible model for entity relatedness which considers time and entity aware word embeddings by exploiting the underlying corpus. The proposed model does not require external knowledge and is language independent, which makes it widely useful in a variety of applications.</p>
      </abstract>
      <kwd-group>
        <kwd>Entity Relatedness</kwd>
        <kwd>Word2Vec</kwd>
        <kwd>Entity Embeddings</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Entity relatedness is the task of determining the degree of relatedness between
two entities. Measures for entity relatedness facilitate a wide variety of
applications such as information retrieval, entity recommendation and entity linking.
Traditional approaches consider the structural similarity in a given graph and
lexical features [5, 6, 10{12, 15], or make use of Wikipedia-based entity
distributions and embeddings [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ].
      </p>
      <p>
        Recent works on related topics have supported the hypothesis that the
context of entities is temporal in nature. Speci cally, [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] has shown that prior
probabilities often change across time, while [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] showed that the e ectiveness of entity
recommendations for keyword queries is a ected by the time dimension. In
addition, [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] introduced the notion of contextual entity relatedness and showed that
entity relatedness is both time and context dependent. In that work, context
refers to topic (aspect), i.e., the goal is to nd the most related entities given
an entity and an aspect (e.g., relationship or career are two di erent aspects for
a person). Finally, [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] showed that exploiting di erent temporal versions of a
knowledge base, each re ecting a di erent time period, can improve the accuracy
of entity relatedness.
      </p>
      <p>On the other hand, entity relatedness is also strongly dependent on the corpus
context at hand. For instance, given a search application operating over a
collection of German news articles from summer 2014 and the query entity 2014 FIFA
World Cup (https://en.wikipedia.org/wiki/2014_FIFA_World_Cup), a list
of related entities should include Germany national football team, Argentina
national football team, Mario Gotze, and Brazil. However, considering a collection
of Greek articles of the same time period, the top related entities might include
Greece national football team, Costa Rica national football team, and Sokratis
Papastathopoulos (entities that are not important or popular in German news).</p>
      <p>
        To this end, our work considers entity relatedness as a measure which is
strongly dependent on both the time aspect and the corpus of the underlying
application. Contrary to existing approaches that train embeddings on
generalpurpose corpora, in particular Wikipedia [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ], we compute entity relatedness
given a speci c collection of documents that spans a particular time period. Our
approach exploits entities extracted from the underlying corpus for building
time and entity aware word embeddings. The evaluation results show that the
proposed model outperforms similar time and entity agnostic models.
      </p>
      <p>The remainder of this paper is organized as follows: Section 2 de nes the
problem of time-aware and corpus speci c entity relatedness, Section 3 details
the proposed method, Section 4 presents evaluation results, and nally Section
5 concludes the paper and discusses interesting directions for future research.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Problem De nition</title>
      <p>
        Let D be a corpus of documents, e.g., a collection of news articles, covering the
time period TD = [ s; e] (where s; e are two di erent time points with s &lt; e).
For a document d 2 D, let Ed denote all entities mentioned in d extracted using
an entity linking method [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], where each entity is associated with a unique URI
in a knowledge base like Wikipedia. This list of extracted entities may include
persons, locations, etc., but also events (e.g., US 2016 presidential election) and
more abstract concepts such as democracy or abortion. Finally, let ED denote
all entities mentioned in documents of D.
      </p>
      <p>
        Consider now a collection of documents D covering a time period TD and
a set of entities ED extracted from and prevalent in D. Given i) one or more
query entities Eq and ii) a time period of interest Tq TD, the task
\timeaware and corpus-speci c entity relatedness" focuses on nding a top-k list of
entities Ek ED related to the query entities Eq in terms of both Tq and D. We
model this task as a ranking problem, where we rst generate a list of candidate
entities Ec ED and then rank this list of entities based on their relevance to
the query entities. For generating the list of candidate entities, one can follow
an approach similar to [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] which exploits Wikipedia links, DBpedia and entity
co-occurrences in the annotated corpus, or consider the connectedness of the
query entity with other entities in Social Media [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Approach</title>
      <p>
        Word embeddings provide a distributed representation of words in the semantic
space. We generate word vectors following the distributional models proposed
in [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ] and the well-known Word2Vec tool.
3.1
      </p>
      <sec id="sec-3-1">
        <title>Time-Aware Word Vector Similarity</title>
        <p>We group all documents in D into time-speci c subsets C = (C1; : : : ; Cn) based
on a xed time granularity (e.g., week, month, or year). We then preprocess
the documents of each subset Ci 2 C and train a Word2Vec Continuous Bag
of Words (CBOW) model. Each model generates a matrix keys dimension(d)
where keys represents a word from the corpus Ci for which a d-dimensional
vector exists in the trained model.</p>
        <p>To nd the relatedness score between a query entity eq 2 Eq and a candidate
entity ec 2 Ec, we compute the cosine similarity of their word vectors in the
corresponding trained model for the input time period Tq. In our experiments,
for nding the words that represent a query or candidate entity, we use the last
part of the entity's Wikipedia URI by rst replacing the underscore character
with the space character and removing any text in parentheses. Based on the
underlying knowledge base, one could use here other approaches, e.g., exploit
the entity's label in DBpedia. For multi-word entities, we compute the average
vector of the constituent words, while for inputs consisting of more than one
entity, we compute the average of all entity vectors.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Considering the Entity Annotations</title>
        <p>
          There are two limitations in dealing with the embedding vectors obtained in
the previous model: (i) for multi-word entities the average of the word vectors
of the constituent tokens is computed, i.e., n-grams are ignored (consider for
example the entity United Nations), and (ii) the same entity mention (surface
form) may refer to di erent entities (e.g., Kobe may refer to the basketball player
Kobe Bryant or the Japanese city ). To cope with these problems, we exploit the
entity annotations ED. Recall that each extracted entity is associated with a
unique URI in a knowledge base (e.g., Wikipedia or DBpedia). As also suggested
in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] for the case of phrases, we preprocess the documents and replace the entity
mentions with unique IDs. The modi ed text corpora are now used for training
the Word2Vec model, where the word vector for an entity is now calculated using
its unique ID.
        </p>
        <p>Now, the similarity score between a query entity eq 2 Eq and a candidate
entity ec 2 Ec is the cosine similarity of their word vectors using the
corresponding modi ed (with entity IDs) Word2Vec model for the input time period Tq.</p>
        <p>Formally:</p>
        <p>Sim(eq; ec; Tq) = cosine(wordvec(id(eq); Tq); wordvec(id(ec); Tq))
(1)
where id(e) is the ID of entity e, and wordvec(w; Tq) returns the word vector of
token w using the corresponding model for the input time period Tq.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Relaxing the Time Boundaries</title>
        <p>An important event related to the query entities may happened very close to
the boundaries of the time period of interest Tq. This means that two entities
might be highly related some time before or after Tq. To cope with this problem,
the similarity score can also consider the Word2Vec models for the time periods
before and after Tq. Let Tq 1 and Tq+1 be the time periods of granularity before
and after Tq, respectively. The similarity score between a query entity eq 2 Eq
and a candidate entity ec 2 Ec can now be de ned as follows:
Sim0(eq; ec; Tq) = Sim(eq; ec; Tq) w1 +Sim(eq; ec; Tq 1) w2 +Sim(eq; ec; Tq+1) w3 (2)
where w1, w2 and w3 are the weights of the models of Tq, Tq 1 and Tq+1,
respectively, with w1 + w2 + w3 = 1:0.</p>
        <p>This modi cation can increase the ranking of an important candidate entity
that co-occurs frequently with a query entity some time before or after Tq, but
at the same time can decrease the ranking of an entity co-occurring with a query
entity during Tq. Thus, we should avoid using a very small w1 value.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation Results</title>
      <p>
        Our objective is to evaluate the e ectiveness of the proposed approach and
compare it with similar but time and entity agnostic models. We use the dataset
and ground truth provided by [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] for the problem of time-aware entity
recommendation3. The dataset provides candidate entities and relevance judgments
for 22 keyword queries, where each query corresponds to a particular date range
(month). The dataset also provides a set of more than 8M news articles spanning
a period of 7 months (Jul'14-Jan'15), annotated with Wikipedia entities. For each
of the keyword queries, we manually speci ed the corresponding entities (since,
in our problem, the input is an unambiguous entity URI). For instance, for the
query Tour de France Nibali (with date range 07/2014), the query entities are:
Tour de France (https://en.wikipedia.org/wiki/Tour_de_France) and
Vincenzo Nibali (https://en.wikipedia.org/wiki/Vincenzo_Nibali). We also
remove the query entities from the set of candidate entities since these are the
input in our entity relatedness problem.
      </p>
      <p>
        We build 7 CBOW models using the proposed approach for each month from
Jul'14 to Jan'15 by considering only the articles in English and using the default
3 http://km.aifb.kit.edu/sites/ter/
Word2Vec setting: 300 dimensions, 5 words window size, 5 minimum word count
(as also used in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]). We also experimented with varied dimension (300, 400,
500, 600, 700) and context size (5, 8, 10) but the results were not signi cantly
improved. Then, we compare the e ectiveness of our approach on ranking the
candidate entities with two entity-agnostic baselines (using the same setting):
i) one that considers word embeddings computed from the entire collection of
documents (i.e., time-agnostic), and ii) one that considers month-wise word
embeddings (i.e., time-aware).4
      </p>
      <p>
        Table 1 shows the results of normalized Discounted Cumulative Gain (nDCG)
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] for di erent top-k lists, without considering time boundary relaxation (i.e.,
for w1 = 1:0). Regarding the two entity-agnostic baselines, we notice that the
time-aware modeling outperforms the time-agnostic one in all the cases. This
improvement is statistically signi cant for all values of k apart from k = 5 (paired
t-tests, a-level 5%). Regarding the proposed model (time and entity aware), the
evaluation results show that it outperforms the baselines in all the cases, while
the improvement is statistically signi cant for all values of k. This justi es that
this model solves the problem of ambiguity that occurs due to the variations of
di erent entity mentions.
      </p>
      <p>Table 2 shows the e ect of relaxing the time boundaries for di erent w1
values, where w2 = w3. In general we see that the e ect of relaxing the time
boundaries is very small in almost all cases. We notice that considering only the
query time period Tq provides the best results in all cases apart from k = 5
where w1 = 0:9 slightly performs better. Moreover, we notice that as the value
of w1 decreases (which means increased consideration of Tq 1 and Tq+1), the
e ectiveness of the model gets worse. This is an expected result since, for the
majority of the query entities in the dataset, the important event related to these
entities did not happen very close to the time boundaries.</p>
      <p>
        An example for which the relaxation of the time boundaries has a positive
impact on the ranking is for the entity 2014 FIFA World Cup. For w1 = 0:8,
nDCG@5 increases from 0.45 to 0.51. Notice that the time period of interest
for this entity is July 2014, however the tournament started on June 12, 2014.
Another example is the query entity Tim Cook (the CEO of Apple). For w1 = 0:8,
nDCG@5 increases from 0.58 to 0.62. Here the query time period is October 2014,
4 Note that our approach cannot be compared with [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] because this work addresses
the di erent problem of entity recommendation, where the input is a free-text query,
not an unambiguous entity URI like in our case.
however an important event related to Tim Cook happened at the end of the
month (he publicly announced that he is gay on October 29).
      </p>
      <p>We see that the relaxation of time boundaries can positively a ect entity
relatedness when: i) an important event related to the query entity happened
very close to the boundaries of the query time period, and ii) the query entity
actually corresponds to an event which spans a long time period. Detecting such
cases where time boundaries relaxation should be applied is beyond the scope
of this paper but an important direction for future work.
We have proposed a exible model for entity relatedness that considers
timedependent and entity-aware word embeddings by exploiting the corpus of the
underlying application. The results of a preliminary evaluation have shown that
the proposed approach signi cantly outperforms similar but time and
entityagnostic models.</p>
      <p>
        As regards future work, an interesting direction is to extend the proposed
method for supporting arbitrary time intervals, which may require joining the
results from many models of smaller granularity. However, for supporting very
short time periods (e.g., day), this may also require the creation of a large number
of Word2Vec models. Regarding the relaxation of time boundaries, there is a need
of methods that can identify the most reasonable time window to consider given
the query entity and time period (by detecting, for example, periods of increased
entity popularity [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]). Finally, we plan to extensively evaluate the e ectiveness
of our approach and compare it with state-of-the-art entity relatedness methods
using a variety of corpora of di erent contexts and time periods.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>The work was partially funded by the European Commission for the ERC
Advanced Grant ALEXANDRIA under grant No. 339233.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aggarwal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buitelaar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Wikipedia-based distributional semantics for entity relatedness</article-title>
          .
          <source>In: 2014 AAAI Fall Symposium Series</source>
          . vol.
          <volume>192</volume>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caputo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rossiello</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Semeraro</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Learning to rank entity relatedness through embedding-based features</article-title>
          .
          <source>In: International Conference on Applications of Natural Language to Information Systems</source>
          . pp.
          <volume>471</volume>
          {
          <fpage>477</fpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Fafalios</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iosi</surname>
            <given-names>dis</given-names>
          </string-name>
          , V.,
          <string-name>
            <surname>Stefanidis</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ntoutsi</surname>
          </string-name>
          , E.:
          <article-title>Multi-aspect Entity-centric Analysis of Big Social Media Archives</article-title>
          .
          <source>In: 21st International Conference on Theory and Practice of Digital Libraries (TPDL'17)</source>
          . Thessaloniki,
          <string-name>
            <surname>Greece</surname>
          </string-name>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          :
          <article-title>Entity linking on microblogs with spatial and temporal signals</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          <volume>2</volume>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Ho</surname>
            <given-names>art</given-names>
          </string-name>
          , J.,
          <string-name>
            <surname>Seufert</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>D.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Theobald</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
          </string-name>
          , G.:
          <article-title>Kore: keyphrase overlap relatedness for entity disambiguation</article-title>
          .
          <source>In: Proceedings of the 21st ACM international conference on Information and knowledge management</source>
          . pp.
          <volume>545</volume>
          {
          <fpage>554</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Hulpus</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prangnawarat</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Path-based semantic relatedness on linked data and its use to word and entity disambiguation</article-title>
          .
          <source>In: International Semantic Web Conference</source>
          . pp.
          <volume>442</volume>
          {
          <fpage>457</fpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Jarvelin,
          <string-name>
            <surname>K.</surname>
          </string-name>
          , Kekalainen, J.:
          <article-title>Cumulated gain-based evaluation of ir techniques</article-title>
          .
          <source>ACM Transactions on Information Systems (TOIS) 20(4)</source>
          ,
          <volume>422</volume>
          {
          <fpage>446</fpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>E cient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301.3781</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <volume>3111</volume>
          {
          <issue>3119</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Milne</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Witten</surname>
            ,
            <given-names>I.H.:</given-names>
          </string-name>
          <article-title>An e ective, low-cost measure of semantic relatedness obtained from wikipedia links</article-title>
          .
          <source>In: In Proceedings of AAAI</source>
          <year>2008</year>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Nunes</surname>
            ,
            <given-names>B.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dietze</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Casanova</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kawase</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fetahu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nejdl</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Combining a co-occurrence-based and a semantic measure for entity linking</article-title>
          .
          <source>In: Extended Semantic Web Conference</source>
          . pp.
          <volume>548</volume>
          {
          <fpage>562</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Ponza</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferragina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chakrabarti</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A two-stage framework for computing entity relatedness in wikipedia</article-title>
          .
          <source>In: Proceedings of the 2017 ACM on Conference on Information and Knowledge Management</source>
          . pp.
          <year>1867</year>
          {
          <year>1876</year>
          . ACM (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Prangnawarat</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Temporal evolution of entity relatedness using wikipedia and dbpedia</article-title>
          .
          <source>3rd Workshop on Managing the Evolution and Preservation of the Data Web</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J</given-names>
            ., Han, J
          </string-name>
          .:
          <article-title>Entity linking with a knowledge base: Issues, techniques, and solutions</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          <volume>27</volume>
          (
          <issue>2</issue>
          ),
          <volume>443</volume>
          {
          <fpage>460</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Strube</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponzetto</surname>
            ,
            <given-names>S.P.</given-names>
          </string-name>
          :
          <article-title>Wikirelate! computing semantic relatedness using wikipedia</article-title>
          .
          <source>In: AAAI</source>
          . vol.
          <volume>6</volume>
          , pp.
          <volume>1419</volume>
          {
          <issue>1424</issue>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>N.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Niederee</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Beyond time: Dynamic context-aware entity recommendation</article-title>
          .
          <source>In: European Semantic Web Conference</source>
          . Springer (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rettinger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , J.:
          <article-title>A probabilistic model for time-aware entity recommendation</article-title>
          . In: International Semantic Web Conference. Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>