Data Labeling
Data labeling is the process of adding meaningful tags or descriptions to raw data such as images, text, video, or audio so that a machine learning model can learn from it. The labels give the data context, telling the model what each example represents. This activity typically relies on structured human judgment applied to the raw data.
In machine learning, data labeling is the process of assigning one or more meaningful, informative labels to raw data instances (for example images, text files, audio, or video) to produce ground-truth annotations used to train, validate, or evaluate supervised and semi-supervised models. It generally involves attaching structured human judgments or class assignments to each data instance so the model can learn the mapping between inputs and target outputs. Scope note: this entry describes ML/AI training-data annotation and does not cover governance-oriented data classification or sensitivity labeling (for example public, internal, or confidential markings), which is a distinct practice with different objectives, workflows, and control sets; it also does not address annotation quality assurance procedures, inter-annotator agreement, tooling selection, or the data protection obligations that may apply when the raw data being labeled contains personal data.
Why it matters
Data labeling determines the quality of the ground-truth signal that supervised and semi-supervised machine learning models learn from. Because a model learns the mapping between inputs and target outputs from the labels attached to training data, systematic errors, inconsistencies, or biases introduced during labeling can propagate directly into model behavior. For teams building or procuring ML systems, the labeling process is therefore a foundational data-preparation activity rather than an incidental one, and its outputs shape what the resulting model can and cannot do.
Who it's relevant to
Inside Data Labeling
Common questions
Answers to the questions practitioners most commonly ask about Data Labeling.