You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of the joint event and entity model described in "Joint Extraction of Events and Entities within a Document Context" by Bishan Yang and Tom M. Mitchell.
If you are using this code in your work, please cite the following publication:
Bishan Yang and Tom Mitchell (2016). Joint Extraction of Events and Entities within a Document Context. Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL), pp. 289-299
For any questions/issues about the code, please feel free to email Bishan Yang (bishan.yang@gmail.com).
@InProceedings{yang2016joint,
author = {Yang, Bishan and Mitchell, Tom},
title = {Joint Extraction of Events and Entities within a Document Context},
booktitle = {Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
year = {2016},
pages = {289--299}
}
Compile the code
cd Release
make clean
make
Run the model
./Release/JEE
Example input
ace.test.conll: test documents in the CoNLL format
ace.test.dependencies.txt: the Stanford dependency parse outputs
ace.test.stanford.ner.txt: the Stanford NER outputs