Skip to content

App to scroll through an entire prompted source #36

@VictorSanh

Description

@VictorSanh

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)

Capture d’écran 2021-05-28 à 5 16 36 PM

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions