kevinduh / san_mrc

Stochastic Answer Networks (SAN) for Machine Reading Comprehension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performence of different decoder opt

MrTuo opened this issue · comments

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?

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.