-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Use prelabeling (precomputed suggestions) in NER task #118
Comments
+1 for this! This tool is great, and having the ability to support precomputed suggestions would be a huge improvement for our use case as well! |
Hey @gf0507033 and @draganrakas Just want to let you know that we're currently working on this, and it's gonna be included in one of the next releases. I'll update you on our progress here. Stay tuned! |
Hi, @gf0507033 and @draganrakas, I've implemented predictions here: #118 Let's check it together. The receipt is:
The example could be found here: https://github.com/heartexlabs/label-studio/blob/2f3d85c479171d235d1f1fd1742dcd7736ac3dab/examples/named_entity/tasks.json So, it will be great if you write me feedback! |
Some feedback - does it make sense for a static json file to have a relative time offset? May I suggest having an optional "created" with a date time string rather than "created_ago"? The UI could then handle logic to dynamically say, 3 days ago, then tomorrow, 4 days, or alternatively just show the absolute date which also seems reasonable. BTW, this project is awesome, and is already proving hugely helpful and very easy to set up. So thank you! |
@vade Thank you for your feedback! |
Oh I see. Ha. Makes sense. Thanks for the quick reply. |
Love the change, looking forward to the release. Thank you! |
We've added full support for prelabeling in https://github.com/heartexlabs/label-studio/releases/tag/v0.2.2 |
Hello, thx for great work!
I'm stuck on simple problem. Can I add to
tasks.json
field (compatible with completion'sresult
field) with precomputed suggestions? I.e. my goal is to verify or modify existing markup, not to create one.And one more question: can I add bunch of classification fields to NER task?
The text was updated successfully, but these errors were encountered: