I have the following problem:
I started to manually label a dataset w.r.t named entities and relations. My dataset consists of ~5000 sentences, of which I have labeled 350 up to this point.
Unfortunately, I did a mistake during the labeling process:
In some document, I labeled a relation between two words where I forgot to label one word as an entity. That is a problem for later downstream tasks. Is it possible to correct this issue? I loaded the already labeled data in python, so I know among others the _task_hash of this document/sentence. I am looking for a recipe which allows me to correct the specific document labels given the _task_hash.
Alternatively, if you want to go through all of your annotations and adjust them later (e.g. if you changed your label scheme or just want to re-annotate), you can also set dataset:name_of_your_dataset as the input source instead of a file, and the dataset will be queued up again. For example: