Skip to content

malnis/ConVec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConVec: Vector Embedding of Wikipedia Concepts and Entities

In this project, we use skip-gram model to embed Wikipedia Concepts and Entities. The English version of Wikipedia contains more than five million pages, which suggest its capability to cover many English Entities, Phrases, and Concepts. Each Wikipedia page is considered as a concept.

WikipediaParser folder contains the code to extract and prepare the Wikipedia dump.

Please find in the following, link the pre-traind Concept, Word and Entitie vectors (as a result of this project):

Please cite to the following paper if you used the code, datasets and vector embedings:

@misc{NLDBSherkat2017,
   Author = {Ehsan Sherkat, Evangelos Milios},
   Title  = {Vector Embedding of Wikipedia Concepts and Entities},
   Year   = {2017},
   link   = {https://arxiv.org/abs/1702.03470}
   Url    = {https://doi.org/10.1007/978-3-319-59569-6_50}
   doi    = {10.1007/978-3-319-59569-6_50}
   booktitle= {Natural Language Processing and Information Systems, NLDB 2017}
}

About

Vector Embedding of Wikipedia Concepts and Entities, NLDB 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%