Labels

Create, configure, and manage annotation labels. Understand the five label types and when to use each.

About

An annotation label is a reusable template that defines what feedback annotators provide. Labels are organization-scoped: once created, any queue in your workspace can use them. This keeps annotation criteria consistent across teams and projects.

Each label has a type that determines the UI control annotators see and the value format stored in the resulting score.


Label Types

TypeDescriptionExample Use CaseValue Format
CategoricalPredefined list of options. Supports single-choice or multi-choice. Can be used for auto-annotation.Sentiment analysis: Positive, Negative, Neutralstring (single) or string[] (multi)
NumericA number within a defined range.Relevance score from 1 to 10number
TextFree-form text input for open-ended feedback.Grammar corrections or rewrite suggestionsstring
Star RatingVisual star selector for quick quality ratings.Overall response qualitynumber (1 to N)
Thumbs Up/DownBinary pass/fail toggle. The fastest annotation type.Helpfulness check: was this answer useful?boolean

Which type should I use?

ScenarioRecommended TypeWhy
Classify responses into fixed categoriesCategoricalPredefined options ensure consistency and enable aggregation
Rate quality on a fine-grained scaleNumericContinuous range captures nuance that categories miss
Collect corrections, rewrites, or explanationsTextFree-form input gives annotators maximum flexibility
Quick quality gut-check (1-5 stars)Star RatingVisual stars are fast and intuitive for subjective quality
Binary accept/reject decisionsThumbs Up/DownFastest annotation type: one click per item
Multiple dimensions per itemCombine multiple labels in one queueAttach several labels to a single queue for multi-dimensional annotation

UI appearance by type

TypeAnnotator UI
Categorical (single)Radio buttons for each option
Categorical (multi)Checkboxes for each option
NumericNumber input with stepper or slider
TextMulti-line text area
Star RatingClickable star icons
Thumbs Up/DownThumb up and thumb down buttons

Creating a Label

Open the Labels tab

Go to Annotations in the left sidebar, then open the Labels tab. Click Create Label.

Labels list

Enter name and description

Fill in the Name field (required) and an optional Description to help annotators understand the label’s purpose.

Select a type

Choose the label Type. This cannot be changed after creation, so choose carefully.

Configure type-specific settings

Each type has its own configuration options:

  • Categorical: Add at least two options. Toggle Allow multiple selection if annotators should be able to pick more than one option.
  • Numeric: Set Min, Max, and Step size values. Choose the display format: Slider or Buttons.
  • Text: Set Placeholder text, Min character length, and Max character length.
  • Star: Set the Number of stars (1-10, default 5).
  • Thumbs Up/Down: No additional settings needed.

Create label form

Enable optional notes

Toggle Allow Notes if you want annotators to add free-text commentary alongside their label value. Notes are stored in the notes field of the resulting score and are available in exports and the API.

Save the label

Click Save. The label is now available for use in any queue.


Managing Labels

ActionHow
EditClick a label row or use the menu and select Edit. You can change the name, description, and type-specific settings, but the type itself is immutable.
DuplicateUse the menu and select Duplicate. Creates a copy you can customize.
ArchiveUse the menu and select Archive. Soft-deletes the label. Archived labels can be restored.
SearchUse the search bar at the top to filter labels by name.
Filter by typeUse the type dropdown to show only labels of a specific type.

Label Type Settings Reference

TypeSettingsDefault
Categoricaloptions (list), multi_choice (bool)multi_choice: false
Numericmin, max, step_size0, 10, 1
Textplaceholder, min_length, max_lengthempty string, 0, 5000
Starno_of_stars5
Thumbs Up/Downnonenone

Note

Labels are shared across your entire organization. Any queue can use any label, and changes to a label’s settings apply everywhere the label is used. Deleting a label does not remove existing scores that were created with it.

Tip

Start with a few simple labels (e.g. a 5-star quality rating and a categorical sentiment label) before creating complex ones. You can always duplicate and customize later.


Next Steps

Was this page helpful?

Questions & Discussion