CWS_Dict icon indicating copy to clipboard operation
CWS_Dict copied to clipboard

score not right

Open flyboyer opened this issue 6 years ago • 3 comments

i have run you code,and the result not right. in your result :Model I on PKU is 0.962 msr is 0.976 cityu is 0.960 and i run the result on PKU is0.9697 msr is 0.9734 and cityu is 0.9675.why have i get this better result?

flyboyer avatar Dec 11 '18 13:12 flyboyer

@flyboyer Is your score on validate or test dataset? How about Model2?

world2vec avatar Dec 17 '18 08:12 world2vec

@flyboyer Is your score on validate or test dataset? How about Model2?

i just run the code ,dont do other things.

flyboyer avatar Dec 19 '18 13:12 flyboyer

@flyboyer Test: P:XXX R:XXX F:XXX Best_F:XXX

The "Best_F" refer to the validation score used for early stop, not the test score. I should rewrite it as "Best_dev_F1".

fudannlp16 avatar Dec 20 '18 05:12 fudannlp16