Training semantic role labeling model (with version 3)? #8447
Unanswered
egumasa
asked this question in
Help: Other Questions
Replies: 1 comment 2 replies
-
Could anyone provide their insights on how I might do this? OR is this impossible with the current version of spaCy? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am finding a way to train a semantic role labeling (and predicate disambiguation) using Ontonote5 dataset. I encountered this post from the past, and now that SpaCy v3 has more user-friendly pipelines, I believe that the hurdle is much lower.
To create this training project, which project template would you recommend to start with? I am thinking to leverage the already existing template for either dependency parsing or Ner or entity linking, to start my project.
I appreciate any recommendation on how to get this project started. I am imagining that training a model with spacy can be efficient than importing AllenNLP models such as this one, and like this.
I appreciate any suggestions/recommendations! Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions