Data Labelling
Data labelling is the process of attaching meaningful tags, categories, or descriptions to raw data such as images, text, or video so that a machine learning model can learn from it. For example, marking which pictures contain a cat, or tagging a piece of text as positive or negative. These labels give the raw data the context a model needs to be trained.
Data labelling is the activity of assigning meaningful tags, classes, or contextual annotations to raw data instances (e.g., images, text files, videos) to produce labeled datasets used for supervised or semi-supervised machine learning and deep learning. In common usage, labelling refers to the assignment of discrete tags or classes to data pieces, including simple binary tagging tasks; some sources treat 'data labelling' as a subset of the broader practice of 'data annotation,' though the terms are frequently used interchangeably and their precise scope is not consistently defined across the evidence.
Why it matters
Data labelling directly shapes what a supervised or semi-supervised model learns, because the labels supply the context that a machine learning algorithm uses to associate inputs with desired outputs. When labels are inaccurate, inconsistent, or reflect the assumptions of the people who created them, those errors propagate into the trained model's behavior. For this reason, the quality of labelled data is often treated as a foundational input to model quality rather than a peripheral preparation step.
From a model risk perspective, labelling sits upstream of the model itself and can introduce risks that are difficult to detect once a model is in production. Errors or systematic patterns embedded during labelling become part of the model's learned behavior, which is why data provenance and label quality are commonly examined during model development and validation. It is worth distinguishing here between the labelling process as a data-preparation activity and the downstream governance controls that organizations may place around it; the evidence digest describes what labelling is and how it supports learning, but does not establish specific regulatory requirements for how labelling must be governed, and none should be inferred.
The scope of the term is also not fully settled. Some sources treat data labelling as a subset of the broader practice of data annotation, focusing on straightforward tagging such as answering binary questions, while others use the two terms interchangeably. Professionals should be aware that where precise scope matters—for example, in documentation, procurement, or vendor contracts—the intended meaning of "labelling" versus "annotation" should be defined explicitly rather than assumed.
Who it's relevant to
Inside Data Labelling
Common questions
Answers to the questions practitioners most commonly ask about Data Labelling.