You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for your excellent work! I tried to reproduce the performance on 20 NewsGroups dataset. After I fixed some small bugs, I got the result: {'accuracy': 0.848380244291025, 'micro_precision': 0.848380244291025, 'micro_recall': 0.848380244291025, 'micro_f1': 0.848380244291025, 'micro_num_predicted': 7532, 'micro_num_gold': 7532, 'macro_precision': 0.8462746442882952, 'macro_recall': 0.8409563907963044, 'macro_f1': 0.8410184256685328}
I have tried several times with the default settings. All results do not exceed 0.85 accuracy. I want to know the detailed experiment settings to reproduce the result 0.863 accuracy reported in Table 3.
This is my shell script to run the experiment on 20 NewsGroups:
Hello, thanks for your excellent work! I tried to reproduce the performance on 20 NewsGroups dataset. After I fixed some small bugs, I got the result:
{'accuracy': 0.848380244291025, 'micro_precision': 0.848380244291025, 'micro_recall': 0.848380244291025, 'micro_f1': 0.848380244291025, 'micro_num_predicted': 7532, 'micro_num_gold': 7532, 'macro_precision': 0.8462746442882952, 'macro_recall': 0.8409563907963044, 'macro_f1': 0.8410184256685328}
I have tried several times with the default settings. All results do not exceed 0.85 accuracy. I want to know the detailed experiment settings to reproduce the result 0.863 accuracy reported in Table 3.
This is my shell script to run the experiment on 20 NewsGroups:
Looking forward to your reply!
The text was updated successfully, but these errors were encountered: