-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tagging sequence markup for entity extraction #810
Comments
The easiest way to implement IOB tagging is to treat every word as a candidate and then use categorical variables, similar to the tutorial at: https://github.com/HazyResearch/snorkel/blob/master/tutorials/advanced/Categorical_Classes.ipynb Here your labeling functions would output labels in the space We're working on a formal entity tagging paper, so these types of tasks will be easier to work with in Snorkel in the near future. |
Awesome, thanks! |
Closing for now--will be accessible via the "Q&A" link in README--but feel free to re-open! |
Hi @jason-fries Thanks for the great project! |
Any update in this regard? |
1 similar comment
Any update in this regard? |
Hi @mpgxc, The general idea behind sequence labeling with off-the-shelf Snorkel is outlined in Issue #1254. More technical details are available in our manuscript and our demo notebook for weakly supervised NER at https://github.com/som-shahlab/trove/ |
How can I use a tagging sequence such as IOB with snorkel features?
The text was updated successfully, but these errors were encountered: