Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Text mining›Intent Detection — Intent Classification
Process / pipeline

Intent Detection — Intent Classification

Intent Detection (Intent Classification) · Also known as: intent classification, intent recognition, Niyet Tespiti (Intent Detection)

Intent detection is a natural-language-understanding task that classifies the purpose behind a user utterance — such as making a reservation, asking for information, or filing a complaint — into one of a set of predefined intent classes. It is a core NLU component of conversational interfaces and customer-service automation systems, drawing on the benchmarks of Larson et al. (2019) and Casanueva et al. (2020).

ScholarGate
  1. Process / pipeline
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Intent Detection
BERT EmbeddingsSentiment AnalysisSlot FillingText ClassificationDialogue Act Classificat…

When to use it

Intent detection fits when you have user-utterance text and a defined taxonomy of intent classes, plus labelled training data to learn from. It suits conversational interfaces and customer-service automation where each message must be routed to a known goal. As a supervised task it needs a labelled corpus (the source sets a minimum of around 30 examples) and a fixed intent schema; without a defined taxonomy or labels it cannot run.

Strengths & limitations

Strengths
  • Turns free-form user utterances into a single, actionable intent label that downstream conversational logic can route on.
  • Builds directly on pretrained language-model encoders, so strong contextual representations are available without training from scratch.
  • Well-supported by public benchmarks and standard text-classification evaluation, making accuracy easy to measure and compare.
Limitations
  • Requires a clearly defined intent taxonomy agreed before modelling; ambiguous or overlapping classes degrade performance.
  • As a supervised method it depends on labelled training data, and classes with few examples are learned poorly.
  • Restricted to the predefined classes — out-of-scope utterances that fit no intent are a known failure mode.

Frequently asked

How is intent detection different from general text classification?

Intent detection is a specialised text-classification task where the classes are user goals (intents) behind an utterance, rather than topics or sentiment. It is the understanding step of a conversational system: identify what the user wants so the system can act on it.

How much labelled data do I need?

It is a supervised task, so you need labelled example utterances for each intent. The source sets a practical minimum of around 30 examples; reliable performance generally needs enough balanced examples per class so rare intents are not starved of training data.

What happens to an utterance that fits no intent?

That is the out-of-scope problem. A standard classifier will force it into the nearest defined class unless out-of-scope handling is designed in — which is exactly the gap the Larson et al. (2019) evaluation dataset was built to measure.

Does it work together with slot filling?

Yes. In dialogue systems intent detection usually runs alongside slot filling, which extracts the specific values (dates, locations, names) the intent needs. Together they form the NLU layer, and joint models can learn both at once.

Sources

  1. Larson, S. et al. (2019). An Evaluation Dataset for Intent Classification and Out-of-Scope Prediction. EMNLP. DOI: 10.18653/v1/D19-1131 ↗
  2. Casanueva, I. et al. (2020). Efficient Intent Detection with Dual Sentence Encoders. ACL Workshop on NLP for Conversational AI. DOI: 10.18653/v1/2020.nlp4convai-1.5 ↗

How to cite this page

ScholarGate. (2026, June 1). Intent Detection (Intent Classification). ScholarGate. https://scholargate.app/en/text-mining/intent-detection

Related methods

BERT EmbeddingsSentiment AnalysisSlot FillingText Classification

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • BERT EmbeddingsText mining↔ compare
  • Sentiment AnalysisText mining↔ compare
  • Slot FillingText mining↔ compare
  • Text ClassificationText mining↔ compare
Compare side by side →

Referenced by

Dialogue Act ClassificationSlot Filling

Similar methods

Dialogue Act ClassificationText ClassificationSentiment AnalysisLanguage IdentificationSlot FillingRelation ExtractionSubjectivity DetectionNamed Entity Recognition

Related reference concepts

Natural Language ProcessingText ClassificationInformation ExtractionText Classification and Sentiment AnalysisInformation ExtractionQuestion Answering and Dialogue Systems

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Intent Detection (Intent Detection (Intent Classification)). Retrieved 2026-07-21 from https://scholargate.app/en/text-mining/intent-detection · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Type
NLP / NLU text-classification task
Role
Core natural-language-understanding component of conversational interfaces
Input
User utterance (free-form text)
Output
Predicted intent label from a defined taxonomy
MinSample
30
Related methods
BERT EmbeddingsSentiment AnalysisSlot FillingText Classification
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account