Does Esim with bert performs better than only using bert in text matching task ?
InfiniteShen opened this issue · 1 comments
I used your Esim with bert model on my text matching data set and the performance is worce than only using BERT to finetune. So I wonder the results on your data. Does Esim with bert performs better than only using bert on your data ? Thanks
I used your Esim with bert model on my text matching data set and the performance is worce than only using BERT to finetune. So I wonder the results on your data. Does Esim with bert performs better than only using bert on your data ? Thanks
Hi, I am also curious about ESIM+BERT, I found there is bert_esim.py, bert_esim_v1.py, and esim_bert.py in the bert/t2t_bert/example path. Which one do you use in your task? And how do you use it? I am wandering if there is any mistake when you choose the files. Thank you so much.