Linking, Searching, and Visualizing Entities in Wikipedia

From Wikipedia Quality
Revision as of 10:19, 2 July 2019 by Hannah (talk | contribs) (Basic information on Linking, Searching, and Visualizing Entities in Wikipedia)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Linking, Searching, and Visualizing Entities in Wikipedia - scientific work related to Wikipedia quality published in 2018, written by Marcus Klang and Pierre Nugues.

Overview

In this paper, authors describe a new system to extract, index, search, and visualize entities in Wikipedia. To carry out the entity extraction, authors designed a high-performance, multilingual, entity linker and authors used a document model to store the resulting linguistic annotations. The entity linker, HEDWIG, extracts the mentions from text usinga string matching Engine and links them toentities with a combination of statistical rules and PageRank. The document model, Docforia (Klang and Nugues, 2017), consists of layers, where each layer is a sequence of ranges describing a specific annotation, here the entities. Authors evaluated HEDWIG with the TAC 2016 data and protocol (Ji and Nothman, 2016) and authors reached the CEAFm scores of 70.0 on English, on 64.4 on Chinese, and 66.5 on Spanish. Authors applied the entity linker to the whole collection of English and Swedish articles of Wikipedia and authors used Lucene to index the layers and a search module to interactively retrieve all the concordances of an entity in Wikipedia. The user can select and visualize the concordances in the articles or paragraphs. Contrary to classic text indexing, this system does not use strings to identify the entities but unique identifiers from Wikidata (Less)