SNUDerek/multiLSTM
keras attentional bi-LSTM-CRF for Joint NLU (slot-filling and intent detection) with ATIS
This project helps build conversational AI assistants, often called chatbots, that can understand what a user wants to do and extract key pieces of information from their requests. You provide raw text sentences from users, and it outputs the detected overall intention (like 'find a flight') and specific details within the sentence (like 'departure city: New York'). This is ideal for developers building task-oriented chatbots or virtual agents.
125 stars. No commits in the last 6 months.
Use this if you are developing a chatbot and need to automatically identify both the user's intent and specific details within their natural language queries.
Not ideal if you are looking for a ready-to-use chatbot solution or a tool that doesn't require programming expertise.
Stars
125
Forks
40
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 23, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/SNUDerek/multiLSTM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs