Skip to content

Convolution neural network for relation extraction between two given entities

Notifications You must be signed in to change notification settings

angelzou/CNN-RelationExtraction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN-RelationExtraction

Convolution neural network for relation classification between two given entities

The CNN architecture implemented is inspired be Nguyen et al. 2015 in which for each: CNN architecture showing the two embeddings included: word vector embeddings and position embeddings

##Future work:

  • Implementing additional crafted features to vectorizers/relationmentionvectorizer.py such as pos tags and dependency relations.
  • Implementing sentence based features : in which additional sentence based features are added including two head words to find relations between them
    CNN architecture showing two different features: Sentence level features and Word based features

References:

About

Convolution neural network for relation extraction between two given entities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%