taishan1994/pytorch_bert_intent_classification_and_slot_filling
基于pytorch的中文意图识别和槽位填充
This project helps build intelligent chatbots and voice assistants that understand user requests in Chinese. It takes a user's natural language input, like '从合肥到上海可以到哪坐车?', and identifies their core 'intent' (e.g., QUERY) as well as extracting specific 'slots' of information (e.g., Src: 合肥, Dest: 上海). Anyone building conversational AI for Chinese-speaking users can use this.
212 stars. No commits in the last 6 months.
Use this if you need to build a system that can accurately understand user intentions and extract key information from Chinese conversational text for tasks like customer service or smart home control.
Not ideal if your primary need is for languages other than Chinese, or if you only require simple keyword matching without deep semantic understanding.
Stars
212
Forks
29
Language
Python
License
—
Category
Last pushed
Aug 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/taishan1994/pytorch_bert_intent_classification_and_slot_filling"
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...