-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the joint accuracy on pretrained model is 0.43,can't reach 0.53 #3
Comments
Hello, can we talk in wechat? I can give you my id |
OK~ What‘s your wechat id? |
replyed in e-mail, or you can send yours to my email. you can see it in my self-page |
@huangcaiyun |
@DSKSD |
@huangcaiyun It seems there are some differences according to version up. |
python3.6 You can use Google Colab for practice with an environment having Python 3.6 and GPU and Batch_Size=16, |
Hello Friend, you have done superb effort in this work. May I also have your wechat ID after sending you email on [email protected]. |
op_code: 4, is_gt_op: False, is_gt_p_state: False, is_gt_gen: False
|
Hi! Thanks for sharing the pretrained model. I have downloaded your pretrained SOM-DST model , but the result of the evaluation is:
op_code: 4, is_gt_op: False, is_gt_p_state: False, is_gt_gen: False
Epoch 0 joint accuracy : 0.43078175895765475
Epoch 0 slot turn accuracy : 0.9664268910603907
Epoch 0 slot turn F1: 0.8821281530381658
Epoch 0 op accuracy : 0.9676212450234745
Epoch 0 op F1 : {'delete': 0.01583635763774332, 'update': 0.7806280915679281, 'dontcare': 0.13675213675213674, 'carryover': 0.9831123351416803}
Epoch 0 op hit count : {'delete': 24, 'update': 6786, 'dontcare': 32, 'carryover': 207041}
Epoch 0 op all count : {'delete': 2995, 'update': 9351, 'dontcare': 280, 'carryover': 208414}
Final Joint Accuracy : 0.2862862862862863
Final slot turn F1 : 0.8881324359127896
Latency Per Prediction : 26.158629 ms
As you know,the joint accuracy result reported in paper was 0.53, the model you shared is the best model?
The text was updated successfully, but these errors were encountered: