zhiguowang / BiMPM

BiMPM: Bilateral Multi-Perspective Matching for Natural Language Sentences
Apache License 2.0
438 stars 150 forks source link

how to deal with the output with WikiQA where there has more than one true answers? #53

Open WenRichard opened 5 years ago

WenRichard commented 5 years ago

I see layer_utils.py has a func named cross_entropy,did you use it for calculate the loss of wikiqa? Could you please also share the configuration file for the WikiQA and TrecQA experiments to achieve your best results in the paper? Thank you very much!