English

Entity-Linking via Graph-Distance Minimization

Data Structures and Algorithms 2014-07-31 v1 Information Retrieval

Abstract

Entity-linking is a natural-language-processing task that consists in identifying the entities mentioned in a piece of text, linking each to an appropriate item in some knowledge base; when the knowledge base is Wikipedia, the problem comes to be known as wikification (in this case, items are wikipedia articles). One instance of entity-linking can be formalized as an optimization problem on the underlying concept graph, where the quantity to be optimized is the average distance between chosen items. Inspired by this application, we define a new graph problem which is a natural variant of the Maximum Capacity Representative Set. We prove that our problem is NP-hard for general graphs; nonetheless, under some restrictive assumptions, it turns out to be solvable in linear time. For the general case, we propose two heuristics: one tries to enforce the above assumptions and another one is based on the notion of hitting distance; we show experimentally how these approaches perform with respect to some baselines on a real-world dataset.

Keywords

Cite

@article{arxiv.1407.7930,
  title  = {Entity-Linking via Graph-Distance Minimization},
  author = {Roi Blanco and Paolo Boldi and Andrea Marino},
  journal= {arXiv preprint arXiv:1407.7930},
  year   = {2014}
}

Comments

In Proceedings GRAPHITE 2014, arXiv:1407.7671. The second and third authors were supported by the EU-FET grant NADINE (GA 288956)

R2 v1 2026-06-22T05:16:19.946Z