Skip to main content
Version: v0.3.0

Supported annotation tasks

Overview

H2O Label Genie supports various annotation tasks in computer vision (CV) (image), natural language processing (NLP) (text), and audio.

note

To learn how to create an annotation task, see annotate a dataset.

Text annotation tasks

Text classification

  • Description: A text classification annotation task specifies one or more categorical target labels for each input text.
note
  • H2O Label Genie supports multi-label text classification annotation tasks.
  • To accelerate the labeling process for text classification annotation tasks, H2O Label Genie offers the ability to utilize a zero-shot learning model. To learn more, see Zero-shot learning models.

Text regression

  • Description: A text regression annotation task specifies one continuous target label for each input text.

Text-entity recognition

  • Description: A text-entity recognition annotation task specifies one or more defined entities for each unstructured input text.

Text summarization

  • Description: A text summarization annotation task specifies a summary for each input text.
note

To accelerate the labeling process, H2O Label Genie offers the ability to utilize pretrained text summarization models. To learn more, see Zero-shot learning models.

Image annotation tasks

Image classification

  • Description: An image classification annotation task specifies one or more categorical target labels for each input image.
note
  • H2O Label Genie supports multi-label image classification annotation tasks.
  • To accelerate the labeling process for image classification annotation tasks, H2O Label Genie offers the ability to utilize a zero-shot learning model. To learn more, see Zero-shot learning models.

Image regression

  • Description: An image regression annotation task specifies one continuous target label for each input image.

Object detection

  • Description: An object detection annotation task specifies one or more object classes (labels) for each input image.
note

To accelerate the labeling process for object detection annotation tasks, H2O Label Genie offers the ability to utilize a zero-shot learning model. To learn more, see Zero-shot learning models.

Image instance segmentation

In H2O Label Genie, for an image instance segmentation annotation task, you need to assign one or more object classes (labels) to each input image.

note

To accelerate the labeling process for image instance segmentation annotation tasks, H2O Label Genie offers the ability to utilize a zero-shot learning model. To learn more, see Zero-shot learning models.

Audio annotation tasks

Audio classification

  • Description: An audio classification annotation task specifies one or more categorical target labels for each input audio.
note

H2O Label Genie supports multi-label audio classification annotation tasks.

Audio regression

  • Description: An audio regression annotation task specifies one continuous target label for each input audio.

Feedback