allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 132 forks source link

add custom score_instance function for BiDAF to return start/end span indices #246

Closed nelson-liu closed 7 years ago

nelson-liu commented 7 years ago

This PR enables us to directly get the most likely span begin/end instance from BiDAF for use in our solver server.