<!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 Entity Linking</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Renato Sto alette Jo~ao</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>L3S Research Center, Leibniz University of Hannover, Appelstra e 9A, Hannover</institution>
          ,
          <addr-line>30167</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Entity Linking is the task of automatically identifying entity mentions in a piece of text and linking them to their corresponding entries in a reference knowledge base like Wikipedia. Although there is a plethora of works on entity linking, existing state-of-the-art approaches do not explicitly consider the time aspect and speci cally the temporality of an entity's prior probability (popularity) and embedding (semantic network). Consequently, they show limited performance in annotating old documents like news or web archives, while the problem is bigger in cases of short texts with limited context, such as archives of social media posts and query logs. This thesis focuses on this problem and proposes a modeling that leverages time-aware prior probabilities and word embeddings in the entity linking task.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>One way to enhance machine understandability of natural language documents
is by adding semantics to documents. The Linked Open Data and Semantic
Web communities have played a major role and gained a lot of attention over
the past years. Researchers have produced a great deal of methods for
publishing structured data on the web and interlinking related concepts coming
from di erent sources. A diverse number of applications can bene t from these
initiatives, for example, query expansion and auto completion, knowledge base
population, ranking results from search engines, among others.</p>
      <p>
        This thesis focuses on the entity linking problem [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], which basically
