Reduce list of labels in textcat.manual to pre-annotated labels and none of the above

Hi,

Sorry for taking this long and thanks for waiting!

I am wondering if it is possible with the textcat-manual recipe to reduce the list of labels to pre-selected/pre-annotated labels only, plus "none-of-the-above".

You still need to supply values for the --label so that Prodigy knows what to display in the interface. This is also to ensure that the annotator "sees" the full list of labels when labelling. Another thing that you can do is include an option for none-of-the-above and then have a separate step that re-annotates all examples where the annotator selected none

Additionally, the pre-annotated labels are ranked 1-3. Is there any way to include that ranking in the UI?

There's no built-in feature for ranking labels but you can probably implement a custom HTML component with a dropdown for each label. Here's a good example: custom javascript elements - #3 by ines

1 Like