Skip to content

Implementation of named entity disambiguation and linking with usage of SkNN algorithm

Notifications You must be signed in to change notification settings

generall/SkNN-NEL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkNN-NEL

Implementation of named entity disambiguation and linking with usage of SkNN algorithm

DBPedia categories hierarchy used as words representation

NEL resolving example

Training set:

(Andrei Tarkovsky) (filmed) (Stalker)
(Edward Quayle) (command) (SS Mona)

Pre-resolved concepts:

Andrei Tarkovsky = http:https://dbpedia.org/resource/Andrei_Tarkovsky

Edward Quayle = http:https://dbpedia.org/resource/Edward_Quayle_(sea_captain)

Stalker = http:https://dbpedia.org/resource/Stalker_(1979_film)

SS Mona = http:https://dbpedia.org/resource/SS_Mona_(1832)

Test set:

(James Cameron) (made) (Titanic)
(Edward Smith) (ruled) (Titanic)

James Cameron = http:https://dbpedia.org/resource/James_Cameron

Edward Smith = http:https://dbpedia.org/resource/Edward_Smith_(sea_captain)

Titanic = DISAMBIGUATION: (http:https://dbpedia.org/resource/RMS_Titanic | http:https://dbpedia.org/resource/Titanic_(1997_film))

Test result:

Titanic successfully resolved in test set

About

Implementation of named entity disambiguation and linking with usage of SkNN algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published