You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to annotate multiple pages of text data for a QA task where I highlight the span of text where the answer was found. You can do this in a clunky way using the QA template with multiple text boxes, but this doesn't scale well when you have 50+ pages of text with metadata for each page. Each page is free-text, not a PDF so the multi-page PDF template doesn't work either. Is there some way to highlight spans across many pages of text, each with their own metadata? Ideally I'd like the user to be able to filter by the metadata for each page as well. Thanks.
The text was updated successfully, but these errors were encountered:
Is it possible you can tell us how many pages are you expecting this free-text to be as a single task? Is it possible you can provide a sample data for this?
We're working with electronic health record data, which includes unstructured clinical notes. Each patient record can have anywhere from 1 to several hundred notes. Each note is time-stamped and can be from a few sentences up to >10k tokens. The task is QA over the longitudinal, timestamped data. We want to be able to annotate the spans in the longitudinal data where the answer can be found.
I unfortunately can't provide sample data, as the data contains health information, but the simplest version of the input is typically a CSV of patient_id, note_id, note_timestamp, note_text. All of the notes belonging to a single patient_id should be in a task.
I'll also add that some sort of temporal filtering would be a nice to have, but we could also handle that at minimum by presorting by timestamp before loading the data to label studio
I am trying to annotate multiple pages of text data for a QA task where I highlight the span of text where the answer was found. You can do this in a clunky way using the QA template with multiple text boxes, but this doesn't scale well when you have 50+ pages of text with metadata for each page. Each page is free-text, not a PDF so the multi-page PDF template doesn't work either. Is there some way to highlight spans across many pages of text, each with their own metadata? Ideally I'd like the user to be able to filter by the metadata for each page as well. Thanks.
The text was updated successfully, but these errors were encountered: