Franck-Dernoncourt / NeuroNER

Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
http://neuroner.com
MIT License
1.7k stars 475 forks source link

Use NeuroNER for SRL #90

Closed gcvineel closed 6 years ago

gcvineel commented 6 years ago

First of all, thanks for making this code available Franck

my question: Are there any specific design constraints that make this code suitable only for NER (hence the name NeuroNER)? or could I use it for other tasks like Semantic Role Labeling? I am guessing the model will mimic the training data. In other words, if the training tags are interpreted as SRL then NeuroNER might very well be considered an SRL model too.

Are you able to comment on should I expect poorer performance using this code for SRL?

nkrot commented 6 years ago

why don't you try?

gcvineel commented 6 years ago

That's an non-answer answer. I do plan to try it. But, before I do so I was checking with the author of the software on what his opinion on the matter was. But looks like the author is not active on this board anymore. Thanks anyway