paper-with-me

Papers

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 the task of intent classification on in-scope queries, and to use methods based on the similarity of embeddings produced by transformer-based sentence encoders. Typically, such encoders are fine-tuned for the intent-classification task, using cross-entropy loss. Recent work has shown that while this produces suitable embeddings for the intent-classification task, it also tends to disperse in-scope embeddings over the full sentence embedding space. This causes the in-scope embeddings to potentially overlap with OOS embeddings, thereby making OOS rejection difficult. This is compounded when OOS data is unknown. To mitigate this issue our work proposes to regularize the cross-entropy loss with an in-scope embedding reconstruction loss learned using an auto-encoder. Our method achieves a 1-4% improvement in the area under the precision-recall curve for rejecting out-of-sample (OOS) instances, without compromising intent classification performance.

📄 PDF Abstract BibTeX arXiv:2410.13649

Code (1)

slanglab-nu/autoencoder-oos 공식 구현

Tasks

Classificationintent-classificationIntent ClassificationSentenceSentence EmbeddingSentence-Embedding

Similar Papers 제목 키워드 기반

BERT for Joint Intent Classification and Slot Filling

2019-02-28 · Qian Chen, Zhu Zhuo, Wen Wang

Intent classification and slot filling are two essential tasks for natural language understanding. They often suffer from small-scale human-labeled training data, resulting in poor generalization capability, especially f…

General Classificationintent-classificationIntent ClassificationIntent Detection+3

STF: Sentence Transformer Fine-Tuning For Topic Categorization With Limited Data

2024-07-03 · Kheir Eddine Daouadi, Yaakoub Boualleg, Oussama Guehairia

Nowadays, topic classification from tweets attracts considerable research attention. Different classification systems have been suggested thanks to these research efforts. Nevertheless, they face major challenges owing t…

ClassificationSentenceTopic Classification

How DDAIR you? Disambiguated Data Augmentation for Intent Recognition

2026-01-16 · Galo Castillo-López, Alexis Lombard, Nasredine Semmar, Gaël de Chalendar arxiv

Large Language Models (LLMs) are effective for data augmentation in classification tasks like intent detection. In some cases, they inadvertently produce examples that are ambiguous with regard to untargeted classes. We …

Intent RecognitionData AugmentationIntent Detection

Fin-ExBERT: User Intent based Text Extraction in Financial Context using Graph-Augmented BERT and trainable Plugin

2025-09-27 · Soumick Sarker, Abhijit Kumar Rai arxiv

Financial dialogue transcripts pose a unique challenge for sentence-level information extraction due to their informal structure, domain-specific vocabulary, and variable intent density. We introduce Fin-ExBERT, a lightw…

Information Extraction

Measuring Cross-Lingual Transferability of Multilingual Transformers on Sentence Classification

2023-05-15 · Zewen Chi, Heyan Huang, Xian-Ling Mao

Recent studies have exhibited remarkable capabilities of pre-trained multilingual Transformers, especially cross-lingual transferability. However, current methods do not measure cross-lingual transferability well, hinder…

Cross-Lingual TransferSentenceSentence Classification