Linear95 / bert-intent-slot-detector

BERT-based intent and slots detector for chatbots.
128 stars 18 forks source link

how to create dev&test for showing a straight acc? #1

Open dengg1013 opened 1 year ago

dengg1013 commented 1 year ago

dear mr.cheng: After reading your jointbert project, I was wondering if it is possible to update to pull out a portion of the training set for testing and validation, and what parts of the code would this require to be modified?

Linear95 commented 1 year ago

Hi, thanks for this good suggestion. I will probably update the validation part later due to my working time schedule. Since the detect method of JointIntentSlotDetector outputs detection results in the same form as the training data, I think you can directly compare your testing data with the results of the detect method from JointIntentSlotDetector to check the detection correctness.

tkone2018 commented 6 months ago

@Linear95 请问现在有时间补充下评估模块吗,还有就是请教下训练一般语料需要多少条呢

Linear95 commented 6 months ago

Hi there, I have finally finished the evaluation part. Hope it is not too late:)

cristianohello commented 1 month ago

Hi there, I have finally finished the evaluation part. Hope it is not too late:)

评估代码在哪?