Kubnal Bridge

Miscellaneous

Label

Labels are the "ground truth" outputs attached to training examples. In image classification, labels are class names; in NER, labels are entity type tags; in sentiment analysis, labels are positive/negative/neutral. Model training minimizes the gap between predicted and labeled outputs.

Label quality directly impacts model quality. Noisy labels (incorrect annotations) degrade learning; systematic labeling bias leads to biased models. Professional annotation services and inter-annotator agreement measurement are standard practices for high-stakes applications.

Authority Links

Related Terms