Fine-grained embedding-based entity typing
To run the experiment, you have to download the two files.
Then, you can run the script:
sh gm.sh
It will train an MLP on train entities, apply on the test & dev entities, and finally output the measurements (micro F1, macro F1).
Currently, only the Global Model (GM) code is available here.
If you use any data or code, please cite the following paper:
@inproceedings{yaghoobzadeh2015,
author = {Yadollah Yaghoobzadeh and
Hinrich Sch{\"{u}}tze},
title = {Corpus-level Fine-grained Entity Typing Using Contextual Information},
booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural
Language Processing, {EMNLP} 2015, Lisbon, Portugal, September 17-21,
2015},
pages = {715--725},
year = {2015},
url = {http://aclweb.org/anthology/D/D15/D15-1083.pdf}
}
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.