paper-with-me

홈 › Papers

Efficient Intent Detection with Dual Sentence Encoders

2020-03-10 · WS 2020 7 · Iñigo Casanueva, Tadas Temčinas, Daniela Gerz, Matthew Henderson, Ivan Vulić

Building conversational systems in new domains and with added functionality requires resource-efficient models that work under low-data regimes (i.e., in few-shot setups). Motivated by these requirements, we introduce intent detection methods backed by pretrained dual sentence encoders such as USE and ConveRT. We demonstrate the usefulness and wide applicability of the proposed intent detectors, showing that: 1) they outperform intent detectors based on fine-tuning the full BERT-Large model or using BERT as a fixed black-box encoder on three diverse intent detection data sets; 2) the gains are especially pronounced in few-shot setups (i.e., with only 10 or 30 annotated examples per intent); 3) our intent detectors can be trained in a matter of minutes on a single CPU; and 4) they are stable across different hyperparameter settings. In hope of facilitating and democratizing research focused on intention detection, we release our code, as well as a new challenging single-domain intent detection dataset comprising 13,083 annotated examples over 77 intents.

📄 PDF Abstract BibTeX arXiv:2003.04807

Code (5)

PolyAI-LDN/task-specific-datasets
amazon-science/intent-aware-encoder pytorch
haodeqi/BenchmarkingIntentDetection
thuiar/textoir pytorch
thuiar/textoir-demo pytorch

Tasks

CPUIntent DetectionSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
USE 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

DROID: Dual Representation for Out-of-Scope Intent Detection

2025-10-15 · Wael Rashwan, Hossam M. Zawbaa, Sourav Dutta, Haytham Assem arxiv

Detecting out-of-scope (OOS) user utterances remains a key challenge in task-oriented dialogue systems and, more broadly, in open-set intent recognition. Existing approaches often depend on strong distributional assumpti…

Task-Oriented Dialogue SystemsIntent RecognitionIntent Detection

A new approach for fine-tuning sentence transformers for intent classification and out-of-scope detection tasks

2024-10-17 · Tianyi Zhang, Atta Norouzian, Aanchan Mohan, Frederick Ducatelle

In virtual assistant (VA) systems it is important to reject or redirect user queries that fall outside the scope of the system. One of the most accurate approaches for out-of-scope (OOS) rejection is to combine it with t…

Classificationintent-classificationIntent ClassificationSentence+2

Improved Out-of-Scope Intent Classification with Dual Encoding and Threshold-based Re-Classification

2024-05-30 · Hossam M. Zawbaa, Wael Rashwan, Sourav Dutta, Haytham Assem

Detecting out-of-scope user utterances is essential for task-oriented dialogues and intent classification. Current methodologies face difficulties with the unpredictable distribution of outliers and often rely on assumpt…

ClassificationDenoisingintent-classificationIntent Classification+1

Multilingual and Cross-Lingual Intent Detection from Spoken Data

2021-04-17 · EMNLP 2021 11 · Daniela Gerz, Pei-Hao Su, Razvan Kusztos, Avishek Mondal 외

We present a systematic study on multilingual and cross-lingual intent detection from spoken data. The study leverages a new resource put forth in this work, termed MInDS-14, a first training and evaluation resource for …

Few-Shot LearningIntent DetectionMachine TranslationSentence+3

ConvFiT: Conversational Fine-Tuning of Pretrained Language Models

2021-09-21 · EMNLP 2021 11 · Ivan Vulić, Pei-Hao Su, Sam Coope, Daniela Gerz 외

Transformer-based language models (LMs) pretrained on large text collections are proven to store a wealth of semantic knowledge. However, 1) they are not effective as sentence encoders when used off-the-shelf, and 2) thu…

Intent DetectionRetrievalSemantic SimilaritySemantic Textual Similarity+1