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
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Hello! Thanks for your nice work on spatial role labeling. I'm using it for my task and it is very useful.
I'd like to reference your work, but I found no model specification in this repository.
Are there (or will there be) any detailed explanation for your work?? For example, I'd like to know what extra information about your model, e.g. model architecture (e.g. transformer), how you trained the models, etc.
Thanks again!
The text was updated successfully, but these errors were encountered:
As I say on the readme the model features are given in. The entity tagging has been done with SpaCy's engine and the relation extraction using an SVM. You could unpickle the models and observe them in python for details.
So you should cite SpaCy, and also:
Nichols, Eric, and Fadi Botros.
"SpRL-CWW: Spatial relation classification with independent multi-class models."
Proceedings of the 9th International Workshop on Semantic Evaluation.
If you want to cite this work cite the above paper and mention that you are using the specific implementation found in this repository
Hello! Thanks for your nice work on spatial role labeling. I'm using it for my task and it is very useful.
I'd like to reference your work, but I found no model specification in this repository.
Are there (or will there be) any detailed explanation for your work?? For example, I'd like to know what extra information about your model, e.g. model architecture (e.g. transformer), how you trained the models, etc.
Thanks again!
The text was updated successfully, but these errors were encountered: