paper-with-me

홈 › Papers

Subword Semantic Hashing for Intent Classification on Small Datasets

2018-10-16 · Kumar Shridhar, Ayushman Dash, Amit Sahu, Gustav Grund Pihlgren, Pedro Alonso, Vinaychandran Pondenkandath, Gyorgy Kovacs, Foteini Simistira, Marcus Liwicki

In this paper, we introduce the use of Semantic Hashing as embedding for the task of Intent Classification and achieve state-of-the-art performance on three frequently used benchmarks. Intent Classification on a small dataset is a challenging task for data-hungry state-of-the-art Deep Learning based systems. Semantic Hashing is an attempt to overcome such a challenge and learn robust text classification. Current word embedding based are dependent on vocabularies. One of the major drawbacks of such methods is out-of-vocabulary terms, especially when having small training datasets and using a wider vocabulary. This is the case in Intent Classification for chatbots, where typically small datasets are extracted from internet communication. Two problems arise by the use of internet communication. First, such datasets miss a lot of terms in the vocabulary to use word embeddings efficiently. Second, users frequently make spelling errors. Typically, the models for intent classification are not trained with spelling errors and it is difficult to think about ways in which users will make mistakes. Models depending on a word vocabulary will always face such issues. An ideal classifier should handle spelling errors inherently. With Semantic Hashing, we overcome these challenges and achieve state-of-the-art results on three datasets: AskUbuntu, Chatbot, and Web Application. Our benchmarks are available online: https://github.com/kumar-shridhar/Know-Your-Intent

📄 PDF Abstract BibTeX arXiv:1810.07150

Code (3)

kumar-shridhar/Know-Your-Intent 공식 구현
MJahangeerQureshi/Text-Classification
martinambition/IntentClassificationBenchmark tf

Tasks

ChatbotGeneral Classificationintent-classificationIntent ClassificationText ClassificationWord Embeddings

Similar Papers 제목 키워드 기반

Audio-to-Intent Using Acoustic-Textual Subword Representations from End-to-End ASR

2022-10-21 · Pranay Dighe, Prateeth Nayak, Oggi Rudovic, Erik Marchi 외

Accurate prediction of the user intent to interact with a voice assistant (VA) on a device (e.g. on the phone) is critical for achieving naturalistic, engaging, and privacy-centric interactions with the VA. To this end, …

intent-classificationIntent Classification

Deep Hashing with Hash-Consistent Large Margin Proxy Embeddings

2020-07-27 · Pedro Morgado, Yunsheng Li, Jose Costa Pereira, Mohammad Saberian 외

Image hash codes are produced by binarizing the embeddings of convolutional neural networks (CNN) trained for either classification or retrieval. While proxy embeddings achieve good performance on both tasks, they are no…

BinarizationClassificationDeep HashingGeneral Classification+1

Semantic Cluster Unary Loss for Efficient Deep Hashing

2018-05-15 · Shifeng Zhang, Jianmin Li, Bo Zhang

Hashing method maps similar data to binary hashcodes with smaller hamming distance, which has received a broad attention due to its low storage cost and fast retrieval speed. With the rapid development of deep learning, …

Deep HashingInformation RetrievalRetrievalTriplet

Can Pretrained Language Models Derive Correct Semantics from Corrupt Subwords under Noise?

2023-06-27 · Xinzhe Li, Ming Liu, Shang Gao

For Pretrained Language Models (PLMs), their susceptibility to noise has recently been linked to subword segmentation. However, it is unclear which aspects of segmentation affect their understanding. This study assesses …

Segmentation

Tomato, Tomahto, Tomate: Measuring the Role of Shared Semantics among Subwords in Multilingual Language Models

2024-11-07 · Xinyu Zhang, Jing Lu, Vinh Q. Tran, Tal Schuster 외

Human understanding of language is robust to different word choices as far as they represent similar semantic concepts. To what extent does our human intuition transfer to language models, which represent all subwords as…