Linear95 / bert-intent-slot-detector

BERT-based intent and slots detector for chatbots.
119 stars 15 forks source link

数据集问题 #7

Open yukunren opened 3 months ago

yukunren commented 3 months ago

您好 我想自己标注一部分数据进行训练,请问这个数据集的标注工具是什么,方便告知一下吗 谢谢

happywch commented 3 months ago

{ "text": "搜索西红柿的做法。", "domain": "cookbook", "intent": "QUERY", "slots": {"ingredient": "西红柿"} } 照这个格式写就行了, #4 也可以参考这个

xxll88 commented 2 months ago

一般需要多少训练数据,才有效果

{ "text": "搜索西红柿的做法。", "domain": "cookbook", "intent": "QUERY", "slots": {"ingredient": "西红柿"} } 照这个格式写就行了, #4 也可以参考这个

happywch commented 2 months ago

应该和intent与slots数量有关,不过我感觉数据量不大,30个意图一千个数据应该就能识别