This page provides the source code and prepared ressources for the CIS slot filling system, as used in the entry to the 2015 shared task evaluations. It is described in [1] (pdf).
Code: cisSFsystem
For running the code, you need to have access to the TAC evaluation corpus and the query files from 2015.Furthermore, the code uses external tools, such as Stanford CoreNLP [2], Terrier [3] and WAT [4] and applies a pattern matcher based on the distant supervised patterns from Relation Factory [5].
If you use the provided code in your work, please cite the following papers:
@article{adelSF2019, author = {Heike Adel and Hinrich Sch\"{u}tze}, title = {Type-aware Convolutional Neural Networks for Slot Filling}, journal = {accepted to appear in: Journal of Artificial Intelligence Research (JAIR)}, year = {2019} }
@inproceedings{adelSF2015, author = {Heike Adel and Hinrich Sch\"{u}tze}, title = {CIS at TAC Cold Start 2015: Neural Networks and Coreference Resolution for Slot Filling}, booktitle = {Proceedings of Text Analysis Conference (TAC)}, year = {2015} }
Contact: Heike Adel (website)