argilla
argilla copied to clipboard
[FEATURE] Support Bulk view for`SpanQuestion`
Is your feature request related to a problem? Please describe.
Previously (using oldTokenClassificationDataset
) on Bulk view you could easily look over the records on one page. This was especially powerful combined with search & vector search. Especially for use cases where each record is relatively short. (example screenshot:)
Describe the solution you'd like At the very least would like to be able to use Bulk mode to view the annotated records with the colorful annotations. (Currently it is just showing as plain black text for pending records, and not even that if the records are submitted)
Describe alternatives you've considered Clicking through the records one-at-a-time is just not the same :/
Additional context
Should work with search & vector search.
I don't see why labeling shouldn't be supported either, even if it is one record at a time & not a bulk bulk
. (Especially if combined with other question types. example: I can bulk annotate the LabelQuestion & work on one-record-at-a-time for the spans)