consists in automating the process of entities extraction from natural language
documents and linking them to the correct concepts in a reference knowledge
base, for instance Wikipedia [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], YAGO [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and DBPedia [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Although
there is a plethora of works trying to solve this problem, existing
state-of-the-art approaches do not explicitly consider the time aspect in their
modeling and thus work well mainly when dealing with documents published
close to the model creation and training times. Nevertheless, the increasing
number of digital archives worldwide, including news, web, and social media
archives, and the need for their e ective analysis and exploration, requires the
use of e ective, time-aware entity annotations methods [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>Consider for example the text snippet \Ronaldo scored and Real Madrid
won". If this text belongs to an article from 2017, the mention Ronaldo
probably refers to the portuguese soccer player Cristiano Ronaldo. However, if
the document is dated from 2002, then it probably refers to the brazilian
soccer player Ronaldo Lu s Nazario de Lima. For handling such cases, existing
entity linking approaches should be trained again using data and knowledge
from older versions of the reference knowledge base(s), which can be very
laborious and also infeasible since such training information is probably neither
su cient nor available (especially for older time periods). The problem is even
bigger when trying to annotate short texts with limited context, like old social
media posts or query logs. For example, the query \Germany Brazil"
submitted in July 2014 probably refers to the football match of the 2014 FIFA
World Cup, and thus the mentions should be linked to the football teams, not
the countries.</p>
      <p>
        An entity's prior probability (i.e its popularity) is an important component
in most entity linking approaches and is considered a strong indicator (as well
as a baseline) to select the correct entity for a given mention [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In addition, the
context of an entity (i.e its semantic network) is another important characteristic
that is exploited by state-of-the-art entity linking approaches [
        <xref ref-type="bibr" rid="ref11 ref17">17, 11</xref>
        ]. In this
thesis, we consider that both the prior probability of an entity and the context
of an entity mention are temporal in nature, and thereby the time aspect should
be explicitly considered in entity linking. Towards this objective, we introduce
and formulate the problem of \Time-Aware Entity Linking". Given a document
and a time period (e.g., publication date or an estimation of publication date),
our approach links entities in the document to a contemporary knowledge base
(Wikipedia) by considering time-aware prior probabilities and word embeddings.
      </p>
      <p>Below, we motivate the problem, discuss related works, pose the main
research questions and hypotheses, and describe the methodology that we
follow as well as our evaluation plan.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Motivation</title>
      <p>
        Easy access to historical Web information becomes more and more important
as signi cant parts of our cultural heritage are produced and consumed online.
National and international initiatives have recognized this need and started to
collect and preserve parts of the Web. The most prominent one being the Internet
Archive1, has collected more than 2.5 Petabyte of Web content since 1996. In
the same direction, e orts have emerged to collect and preserve social media
archives, like the Twitter Archive at the Library of Congress [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
      </p>
      <p>
        Despite the increasing number of web archives worldwide, the absence of
e cient and meaningful exploration methods still remains a major hurdle in the
way of turning them into usable and useful information sources [
        <xref ref-type="bibr" rid="ref2 ref4">2, 4</xref>
        ].
      </p>
      <p>
        Entity linking can play an important role in assisting to add semantics to
archived documents, which in turn will enable their e ective analysis and
exploration [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. However, from our experience in trying to annotate a variety of
historical documents in the context of the Alexandria project2 (like news
1 https://archive.org/
2 ERC Advanced Grant, Nr. 339233, http://alexandria-project.eu/
articles, web pages, query logs, social media posts), existing state-of-the-art
entity linking approaches show limited performance, producing a reasonable
number of false annotations due to their time-agnostic approach. We believe
that making entity linking time-aware can increase the quality of annotations,
especially for the case of historical Web content.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Related work</title>
      <p>Entity linking requires a knowledge base containing the entities to which entity
mentions can be linked. In the open domain text, one popular approach is to
construct a dictionary of entities from online encyclopedias such as Wikipedia
or from semantic networks such as DBPedia, Babelnet and YAGO.</p>
      <p>
        Bunescu et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] were the rst to propose a solution for the entity linking
problem using Wikipedia, but only in the work done by Mihalcea and
Csomai [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] the term Wiki cation was formally introduced. Wiki cation,
sometimes also called Disambiguation to Wikipedia (D2W), consists basically
in extracting the most important concepts in a document and identifying for
each of these concepts an appropriate link to a Wikipedia article.
      </p>
      <p>
        Both works are considered local approaches, because only one mention is
disambiguated at a time and the methods are focused on well written
documents. The main drawback of disambiguating one mention at a time is the
fact that there is no assumption of relatedness among the entities. Thus, in
order to overcome such limitation, Cucerzan [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] introduced a global approach
in which the disambiguation process is performed for all the mentions at the
same time. In his work, he recognizes coherence and a general interdependence
(i.e a semantic relation) among mentions in the same document.
      </p>
      <p>
        Milne and Witten [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] proposed a machine learning approach that combined
an entity's prior probability with its relatedness to the surrounding context, but
their approach relied strongly on the unambiguous mentions to create context
and disambiguate the ambiguous ones, and hence it was not very e cient on
fragments of texts that did not have at least one single unambiguous mention.
      </p>
      <p>
        Other authors have tried to solve entity linking problems using di erent
techniques and also link to entities derived from other knowledge bases or
semantic networks. DBPedia Spotlight [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] for example, links entities to
DBPedia by basically calculating cosine similarity between the context of the
entity mention and the context of each candidate entity using the
Bag-of-Words approach. Yet, more robust approaches such as AIDA [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] which
links entities to YAGO and Wikipedia, Babelfy [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] which links entities to
Babelnet or even Tagme [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and WAT [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] which link only entities in
Wikipedia, employ graph based algorithms and try to nd densest sub graphs
as a solution, but nding densest sub graph is computationally NP-hard,
therefore each one adopts a di erent heuristic to nd an approximation
algorithm and solve the entity ambiguity.
      </p>
      <p>
        More recent approaches, such as the ones proposed by Blanco et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], Pappu
et al. [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and Moreno et al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] employ neural network models, and the reason
for their success is due to the lower computational complexity of neural models
and the possibility to calculate very accurate high dimensional word vectors.
      </p>
      <p>
        Despite the number of contributions and the variety of techniques applied
to solve entity linking problems, none of the previous works have incorporated
the time aspect. The work which is more related to our objectives is the one
proposed by Fang and Chang [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] in which spatiotemporal signals are modeled
for solving the entity ambiguity in microblogs.
      </p>
      <p>Our preliminary results validate our hypothesis that entities are temporal in
nature, and thus we believe that the time aspect should be taken into account
in the entity linking task.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Research question(s)</title>
      <p>This thesis aims at addressing the following research question:
{ (Q1) Can we improve entity linking on archived content by considering the
time aspect as well as characteristics of the underlying corpus?
Besides, we also focus on the following two sub-questions:
{ (Q2) How can we evaluate such entity linking approaches?
{ (Q3) How can we e ciently annotate large collections of documents?</p>
      <p>Addressing the main research question (Q1) allows someone to provide
highquality annotations for a variety of archived content, like documents in web or
news archives, social media posts, query logs, etc. Since existing benchmarks
and ground truths do not consider the time aspect, Q2 focuses on providing the
means to evaluate the e ectiveness of time-aware entity linking approaches and
compare it with baseline and time-agnostic approaches. Finally, since web and
social media archives are usually huge in size, Q3 aims at providing e cient and
scalable approaches.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Hypotheses</title>
      <p>Our main research question (Q1) is based on the following two hypotheses:
{ (H1) The prior probability of an entity is temporal in nature.</p>
      <p>{ (H2) The context of an entity mention is temporal in nature.</p>
      <p>In simple terms, H1 considers that the popularity of an ambiguous in our
case entity changes over time, while H2 considers that the semantic network
(strongly connected words) of an ambiguous entity mention also changes over
time. Consider for instance the example in Section 1. The brazilian soccer player
Ronaldo was very popular in 2002, while the portuguese player Cristiano Ronaldo
is very popular nowadays but not in 2002. For the same reason, the context of
the word \ronaldo" has changed over time. In 2002, \ronaldo" was probably
co-occurring with words like \brazil", \inter" and \zidane", while nowadays it
co-occurs with \madrid", \portugal", \messi", etc.</p>
      <p>
        Both hypotheses have been partially validated by Fang and Chang [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and
Hamilton et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The former have shown that entities' prior probabilities
often change across time and domains, while the latter have studied words
semantic evolution and shown that frequent words change more slowly while
polysemous words change more quickly. Moreover, Zhang et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] have
demonstrated that entity recommendations for keyword queries change over
time, while Tran et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] noticed that entity relatedness is both time and
context dependent. These works con rm our assumption that entities are
dynamic in nature.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Approach</title>
      <p>The main idea behind our approach is the use of time and corpus-dependent
word embeddings.
6.1</p>
      <sec id="sec-6-1">
        <title>Modeling and Problem De nition</title>
        <p>Let D be a corpus of documents, for example a set of news articles, covering
the time period TD = [ s; e] (where s; e are two di erent time points with
s &lt; e). Consider also a contemporary reference knowledge base K, for instance
Wikipedia, containing information for a set of entities E. Given a piece of text s
extracted from a document d 2 D published during the time period Td TD, the
output of the \time-aware entity linking" task is a set of mappings (m; e) where
m is a word or phrase from s, and e 2 E is an entity from K that determines
the identity of m based on both the context of m (s, d, and D) and the time
period Td.</p>
        <p>For example, given i) the sentence \Ronaldo scored and Real Madrid won"
extracted from a 2002 article of a news archive, and ii) Wikipedia as the reference
knowledge base, a correct mapping is the following: (Ronaldo, https://en.
wikipedia.org/wiki/Ronaldo_(Brazilian_footballer)).
6.2</p>
      </sec>
      <sec id="sec-6-2">
        <title>Approach Overview</title>
        <p>The main components in the proposed method are depicted in Figure 1 and
further described below.</p>
        <p>Candidate Entity Generation and Mention Context Representation. For an
input document d, we rst generate a list of pairs (m; Em) where each mention
m has a list of candidate entities Em 2 E. For this we exploit the anchor texts
from Wikipedia articles and we create a dictionary of mentions and entities.
Thus, for every mention m we select as candidate entities those that appear as
link destinations for m. Each mention has also a context representation that
considers its surrounding text and mentions. For this we intend to investigate
other variations, such as combining topical coherence or exploring di erent
windows sizes.</p>
        <p>Time dependent Entity Priors. We compute time-dependent entity prior
probabilities for all entities in E by exploiting di erent Wikipedia editions.
There are two major challenges in this step. The rst one is how to deal with
long-tail entities for which limited or no content exists in old Wikipedia
versions. The second one is how to deal with older time periods for which there
is no Wikipedia version.</p>
        <p>
          Time and Corpus dependent Mention Embeddings. We create di erent mention
embedding models for di erent time periods (e.g., month-wise and year-wise)
by exploiting the documents in D. For this, we use the word2vec algorithm
proposed by Mikolov et al. [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] and also adopt standard techniques from vector
quantization and signal compression methods to quantize the entries of the
word vectors and encode the quantization results [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. This enables storage and
retrieval in a space and time e cient way.
        </p>
        <p>Entity Static Representation. An entity e 2 E has a static and up-to-date
(independent of Td) representation, built by exploiting encyclopedic-like text
describing information about e (i.e its Wikipedia page). A challenging issue
here is how to represent long-tail entities for which limited information is
provided.
7</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Evaluation plan</title>
      <p>Existing gold standard data sets used for entity linking methods assessment do
not take into account the time dimension, making it di cult to compare between
our proposed approach and time-agnostic methods. Therefore we need to create
new ground truth data sets for a variety of archived corpora, including news
and web archives, social media archives and query logs. Currently we are in
the process of annotating news documents extracted from the New York Times
corpus with AIDA, Babelfy and Tagme. Our next steps include analyzing their
overall agreement and crowd source corrections of eventual mistakes. We plan
to evaluate the e ectiveness of our approach for both old and new documents
and within several time granularities.</p>
      <p>
        We also intend to conduct experiments and comparisons with entity linking
approaches integrated into the Gerbil framework [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] as it already o ers a
webbased platform for comparison of tools using multiple data sets and uniform
measuring approaches.
8
      </p>
    </sec>
    <sec id="sec-8">
      <title>Preliminary results and Re ections</title>
      <p>Since the computation of prior probabilities is typically done over knowledge
bases such as Wikipedia, we con rmed H1 by analyzing Wikipedia editions in
two di erent time periods (2006 and 2016). For each edition, we collected all
links in Wikipedia articles and created a reference knowledge base of mentions
and their referring entities. The probability that a mention m links to the entity
e is given by the number of times m links to e over the number of times that m
occurs in the whole corpus.</p>
      <p>Initially we were only concerned with the top ranked candidate entity for
each one of the 31,123 mentions that commonly occurred in between the two
Wikipedia editions. When considering both ambiguous and unambiguous
mentions, in 9.44% of the cases the mention changed its top ranked candidate
entity, whilst when removing the unambiguous mentions this number increased
to 15.36%. This is mainly due to the fact that most of the unambiguous
mentions kept the same entity mappings.</p>
      <p>Moreover, we examined the changes in the top-5 ranked positions of the
candidate entities. For that we computed the entities rank correlation by treating
an element i which appears in list L1 and not in L2, at position jL2j + 1. We
computed the rank correlation for 18,727 mentions, since this is the number of
mentions that are ambiguous and appear both in the 2006 and 2016 Wikipedia
corpus. We noticed that in 71.98% of the cases the rank correlation values were
greater than 0.5, which tells us there is some signi cant number of changes in
the candidate entities' rank positions. Table 1 shows an example of a mention
and its top-5 candidate entities for di erent Wikipedia editions.</p>
      <p>
        In Zhang et. al [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] the authors created a dataset with 22 queries to enable
evaluations for time-aware entity recommendation. We used this dataset to
perform some preliminary evaluations of our approach. We created month-wise
word embeddings using the provided news corpus which spans over 7 months
and contains about 7 million articles. We evaluated a total of 26 ambiguous
mentions (with &gt; 1 candidates) without considering context information (for
queries such as \Tour de France Nibali" we counted two ambiguous mentions,
being \Tour de France" and \Nibali"). For each mention, we collected its
candidate entities and evaluated if our approach could identify the correct
Wikipedia entity in a reference knowledge base created from a 2017 Wikipedia
edition. Our approach reaches a promising accurary of about 73% on only
ambiguous mentions (19/26 cases of correct entity linking).
      </p>
    </sec>
    <sec id="sec-9">
      <title>Conclusion</title>
      <p>This thesis introduces and formalizes the problem of time-aware entity linking
which can be particularly useful for annotating archived collections of
documents, such as news or web archives. We validated our hypothesis that the
prior probability of an entity is temporal in nature and we presented an entity
linking modeling that incorporates time-aware entity priors and word
embeddings. In the future, we intend to extensively evaluate variations of our
model for di erent archived corpora and time periods, using ground truth data
sets created speci cally for time-aware entity linking.</p>
    </sec>
    <sec id="sec-10">
      <title>Acknowledgments</title>
      <p>I am thankful to my advisors Dr. Pavlos Fafalios and Prof. Dr. Wolfgang Nejdl
who provided expertise and helped me structuring this work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Blanco</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ottaviano</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meij</surname>
          </string-name>
          , E.:
          <article-title>Fast and space-e cient entity linking for queries</article-title>
          .
          <source>In: Proceedings of the Eighth ACM International Conference on Web Search and Data Mining</source>
          . pp.
          <volume>179</volume>
          {
          <fpage>188</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bruns</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weller</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Twitter as a rst draft of the present: and the challenges of preserving it for the future</article-title>
          .
          <source>In: Proceedings of the 8th ACM Conference on Web Science. ACM</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bunescu</surname>
            ,
            <given-names>R.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasca</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Using encyclopedic knowledge for named entity disambiguation</article-title>
          .
          <source>In: Eacl</source>
          . vol.
          <volume>6</volume>
          , pp.
          <volume>9</volume>
          {
          <issue>16</issue>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Calhoun</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Exploring digital libraries: foundations, practice, prospects</article-title>
          . Facet
          <string-name>
            <surname>Publishing</surname>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Cucerzan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Large-scale named entity disambiguation based on wikipedia data</article-title>
          .
          <source>In: EMNLP-CoNLL</source>
          <year>2007</year>
          ,
          <source>Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning</source>
          , June 28-30,
          <year>2007</year>
          , Prague, Czech Republic. pp.
          <volume>708</volume>
          {
          <issue>716</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Fader</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soderland</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Etzioni</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Scaling wikipedia-based named entity disambiguation to arbitrary web text</article-title>
          .
          <source>In: IN PROC. OF WIKIAI</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Fafalios</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holzmann</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasturia</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nejdl</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Building and Querying Semantic Layers for Web Archives</article-title>
          .
          <source>In: ACM/IEEE-CS Joint Conference on Digital Libraries (JCDL'17)</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ferragina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scaiella</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Tagme: on-the- y annotation of short text fragments (by wikipedia entities)</article-title>
          .
          <source>In: Proceedings of the 19th ACM international conference on Information and knowledge management</source>
          . pp.
          <volume>1625</volume>
          {
          <fpage>1628</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Hamilton</surname>
            ,
            <given-names>W.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leskovec</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jurafsky</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Diachronic word embeddings reveal statistical laws of semantic change</article-title>
          .
          <source>arXiv preprint arXiv:1605.09096</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Ho</surname>
            <given-names>art</given-names>
          </string-name>
          , J.,
          <string-name>
            <surname>Yosef</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bordino</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , Furstenau, H.,
          <string-name>
            <surname>Pinkal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spaniol</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taneva</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thater</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
          </string-name>
          , G.:
          <article-title>Robust disambiguation of named entities in text</article-title>
          .
          <source>In: Proceedings of the Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <volume>782</volume>
          {
          <fpage>792</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mendes</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jakob</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia-Silva</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Dbpedia spotlight: Shedding light on the web of documents</article-title>
          .
          <source>In: Proceedings of the 7th International Conference on Semantic Systems (I-Semantics)</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Csomai</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Wikify!: linking documents to encyclopedic knowledge</article-title>
          .
          <source>In: Proceedings of the sixteenth ACM conference on Conference on information and knowledge management</source>
          . pp.
          <volume>233</volume>
          {
          <fpage>242</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <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="ref15">
        <mixed-citation>
          15.
          <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>Learning to link with wikipedia</article-title>
          .
          <source>In: Proceedings of the 17th ACM conference on Information and knowledge management</source>
          .
          <source>ACM</source>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Besancon</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beaumont</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dhondt</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ligozat</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosset</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tannier</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Combining word and entity embeddings for entity linking</article-title>
          .
          <source>In: European Semantic Web Conference</source>
          . pp.
          <volume>337</volume>
          {
          <fpage>352</fpage>
          . Springer (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Moro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raganato</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Navigli</surname>
          </string-name>
          , R.:
          <article-title>Entity linking meets word sense disambiguation: a uni ed approach</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          <volume>2</volume>
          ,
          <issue>231</issue>
          {
          <fpage>244</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Pappu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blanco</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehdad</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stent</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thadani</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Lightweight multilingual entity extraction and linking</article-title>
          .
          <source>In: Proceedings of the Tenth ACM International Conference on Web Search and Data Mining</source>
          . pp.
          <volume>365</volume>
          {
          <fpage>374</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Piccinno</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferragina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>From tagme to wat: a new entity annotator</article-title>
          .
          <source>In: Proceedings of the rst international workshop on Entity recognition &amp; disambiguation</source>
          . pp.
          <volume>55</volume>
          {
          <fpage>62</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <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="ref21">
        <mixed-citation>
          21.
          <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="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Usbeck</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Roder,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Ngonga</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.C.</given-names>
            ,
            <surname>Baron</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Both</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , Brummer,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Ceccarelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Cornolti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Cherix</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Eickmann</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          , et al.: Gerbil:
          <article-title>general entity annotator benchmarking framework</article-title>
          .
          <source>In: Proceedings of the 24th International Conference on World Wide Web</source>
          . pp.
          <volume>1133</volume>
          {
          <fpage>1143</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <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>
          .
          <source>In: International Semantic Web Conference</source>
          . pp.
          <volume>598</volume>
          {
          <fpage>614</fpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Zimmer</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The twitter archive at the library of congress: Challenges for information practice and information policy</article-title>
          .
          <source>First Monday</source>
          <volume>20</volume>
          (
          <issue>7</issue>
          ) (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>