sprl-spacy icon indicating copy to clipboard operation
sprl-spacy copied to clipboard

Are there any detailed explanation for the model specification?

Open jellyheadandrew opened this issue 2 years ago • 3 comments

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!

jellyheadandrew avatar Oct 02 '22 17:10 jellyheadandrew

Hi,

Thank you for your interest.

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

mmxgn avatar Oct 04 '22 18:10 mmxgn

Alternatively, if you could wait, I could try when I have time this week to add a zenodo doi and a citation file as well as a bit of description.

mmxgn avatar Oct 06 '22 11:10 mmxgn

Oh, I could wait. Thnks

jellyheadandrew avatar Oct 17 '22 13:10 jellyheadandrew