Skip to content

orzinger/Relation-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relation-Extractor

A NLP tool for relations extraction from a training set, including over 1000 of sentences. From each sentence, we extract one kind of relation: "Living In", mean, that there is some realtion between a person and a living place.

The tool consist two methods to deal with this problem:

  1. Deep Learning style - an attentions network was builded with 1 layer of LSTM and a regular feed-forrowed neural network to predict the relation (existing or non-existent) One of the problems that showed up is how do we train a deep neural network with only 1000 training examples. So, we used an augumented data

  2. Feature Selection style - a simple SVM using a vector of features to predict the relation (existing or non-existent).

Including report

About

A NLP tool for relations extraction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages