semanticRetrievalMRS icon indicating copy to clipboard operation
semanticRetrievalMRS copied to clipboard

Low accuracy

Open dujiaxin opened this issue 4 years ago • 4 comments

This looks like a wonderful model. However, when I run your model according to your README.md, it gave me em,f1,prec,recall all about 0.04. Is there any thing I should change besides default settings?

dujiaxin avatar Nov 06 '19 12:11 dujiaxin

@dujiaxin were you able to figure it out?

anushkmittal avatar Dec 19 '19 01:12 anushkmittal

Same problem:

{'label': 'ema', 'score': {'em': 0.041188386225523295, 'f1': 0.04091829844699527, 'prec': 0.04091829844699527, 'recall': 0.04091829844699527, 'doc_em': 0.0, 'doc_f1': 0.0, 'doc_prec': 0.0, 'doc_recall': 0.0, 'sp_em': 0.0, 'sp_f1': 0.0, 'sp_prec': 0.0, 'sp_recall': 0.0, 'joint_em': 0.0, 'joint_f1': 0.0, 'joint_prec': 0.0, 'joint_recall': 0.0}}

cdmalon avatar Apr 29 '20 23:04 cdmalon

I met the same problem. Have you solved it?

{'label': 'ema', 'score': {'em': 0.04010803511141121, 'f1': 0.04010803511141121, 'prec': 0.04010803511141121, 'recall': 0.04010803511141121, 'doc_em': 0.0, 'doc_f1': 0.0, 'doc_prec': 0.0, 'doc_recall': 0.0, 'sp_em': 0.0, 'sp_f1': 0.0, 'sp_prec': 0.0, 'sp_recall': 0.0, 'joint_em': 0.0, 'joint_f1': 0.0, 'joint_prec': 0.0, 'joint_recall': 0.0}}

nixiaoyu avatar Dec 28 '20 09:12 nixiaoyu

You can try to change the seed in the following code snippet: https://github.com/easonnie/semanticRetrievalMRS/blob/149833a7ca9146ef4a89d90e0b6cedd0ab088e72/src/qa_models/hotpot_bert_v0.py#L130

easonnie avatar Dec 28 '20 17:12 easonnie