-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
It's sometimes hard to cover all the cases especially if you are not aware of them.
For instance, I was prompting the DROP dataset, but didn't initially realize that:
- the "spans" field always contain multiple entries in the validation split
- there can also be multiple spans in the train split... which made it not straightforward how to combine them (especially if you don't know much about the dataset)
It would be easier to spot these potential introduced bugs if we have a viz app to scroll through the dataset/subset/split for a given prompt, and look at a bunch of prompted examples.
Let's start simple with a second separate app (and can ultimately aim at integrating it into the main tagging app in some way).
At minimum, we need:
- dataset selectbox
- subset selectbox
- split selectbox
-prompt selectbox - something like a 2 columns table with on the left the "raw" instances, and on the right the "prompted" instances
I already have a similar code for that, I'll adapt and integrate it
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request