thuiar/DeepUnkID
Deep Unknown Intent Detection with Margin Loss (ACL2019)
This tool helps improve conversational AI systems by identifying when a user's request doesn't match any of the chatbot's pre-programmed responses. It takes user dialogue as input and outputs a classification indicating whether the intent is known or completely new, helping developers of dialogue systems understand and respond to unexpected user queries. It is designed for anyone building or managing chatbot and virtual assistant applications.
No commits in the last 6 months.
Use this if you need to detect entirely new or unanticipated user requests that your existing conversational AI system hasn't been trained on, rather than misclassifying them as known intents.
Not ideal if you are looking for a general-purpose text classification tool that only categorizes text into predefined categories.
Stars
35
Forks
11
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/thuiar/DeepUnkID"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yuanxiaosc/BERT-for-Sequence-Labeling-and-Text-Classification
This is the template code to use BERT for sequence lableing and text classification, in order to...
sz128/slot_filling_and_intent_detection_of_SLU
slot filling, intent detection, joint training, ATIS & SNIPS datasets, the Facebookâs...
dborrelli/chat-intents
Clustering sentence embeddings to extract message intent
asappresearch/dialog-intent-induction
Code and data for paper "Dialog Intent Induction with Deep Multi-View Clustering", Hugh Perkins...
hellohaptik/HINT3
This repository contains datasets and code for the paper "HINT3: Raising the bar for Intent...