argilla-io / argilla-plugins

🔌 Open-source plugins for with practical features for Argilla using listeners.
Apache License 2.0
6 stars 2 forks source link

use `TokenClassification` annotations to annotate new data #12

Closed davidberenstein1957 closed 1 year ago

davidberenstein1957 commented 1 year ago

If we annotate spans, we are relatively certain that these rules can and should be used throughout the entire dataset. We could use this assumption to already start annotating previously unseen data.

MVP

from argilla_plugins.programmatic_labelling import annotation_copycat

annotation_copycat(name="dataset")
annotation_copycat.start()

Stretch filtering variables like query could be added to limit the sync.