lanwuwei / SPM_toolkit

Neural network toolkit for sentence pair modeling.
302 stars 70 forks source link

test acc for ESIM model on snli testset #33

Closed blzhu0823 closed 3 years ago

blzhu0823 commented 3 years ago

image I just use your trained ESIM model to eval the test acc on snli testset and just get 57.82% acc, which is far below the acc reported on its papar. I don't know why?

lanwuwei commented 3 years ago

Hi Bolin,

I think the word embedding index is not matched, just train from scratch, it is not time-consuming.

Best, Wuwei