master data README.md datasets.py detector.py labeldict.py models.py tools.py train.py 本仓库实现了一个基于BERT的意图(intent)和槽位(slots)联合预测模块。想法上与JoinBERT类似,利用[CLS]token对应的last hidden state去预测整句话的intent,并利用句子tokens的last hidden states做序列标注,找出包含slot val...
BERT-based intent and slots detector for chatbots. - bert-intent-slot-detector/datasets.py at master · Linear95/bert-intent-slot-detector
BERT-based intent and slots detector for chatbots. - bert-intent-slot-detector/tools.py at master · Linear95/bert-intent-slot-detector
BERT-based intent and slots detector for chatbots. - bert-intent-slot-detector/labeldict.py at master · Linear95/bert-intent-slot-detector