Skip to content

Entity/Relation/Event extraction on ACE 2005 corpus

Notifications You must be signed in to change notification settings

michaelmoju/ace05_ERE

Repository files navigation

ace05_ERE

Entity/Relation/Event extraction on ACE 2005 corpus

Some codes are refereced from emnlp2017-relation-extraction https://github.com/UKPLab/emnlp2017-relation-extraction


Train the model

python relation_train.py model_LSTMbaseline train "../resource/data/ace-2005/relationMention/*/adj/*.json" --epoch 100 --models_folder ./trainedmodels/exp3-units1-128/ --checkpoint True --tensorboard True

About

Entity/Relation/Event extraction on ACE 2005 corpus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages