reannotate_view = dataset.match_tags("needs_reannotation")
results = reannotate_view.annotate(
    "reannotation",
    label_field="ground_truth",
    backend="cvat",
)