entity-linking

How to perform entity linking to local knowledge graph?

倾然丶 夕夏残阳落幕 提交于 2021-02-04 16:22:36
问题 I'm building my own knowledge base from scratch, using articles online. I am trying to map the entities from my scraped SPO triples (the Subject and potentially the Object) to my own record of entities which consist of listed companies which I scraped from some other website. I've researched most of the libraries, and the method are focused on mapping entities to big knowledge bases like Wikipedia, YAGO, etc., but I'm not really sure how to apply those techniques to my own knowledge base.

Training times for Spacy Entity Linking model

纵饮孤独 提交于 2020-03-18 05:58:29
问题 I'm trying to train a Spacy Entity Linking model using Wikidata and Wikipedia, using the scripts in https://github.com/explosion/spaCy/tree/master/bin/wiki_entity_linking. I've generated the KB and moved to training the model, but that is not done yet after more than a week. How long should that take normally? (I'm not using a GPU) Alternatively, is there a pretrained Wikidata entity linking model I can use? Thanks 回答1: As of October 2019, Spacy does not yet provide a pre-trained model. They