I’m coming back with a more specialized task routing / work stealing question than my last post.
I’ve got an annotation task that will include examples with different languages and annotators who can annotate 1-2 of these languages. I’m planning on using custom task routing to ensure that annotators are assigned examples in the appropriate languages. However, I was also hoping to use work stealing for the languages where there are enough annotators to support this. Is there any way to selectively allow work stealing where annotators can steal examples in languages they are proficient in?