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 133 forks source link

More minor fixes to make running BiDAF work #196

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago

The main fix here is in the direction that character span instances are padded from. That fix made the model actually train correctly, and now it looks like performance is within a few percent of the original BiDAF implementation. There are also some other more minor things.