kevinduh / san_mrc

Stochastic Answer Networks (SAN) for Machine Reading Comprehension
BSD 3-Clause "New" or "Revised" License
148 stars 47 forks source link

Performence of different decoder opt #2

Closed MrTuo closed 5 years ago

MrTuo commented 5 years ago

I find 4 different decoder opt in san.py. But the default one (decode_op=0) is different from the paper. Can you show me the performence of 4 different decoder opt?

namisan commented 5 years ago

We have implemented several decoder opts and found the performances were similar. The current config is a toy setting and we plan to publish the trained model soon. Please let me know if you have further issues.