paper-with-me

홈 › Papers

On the Effectiveness of Sentence Encoding for Intent Detection Meta-Learning

2022-07-01 · NAACL 2022 7 · Tingting Ma, Qianhui Wu, Zhiwei Yu, Tiejun Zhao, Chin-Yew Lin

Recent studies on few-shot intent detection have attempted to formulate the task as a meta-learning problem, where a meta-learning model is trained with a certain capability to quickly adapt to newly specified few-shot tasks with potentially unseen intent categories. Prototypical networks have been commonly used in this setting, with the hope that good prototypical representations could be learned to capture the semantic similarity between the query and a few labeled instances. This intuition naturally leaves a question of whether or not a good sentence representation scheme could suffice for the task without further domain-specific adaptation. In this paper, we conduct empirical studies on a number of general-purpose sentence embedding schemes, showing that good sentence embeddings without any fine-tuning on intent detection data could produce a non-trivially strong performance. Inspired by the results from our qualitative analysis, we propose a frustratingly easy modification, which leads to consistent improvements over all sentence encoding schemes, including those from the state-of-the-art prototypical network variants with task-specific fine-tuning.

📄 PDF Abstract BibTeX

Code (1)

microsoft/KC 공식 구현 pytorch

Tasks

Intent DetectionMeta-LearningSemantic SimilaritySemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings

Similar Papers 제목 키워드 기반

Intra-Correlation Encoding for Chinese Sentence Intention Matching

2020-12-01 · COLING 2020 8 · Xu Zhang, Yifeng Li, Wenpeng Lu, Ping Jian 외

Sentence intention matching is vital for natural language understanding. Especially for Chinese sentence intention matching task, due to the ambiguity of Chinese words, semantic missing or semantic confusion are more lik…

Natural Language UnderstandingSentence

Dark & Stormy: Modeling Humor in Sentences from the Bulwer-Lytton Fiction Contest

2025-10-28 · Venkata S Govindarajan, Laura Biester arxiv

Textual humor is enormously diverse and computational studies need to account for this range, including intentionally bad humor. In this paper, we curate and analyze a novel corpus of sentences from the Bulwer-Lytton Fic…

Humor Detection

Exploiting Topic Information for Joint Intent Detection and Slot Filling

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Intent detection and slot filling are two important basic tasks in natural language understanding. Actually, there are multiple intents in an utterance. How to map different intents to corresponding slot becomes a new ch…

Intent DetectionNatural Language UnderstandingSemantic Frame Parsingslot-filling+1

Exploring the Advantages of Dense-Vector to One-Hot Encoding of Intent Classes in Out-of-Scope Detection Tasks

2022-05-18 · Claudio Pinhanez, Paulo Cavalin

This work explores the intrinsic limitations of the popular one-hot encoding method in classification of intents when detection of out-of-scope (OOS) inputs is required. Although recent work has shown that there can be s…

intent-classificationIntent Classification

Class Embeddings for Improved Out-of-Scope Detection in Intent Classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

This work presents a deep investigation of {\emph class embeddings} for intent classification, which had only been timidly addressed before. We show that there are advantages in representing classes as dense vectors inst…

intent-classificationIntent ClassificationSentenceSentence Embeddings