Question 778 of 1,020

Multi-label vs Single-label Text Classification: Key Differences

This AI-900 practice question tests your understanding of describe features of natural language processing workloads on azure. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

What is 'multi-label text classification' vs 'single-label' in Azure AI Language?

Quick Answer

The correct answer is that single-label text classification assigns exactly one category per document, while multi-label text classification allows multiple categories to be assigned simultaneously. This distinction stems from the underlying model architecture: single-label classification typically uses a softmax output layer to select one category from mutually exclusive options, whereas multi-label classification employs a separate binary classifier for each label, enabling independent predictions that can all be true at once. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of how Azure AI Language custom text classification projects are configured—you must choose the correct project type based on whether documents can belong to more than one class. A common trap is assuming multi-label means hierarchical or nested categories; in reality, it simply means non-exclusive labels. To remember the difference, think of a single-label model as a multiple-choice test with one correct answer, while multi-label is like checking all that apply on a survey.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Single-label assigns exactly one category; multi-label allows multiple categories per document

In Azure AI Language, single-label text classification assigns exactly one category to each document, while multi-label classification allows a document to be assigned multiple categories simultaneously. This distinction is fundamental to how the classification models are trained and how predictions are structured, with multi-label using a separate binary classifier per label rather than a single softmax output.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Single-label classifies one word; multi-label classifies entire sentences

    Why it's wrong here

    Both classify documents, not individual words — the distinction is whether one or multiple class labels can apply.

  • Single-label assigns exactly one category; multi-label allows multiple categories per document

    Why this is correct

    Multi-label handles documents that genuinely belong to multiple categories — topic tags, product attributes, or combined themes.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Multi-label is more accurate because it considers more information per document

    Why it's wrong here

    Accuracy depends on the task fit — for mutually exclusive categories, single-label is appropriate and simpler.

  • Single-label requires more training data than multi-label classification

    Why it's wrong here

    Data requirements depend on the number of categories and their complexity — not systematically on single vs. multi-label mode.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse 'multi-label' with 'multi-class' (which still assigns only one label per document) or assume multi-label is always better, ignoring that it requires different model architecture and training data.

Detailed technical explanation

How to think about this question

Under the hood, Azure AI Language's multi-label classification uses a set of independent binary classifiers (one per label) with a sigmoid activation function, allowing multiple labels to have high probability simultaneously. In contrast, single-label classification uses a softmax layer that forces probabilities to sum to 1, ensuring only one label is chosen. A real-world scenario is tagging a customer support ticket with both 'billing' and 'technical issue' labels, which single-label cannot handle.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AI-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AI-900 question test?

Describe features of Natural Language Processing workloads on Azure — This question tests Describe features of Natural Language Processing workloads on Azure — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Single-label assigns exactly one category; multi-label allows multiple categories per document — In Azure AI Language, single-label text classification assigns exactly one category to each document, while multi-label classification allows a document to be assigned multiple categories simultaneously. This distinction is fundamental to how the classification models are trained and how predictions are structured, with multi-label using a separate binary classifier per label rather than a single softmax output.

What should I do if I get this AI-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More AI-900 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.